|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
ResponseMessage |
actionPerformed(ActionEvent event)
Description of the Method |
boolean |
isEnabled()
Returns the enabled state of the Action. |
void |
setEnabled(boolean b)
Sets the enabled state of the Action. |
| Method Detail |
public 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.
b - true to enable this Action, false to disable itpublic boolean isEnabled()
Action. When enabled, any
component associated with this object is active and able to fire this
object's actionPerformed method.
Action is enabledpublic ResponseMessage actionPerformed(ActionEvent event)
event - Description of the Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||