|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GUICommand
This interface defines GUI command methods.
Method Summary | |
---|---|
boolean |
checked()
Returns if this command includes a menu checkbox. |
java.lang.String |
desc()
Returns the command entry. |
void |
execute()
Executes the command. |
java.lang.String |
help()
Returns the command help. |
java.lang.String |
key()
Returns the command shortcut. |
void |
refresh(javax.swing.AbstractButton button)
Enables or disables the specified button, depending on the command properties. |
Method Detail |
---|
void execute()
void refresh(javax.swing.AbstractButton button)
button
- button to be modifiedboolean checked()
java.lang.String desc()
java.lang.String help()
java.lang.String key()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |