|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
tico.imageGallery.actions.TIGAbstractAction
public abstract class TIGAbstractAction
An abstract Tico image gallery action. The base class for all image gallery 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 | |
---|---|
TIGAbstractAction()
Constructor for TIGAbstractAction. |
|
TIGAbstractAction(java.lang.String name)
Constructor for TEditorAbstractAction. |
|
TIGAbstractAction(TEditor editor)
Constructor for TEditorAbstractAction. |
|
TIGAbstractAction(TEditor editor,
java.lang.String name)
Constructor for TEditorAbstractAction. |
|
TIGAbstractAction(TEditor editor,
java.lang.String name,
javax.swing.Icon icon)
Constructor for TEditorAbstractAction. |
Method Summary | |
---|---|
TEditor |
getEditor()
Returns the TEditor. |
void |
setEditor(TEditor editor)
Sets the TEditor. |
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 TIGAbstractAction()
Action.NAME
public TIGAbstractAction(TEditor editor)
editor
- The reference to the TEditor for this actionAction.NAME
public TIGAbstractAction(java.lang.String name)
name
- Key for the name of this actionpublic TIGAbstractAction(TEditor editor, java.lang.String name)
editor
- The reference to the TEditor for this actionname
- Key for the name of this actionpublic TIGAbstractAction(TEditor editor, java.lang.String name, javax.swing.Icon icon)
editor
- The reference to the TEditor for this actionname
- Key for the name of the actionicon
- The icon for this actionMethod Detail |
---|
public void setEditor(TEditor editor)
editor
- The TEditor to setpublic TEditor getEditor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |