|
|||||||||||
| 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.gui.swing.control.attributetree.command.ToggleCategoriesCommand
Command to toggle the visibility of categories in an AttributeTree.
| Constructor Summary | |
ToggleCategoriesCommand(AttributeEditor editor,
java.lang.String id)
Constructor |
|
| Method Summary | |
boolean |
isActive()
Returns true, if the toggle command is currently selected (activated). |
void |
perform(java.lang.Object args)
This method will specify the functionality the command offers. |
| 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 |
| Methods inherited from interface com.tensegrity.generic.command.Command |
getDescription, getId, getPerformDescription, isEnabled, setEnabled |
| Constructor Detail |
public ToggleCategoriesCommand(AttributeEditor editor,
java.lang.String id)
editor - The editor this command belongs toid - The id of this command for later retrieval| Method Detail |
public boolean isActive()
ToggleCommand
isActive in interface ToggleCommandpublic void perform(java.lang.Object args)
Command
perform in interface Commandargs - optional parameter for this command
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||