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