Uses of Class
com.tensegrity.generic.command.BaseCommand

Packages that use BaseCommand
com.tensegrity.generic.command Contains interfaces and classes needed for using the Command concept. 
com.tensegrity.gui.swing.control.attributetree.command   
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.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   
 

Uses of BaseCommand in com.tensegrity.generic.command
 

Methods in com.tensegrity.generic.command that return BaseCommand
 BaseCommand CommandRegistry.get(java.lang.String id)
          Looks up an command in the map and returns it, null if none is found with the given key.
 BaseCommand CommandRegistry.remove(java.lang.String key)
          Removes the specified mapping with key key.
 

Uses of BaseCommand in com.tensegrity.gui.swing.control.attributetree.command
 

Subclasses of BaseCommand in com.tensegrity.gui.swing.control.attributetree.command
 class EditAttributeEditorStateCommand
           Shows an AttributeTree to edit the visibility of attributes.
 class SetSortModeCommand
          Command that sets the sort mode of a SwingAttributeTree to the value specified in the construcor.
 class ToggleCategoriesCommand
           Command to toggle the visibility of categories in an AttributeTree.
 class ToggleExactMatchingCommand
           Command to toggle between matching exact AttributableOnSet instances or types when looking for AttributeTree states.
 class ToggleMergeElementTypesCommand
           Command to toggle the visibility of the root node in the AttributeTree, which described the type of Attributable.
 

Uses of BaseCommand in com.tensegrity.skeleton.commands
 

Subclasses of BaseCommand in com.tensegrity.skeleton.commands
 class AboutCommand
           Opens an instance of class AboutDialog.
 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 AbstractOpenCommand
           Designed as the base class for all Command classes that deal with the opening of documents.
 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 CancelCommand
           Used to leave a mode which was usually entered by a toggle command.
 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 CloseAllCommand
           This Command closes all open documents.
 class CloseCommand
           This Command closes the active document.
 class CommonBaseCommand
           This BaseCommand derived class is responsible for setting the StatusBar message with the appropriate text.
 class ContextHelpCommand
           This Command is responsible for invoking context sensitive help.
 class DebugApplicationCommand
           This is a general-purpose Command for Application-scope debugging.
 class DebugGraphCommand
           This is a general-purpose Command for Graph-scope debugging.
 class DocumentCommand
           This abstract base class is responsible for all document-related commands and provides useful utility methods callable by derived classes.
 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 EditSlidesVisibilityCommand
           EditSlidesVisibilityCommand is a Command implementation that will open a dialog for editing the visibility of slides in all containers of the application.
 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 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.
 class GraphDocumentCommand
           This abstract Command implementation is the base class for all commands that deal with GraphDocument instances.
 class GraphDocumentSelectionCommand
           This abstract Command base class requires an open valid GraphDocument selection and provides functionality for all derived selection-related Command classes.
(package private)  class com.tensegrity.skeleton.commands.HelpBaseCommand
          This class provides the basic functionalities for classes HelpCommand and ContextHelpCommand.
 class HelpCommand
           This Command opens a new help window.
 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 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.
 class LookAndFeelCommand
           This Command allows users to change the application LookAndFeel.
 class MDIStyleCommand
          Sets the mdi style.
 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 NewDocumentCommand
           This Command creates a new GraphDocument instance and adds it to the MDIComponent of the application.
 class NewViewCommand
          The NewViewCommand creates a new read-only GraphDocument from a given source GraphDocument.
 class OpenCommand
           This Command opens an existing GraphDocument and adds it to the MDIComponent of the application.
 class OpenElementsCommand
          OpenGeometryCommand
 class OpenLayoutsCommand
           OpenLayoutsCommand
 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 PreferencesCommand
           This Command opens a PreferenceDialog to allow users to modify all application configuration settings.
 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 StyleDialogCommand
           Opens the StyleDialog to allows users to modify existing style elements.
 class SwitchLanguageCommand
           This Command switches the application language.
 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 ToggleLeftColumnCommand
           This Command shows or hides the left part of the ApplicationFrame.
 class ToggleRightColumnCommand
           This Command shows or hides the right part of the ApplicationFrame.
 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 BaseCommand in com.tensegrity.skeleton.commands.generic
 

