public class ToolAction
extends javax.swing.AbstractAction
Constructor and Description |
---|
ToolAction(java.lang.Class toolClass,
java.lang.String toolName)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Response when tool's item selected from menu.
|