public interface ToolHandler
extends javax.swing.event.MouseInputListener
| Modifier and Type | Method and Description |
|---|---|
void |
installTool()
Callback code that allows post construct task to take place when the
tool is selected via the
AbstractDocumentView.setToolMode(int)
call. |
void |
paintTool(java.awt.Graphics g)
Paints the tools pre-annotation creation state.
|
void |
uninstallTool()
Callback code that allows pre destroy task to take place when the
tool is unselected via the
AbstractDocumentView.setToolMode(int)
call. |
void paintTool(java.awt.Graphics g)
g - graphics contextvoid installTool()
AbstractDocumentView.setToolMode(int)
call.void uninstallTool()
AbstractDocumentView.setToolMode(int)
call.