Uses of Class
de.uni_paderborn.fujaba.uml.UMLProject

Packages that use UMLProject
de.uni_paderborn.fujaba.app The Fujaba Application 
de.uni_paderborn.fujaba.coobra   
de.uni_paderborn.fujaba.fsa.swing   
de.uni_paderborn.fujaba.gxl   
de.uni_paderborn.fujaba.packagediagrams   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.usecase Support for Use Case Diagrams. 
de.uni_paderborn.fujaba.views   
 

Uses of UMLProject in de.uni_paderborn.fujaba.app
 

Fields in de.uni_paderborn.fujaba.app declared as UMLProject
private  UMLProject FrameMain.umlProject
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.app with parameters of type UMLProject
 void FrameMain.setUMLProject(UMLProject project)
          Set a new UMLProject and reset the tree and other stuff.
 

Uses of UMLProject in de.uni_paderborn.fujaba.coobra
 

Methods in de.uni_paderborn.fujaba.coobra that return UMLProject
static UMLProject FujabaChangeManager.getUMLProject()
          Get the uMLProject attribute of the FujabaChangeManager class
 

Uses of UMLProject in de.uni_paderborn.fujaba.fsa.swing
 

Fields in de.uni_paderborn.fujaba.fsa.swing declared as UMLProject
private  UMLProject UMLTypeListComboBoxModel.theProject
          Remember the project, this model is used for.
 

Uses of UMLProject in de.uni_paderborn.fujaba.gxl
 

Methods in de.uni_paderborn.fujaba.gxl with parameters of type UMLProject
private  boolean UMLClassDiagramFilter.verifyUMLProject(UMLProject vObject)
          No comment provided by developer, please add a comment to improve documentation.
private  boolean UMLActivityDiagramFilter.verifyUMLProject(UMLProject vObject)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLProject in de.uni_paderborn.fujaba.packagediagrams
 

Constructors in de.uni_paderborn.fujaba.packagediagrams with parameters of type UMLProject
PackageDiagram(java.lang.String name, UMLProject project)
          Constructor for class PackageDiagram
 

Uses of UMLProject in de.uni_paderborn.fujaba.uml
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLProject
private  UMLProject UMLTypeList.project
          No comment provided by developer, please add a comment to improve documentation.
private static UMLProject UMLProject.theUMLProject
          The singleton instance.
private  UMLProject UMLFile.project
          UMLFile <-----------------------> UMLProject
private  UMLProject UMLClass.declaredInReferences
           +------+ 1 1 UMLProject + name +--------------------------------------- UMLClass +------+ declaredInReferences references
 

Methods in de.uni_paderborn.fujaba.uml that return UMLProject
 UMLProject UMLTypeList.getProject()
          Get the project attribute of the UMLTypeList object
static UMLProject UMLProject.get()
          Use this method to get the instance of UMLProject.
static UMLProject UMLProject.createPlainProject()
          The current project will be removed and a new one is returned with an initialized base type list.
static UMLProject UMLProject.loadProject(java.io.File inputFile)
          No comment provided by developer, please add a comment to improve documentation.
static UMLProject UMLProject.loadProject(java.io.BufferedReader reader, java.lang.String fileName)
          Original loadProject method.
 UMLProject UMLFile.getProject()
          Get the project attribute of the UMLFile object
 UMLProject UMLClass.getProject()
          Get the project attribute of the UMLClass object
 UMLProject UMLClass.getDeclaredInReferences()
          Get the declaredInReferences attribute of the UMLClass object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLProject
 void UMLTypeList.setProject(UMLProject project)
          Sets the project attribute of the UMLTypeList object
static void UMLProject.setNewProject(UMLProject newProject)
          Removes the old project and sets a new one.
 void UMLFile.setProject(UMLProject proj)
          Sets the project attribute of the UMLFile object
 boolean UMLClass.setDeclaredInReferences(UMLProject obj)
          Sets the declaredInReferences attribute of the UMLClass object
private static void UMLAttr.fixVisibilities(UMLProject project)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLProject
UMLTypeList(UMLProject project)
          Constructor for class UMLTypeList
UMLStoryPattern(java.lang.String name, UMLProject project, int type, UMLStoryActivity revStoryDiag)
          Constructor for class UMLStoryPattern
UMLStatechart(java.lang.String name, UMLProject project)
          Constructor for class UMLStatechart
UMLObjectDiagram(java.lang.String name, UMLProject project)
          Constructor for class UMLObjectDiagram
UMLDiagram(java.lang.String name, UMLProject project)
          Constructor for class UMLDiagram
UMLClassDiagram(java.lang.String name, UMLProject project)
          Constructor for class UMLClassDiagram
UMLActivityDiagram(java.lang.String name, UMLProject project)
          Constructor for class UMLActivityDiagram
 

Uses of UMLProject in de.uni_paderborn.fujaba.usecase
 

Constructors in de.uni_paderborn.fujaba.usecase with parameters of type UMLProject
UsecaseSystemDiagram(java.lang.String name, UMLProject project)
          Constructor for class UsecaseSystemDiagram
UsecaseDiagram(java.lang.String name, UMLProject project)
          Constructor for class UsecaseDiagram
 

Uses of UMLProject in de.uni_paderborn.fujaba.views
 

Constructors in de.uni_paderborn.fujaba.views with parameters of type UMLProject
ViewDiagram(java.lang.String name, UMLProject project)
          Constructor for class ViewDiagram