|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
org.tanager.ui.CDownButtonAction
public class CDownButtonAction
This class encapsulates the concept of an action to be taken when the down button is pressed.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Represents the universal version ID of this class. |
private IDownButtonCallback |
theCallback_
Represents the association with the callback implementor. |
| 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 | |
|---|---|
CDownButtonAction(IDownButtonCallback callback)
This is the only contructor allowed for a CDownButtonAction object. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0)
This method is called whenever the button to which this object has been attached is pressed. |
protected IDownButtonCallback |
getTheCallback()
Poseidon-generated accessor method. |
| 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
Represents the universal version ID of this
class. This ID is recommended for all
classes that implement the
Serializable interface.
private IDownButtonCallback theCallback_
Represents the association with the callback implementor.
| Constructor Detail |
|---|
public CDownButtonAction(IDownButtonCallback callback)
This is the only contructor allowed for a
CDownButtonAction object.
This constructor initializes the super
class and the association with the callback
implementor.
callback - a reference to the
IDownButtonCallback implementor| Method Detail |
|---|
protected IDownButtonCallback getTheCallback()
Poseidon-generated accessor method.
public void actionPerformed(java.awt.event.ActionEvent arg0)
This method is called whenever the button to which this object has been attached is pressed.
Semantics:downButtonPressed() method
arg0 - the event that occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||