|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
cdox.gui.action.CDoxAction
cdox.gui.action.TextAction
Handles everything that goes with text.
Field Summary |
Fields inherited from class cdox.gui.action.CDoxAction |
cFrame, menuItem |
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 | |
TextAction(CDoxFrame cF,
java.lang.String name,
java.lang.String tooltip)
The TextAction Constructor stores an Image(if available) and a ToolTip(if available). |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
This method is inherited from Action, it is called when a TextAction has happened in the CDoxFrame. |
Methods inherited from class cdox.gui.action.CDoxAction |
configure, setMenuItem |
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 |
Constructor Detail |
public TextAction(CDoxFrame cF, java.lang.String name, java.lang.String tooltip)
cF
- the CDoxFrame.name
- A String representing the TextAction's name.tooltip
- A String representing the TextAction's toolTip.Method Detail |
public void actionPerformed(java.awt.event.ActionEvent ae)
ae
- The ActionEvent causing this method to be called.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |