org.argouml.uml.diagram.deployment.ui
Class UMLDeploymentDiagram

java.lang.Object
  |
  +--Diagram
        |
        +--org.argouml.ui.ArgoDiagram
              |
              +--org.argouml.uml.diagram.ui.UMLDiagram
                    |
                    +--org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram

public class UMLDeploymentDiagram
extends UMLDiagram

See Also:
Serialized Form

Field Summary
protected static javax.swing.Action _actionAggregation
           
protected static javax.swing.Action _actionAssociation
           
protected static javax.swing.Action _actionComposition
           
protected static javax.swing.Action _actionMAssociation
           
protected static javax.swing.Action _actionMClass
           
protected static javax.swing.Action _actionMComponent
           
protected static javax.swing.Action _actionMComponentInstance
           
protected static javax.swing.Action _actionMDependency
           
protected static javax.swing.Action _actionMInterface
           
protected static javax.swing.Action _actionMLink
           
protected static javax.swing.Action _actionMNode
           
protected static javax.swing.Action _actionMNodeInstance
           
protected static javax.swing.Action _actionMObject
           
protected static javax.swing.Action _actionUniAggregation
           
protected static javax.swing.Action _actionUniAssociation
           
protected static javax.swing.Action _actionUniComposition
           
protected static int _DeploymentDiagramSerial
           
protected static Category cat
           
 
Fields inherited from class org.argouml.uml.diagram.ui.UMLDiagram
_actionBroom, _actionCircle, _actionInk, _actionLine, _actionPoly, _actionRectangle, _actionRRectangle, _actionSelect, _actionSpline, _actionText, _diagramName, _namespace
 
Fields inherited from class org.argouml.ui.ArgoDiagram
TheInstance
 
Constructor Summary
UMLDeploymentDiagram()
           
UMLDeploymentDiagram(MNamespace m)
           
 
Method Summary
protected static java.lang.String getNewDiagramName()
          Creates a new diagramname.
protected  java.lang.Object[] getUmlActions()
          Get the actions from which to create a toolbar or equivilent graphic triggers
 void setNamespace(java.lang.Object handle)
          method to perform a number of important initializations of a Deployment Diagram.
 
Methods inherited from class org.argouml.uml.diagram.ui.UMLDiagram
getActions, getClassAndModelID, getNamespace, getOwner, getToolBar, initialize, initToolBar, listRoleItemSet, propertySet, recovered, removeAsTarget, removed, roleAdded, roleRemoved, setAsTarget, setName
 
Methods inherited from class org.argouml.ui.ArgoDiagram
addChangeRegistryAsListener, damage, getContainingFig, getEdges, getItemUID, getNodes, getVetoMessage, removeChangeRegistryAsListener, setItemUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

protected static Category cat

_actionMNode

protected static javax.swing.Action _actionMNode

_actionMNodeInstance

protected static javax.swing.Action _actionMNodeInstance

_actionMComponent

protected static javax.swing.Action _actionMComponent

_actionMComponentInstance

protected static javax.swing.Action _actionMComponentInstance

_actionMClass

protected static javax.swing.Action _actionMClass

_actionMInterface

protected static javax.swing.Action _actionMInterface

_actionMObject

protected static javax.swing.Action _actionMObject

_actionMDependency

protected static javax.swing.Action _actionMDependency

_actionMAssociation

protected static javax.swing.Action _actionMAssociation

_actionMLink

protected static javax.swing.Action _actionMLink

_actionAssociation

protected static javax.swing.Action _actionAssociation

_actionAggregation

protected static javax.swing.Action _actionAggregation

_actionComposition

protected static javax.swing.Action _actionComposition

_actionUniAssociation

protected static javax.swing.Action _actionUniAssociation

_actionUniAggregation

protected static javax.swing.Action _actionUniAggregation

_actionUniComposition

protected static javax.swing.Action _actionUniComposition

_DeploymentDiagramSerial

protected static int _DeploymentDiagramSerial
Constructor Detail

UMLDeploymentDiagram

public UMLDeploymentDiagram()

UMLDeploymentDiagram

public UMLDeploymentDiagram(MNamespace m)
Method Detail

setNamespace

public void setNamespace(java.lang.Object handle)
method to perform a number of important initializations of a Deployment Diagram. each diagram type has a similar UMLxxxDiagram class.

Overrides:
setNamespace in class UMLDiagram

getUmlActions

protected java.lang.Object[] getUmlActions()
Get the actions from which to create a toolbar or equivilent graphic triggers

Specified by:
getUmlActions in class UMLDiagram

getNewDiagramName

protected static java.lang.String getNewDiagramName()
Creates a new diagramname.

Returns:
String


ArgoUML © 1996-2003 (20030919)ArgoUML Project HomeArgoUML Cookbook