|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractAction | +--ConForM.CoopnTools.Edit.EditAction
Editor action.
Field Summary | |
protected CoopnEnv |
env
|
protected ConForM.CoopnTools.Edit.EditDisplay |
frame
|
protected java.lang.String |
label
|
protected char |
mnemo
|
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 | |
EditAction(ConForM.CoopnTools.Edit.EditDisplay frame,
CoopnEnv env)
Constructor. |
Method Summary | |
java.lang.String |
label()
Get the label of the action. |
char |
mnemo()
Get the mnemonic of the action. |
Methods inherited from class javax.swing.AbstractAction |
actionPerformed, addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ConForM.CoopnTools.Edit.EditDisplay frame
protected CoopnEnv env
protected java.lang.String label
protected char mnemo
Constructor Detail |
public EditAction(ConForM.CoopnTools.Edit.EditDisplay frame, CoopnEnv env)
Method Detail |
public java.lang.String label()
public char mnemo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |