Uses of Class
org.argouml.ui.ArgoDiagram

Packages that use ArgoDiagram
org.argouml.application.helpers Provides "helper" classes that provide basic functionality for functional groups. 
org.argouml.kernel Contains support for 'history', predicates, delayed change event handling, + ProjectManager & ProjectMember, Wizard. 
org.argouml.ui contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc. 
org.argouml.uml.diagram Package which contains the graphical implementation of UML diagrams in subpackages and common classes used by all diagrams. 
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.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. 
 

Uses of ArgoDiagram in org.argouml.application.helpers
 

Subclasses of ArgoDiagram in org.argouml.application.helpers
 class DiagramHelper
          Helper object for Diagrams
 

Uses of ArgoDiagram in org.argouml.kernel
 

Fields in org.argouml.kernel declared as ArgoDiagram
private  ArgoDiagram Project.activeDiagram
          The active diagram, pointer to a diagram in the list with diagrams.
 

Methods in org.argouml.kernel that return ArgoDiagram
 ArgoDiagram Project.getDiagram(String name)
          Finds a diagram with a specific name or UID.
 ArgoDiagram Project.getActiveDiagram()
          Get the current viewed diagram.
 

Methods in org.argouml.kernel with parameters of type ArgoDiagram
private  void Project.addDiagramMember(ArgoDiagram d)
           
protected  void Project.removeProjectMemberDiagram(ArgoDiagram d)
          Removes a project member diagram completely from the project.
 void Project.addDiagram(ArgoDiagram d)
           
protected  void Project.removeDiagram(ArgoDiagram d)
          Removes a diagram from the list with diagrams.
 void Project.setActiveDiagram(ArgoDiagram theDiagram)
           
 

Uses of ArgoDiagram in org.argouml.ui
 

Fields in org.argouml.ui declared as ArgoDiagram
private static ArgoDiagram ArgoDiagram.theInstance
          Hack to use vetocheck in constructing names.
 

Uses of ArgoDiagram in org.argouml.uml.diagram
 

Fields in org.argouml.uml.diagram declared as ArgoDiagram
private  ArgoDiagram ProjectMemberDiagram.diagram
           
 

Methods in org.argouml.uml.diagram that return ArgoDiagram
 ArgoDiagram ProjectMemberDiagram.getDiagram()
           
 

Methods in org.argouml.uml.diagram with parameters of type ArgoDiagram
protected  void ProjectMemberDiagram.setDiagram(ArgoDiagram d)
           
 

Constructors in org.argouml.uml.diagram with parameters of type ArgoDiagram
ProjectMemberDiagram(ArgoDiagram d, Project p)
          The constructor.
 

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

Subclasses of ArgoDiagram in org.argouml.uml.diagram.activity.ui
 class UMLActivityDiagram
          The Activity diagram.
 

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

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

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

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

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

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

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

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

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

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

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

Subclasses of ArgoDiagram in org.argouml.uml.diagram.ui
 class UMLDiagram
          This class provides support for writing a UML diagram for argo using the GEF framework.
 

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

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

Uses of ArgoDiagram in org.argouml.uml.reveng
 

Fields in org.argouml.uml.reveng declared as ArgoDiagram
private  ArgoDiagram DiagramInterface.currentDiagram
          The current diagram for the isInDiagram method.
 

Methods in org.argouml.uml.reveng with parameters of type ArgoDiagram
 void DiagramInterface.setCurrentDiagram(ArgoDiagram diagram)
          selects a diagram without affecting the gui.
 



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