|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.dataentry.action.DummyAction
Dummy Action class that does nothing. Company MoreData
| Constructor Summary | |
DummyAction()
|
|
| Method Summary | |
ResponseMessage |
actionPerformed(ActionEvent event)
Invoked when an action occurs. |
boolean |
isEnabled()
Returns the enabled state of the Action. |
void |
setEnabled(boolean b)
Sets the enabled state of the Action. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DummyAction()
| Method Detail |
public ResponseMessage actionPerformed(ActionEvent event)
actionPerformed in interface Actionevent - Description of the Parameter
public boolean isEnabled()
Action. When enabled, any
component associated with this object is active and able to fire this
object's actionPerformed method.
isEnabled in interface ActionAction is enabledpublic void setEnabled(boolean b)
Action. When enabled, any
component associated with this object is active and able to fire this
object's actionPerformed method. If the value has changed,
a PropertyChangeEvent is sent to listeners.
setEnabled in interface Actionb - true to enable this Action, false to disable it
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||