public class TwosideBinaryDiffViewer extends TwosideDiffViewer<BinaryEditorHolder>
Disposable.Parent
myContentPanel, myPanel
LOG, myContext, myProject, myRequest
Constructor and Description |
---|
TwosideBinaryDiffViewer(DiffContext context,
DiffRequest request) |
Modifier and Type | Method and Description |
---|---|
static boolean |
canShowRequest(DiffContext context,
DiffRequest request) |
protected java.util.List<AnAction> |
createToolbarActions() |
protected javax.swing.JComponent |
getStatusPanel() |
protected void |
onSlowRediff() |
protected java.lang.Runnable |
performRediff(ProgressIndicator indicator) |
protected void |
processContextHints() |
protected void |
updateContextHints() |
canShowRequest, createEditorHolders, createTitles, getComponent, getCurrentEditorHolder, getCurrentSide, getData, getEditorHolders, getNavigatable, getPreferredFocusedComponent, onDispose, onInit, setCurrentSide
createDocumentListener, createFileListener, onBeforeDocumentChange, onDocumentChange, onFileChange, onFileChange
abortRediff, addListener, createPopupActions, dispose, forceRediffSynchronously, getContext, getListeners, getProject, getRequest, init, isDisposed, onAfterRediff, onBeforeRediff, rediff, rediff, removeListener, scheduleRediff, tryRediffSynchronously
public TwosideBinaryDiffViewer(DiffContext context, DiffRequest request)
protected void processContextHints()
processContextHints
in class TwosideDiffViewer<BinaryEditorHolder>
protected void updateContextHints()
updateContextHints
in class TwosideDiffViewer<BinaryEditorHolder>
protected java.util.List<AnAction> createToolbarActions()
createToolbarActions
in class DiffViewerBase
protected void onSlowRediff()
onSlowRediff
in class DiffViewerBase
protected java.lang.Runnable performRediff(ProgressIndicator indicator)
performRediff
in class DiffViewerBase
protected javax.swing.JComponent getStatusPanel()
getStatusPanel
in class DiffViewerBase
public static boolean canShowRequest(DiffContext context, DiffRequest request)