|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractAction
org.hd.d.pg2k.clApp.atHome.JLFAbstractAction
abstract class JLFAbstractAction
Abstract Action for the JLF. Defines some useful methods.
| Field Summary | |
|---|---|
static java.lang.String |
LARGE_ICON
The key used for storing a large icon for the action, used for toolbar buttons. |
private javax.swing.event.EventListenerList |
listeners
|
private static long |
serialVersionUID
|
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| 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 | |
|---|---|
JLFAbstractAction()
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Forwards the ActionEvent to the registered listener. |
void |
addActionListener(java.awt.event.ActionListener l)
|
java.lang.String |
getActionCommand()
Gets the value from the key Action.ACTION_COMMAND_KEY |
java.lang.String |
getLongDescription()
Gets the value from the key Action.LONG_DESCRIPTION |
java.lang.String |
getShortDescription()
Gets the value from the key Action.SHORT_DESCRIPTION |
void |
removeActionListener(java.awt.event.ActionListener l)
|
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
private javax.swing.event.EventListenerList listeners
public static final java.lang.String LARGE_ICON
Note: Eventually this key belongs in the javax.swing.Action interface.
| Constructor Detail |
|---|
JLFAbstractAction()
| Method Detail |
|---|
public java.lang.String getActionCommand()
public java.lang.String getShortDescription()
public java.lang.String getLongDescription()
public void actionPerformed(java.awt.event.ActionEvent evt)
public void addActionListener(java.awt.event.ActionListener l)
public void removeActionListener(java.awt.event.ActionListener l)
|
DHD Multimedia Gallery V1.60.69 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||