SAM

org.topcased.modeler.sam.systemdiagram.commands
Class RestorePortsCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by org.eclipse.gef.commands.CompoundCommand
          extended by org.topcased.modeler.sam.systemdiagram.commands.RestorePortsCommand

public class RestorePortsCommand
extends org.eclipse.gef.commands.CompoundCommand

This command is used to restore Ports contained in a System or Automaton model object Creation : 17 nov. 2005


Constructor Summary
RestorePortsCommand(org.eclipse.gef.EditDomain domain, GraphNode gNode, ICreationUtils creationUtils)
          The Constructor
 
Method Summary
 
Methods inherited from class org.eclipse.gef.commands.CompoundCommand
add, canExecute, canUndo, dispose, execute, getChildren, getCommands, getLabel, isEmpty, redo, size, undo, unwrap
 
Methods inherited from class org.eclipse.gef.commands.Command
chain, getDebugLabel, setDebugLabel, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestorePortsCommand

public RestorePortsCommand(org.eclipse.gef.EditDomain domain,
                           GraphNode gNode,
                           ICreationUtils creationUtils)
The Constructor

Parameters:
domain - the EditDomain
gNode - the GraphNode
creationUtils - the creationUtils factory

SAM

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.