Subclasses of BaseCommand 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 QuitCommand
           Invokes the exit() method defined in interface Application.
 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 BaseCommand in com.tensegrity.skeleton.swing.launch
 

Methods in com.tensegrity.skeleton.swing.launch with parameters of type BaseCommand
protected  javax.swing.JButton AbstractToolBarLaunchTask.addToToolBar(SwingToolBar toolbar, BaseCommand command, java.lang.String iconurl, java.lang.String defaultIcon)
          The method addToToolbar is a convience method to add new elements to the end of a given ToolBar.
protected  javax.swing.JButton AbstractToolBarLaunchTask.addToToolBar(SwingToolBar toolbar, BaseCommand command, java.lang.String iconurl, java.lang.String defaultIcon, int index, java.lang.Class resourceClass)
          Adds a button to the specified ToolBar by calling the #addToToolBarToggleButton(SwingToolBar, Command, String, String, int, Class) method.
 

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

Subclasses of BaseCommand in com.tensegrity.skeleton.swt.commands
 class SwtCloneDocumentCommand
           This command, to be used within applications in a SWT context, creates a clone of the currently active GraphDocument and adds it to the application's documents container.
 class SwtCloseAllCommand
           This command, to be used within applications in a SWT context, closes all currently opened documents.
 class SwtCloseCommand
           This command, to be used within applications in a SWT context, closes the currently active Document.
 class SwtCommonBaseCommand
           This subclass of CommonBaseCommand is used, directly or indirectly, as the parent class of commands valid solely within SWT-based applications.
 class SwtDocumentCommand
           This class, to be used within applications in a SWT context, is the base class for all Commands related to the currently selected Document.
 class SwtEditGraphDocumentCommand
           This abstract Command is intented to be used as based class for Commands which are only valid if the active graph document is editable.
 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 SwtGraphDocumentCommand
           This command, to be used within applications in a SWT context, extends the SwtDocumentCommand in the way that it is only valid if the active Document is a instance of GraphDocument.
 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 SwtLoadStylesCommand
          Deprecated. NOT IMPLEMENTED - SIMPLY DO NOT USE
 class SwtNewDocumentCommand
           This command, to be used within applications in a SWT context, creates a new GraphDocument and adds it to the MDIComponent.
 class SwtOpenCommand
           This command, to be used within applications in a SWT context, opens an existing GraphDocument and adds it to the MDIComponent of the application.
 class SwtPageSetupCommand
           This command, to be used within applications in a SWT context, shows the SWT PageSetupDialog dialog to the user in order to let him set printing page properties on the active GraphDocument.
 class SwtPreferencesCommand
          NOTE: DO NOT USE THIS CLASS, IT IS STILL UNDER CONSTRUCTION!!!
 class SwtPrintCommand
           This command, to be used within applications in a SWT context, prints the active GraphDocument.
 class SwtPrintPreviewCommand
           This command, to be used within applications in a SWT context, opens the SWT PrintPreviewDialog for the currently active GraphDocument.
 class SwtRuleEditorCommand
           This command, to be used within applications in a SWT context, opens a dialog for showing and editing rules settings registered with the active GraphDocument.
 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 SwtStyleDialogCommand
          Deprecated. NOT IMPLEMENTED - SIMPLY DO NOT USE
 class SwtSwitchLanguageCommand
           Switches the language used within a SWT application.
 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.
 

Uses of BaseCommand in com.tensegrity.skeleton.swt.launch
 

Constructors in com.tensegrity.skeleton.swt.launch with parameters of type BaseCommand
SwtMenuLaunchTask.menuItemsListener(BaseCommand cmd)
           Initializes a SelectionListener on the menu item associated with the passed BaseCommand.
 



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