Uses of Class
com.tensegrity.skeleton.commands.GraphDocumentSelectionCommand

Packages that use GraphDocumentSelectionCommand
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.swt.commands   
 

Uses of GraphDocumentSelectionCommand in com.tensegrity.skeleton.commands
 

Subclasses of GraphDocumentSelectionCommand in com.tensegrity.skeleton.commands
 class AbstractAlignCommand
          Abstract base class for align commands which provides the basic functionality for gathering the selected elements and revalidating the graph afterwards.
 class AbstractAlignHorizontalCommand
          Abstract base class for horizontal align commands which provides the basic functionality for sorting the elements, etc.
 class AbstractAlignVerticalCommand
          Abstract base class for vertical align commands which provides the basic functionality for sorting the elements, etc.
 class AlignHorizontalCenterCommand
          Aligns the selected elements horizontally, so that the centers reside on one line.
 class AlignHorizontalLeftCommand
          Aligns the selected elements horizontally, so that the left sides are aligned.
 class AlignHorizontalRightCommand
          Aligns the selected elements horizontally, so that the right sides are aligned.
 class AlignVerticalBottomCommand
          Aligns the selected elements vertically, so that the bottom sides are aligned.
 class AlignVerticalCenterCommand
          Aligns the selected elements vertically, so that the centers reside on one line.
 class AlignVerticalTopCommand
          Aligns the selected elements vertically, so that the top sides are aligned.
 class MoveBackwardCommand
           This Command sends the current selection backwards in the drawing order.
 class MoveForwardCommand
           This Command sends the current selection forwards in the drawing order.
 class ShapeFormatCommand
           Opens the ShapeFormat dialog to allow for the modification of the various available style elements (font, paint, stroke, marker) of the currently selected item.
 class TableCommand
          This Command performs some CompositeTable specific actions.
 class ToBackCommand
           This Command sends the current selection to the back.
 class ToFrontCommand
           This Command sends the current selection to the front.
 

Uses of GraphDocumentSelectionCommand in com.tensegrity.skeleton.commands.generic
 

Subclasses of GraphDocumentSelectionCommand in com.tensegrity.skeleton.commands.generic
 class CopyCommand
           Copies the current selection to the clipboard.
 class CutCommand
           Cuts the current selection and places it into the clipboard.
 class DeleteCommand
           Deletes the current selection of the active document.
 class GroupSelectionCommand
           Groups the currently selected objects of the active document.
 class UngroupSelectionCommand
           Ungroups a previously grouped selection of elements.
 

Uses of GraphDocumentSelectionCommand in com.tensegrity.skeleton.swt.commands
 

Subclasses of GraphDocumentSelectionCommand in com.tensegrity.skeleton.swt.commands
 class SwtInsertCustomAttributesCommand
           The SwtInsertCustomAttributesCommand opens a dialog to create attributes of various types and add these to a list of elements or the graph.
 class SwtShapeFormatCommand
          The ShapeFormatCommand opens the ShapeFormat Dialog.
 



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