|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.command.BaseCommand
com.tensegrity.skeleton.commands.CommonBaseCommand
com.tensegrity.skeleton.commands.PreferencesCommand
This Command opens a
PreferenceDialog
to allow users to modify all application configuration settings.
| Constructor Summary | |
PreferencesCommand(ApplicationFrame applicationFrame,
java.lang.String command,
boolean enabled)
Constructor specifying the ApplicationFrame, a name for this
Command and a flag indicating, whether the preferences are
enabled. |
|
| Method Summary | |
PreferenceDialog |
getDialog()
Returns the dialog for the preferences. |
void |
perform(java.lang.Object args)
Updates the StatusBar with this commands title string. |
| Methods inherited from class com.tensegrity.skeleton.commands.CommonBaseCommand |
getApplicationFrame, getTitle |
| Methods inherited from class com.tensegrity.generic.command.BaseCommand |
getDescription, getId, getPerformDescription, isEnabled, setEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PreferencesCommand(ApplicationFrame applicationFrame,
java.lang.String command,
boolean enabled)
ApplicationFrame, a name for this
Command and a flag indicating, whether the preferences are
enabled.
applicationFrame - the ApplicationFrame.command - a name for this Command.enabled - indicating whether preferences are enabled.| Method Detail |
public void perform(java.lang.Object args)
CommonBaseCommand
perform in interface Commandperform in class CommonBaseCommandCommand.perform(java.lang.Object)public PreferenceDialog getDialog()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||