Uses of Class
org.argouml.kernel.Project

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.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 _import)
          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.kernel
 

Fields in org.argouml.kernel declared as Project
protected  Project ProjectMember._project
           
 

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.
 

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).
 

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 that return Project
 Project Import.getProject()
          Deprecated. As of ArgoUml version 0.13.5, don't use this!
 

Methods in org.argouml.uml.reveng with parameters of type Project
 void Import.parseFile(Project p, 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()
           
 

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)
           
 



ArgoUML © 1996-2003 (20030829)ArgoUML Project HomeArgoUML Cookbook