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 Statechart 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
          The Activity diagram.
 

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

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

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

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

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

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

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

Subclasses of UMLDiagram in org.argouml.uml.diagram.state.ui
 class UMLStateDiagram
          The correct name for this class is "UMLStatechartDiagram".
 

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

Fields in org.argouml.uml.diagram.static_structure.layout declared as UMLDiagram
private  UMLDiagram ClassdiagramLayouter.diagram
          The diagram that will be layouted
 

Constructors in org.argouml.uml.diagram.static_structure.layout with parameters of type UMLDiagram
ClassdiagramLayouter(UMLDiagram theDiagram)
          Constructor for 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
private  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(Object handle)
           
 UMLDiagram ActionStateDiagram.createDiagram(Object handle)
           
 UMLDiagram ActionDeploymentDiagram.createDiagram(Object handle)
           
 UMLDiagram ActionCollaborationDiagram.createDiagram(Object namespace)
           
 UMLDiagram ActionClassDiagram.createDiagram(Object ns)
           
abstract  UMLDiagram ActionAddDiagram.createDiagram(Object ns)
          Creates the diagram.
 UMLDiagram ActionActivityDiagram.createDiagram(Object ns)
           
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook