com.tensegrity.skeleton.commands
Class RuleEditorCommand

java.lang.Object
  extended bycom.tensegrity.generic.command.BaseCommand
      extended bycom.tensegrity.skeleton.commands.CommonBaseCommand
          extended bycom.tensegrity.skeleton.commands.DocumentCommand
              extended bycom.tensegrity.skeleton.commands.GraphDocumentCommand
                  extended bycom.tensegrity.skeleton.commands.RuleEditorCommand
All Implemented Interfaces:
Command

public class RuleEditorCommand
extends GraphDocumentCommand

RuleEditorCommand

Version:
$Id: RuleEditorCommand.java,v 1.8 2005/05/24 09:50:24 BurkhardWick Exp $
Author:
StepanRutz

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

USE_NEW_RULE_EDITOR_DIALOG

public static boolean USE_NEW_RULE_EDITOR_DIALOG
If this is true, the new RuleEditor will be used

Constructor Detail

RuleEditorCommand

public RuleEditorCommand(ApplicationFrame appFrame,
                         java.lang.String command)
Constructor for RuleEditorCommand.

Parameters:
appFrame - the ApplicationFrame context of this command.
command - identifier-string for this command.

RuleEditorCommand

public RuleEditorCommand(ApplicationFrame appFrame,
                         java.lang.String command,
                         java.util.Set includeSet)
Constructor for RuleEditorCommand.

Parameters:
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

perform

public void perform(java.lang.Object args)
Description copied from class: CommonBaseCommand
Updates the StatusBar with this commands title string. (non-Javadoc)

Specified by:
perform in interface Command
Overrides:
perform in class CommonBaseCommand
See Also:
Command.perform(java.lang.Object)


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.