Uses of Class
org.argouml.uml.diagram.ui.UMLDiagram

Packages that use UMLDiagram
org.argouml.application.api Provides general classes and interfaces that are fundamental to ArgoUML and ArgoUML modules. 
org.argouml.uml.diagram.activity.ui Classes to implement a uml Activity diagram using GEF. 
org.argouml.uml.diagram.collaboration.ui Classes to implement a uml Collaboration diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.deployment.ui Classes to implement a uml Deployment diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.sequence.ui Classes to implement a uml Sequence diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.state.ui Classes to implement a uml State diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.static_structure.layout implements a rank based layout algorithm for static structure diagrams  
org.argouml.uml.diagram.static_structure.ui Classes to implement a uml Class diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.ui Provides various support for diagrams: actions, GEF Figs, Go rules, Property Panels for diagrams, GEF Selection support, and more... 
org.argouml.uml.diagram.use_case.ui Classes to implement a uml Use Case diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.reveng Provides support for PluggableImport modules. 
org.argouml.uml.ui = PROPERTIES PANELS, this and sub-packages contain an implementation of prop panels (in swing) for nearly all UML model elements; also all supporting models and actions. 
 

Uses of UMLDiagram in org.argouml.application.api
 

Methods in org.argouml.application.api with parameters of type UMLDiagram
 ClassdiagramLayouter PluggableImport.getLayout(UMLDiagram diagram)
          Provide layout for modified or created class diagram.
 

Uses of UMLDiagram in org.argouml.uml.diagram.activity.ui
 

Subclasses of UMLDiagram in org.argouml.uml.diagram.activity.ui
 class UMLActivityDiagram
          Enabling an activity diagram connected to an actor has been requested as a feature.
 

Uses of UMLDiagram in org.argouml.uml.diagram.collaboration.ui
 

Subclasses of UMLDiagram in org.argouml.uml.diagram.collaboration.ui
 class UMLCollaborationDiagram
           
 

Uses of UMLDiagram in org.argouml.uml.diagram.deployment.ui
 

Subclasses of UMLDiagram in org.argouml.uml.diagram.deployment.ui
 class UMLDeploymentDiagram
           
 

Uses of UMLDiagram in org.argouml.uml.diagram.sequence.ui
 

Subclasses of UMLDiagram in org.argouml.uml.diagram.sequence.ui
 class UMLSequenceDiagram
           
 

Uses of UMLDiagram in org.argouml.uml.diagram.state.ui
 

Subclasses of UMLDiagram in org.argouml.uml.diagram.state.ui
 class UMLStateDiagram
           
 

Uses of UMLDiagram in org.argouml.uml.diagram.static_structure.layout
 

Constructors in org.argouml.uml.diagram.static_structure.layout with parameters of type UMLDiagram
ClassdiagramLayouter(UMLDiagram theDiagram)
          This constructor is mainly for convenience, so we don't have add every node manually to the layouter.
 

Uses of UMLDiagram in org.argouml.uml.diagram.static_structure.ui
 

Subclasses of UMLDiagram in org.argouml.uml.diagram.static_structure.ui
 class UMLClassDiagram
           
 

Uses of UMLDiagram in org.argouml.uml.diagram.ui
 

Fields in org.argouml.uml.diagram.ui declared as UMLDiagram
protected  UMLDiagram TabDiagram._target
          the diagram object
 

Uses of UMLDiagram in org.argouml.uml.diagram.use_case.ui
 

Subclasses of UMLDiagram in org.argouml.uml.diagram.use_case.ui
 class UMLUseCaseDiagram
          The base class of the use case diagram.
 

Uses of UMLDiagram in org.argouml.uml.reveng
 

Methods in org.argouml.uml.reveng with parameters of type UMLDiagram
 ClassdiagramLayouter FileImportSupport.getLayout(UMLDiagram diagram)
          Provide layout for modified class diagram.
 

Uses of UMLDiagram in org.argouml.uml.ui
 

Methods in org.argouml.uml.ui that return UMLDiagram
 UMLDiagram ActionUseCaseDiagram.createDiagram(java.lang.Object handle)
           
 UMLDiagram ActionStateDiagram.createDiagram(java.lang.Object handle)
           
 UMLDiagram ActionSequenceDiagram.createDiagram(java.lang.Object handle)
           
 UMLDiagram ActionDeploymentDiagram.createDiagram(java.lang.Object handle)
           
 UMLDiagram ActionCollaborationDiagram.createDiagram(java.lang.Object handle)
           
 UMLDiagram ActionClassDiagram.createDiagram(java.lang.Object ns)
           
abstract  UMLDiagram ActionAddDiagram.createDiagram(java.lang.Object ns)
          Creates the diagram.
 UMLDiagram ActionActivityDiagram.createDiagram(java.lang.Object ns)
           
 



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