public static interface MergeTool.MergeViewer extends Disposable
MergeContext.finishMerge(MergeResult)
when processing is over.
MergeRequest.applyResult(MergeResult)
will be performed by the caller, so it shouldn't be called by MergeViewer directly.Disposable.Parent
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) |
MergeTool.ToolbarComponents |
init()
Should be called after adding
getComponent() to the components hierarchy. |
javax.swing.JComponent getComponent()
javax.swing.JComponent getPreferredFocusedComponent()
javax.swing.Action getResolveAction(MergeResult result)
MergeTool.ToolbarComponents init()
getComponent()
to the components hierarchy.void dispose()
Disposable
dispose
in interface Disposable