public class SimpleOnesideDiffViewer extends OnesideTextDiffViewer
OnesideTextDiffViewer.MyInitialScrollPositionHelperDisposable.ParentmyEditorSettingsActionmyContentPanel, myPanelLOG, myContext, myProject, myRequest| Constructor and Description |
|---|
SimpleOnesideDiffViewer(DiffContext context,
DiffRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canShowRequest(DiffContext context,
DiffRequest request) |
protected java.util.List<AnAction> |
createPopupActions() |
protected java.util.List<AnAction> |
createToolbarActions() |
protected boolean |
doScrollToContext(DiffNavigationContext context) |
java.lang.Object |
getData(java.lang.String dataId)
Returns the object corresponding to the specified data identifier.
|
protected void |
onDispose() |
protected java.lang.Runnable |
performRediff(ProgressIndicator indicator) |
protected void |
processContextHints() |
protected void |
updateContextHints() |
createEditorHolder, createEditorPopupActions, createTitle, destroyEditorListeners, getContent, getEditableEditors, getEditor, getEditors, getNavigatable, getTextSettings, installEditorListeners, onInit, scrollToLinecanShowRequest, getComponent, getEditorHolder, getPreferredFocusedComponent, getSidecreateDocumentListener, createFileListener, onBeforeDocumentChange, onDocumentChange, onFileChange, onFileChangeabortRediff, addListener, dispose, forceRediffSynchronously, getContext, getListeners, getProject, getRequest, getStatusPanel, init, isDisposed, onAfterRediff, onBeforeRediff, onSlowRediff, rediff, rediff, removeListener, scheduleRediff, tryRediffSynchronouslypublic SimpleOnesideDiffViewer(DiffContext context, DiffRequest request)
protected void onDispose()
onDispose in class OnesideTextDiffViewerprotected java.util.List<AnAction> createToolbarActions()
createToolbarActions in class DiffViewerBaseprotected java.util.List<AnAction> createPopupActions()
createPopupActions in class DiffViewerBaseprotected void processContextHints()
processContextHints in class DiffViewerBaseprotected void updateContextHints()
updateContextHints in class DiffViewerBaseprotected java.lang.Runnable performRediff(ProgressIndicator indicator)
performRediff in class DiffViewerBaseprotected boolean doScrollToContext(DiffNavigationContext context)
public static boolean canShowRequest(DiffContext context, DiffRequest request)
public java.lang.Object getData(java.lang.String dataId)
DataProviderPlatformDataKeys class.getData in interface DataProvidergetData in class OnesideTextDiffViewerdataId - the data identifier for which the value is requested.