|
|||||||||||
| 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.DocumentCommand
com.tensegrity.skeleton.commands.GraphDocumentCommand
com.tensegrity.skeleton.commands.ViewGridCommand
This command toggles the visibilty of the views grid.
| Constructor Summary | |
ViewGridCommand(ApplicationFrame applicationFrame,
java.lang.String command)
Constructor specifying the ApplicationFrame and an id for
this command. |
|
| Method Summary | |
boolean |
isActive()
Returns true, if the ruler is visible. |
void |
perform(java.lang.Object args)
This method will specify the functionality the command offers. |
| Methods inherited from class com.tensegrity.skeleton.commands.GraphDocumentCommand |
getGraphDocument, getVisualGraphView, isEnabled |
| Methods inherited from class com.tensegrity.skeleton.commands.DocumentCommand |
getDocument, getGraphApplication, newGraphDocumentFromFactory |
| Methods inherited from class com.tensegrity.skeleton.commands.CommonBaseCommand |
getApplicationFrame, getTitle |
| Methods inherited from class com.tensegrity.generic.command.BaseCommand |
getDescription, getId, getPerformDescription, setEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.tensegrity.generic.command.Command |
getDescription, getId, getPerformDescription, isEnabled, setEnabled |
| Constructor Detail |
public ViewGridCommand(ApplicationFrame applicationFrame,
java.lang.String command)
ApplicationFrame and an id for
this command.
applicationFrame - a reference to the ApplicationFrame.command - an unique id for this command.| Method Detail |
public void perform(java.lang.Object args)
Command
perform in interface Commandperform in class CommonBaseCommandCommand.perform(java.lang.Object)public boolean isActive()
true, if the ruler is visible.
isActive in interface ToggleCommandtrue, if the ruler is visible.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||