|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
tico.interpreter.actions.TInterpreterAbstractAction
public abstract class TInterpreterAbstractAction
An abstract TInterpreter action. The base class for all TInterpreter actions.
Field Summary |
---|
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
---|---|
TInterpreterAbstractAction()
Constructor for TInterpreterAbstractAction. |
|
TInterpreterAbstractAction(java.lang.String name)
Constructor for TInterpreterAbstractAction. |
|
TInterpreterAbstractAction(TInterpreter interpreter)
Constructor for TInterpreterAbstractAction. |
|
TInterpreterAbstractAction(TInterpreter interpreter,
java.lang.String name)
Constructor for TInterpreterAbstractAction. |
|
TInterpreterAbstractAction(TInterpreter interpreter,
java.lang.String name,
javax.swing.Icon icon)
Constructor for TInterpreterAbstractAction. |
Method Summary | |
---|---|
TInterpreter |
getInterpreter()
Returns the TInterpreter. |
void |
setInterpreter(TInterpreter interpreter)
Sets the TInterpreter. |
Methods inherited from class javax.swing.AbstractAction |
---|
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.awt.event.ActionListener |
---|
actionPerformed |
Constructor Detail |
---|
public TInterpreterAbstractAction()
Action.NAME
public TInterpreterAbstractAction(TInterpreter interpreter)
interpreter
- The reference to the TInterpreter for this actionAction.NAME
public TInterpreterAbstractAction(java.lang.String name)
name
- Key for the name of this actionpublic TInterpreterAbstractAction(TInterpreter interpreter, java.lang.String name)
interpreter
- The reference to the TInterpreter for this actionname
- Key for the name of this actionpublic TInterpreterAbstractAction(TInterpreter interpreter, java.lang.String name, javax.swing.Icon icon)
interpreter
- The reference to the TInterpreter for this actionname
- Key for the name of the actionicon
- The icon for this actionMethod Detail |
---|
public void setInterpreter(TInterpreter interpreter)
interpreter
- The TInterpreter to setpublic TInterpreter getInterpreter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |