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

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

Subclasses of GraphDocumentCommand 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 AbstractInsertElementCommand
           This is the abstract Command base class used for inserting new visual elements to a VisualGraph that have been created programmatically.
 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 CloneDocumentCommand
           Allows for the creation of a 1:1 clone of the currently selected document which can be opened in a new document window.
 class DebugGraphCommand
           This is a general-purpose Command for Graph-scope debugging.
 class EditDocumentSettingsCommand
           EditDocumentSettingsCommand shows a dialog for editing the document settings.
 class EditGraphDocumentCommand
           This abstract Command implements the EditGraphDocumentCommand.isEnabled() method and returns true if the enclosed Panel is editable.
 class EditRuleConfigurationCommand
           The EditRuleConfigurationCommand can be used to open a dialog that contains all rule checks that can be enabled/disabled using the RuleConfiguration.
 class ExportRasterCommand
           Exports the currently active document to a raster image File.
 class ExportSVGCommand
           Exports the currently active document to a SVG File.
 class FindElementsCommand
           This Command class looks for occurrences of strings in text attributes of graph elements and selects all matching items.
 class FlipXCommand
           This Command is responsible for flipping the selected VisualGraphObject instances horizontally along the x-axis.
 class FlipYCommand
           This Command is responsible for flipping the selected VisualGraphObject instances vertically along the y-axis.
 class GraphDocumentSelectionCommand
           This abstract Command base class requires an open valid GraphDocument selection and provides functionality for all derived selection-related Command classes.
 class ImportDocumentLayouts
           This command imports layouts from an XML file to the current document.
 class InsertChartCommand
           This Command inserts a chart into the currently selected VisualGraph.
 class InsertCustomAttributeCommand
          The AddCustomAttributeCommand opens a dialog to create attributes of various types and add these to a list of elements or the graph.
 class InsertImageCommand
           This Command inserts an image object into the currently selected VisualGraph after loading if from a File.
 class InsertTableCommand
           This Command inserts a table node into the currently selected VisualGraph.
 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 NewViewCommand
          The NewViewCommand creates a new read-only GraphDocument from a given source GraphDocument.
 class PageSetupCommand
           This Command opens the PageSetup dialog window which allows users to configure printing options.
 class PasteCommand
           This command pastes the contents of the clipboard into the currently selected document.
 class PrintCommand
           Prints the currently selected document.
 class PrintPreviewCommand
           This Command opens the PrintPreviewDialog for the currently active document.
 class RuleEditorCommand
          RuleEditorCommand
 class SaveAsCommand
           Saves the currently active document as a new File.
 class SaveCommand
           Saves the currently active document to its stored File and uses the SaveAsCommand if no such File exists.
 class SaveStylesCommand
           This Command saves all pooled Style objects of the runtime application.
 class SaveVisualGraphCommand
           This is the base class for all Command classes that deal with saving.
 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 ShowPropertiesCommand
          Sets a collection of attributableOnSets for which the attributes will be shown.
 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.
 class ToggleAntialiasCommand
          Toggles the antialias setting of the SwingGraphPanel
 class ToggleAutomaticLayoutCommand
          This command will toggle a flag in GraphFrame, which is used to configure whether layout is performed automatically or not.
 class ToggleConnectModeCommand
           Toggles the modus so that you can create new visual edges by selecting two visual nodes.
 class ToggleFullscreenCommand
           This Command toggles between fullscreen and normal views.
 class ToggleZoomRectangleModeCommand
           This zoom Command permits users to zoom into the rectangle drawn by clicking and dragging the mouse.
 class ViewGridCommand
          This command toggles the visibilty of the views grid.
 class ViewRulerCommand
          This command toggles the visibilty of the view ruler.
 class ZoomCommand
           This Command is responsible for zooming the active VisualGraph to the specified percentage value.
 class ZoomDialogCommand
           Opens a ZoomDialog which allows users to select a predefined zoom value or define a custom one.
 class ZoomGraphCommand
          The ZoomGraphCommand allows to create ZoomCommands to a specific zoom value.
 class ZoomGraphDocumentCommand
           This Command provides methods for retrieving the current zoom value and setting it.
 class ZoomToSelectionCommand
          Zooms to the selected elements.
 

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

Subclasses of GraphDocumentCommand 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 FitToViewportCommand
           Zooms the current VisualGraph to a size that it fits the current Viewport.
 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 GraphDocumentCommand in com.tensegrity.skeleton.swt.commands
 

Subclasses of GraphDocumentCommand in com.tensegrity.skeleton.swt.commands
 class SwtFindElementsCommand
           The SwtFindElementsCommand Command, to be used within applications in a SWT context, looks for occurrences of strings in text attributes of graph elements and selects all matching items.
 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 SwtInsertImageCommand
           This command, to be used within applications in a SWT context, is used in order to insert a VisualNode containing an image on the active GraphDocument.
 class SwtLayoutCommand
           This command, to be used within applications in a SWT context, performs a given layout on the active editable graph document.
 class SwtSaveAsCommand
           This command, to be used within applications in a SWT context, brings up a SwtGraphFileChooserDialog asking the user where he wants to save a copy of the currently active GraphDocument.
 class SwtSaveCommand
           To be used n the context of SWT Applications, this command saves the currently active document to its stored File and uses the SwtSaveAsCommand if no such File exists.
 class SwtShapeFormatCommand
          The ShapeFormatCommand opens the ShapeFormat Dialog.
 class SwtZoomCommand
          The SwtZoomCommand allows creating Commands which change the Zoom value with a constant value.
 class SwtZoomGraphCommand
          The ZoomGraphCommand allows to create ZoomCommands to a specific zoom value.
 class SwtZoomGraphDocumentCommand
          The SwtZoomGraphDocumentCommand acts as a base class for all zoom related commands in SWT context.
 



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