|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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 | |
void |
Project.addMember(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 diagram)
|
Uses of ArgoDiagram in org.argouml.ui |
Fields in org.argouml.ui declared as ArgoDiagram | |
protected static ArgoDiagram |
ArgoDiagram.TheInstance
|
Methods in org.argouml.ui that return ArgoDiagram | |
ArgoDiagram |
ProjectBrowser.getActiveDiagram()
Deprecated. As of ArgoUml version 0.13.5,replaced by Project.getActiveDiagram() |
Methods in org.argouml.ui with parameters of type ArgoDiagram | |
void |
ProjectBrowser.setActiveDiagram(ArgoDiagram ad)
Deprecated. As of ArgoUml version 0.13.5,replaced by Project.setActiveDiagram(ArgoDiagram) |
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 diagram)
|
Constructors in org.argouml.uml.diagram with parameters of type ArgoDiagram | |
ProjectMemberDiagram(ArgoDiagram d,
Project p)
|
Uses of ArgoDiagram in org.argouml.uml.diagram.activity.ui |
Subclasses of ArgoDiagram 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 ArgoDiagram in org.argouml.uml.diagram.collaboration.ui |
Subclasses of ArgoDiagram in org.argouml.uml.diagram.collaboration.ui | |
class |
UMLCollaborationDiagram
|
Uses of ArgoDiagram in org.argouml.uml.diagram.deployment.ui |
Subclasses of ArgoDiagram in org.argouml.uml.diagram.deployment.ui | |
class |
UMLDeploymentDiagram
|
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 | |
(package 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2004 (20040316) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |