Modifier and Type | Field and Description |
---|---|
static MigrateDiffTool |
INSTANCE |
HINT_ALLOW_NO_DIFFERENCES, HINT_DIFF_IS_APPROXIMATE, HINT_DO_NOT_IGNORE_WHITESPACES, HINT_SHOW_FRAME, HINT_SHOW_MODAL_DIALOG, HINT_SHOW_NOT_MODAL_DIALOG
Modifier and Type | Method and Description |
---|---|
boolean |
canShow(DiffRequest request) |
DiffViewer |
createComponent(java.lang.String title,
DiffRequest request,
java.awt.Window window,
Disposable parentDisposable) |
void |
show(DiffRequest request)
Opens window to compare contents.
|
public static final MigrateDiffTool INSTANCE
public void show(DiffRequest request)
DiffTool
DiffTool.canShow(com.intellij.openapi.diff.DiffRequest)
first.public boolean canShow(DiffRequest request)
public DiffViewer createComponent(java.lang.String title, DiffRequest request, java.awt.Window window, Disposable parentDisposable)
createComponent
in interface DiffTool