Uses of Package
com.tensegrity.generic.command

Packages that use com.tensegrity.generic.command
com.tensegrity.application This package contains the main interfaces and meta classes for the skeleton framework.  
com.tensegrity.application.swing   
com.tensegrity.application.swt   
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.generic.command Contains interfaces and classes needed for using the Command concept. 
com.tensegrity.gui.swing The package is the container for all swing-related gui classes and interfaces.  
com.tensegrity.gui.swing.control.attributeeditor   
com.tensegrity.gui.swing.control.attributetree.command   
com.tensegrity.gui.swing.document This package contains all of the current document implementations for use in a swing-based environment.  
com.tensegrity.gui.swing.icon This package holds several Icon implementations, such as a TriangleIcon, CloseIcon, etc.  
com.tensegrity.gui.swing.print   
com.tensegrity.gui.swt This package contains classes for a swt-based GraphApplication.  
com.tensegrity.gui.swt.control   
com.tensegrity.gui.swt.control.panels   
com.tensegrity.gui.swt.repository   
com.tensegrity.skeleton.commands The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. 
com.tensegrity.skeleton.commands.generic Generic commands are those commands which are not dependant of a gui library like swing, swt, etc.  
com.tensegrity.skeleton.container.swt   
com.tensegrity.skeleton.swing The Swing based implementation of the skeleton framework. 
com.tensegrity.skeleton.swing.launch This package contains all (mainly swing based) LaunchTask implementations used by the SwingApplicationFrame.  
com.tensegrity.skeleton.swt.commands   
com.tensegrity.skeleton.swt.launch   
 

Classes in com.tensegrity.generic.command used by com.tensegrity.application
CommandRegistry
          Class that manages a map of all commands that are currently registered.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.application.swing
CommandRegistry
          Class that manages a map of all commands that are currently registered.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.application.swt
CommandRegistry
          Class that manages a map of all commands that are currently registered.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.composite
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.generic.command
BaseCommand
           Abstract class BaseCommand is the common base class for all of our Command implementation classes because it consolidates shared code and provides a number of overloaded constructors that make subclasses easier to write.
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
CommandRegistry
          Class that manages a map of all commands that are currently registered.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.gui.swing
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
CommandRegistry
          Class that manages a map of all commands that are currently registered.
ToggleCommand
          Defines commands that toggle between two modes.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.gui.swing.control.attributeeditor
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.gui.swing.control.attributetree.command
BaseCommand
           Abstract class BaseCommand is the common base class for all of our Command implementation classes because it consolidates shared code and provides a number of overloaded constructors that make subclasses easier to write.
ChoiceCommand
          Defines commands that define one of a list of possible choices.
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
CommandRegistry
          Class that manages a map of all commands that are currently registered.
ToggleCommand
          Defines commands that toggle between two modes.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.gui.swing.document
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.gui.swing.icon
ToggleCommand
          Defines commands that toggle between two modes.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.gui.swing.print
CommandRegistry
          Class that manages a map of all commands that are currently registered.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.gui.swt
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
CommandRegistry
          Class that manages a map of all commands that are currently registered.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.gui.swt.control
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.gui.swt.control.panels
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.gui.swt.repository
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.skeleton.commands
BaseCommand
           Abstract class BaseCommand is the common base class for all of our Command implementation classes because it consolidates shared code and provides a number of overloaded constructors that make subclasses easier to write.
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
ToggleCommand
          Defines commands that toggle between two modes.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.skeleton.commands.generic
BaseCommand
           Abstract class BaseCommand is the common base class for all of our Command implementation classes because it consolidates shared code and provides a number of overloaded constructors that make subclasses easier to write.
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.skeleton.container.swt
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.skeleton.swing
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.skeleton.swing.launch
BaseCommand
           Abstract class BaseCommand is the common base class for all of our Command implementation classes because it consolidates shared code and provides a number of overloaded constructors that make subclasses easier to write.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.skeleton.swt.commands
BaseCommand
           Abstract class BaseCommand is the common base class for all of our Command implementation classes because it consolidates shared code and provides a number of overloaded constructors that make subclasses easier to write.
Command
           By encapsulating a request as an object, commands let you parameterize clients with different requests, queue or log requests, and support undo/redo operations.
 

Classes in com.tensegrity.generic.command used by com.tensegrity.skeleton.swt.launch
BaseCommand
           Abstract class BaseCommand is the common base class for all of our Command implementation classes because it consolidates shared code and provides a number of overloaded constructors that make subclasses easier to write.
 



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