|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Project | |
org.argouml.application.api | Provides general classes and interfaces that are fundamental to ArgoUML and ArgoUML modules. |
org.argouml.cognitive | This package defines the fundamental elements of the cognitive support system, such as the Designer, Poster and ToDoItem. |
org.argouml.cognitive.ui | Includes TreeModel/Perspectives/Perspetive rules, Wizard support, details pane tab for todo items. |
org.argouml.kernel | Contains support for 'history', predicates, delayed change event handling, + ProjectManager & ProjectMember, Wizard. |
org.argouml.uml | This package contains some support for TableModels, Profiles, PropPanel Events (UMLChangeRegistry), ProjectMemberModel. |
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.reveng | Provides support for PluggableImport modules. |
org.argouml.uml.reveng.java | Import module implementation for the Java language. |
org.argouml.xml.argo | Parsing for the argo file found in project zargo files. |
org.argouml.xml.xmi | support for loading the uml model in xmi format using nsuml. |
Uses of Project in org.argouml.application.api |
Methods in org.argouml.application.api with parameters of type Project | |
void |
PluggableImport.parseFile(Project p,
java.lang.Object o,
DiagramInterface diagram,
Import importElement)
One parseable object from the list will be parsed by this method. |
Uses of Project in org.argouml.cognitive |
Constructors in org.argouml.cognitive with parameters of type Project | |
ProjectMemberTodoList(java.lang.String name,
Project p)
|
Uses of Project in org.argouml.cognitive.ui |
Fields in org.argouml.cognitive.ui declared as Project | |
(package private) Project |
PredicateNotInTrash.p
|
Uses of Project in org.argouml.kernel |
Fields in org.argouml.kernel declared as Project | |
protected Project |
ProjectMember._project
|
private static Project |
ProjectManager._currentProject
The project that is visible in the projectbrowser |
Methods in org.argouml.kernel that return Project | |
Project |
ProjectMember.getProject()
|
Project |
ProjectManager.getCurrentProject()
Returns the current project. |
Project |
ProjectManager.makeEmptyProject()
Makes an empty project with two standard diagrams. |
Project |
ProjectManager.loadProject(java.net.URL url)
This method creates a project from the specified URL Unlike the constructor which forces an .argo extension This method will attempt to load a raw XMI file This method can fail in several different ways. |
private Project |
ProjectManager.loadProjectFromXMI(java.net.URL url)
Reads an XMI file. |
private Project |
ProjectManager.loadProjectFromZargo(java.net.URL url)
Reads an url of the .zargo format. |
private Project |
ProjectManager.loadProjectFromArgo(java.net.URL url)
Loads a project from an url of the argo format. |
Methods in org.argouml.kernel with parameters of type Project | |
void |
ProjectManager.setCurrentProject(Project newProject)
Sets the current project (the project that is viewable in the projectbrowser). |
void |
ProjectManager.removeProject(Project oldProject)
prepare project for gc |
Constructors in org.argouml.kernel with parameters of type Project | |
ProjectMember(java.lang.String name,
Project project)
|
Uses of Project in org.argouml.uml |
Constructors in org.argouml.uml with parameters of type Project | |
ProjectMemberModel(java.lang.String name,
Project p)
|
|
ProjectMemberModel(java.lang.Object m,
Project p)
|
Uses of Project in org.argouml.uml.diagram |
Constructors in org.argouml.uml.diagram with parameters of type Project | |
ProjectMemberDiagram(java.lang.String name,
Project p)
|
|
ProjectMemberDiagram(ArgoDiagram d,
Project p)
|
Uses of Project in org.argouml.uml.reveng |
Methods in org.argouml.uml.reveng with parameters of type Project | |
void |
Import.parseFile(Project project,
java.lang.Object f)
Parse 1 Java file, using JavaImport. |
void |
FileImportSupport.parseFile(Project p,
java.lang.Object o,
DiagramInterface diagram,
Import _import)
This method parses 1 file. |
Uses of Project in org.argouml.uml.reveng.java |
Methods in org.argouml.uml.reveng.java with parameters of type Project | |
void |
JavaImport.parseFile(Project p,
java.lang.Object o,
DiagramInterface diagram,
Import _import)
This method parses 1 Java file. |
Uses of Project in org.argouml.xml.argo |
Fields in org.argouml.xml.argo declared as Project | |
protected Project |
ArgoParser._proj
|
Methods in org.argouml.xml.argo that return Project | |
Project |
ArgoParser.getProject()
|
Methods in org.argouml.xml.argo with parameters of type Project | |
void |
ArgoParser.setProject(Project newProj)
|
Uses of Project in org.argouml.xml.xmi |
Fields in org.argouml.xml.xmi declared as Project | |
protected Project |
XMIParser._proj
|
Methods in org.argouml.xml.xmi with parameters of type Project | |
void |
XMIParser.setProject(Project p)
|
void |
XMIParser.readModels(Project p,
java.net.URL url)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2004 (20040316) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |