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.MergeViewerpublic javax.swing.JComponent getPreferredFocusedComponent()
getPreferredFocusedComponent in interface MergeTool.MergeViewerpublic MergeTool.ToolbarComponents init()
MergeTool.MergeViewerMergeTool.MergeViewer.getComponent() to the components hierarchy.init in interface MergeTool.MergeViewerpublic javax.swing.Action getResolveAction(MergeResult result)
getResolveAction in interface MergeTool.MergeViewerpublic void dispose()
Disposabledispose in interface MergeTool.MergeViewerdispose in interface Disposablepublic com.intellij.diff.merge.BinaryMergeTool.BinaryMergeViewer.MyThreesideViewer getViewer()