Package com.tensegrity.skeleton.commands.generic

Generic commands are those commands which are not dependant of a gui library like swing, swt, etc.

See:
          Description

Class Summary
CopyCommand Copies the current selection to the clipboard.
CutCommand Cuts the current selection and places it into the clipboard.
DeleteCommand Deletes the current selection of the active document.
FitToViewportCommand Zooms the current VisualGraph to a size that it fits the current Viewport.
GroupSelectionCommand Groups the currently selected objects of the active document.
QuitCommand Invokes the exit() method defined in interface Application.
RedoCommand The RedoCommand is used to redo the last undone action.
SelectAllCommand Selects all objects in the currently selected document.
UndoCommand Reverts the last performed Command and returns the application to the state it had before the it was performed.
UngroupSelectionCommand Ungroups a previously grouped selection of elements.
 

Package com.tensegrity.skeleton.commands.generic Description

Generic commands are those commands which are not dependant of a gui library like swing, swt, etc. These commands will work in a any envirement.



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