de.caff.gimmix
Class ResourcedAction
java.lang.Object
javax.swing.AbstractAction
de.caff.gimmix.ResourcedAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public abstract class ResourcedAction
- extends javax.swing.AbstractAction
Internationalized action.
- See Also:
- Serialized Form
-

Field Summary |
static java.lang.String |
ACCEL
Resource key extension for accelerator resource. |
static java.lang.String |
ICONURL
Resource key extension for icon path resource. |
static java.lang.String |
MNEMO
Resource key extension for mnemonics resource. |
static java.lang.String |
TTT
Resource key extension for tool tip text resource. |
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 |
protected |
ResourcedAction(java.lang.String resourceKey)
Create a resourced action. |
Method Summary |
protected java.lang.Object |
clone()
|
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, 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 |
Methods inherited from interface java.awt.event.ActionListener |
actionPerformed |
TTT
public static final java.lang.String TTT
- Resource key extension for tool tip text resource.
- See Also:
- Constant Field Values
ACCEL
public static final java.lang.String ACCEL
- Resource key extension for accelerator resource.
- See Also:
- Constant Field Values
MNEMO
public static final java.lang.String MNEMO
- Resource key extension for mnemonics resource.
- See Also:
- Constant Field Values
ICONURL
public static final java.lang.String ICONURL
- Resource key extension for icon path resource.
- See Also:
- Constant Field Values
ResourcedAction
protected ResourcedAction(java.lang.String resourceKey)
- Create a resourced action.
- Parameters:
resourceKey
- resource key
clone
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class javax.swing.AbstractAction
- Throws:
java.lang.CloneNotSupportedException