|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Project | |
org.argouml.cognitive | This package defines the fundamental elements of the cognitive support system, such as the Designer, Poster and ToDoItem. |
org.argouml.kernel | Package Specification (none) Related Documentation (none) |
org.argouml.uml | Package Specification (none) Related Documentation (none) |
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 | Package Specification Related Documentation (antlr.jar is the runtime library of the Antlr (see antlr.org) parser generator. |
org.argouml.uml.reveng.java | Package Specification (none) Related Documentation (none) |
org.argouml.xml.argo | Package Specification (none) Related Documentation (none) |
org.argouml.xml.xmi | Package Specification A file FirstProject.xmi - this is a representation of your (still empty) model in xmi format. |
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.kernel |
Fields in org.argouml.kernel declared as Project | |
protected Project |
ProjectMember._project
|
Methods in org.argouml.kernel that return Project | |
Project |
ProjectMember.getProject()
|
static Project |
Project.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. |
static Project |
Project.load(java.net.URL url)
|
Project |
ProjectManager.getCurrentProject()
Returns the current project. |
Project |
ProjectManager.makeEmptyProject()
Makes an empty project with two standard diagrams. |
Methods in org.argouml.kernel with parameters of type Project | |
static void |
Project.setCurrentProject(Project currentProject)
Sets the currentProject. |
void |
ProjectManager.setCurrentProject(Project newProject)
Sets the current project (the project that is viewable in the projectbrowser). |
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(ru.novosoft.uml.model_management.MModel 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 | |
static void |
Import.doFile(Project p,
java.io.File f)
This method is called by ActionImportFromSources to start the import run. |
static void |
Import.realDoFile(org.argouml.uml.reveng.ImportStatusScreen iss,
Project p,
java.util.Vector files)
This method is no longer used. |
static void |
Import.parseFile(Project p,
java.io.File f)
Parse 1 Java file, using JavaImport. |
Uses of Project in org.argouml.uml.reveng.java |
Methods in org.argouml.uml.reveng.java with parameters of type Project | |
static void |
JavaImport.parseFile(Project p,
java.io.File f,
DiagramInterface diagram)
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()
|
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 (c) 1996-2002 |