com.tensegrity.gui.swing.control.attributetree.command
Class EditAttributeEditorStateCommand

java.lang.Object
  extended bycom.tensegrity.generic.command.BaseCommand
      extended bycom.tensegrity.gui.swing.control.attributetree.command.EditAttributeEditorStateCommand
All Implemented Interfaces:
Command

public class EditAttributeEditorStateCommand
extends BaseCommand

Shows an AttributeTree to edit the visibility of attributes.

Version:
$Id: EditAttributeEditorStateCommand.java,v 1.5 2005/11/03 12:46:26 BurkhardWick Exp $
Author:
BurkhardWick

Constructor Summary
EditAttributeEditorStateCommand(SwingAttributeTree editor, java.lang.String id)
          Constructor
 
Method Summary
 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
 

Constructor Detail

EditAttributeEditorStateCommand

public EditAttributeEditorStateCommand(SwingAttributeTree editor,
                                       java.lang.String id)
Constructor

Parameters:
editor - the enclosing AttrtibuteTree instance.
id - the id of this command for later retrieval.
Method Detail

perform

public void perform(java.lang.Object args)
Description copied from interface: Command
This method will specify the functionality the command offers. Optionally a parameter can be specified.

Parameters:
args - optional parameter for this command


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