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

Packages that use EditGraphDocumentCommand
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 EditGraphDocumentCommand in com.tensegrity.skeleton.commands
 

Subclasses of EditGraphDocumentCommand 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 AbstractLayoutCommand
           
 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 GraphDocumentSelectionCommand
           This abstract Command base class requires an open valid GraphDocument selection and provides functionality for all derived selection-related Command classes.
 class LayoutCommand
          This class help to apply layout engines by specified layout context
 class LayoutToolCommand
          This class creates a layout dialog which contains all registered layout engines.
 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 PasteCommand
           This command pastes the contents of the clipboard into the currently selected document.
 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 EditGraphDocumentCommand in com.tensegrity.skeleton.commands.generic
 

Subclasses of EditGraphDocumentCommand 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 RedoCommand
           The RedoCommand is used to redo the last undone action.
 class SelectAllCommand
           Selects all objects in the currently selected document.
 class UndoCommand
           Reverts the last performed Command and returns the application to the state it had before the it was performed.
 class UngroupSelectionCommand
           Ungroups a previously grouped selection of elements.
 

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

Subclasses of EditGraphDocumentCommand 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 SwtLayoutCommand
           This command, to be used within applications in a SWT context, performs a given layout on the active editable graph document.
 class SwtShapeFormatCommand
          The ShapeFormatCommand opens the ShapeFormat Dialog.
 



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