|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Command | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.generic.command | Contains interfaces and classes needed for using the Command concept. |
| com.tensegrity.gui.swing | The package is the container for all swing-related gui classes and interfaces. |
| com.tensegrity.gui.swing.control.attributeeditor | |
| com.tensegrity.gui.swing.control.attributetree.command | |
| com.tensegrity.gui.swing.document | This package contains all of the current document implementations for use in a swing-based environment. |
| com.tensegrity.gui.swt |
This package contains classes for a swt-based GraphApplication.
|
| com.tensegrity.gui.swt.control | |
| com.tensegrity.gui.swt.control.panels | |
| com.tensegrity.gui.swt.repository | |
| 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.container.swt | |
| com.tensegrity.skeleton.swing | The Swing based implementation of the skeleton framework. |
| com.tensegrity.skeleton.swt.commands | |
| Uses of Command in com.tensegrity.composite |
| Methods in com.tensegrity.composite with parameters of type Command | |
void |
CompositeView.addKeyCommand(KeyStroke keystroke,
Command command)
Associates the given KeyStroke with the given
Command. |
| Uses of Command in com.tensegrity.generic.command |
| Subinterfaces of Command in com.tensegrity.generic.command | |
interface |
ChoiceCommand
Defines commands that define one of a list of possible choices. |
interface |
ToggleCommand
Defines commands that toggle between two modes. |
| Classes in com.tensegrity.generic.command that implement Command | |
class |
BaseCommand
Abstract class BaseCommand is the common base class for all of
our Command implementation classes because it consolidates shared
code and provides a number of overloaded constructors that make subclasses easier
to write. |
| Uses of Command in com.tensegrity.gui.swing |
| Methods in com.tensegrity.gui.swing that return Command | |
Command |
SwingUtil.CommandItem.getCommand()
Returns the command this item is associated to. |
Command |
SwingUtil.CommandMenuItem.getCommand()
|
Command |
SwingUtil.ToggleCommandMenuItem.getCommand()
|
Command |
SwingUtil.ChoiceCommandMenuItem.getCommand()
|
Command |
SwingUtil.CommandToggleButton.getCommand()
|
Command |
SwingUtil.ActionCommand.getCommand()
Returns the internal Command of this instance. |
| Methods in com.tensegrity.gui.swing with parameters of type Command | |
static javax.swing.JMenuItem |
SwingUtil.makeMenuItem(UIManager uiManager,
java.lang.String title,
java.lang.String actionCommand,
Command command)
This methods makes a new menu item and assigns an action to it in one go. |
static javax.swing.JMenuItem |
SwingUtil.makeMenuItem(UIManager uiManager,
java.lang.String title,
java.lang.String actionCommand,
Command command,
javax.swing.KeyStroke accelerator)
This methods makes a new menu item and assigns an action to it in one go. |
static javax.swing.Action |
SwingUtil.commandToAction(Command command)
The method commandToAction returns a swing action instance for a given generic command. |
static javax.swing.Action |
SwingUtil.commandToAction(Command command,
UIManager uiManager)
Wraps a command into an action, so that it can be used in the world of swing. |
static javax.swing.JMenuItem |
SwingUtil.makeMenuItem(java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
UIManager uiManager)
Simple helper to create menuitems based on GUI ID's. |
static javax.swing.JMenuItem |
SwingUtil.makeMenuItem(java.lang.String id,
Command command,
UIManager uiManager)
Simple helper to create menuitems based on GUI ID's without a key accelerator. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
UIManager uiManager,
javax.swing.Icon icon)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
javax.swing.KeyStroke ks,
java.lang.String iconurl,
java.lang.String rollovericonurl,
java.lang.Class resourceClass,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.JMenuItem |
SwingUtil.addToMenu(javax.swing.JPopupMenu menu,
java.util.HashMap uiMap,
java.lang.String id,
Command command,
java.lang.String iconurl,
java.lang.Class resourceClass,
UIManager uiManager)
Creates a menu item and adds it to the specified menu. |
static javax.swing.AbstractButton |
SwingUtil.addToToolBar(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.Class resourceClass)
Method addToToolbar adds a given command as item to the given ToolBar. |
static javax.swing.AbstractButton |
SwingUtil.addToToolBar(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
Icon icon)
Method addToToolbar adds a given command as item to the given toolbar. |
static javax.swing.AbstractButton |
SwingUtil.addToToolBar(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.String deficonurl,
java.lang.Class resourceClass)
Method addToToolbar adds a given command as item to the given toolbar. |
static javax.swing.JToggleButton |
SwingUtil.addToToolBarToggleButton(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.Class resourceClass)
Adds a new togglebutton to the given toolbar. |
static javax.swing.JToggleButton |
SwingUtil.addToToolBarToggleButton(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.String iconurlToggled,
java.lang.Class resourceClass)
Adds a new togglebutton to the given toolbar. |
static javax.swing.JToggleButton |
SwingUtil.addToToolBarToggleButton(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.String iconurlToggled,
java.lang.Class resourceClass,
int index)
Method addToToolbar inserts a given command as item at a specific index of the toolbar. |
static javax.swing.JToggleButton |
SwingUtil.addToToolBarToggleButton(UIManager uiManager,
javax.swing.JToolBar toolbar,
Command command,
Icon icon,
Icon iconToggled,
int index)
Method addToToolbar inserts a given command as item at a specific index of the toolbar. |
javax.swing.JToggleButton |
SwingCommandRegistry.addToToolBarToggleButton(SwingToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.String iconurlToggled,
java.lang.Class resourceClass)
Deprecated. Please use SwingUtil instead! |
javax.swing.JToggleButton |
SwingCommandRegistry.addToToolBarToggleButton(SwingToolBar toolbar,
Command command,
java.lang.String iconurl,
java.lang.String iconurlToggled,
int index,
java.lang.Class resourceClass)
Deprecated. Please use SwingUtil instead! |
javax.swing.JToggleButton |
SwingCommandRegistry.addToToolBarToggleButton(SwingToolBar toolbar,
Command command,
int index,
java.util.HashMap uiMap,
UIManager uiManager)
Deprecated. Please use SwingUtil instead! |
javax.swing.JToggleButton |
SwingCommandRegistry.addToToolBarToggleButton(SwingToolBar toolbar,
Command command,
int index,
java.util.HashMap uiMap,
UIManager uiManager,
java.lang.String displayTextId)
Deprecated. Please use SwingUtil instead! |
javax.swing.JButton |
SwingCommandRegistry.addToToolBar(SwingToolBar toolbar,
Command command,
java.lang.String iconurl,
int index,
java.lang.Class resourceClass)
Deprecated. Please use SwingUtil instead! |
javax.swing.JButton |
SwingCommandRegistry.addToToolBar(SwingToolBar toolbar,
Command command,
int index,
java.util.HashMap uiMap,
UIManager uiManager)
Deprecated. Please use SwingUtil instead! |
javax.swing.JButton |
SwingCommandRegistry.addToToolBar(SwingToolBar toolbar,
Command command,
int index,
java.util.HashMap uiMap,
UIManager uiManager,
java.lang.String displayTextId)
Deprecated. Please use SwingUtil instead! |
| Constructors in com.tensegrity.gui.swing with parameters of type Command | |
SwingUtil.CommandMenuItem(javax.swing.Action action,
Command cmd)
Constructor |
|
SwingUtil.ToggleCommandMenuItem(javax.swing.Action action,
Command cmd)
Constructor |
|
SwingUtil.ChoiceCommandMenuItem(javax.swing.Action action,
Command cmd)
Constructor |
|
SwingCommandRegistry.ActionCommand(Command command)
Deprecated. Constructor |
|
| Uses of Command in com.tensegrity.gui.swing.control.attributeeditor |
| Methods in com.tensegrity.gui.swing.control.attributeeditor with parameters of type Command | |
void |
SwingAttributeEditorComponents.CommandButton.setCommand(Command cmd)
Sets the command that is assigned to the button |
| Uses of Command in com.tensegrity.gui.swing.control.attributetree.command |
| Classes in com.tensegrity.gui.swing.control.attributetree.command that implement 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 Command in com.tensegrity.gui.swing.document |
| Methods in com.tensegrity.gui.swing.document with parameters of type Command | |
static MDIComponent |
MDIToolkit.setTabbedMDIStyle(java.util.List documents,
java.awt.Container panel,
Observable observable,
MenuTool windowmenu,
javax.swing.JToolBar toolbar,
DocumentListener documentlistener,
Command closeDocumentCommand,
UIManager uimanager,
DocumentDropContext opener)
This method takes a list of mdi-documents and builds a new Framed MDI styled container and adds all the documents that mdi-container. |
static MDIComponent |
MDIToolkit.getTabbedMDIComponent(ApplicationFrame applicationFrame,
java.awt.Container targetContainer,
MenuTool toolMenu,
Command closeDocumentCommand)
Deprecated. Use initTabbedMDIComponent instead! |
static MDIComponent |
MDIToolkit.getSDIComponent(ApplicationFrame applicationFrame,
java.awt.Container targetContainer,
MenuTool toolMenu,
Command closeDocumentCommand)
Returns a SDI mdi component. |
| Constructors in com.tensegrity.gui.swing.document with parameters of type Command | |
PanelMDIComponent(java.util.List initialdocuments,
MenuTool windowmenu,
Command closeDocumentCommand,
UIManager uimanager,
DocumentDropContext opener)
Construct a tabbed-mdi pane with the given list of initial documents. |
|
DockMDIComponent(java.util.List initialdocuments,
MenuTool menutool,
Command closeDocumentCommand,
UIManager uimanager)
Constructs a new DockMDIComponent. |
|
TabbedMDIComponent(java.util.List initialdocuments,
MenuTool windowmenu,
Command closeDocumentCommand,
UIManager uimanager,
DocumentDropContext opener)
Construct a tabbed-mdi pane with the given list of initial documents. |
|
| Uses of Command in com.tensegrity.gui.swt |
| Methods in com.tensegrity.gui.swt that return Command | |
Command |
SwtUtil.CommandItem.getCommand()
Returns the command this item is associated to. |
| Methods in com.tensegrity.gui.swt with parameters of type Command | |
static org.eclipse.swt.widgets.ToolItem |
SwtUtil.addToToolBar(UIManager uiManager,
org.eclipse.swt.widgets.ToolBar toolbar,
Command command,
org.eclipse.swt.graphics.Image icon)
TODO AH: Comment method |
| Constructors in com.tensegrity.gui.swt with parameters of type Command | |
SwtUtil.ItemCommand(org.eclipse.swt.widgets.ToolBar parent,
int style,
Command cmd)
|
|
| Uses of Command in com.tensegrity.gui.swt.control |
| Methods in com.tensegrity.gui.swt.control with parameters of type Command | |
org.eclipse.swt.widgets.ToolItem |
SwtToolBar.addItem(Command command,
java.lang.String iconurl,
java.lang.Class resourceClass)
This method add a to the internal .
|
org.eclipse.swt.widgets.ToolItem |
SwtToolBar.addItem(Command command,
java.lang.String iconurl,
java.lang.Class resourceClass,
java.lang.String tooltipId)
This method add a to the internal .
|
| Uses of Command in com.tensegrity.gui.swt.control.panels |
| Methods in com.tensegrity.gui.swt.control.panels with parameters of type Command | |
AbstractSwtRepositoryItem |
SwtSlidePanelContent.addCommandItem(Command cmd,
java.lang.String tooltip,
java.lang.String uiMapValue,
int iconWidth,
int iconHeight)
Deprecated. Adds the specified repository item to the content. |
AbstractSwtRepositoryItem |
SwtSlidePanelContent.addCommandItem(Command cmd,
java.lang.String tooltip,
java.lang.String uiMapValue,
java.lang.String iconPath,
java.lang.Class resourceClass,
int iconWidth,
int iconHeight)
Deprecated. Adds the specified repository item to the content. |
| Uses of Command in com.tensegrity.gui.swt.repository |
| Constructors in com.tensegrity.gui.swt.repository with parameters of type Command | |
ActionSwtRepositoryItem(org.eclipse.swt.widgets.Composite parent,
java.lang.String iconPath,
java.lang.Class resourceclass,
Command action,
java.lang.String tooltip,
int iconWidth,
int iconHeight)
Creates an instance of ActionSwtRepositoryItem with the
image which can be loaded using the two parameters iconPath
and resourceclass. |
|
ActionSwtRepositoryItem(org.eclipse.swt.widgets.Composite parent,
Command action,
java.lang.String tooltip,
int iconWidth,
int iconHeight)
Creates an instance of ActionSwtRepositoryItem with no
associated icon. |
|
ActionSwtRepositoryItem(org.eclipse.swt.widgets.Composite parent,
SwtIcon icon,
Command action,
java.lang.String tooltip,
int iconWidth,
int iconHeight)
Creates an instance of ActionSwtRepositoryItem which
displays the passed icon. |
|
| Uses of Command in com.tensegrity.skeleton.commands |
| Classes in com.tensegrity.skeleton.commands that implement Command | |
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. |
| Methods in com.tensegrity.skeleton.commands with parameters of type Command | |
void |
CancelCommand.addCancelable(Command cancelable)
Adds the command as cancelable. |
void |
CancelCommand.removeCancelable(Command cancelable)
Removes one instance of the previously added cancelable command. |
| Uses of Command in com.tensegrity.skeleton.commands.generic |
| Classes in com.tensegrity.skeleton.commands.generic that implement Command | |
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 Command in com.tensegrity.skeleton.container.swt |
| Methods in com.tensegrity.skeleton.container.swt with parameters of type Command | |
AbstractSwtRepositoryItem |
SwtRepositoryContent.addCommandItem(Command cmd,
java.lang.String tooltip,
org.eclipse.swt.graphics.Point iconSize)
Adds the specified repository item to the content. |
AbstractSwtRepositoryItem |
SwtRepositoryContent.addCommandItem(Command cmd,
java.lang.String tooltip,
java.lang.String iconPath,
java.lang.Class resourceClass,
org.eclipse.swt.graphics.Point iconSize)
Adds the specified repository item to the content. |
| Uses of Command in com.tensegrity.skeleton.swing |
| Methods in com.tensegrity.skeleton.swing with parameters of type Command | |
DockMDIComponent |
SwingApplicationFrame.createDockMDIComponent(java.util.List initialdocuments,
MenuTool menuTool,
Command closeDocumentCommand,
UIManager uimanager)
Hook to create a DockMDIComponent
subclass. |
| Uses of Command in com.tensegrity.skeleton.swt.commands |
| Classes in com.tensegrity.skeleton.swt.commands that implement Command | |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||