public class TextMergeViewer extends java.lang.Object implements MergeTool.MergeViewer
| Modifier and Type | Class and Description |
|---|---|
class |
TextMergeViewer.MyThreesideViewer |
Disposable.Parent| Constructor and Description |
|---|
TextMergeViewer(MergeContext context,
TextMergeRequest 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) |
TextMergeViewer.MyThreesideViewer |
getViewer() |
MergeTool.ToolbarComponents |
init()
Should be called after adding
MergeTool.MergeViewer.getComponent() to the components hierarchy. |
public TextMergeViewer(MergeContext context, TextMergeRequest 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 TextMergeViewer.MyThreesideViewer getViewer()