public static interface FrameDiffTool.DiffViewer extends Disposable
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() |
FrameDiffTool.ToolbarComponents |
init()
Should be called after adding
getComponent() to the components hierarchy. |
javax.swing.JComponent getComponent()
javax.swing.JComponent getPreferredFocusedComponent()
FrameDiffTool.ToolbarComponents init()
getComponent()
to the components hierarchy.void dispose()
Disposable
dispose
in interface Disposable