Uses of Class
venice.Command

Uses of Command in venice
 

Subclasses of Command in venice
 class ClosePackageCommand
          Closes the packages selected in Visualization.
 class CreateVisualizationTreeCommand
          Class which creates the visualization tree from the GXL model stored in a ModelStorage.
 class ExportGXLFileCommand
          Exports data from model storage to a GXL file.
 class FitToScreenCommand
          Class which creates visualisation for required interfaces in current visualization
 class HideInterfaceContentCommand
          This command changes selected interfaces visualization so that they will be shown in circle notation.
 class HideOfferedInterfacesCommand
          This command hides interfaces offered by this Element.
 class HideRequiredInterfacesCommand
          This command hides required interfaces generated by Venice.
 class HideVRelationshipLabelsCommand
          Command subclass, which sets all labels for all relationships as invisible.
 class ImportGXLCommand
          Abstract superclass for different GXL model importing classes Performs loading a GXL model file from an inputstream which is returned by getInputStream() If the user commits to this action then the request is forwarded to the current ModelStorage and CreateVisualizationTreeCommand.
 class ImportGXLFileCommand
          Performs loading a GXL model file from a file.
 class ImportGXLURLCommand
          Performs loading a GXL model file from an URL.
 class LoadCommand
          LoadCommand implements loading of .venice-files which contains both the GXL model and the visualization layout.
 class LoadFileCommand
          Implements .venice-loading from a file.
 class LoadURLCommand
          Implements .venice-loading from URL.
 class MakePackageTransparentCommand
          Makes selected packages 'transparent'.
 class MoveRelationshipsDownCommand
           
 class MoveRelationshipsUpCommand
          Moves relationships up for all selected nodes.
 class OpenPackageCommand
          Opens the selected packages.
 class PrintCurrentViewCommand
          Commands visualization to print currently visible area in the visualization.
 class SaveCommand
          SaveCommand implements saving of .venice-files which contains both the GXL model and the visualization layout.
 class SaveFileCommand
          .venice-saving to a file.
 class ShowInterfaceContentCommand
          This command changes selected interfaces visualization so that they will be shown in expanded class-style notation If other elements than VInterfaces are selected, they are skipped.
 class ShowOfferedInterfacesCommand
          This command show interfaces that current element offers.
 class ShowRequiredInterfacesCommand
          This command show interfaces the element requires.
 class ShowVRelationshipLabelsCommand
          Command subclass, which sets all labels for all relationships as visible.
 class ZoomToSelectionCommand
          Class which creates visualisation for required interfaces in current visualization
 

Methods in venice with parameters of type Command
static void Util.invokeCommandLater(Command inCmd)
          Causes command to be executed later using SWING Event thread.