|
PathwayLogic Assistant API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
pla.actions.PLAAbstractAction
pla.actions.ZoomAction
public class ZoomAction
| Field Summary | |
|---|---|
static int |
ZOOM_IN
|
static int |
ZOOM_OUT
|
static int |
ZOOM_TO_FIT
|
static int |
ZOOM_TO_ORIG
|
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
ZoomAction(String s,
Icon icon,
String tooltip,
KeyStroke accelerator,
Integer mnemonic,
GraphPanel graphPanel,
int type)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent event)
|
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ZOOM_IN
public static final int ZOOM_OUT
public static final int ZOOM_TO_FIT
public static final int ZOOM_TO_ORIG
| Constructor Detail |
|---|
public ZoomAction(String s,
Icon icon,
String tooltip,
KeyStroke accelerator,
Integer mnemonic,
GraphPanel graphPanel,
int type)
| Method Detail |
|---|
public void actionPerformed(ActionEvent event)
|
PathwayLogic Assistant API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||