@Deprecated public class SimpleDiffRequest extends DiffRequest
Constructor and Description |
---|
SimpleDiffRequest(Project project,
java.lang.String windowTitle)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SimpleDiffRequest |
compareFiles(VirtualFile file1,
VirtualFile file2,
Project project)
Deprecated.
|
static SimpleDiffRequest |
compareFiles(VirtualFile file1,
VirtualFile file2,
Project project,
java.lang.String title)
Deprecated.
|
DiffContent [] |
getContents()
Deprecated.
|
java.lang.String[] |
getContentTitles()
Deprecated.
|
java.lang.String |
getWindowTitle()
Deprecated.
Used as window title
|
void |
setContents(DiffContent content1,
DiffContent content2)
Deprecated.
|
void |
setContentTitles(java.lang.String title1,
java.lang.String title2)
Deprecated.
|
void |
setWindowTitle(java.lang.String windowTitle)
Deprecated.
|
addHint, getGroupKey, getHints, getOnOkRunnable, getProject, removeHint, setGroupKey, setOnOkRunnable
public SimpleDiffRequest(Project project, java.lang.String windowTitle)
public DiffContent [] getContents()
getContents
in class DiffRequest
public java.lang.String[] getContentTitles()
getContentTitles
in class DiffRequest
DiffRequest.getContents()
public java.lang.String getWindowTitle()
DiffRequest
getWindowTitle
in class DiffRequest
public void setContents(DiffContent content1, DiffContent content2)
public void setContentTitles(java.lang.String title1, java.lang.String title2)
public void setWindowTitle(java.lang.String windowTitle)
public static SimpleDiffRequest compareFiles(VirtualFile file1, VirtualFile file2, Project project, java.lang.String title)
public static SimpleDiffRequest compareFiles(VirtualFile file1, VirtualFile file2, Project project)