public static class BinaryMergeTool.BinaryMergeViewer extends java.lang.Object implements MergeTool.MergeViewer
Disposable.Parent
Constructor and Description |
---|
BinaryMergeViewer(MergeContext context,
ThreesideMergeRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Usually not invoked directly, see class javadoc.
|
javax.swing.JComponent |
getComponent() |
javax.swing.JComponent |
getPreferredFocusedComponent() |
javax.swing.Action |
getResolveAction(MergeResult result) |
com.intellij.diff.merge.BinaryMergeTool.BinaryMergeViewer.MyThreesideViewer |
getViewer() |
MergeTool.ToolbarComponents |
init()
Should be called after adding
MergeTool.MergeViewer.getComponent() to the components hierarchy. |
public BinaryMergeViewer(MergeContext context, ThreesideMergeRequest request)
public javax.swing.JComponent getComponent()
getComponent
in interface MergeTool.MergeViewer
public javax.swing.JComponent getPreferredFocusedComponent()
getPreferredFocusedComponent
in interface MergeTool.MergeViewer
public MergeTool.ToolbarComponents init()
MergeTool.MergeViewer
MergeTool.MergeViewer.getComponent()
to the components hierarchy.init
in interface MergeTool.MergeViewer
public javax.swing.Action getResolveAction(MergeResult result)
getResolveAction
in interface MergeTool.MergeViewer
public void dispose()
Disposable
dispose
in interface MergeTool.MergeViewer
dispose
in interface Disposable
public com.intellij.diff.merge.BinaryMergeTool.BinaryMergeViewer.MyThreesideViewer getViewer()