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