|
|||||||||||
| 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.RuleEditorCommand
RuleEditorCommand
| Field Summary | |
static boolean |
USE_NEW_RULE_EDITOR_DIALOG
If this is true, the new RuleEditor will be used |
| Constructor Summary | |
RuleEditorCommand(ApplicationFrame appFrame,
java.lang.String command)
Constructor for RuleEditorCommand. |
|
RuleEditorCommand(ApplicationFrame appFrame,
java.lang.String command,
java.util.Set includeSet)
Constructor for RuleEditorCommand. |
|
| Method Summary | |
void |
perform(java.lang.Object args)
Updates the StatusBar with this commands title string. |
| 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 |
| Field Detail |
public static boolean USE_NEW_RULE_EDITOR_DIALOG
| Constructor Detail |
public RuleEditorCommand(ApplicationFrame appFrame,
java.lang.String command)
RuleEditorCommand.
appFrame - the ApplicationFrame context of this command.command - identifier-string for this command.
public RuleEditorCommand(ApplicationFrame appFrame,
java.lang.String command,
java.util.Set includeSet)
RuleEditorCommand.
appFrame - the ApplicationFrame context of this command.command - identifier-string for this command.includeSet - set of strings that define rules to include in
the rule-editor.| Method Detail |
public void perform(java.lang.Object args)
CommonBaseCommand
perform in interface Commandperform in class CommonBaseCommandCommand.perform(java.lang.Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||