@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, setOnOkRunnablepublic SimpleDiffRequest(Project project, java.lang.String windowTitle)
public DiffContent [] getContents()
getContents in class DiffRequestpublic java.lang.String[] getContentTitles()
getContentTitles in class DiffRequestDiffRequest.getContents()public java.lang.String getWindowTitle()
DiffRequestgetWindowTitle in class DiffRequestpublic 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)