public class PauseAction extends javax.swing.AbstractAction implements ActionDisplayOptions
DISPLAY_BOTH, DISPLAY_ICON, DISPLAY_NAME
Constructor and Description |
---|
PauseAction(ToolSelectionHandler selhandler) |
PauseAction(ToolSelectionHandler selhandler,
int displayOption) |
PauseAction(ToolSelectionHandler selhandler,
int displayOption,
javax.swing.JMenu parentMenu) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.
|
public PauseAction(ToolSelectionHandler selhandler)
public PauseAction(ToolSelectionHandler selhandler, int displayOption, javax.swing.JMenu parentMenu)
public PauseAction(ToolSelectionHandler selhandler, int displayOption)