public class SelectAllAction extends javax.swing.AbstractAction implements ActionDisplayOptions
DISPLAY_BOTH, DISPLAY_ICON, DISPLAY_NAME| Constructor and Description |
|---|
SelectAllAction(ToolSelectionHandler sel) |
SelectAllAction(ToolSelectionHandler sel,
int displayOption) |
SelectAllAction(ToolSelectionHandler sel,
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 SelectAllAction(ToolSelectionHandler sel)
public SelectAllAction(ToolSelectionHandler sel, int displayOption, javax.swing.JMenu parentMenu)
public SelectAllAction(ToolSelectionHandler sel, int displayOption)