Package com.tensegrity.skeleton.commands

The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc.

See:
          Description

Class Summary
AboutCommand Opens an instance of class AboutDialog.
AbstractAlignCommand Abstract base class for align commands which provides the basic functionality for gathering the selected elements and revalidating the graph afterwards.
AbstractAlignHorizontalCommand Abstract base class for horizontal align commands which provides the basic functionality for sorting the elements, etc.
AbstractAlignVerticalCommand Abstract base class for vertical align commands which provides the basic functionality for sorting the elements, etc.
AbstractInsertElementCommand This is the abstract Command base class used for inserting new visual elements to a VisualGraph that have been created programmatically.
AbstractLayoutCommand  
AbstractOpenCommand Designed as the base class for all Command classes that deal with the opening of documents.
AlignHorizontalCenterCommand Aligns the selected elements horizontally, so that the centers reside on one line.
AlignHorizontalLeftCommand Aligns the selected elements horizontally, so that the left sides are aligned.
AlignHorizontalRightCommand Aligns the selected elements horizontally, so that the right sides are aligned.
AlignVerticalBottomCommand Aligns the selected elements vertically, so that the bottom sides are aligned.
AlignVerticalCenterCommand Aligns the selected elements vertically, so that the centers reside on one line.
AlignVerticalTopCommand Aligns the selected elements vertically, so that the top sides are aligned.
CancelCommand Used to leave a mode which was usually entered by a toggle command.
CloneDocumentCommand Allows for the creation of a 1:1 clone of the currently selected document which can be opened in a new document window.
CloseAllCommand This Command closes all open documents.
CloseCommand This Command closes the active document.
CommonBaseCommand This BaseCommand derived class is responsible for setting the StatusBar message with the appropriate text.
ContextHelpCommand This Command is responsible for invoking context sensitive help.
DebugApplicationCommand This is a general-purpose Command for Application-scope debugging.
DebugGraphCommand This is a general-purpose Command for Graph-scope debugging.
DocumentCommand This abstract base class is responsible for all document-related commands and provides useful utility methods callable by derived classes.
EditDocumentSettingsCommand EditDocumentSettingsCommand shows a dialog for editing the document settings.
EditGraphDocumentCommand This abstract Command implements the EditGraphDocumentCommand.isEnabled() method and returns true if the enclosed Panel is editable.
EditRuleConfigurationCommand The EditRuleConfigurationCommand can be used to open a dialog that contains all rule checks that can be enabled/disabled using the RuleConfiguration.
EditSlidesVisibilityCommand EditSlidesVisibilityCommand is a Command implementation that will open a dialog for editing the visibility of slides in all containers of the application.
ExportRasterCommand Exports the currently active document to a raster image File.
ExportSVGCommand Exports the currently active document to a SVG File.
FindElementsCommand This Command class looks for occurrences of strings in text attributes of graph elements and selects all matching items.
FlipXCommand This Command is responsible for flipping the selected VisualGraphObject instances horizontally along the x-axis.
FlipYCommand This Command is responsible for flipping the selected VisualGraphObject instances vertically along the y-axis.
FloatCommand This Command toggles the float mode of the ApplicationFrame, which means creating a new ExtendedJFrame instance and putting the RootPane of the current Application into it.
GraphDocumentCommand This abstract Command implementation is the base class for all commands that deal with GraphDocument instances.
GraphDocumentSelectionCommand This abstract Command base class requires an open valid GraphDocument selection and provides functionality for all derived selection-related Command classes.
HelpCommand This Command opens a new help window.
ImportDocumentLayouts This command imports layouts from an XML file to the current document.
InsertChartCommand This Command inserts a chart into the currently selected VisualGraph.
InsertCustomAttributeCommand The AddCustomAttributeCommand opens a dialog to create attributes of various types and add these to a list of elements or the graph.
InsertImageCommand This Command inserts an image object into the currently selected VisualGraph after loading if from a File.
InsertTableCommand This Command inserts a table node into the currently selected VisualGraph.
LayoutCommand This class help to apply layout engines by specified layout context
LayoutToolCommand This class creates a layout dialog which contains all registered layout engines.
LoadStylesCommand This Command loads a styles.xml file from disk, applies the loaded (and probably changed) styles to all elements of all open documents and then updates the repository panel.
LookAndFeelCommand This Command allows users to change the application LookAndFeel.
MDIStyleCommand Sets the mdi style.
MoveBackwardCommand This Command sends the current selection backwards in the drawing order.
MoveForwardCommand This Command sends the current selection forwards in the drawing order.
NewDocumentCommand This Command creates a new GraphDocument instance and adds it to the MDIComponent of the application.
NewViewCommand The NewViewCommand creates a new read-only GraphDocument from a given source GraphDocument.
OpenCommand This Command opens an existing GraphDocument and adds it to the MDIComponent of the application.
OpenElementsCommand OpenGeometryCommand
OpenLayoutsCommand OpenLayoutsCommand
PageSetupCommand This Command opens the PageSetup dialog window which allows users to configure printing options.
PasteCommand This command pastes the contents of the clipboard into the currently selected document.
PreferenceHelper Some utility methods for setting the preferences.
PreferencesCommand This Command opens a PreferenceDialog to allow users to modify all application configuration settings.
PrintCommand Prints the currently selected document.
PrintPreviewCommand This Command opens the PrintPreviewDialog for the currently active document.
RuleEditorCommand RuleEditorCommand
SaveAsCommand Saves the currently active document as a new File.
SaveCommand Saves the currently active document to its stored File and uses the SaveAsCommand if no such File exists.
SaveStylesCommand This Command saves all pooled Style objects of the runtime application.
SaveVisualGraphCommand This is the base class for all Command classes that deal with saving.
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.
ShowPropertiesCommand Sets a collection of attributableOnSets for which the attributes will be shown.
StyleDialogCommand Opens the StyleDialog to allows users to modify existing style elements.
SwitchLanguageCommand This Command switches the application language.
TableCommand This Command performs some CompositeTable specific actions.
ToBackCommand This Command sends the current selection to the back.
ToFrontCommand This Command sends the current selection to the front.
ToggleAntialiasCommand Toggles the antialias setting of the SwingGraphPanel
ToggleAutomaticLayoutCommand This command will toggle a flag in GraphFrame, which is used to configure whether layout is performed automatically or not.
ToggleConnectModeCommand Toggles the modus so that you can create new visual edges by selecting two visual nodes.
ToggleFullscreenCommand This Command toggles between fullscreen and normal views.
ToggleLeftColumnCommand This Command shows or hides the left part of the ApplicationFrame.
ToggleRightColumnCommand This Command shows or hides the right part of the ApplicationFrame.
ToggleZoomRectangleModeCommand This zoom Command permits users to zoom into the rectangle drawn by clicking and dragging the mouse.
ViewGridCommand This command toggles the visibilty of the views grid.
ViewRulerCommand This command toggles the visibilty of the view ruler.
ZoomCommand This Command is responsible for zooming the active VisualGraph to the specified percentage value.
ZoomDialogCommand Opens a ZoomDialog which allows users to select a predefined zoom value or define a custom one.
ZoomGraphCommand The ZoomGraphCommand allows to create ZoomCommands to a specific zoom value.
ZoomGraphDocumentCommand This Command provides methods for retrieving the current zoom value and setting it.
ZoomToSelectionCommand Zooms to the selected elements.
 

Package com.tensegrity.skeleton.commands Description

The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc.



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