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

Packages that use UMLPackage
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.gxl   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.actions   
 

Uses of UMLPackage in de.uni_paderborn.fujaba.gui
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLPackage
private  void RepairProjectDialog.removeMethods(UMLPackage pack)
          No comment provided by developer, please add a comment to improve documentation.
 void RepairProjectDialog.removeGenMethods(UMLPackage pack)
          No comment provided by developer, please add a comment to improve documentation.
private  void EditImportDialog.fillTree(javax.swing.tree.DefaultMutableTreeNode root, UMLPackage pack)
          fillTree fills a JTree with all Packages and class which are in a UMLPackage.
 void EditImportDialog.RemoveActionListener.removeAllSubPackages(UMLPackage remove)
          No comment provided by developer, please add a comment to improve documentation.
 void EditClassDiagDialog.fillAvailable(UMLPackage pack)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLPackage in de.uni_paderborn.fujaba.gxl
 

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

Uses of UMLPackage in de.uni_paderborn.fujaba.uml
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLPackage
private  UMLPackage UMLProject.rootPackage
          The used java-packages are saved in a package-tree.
private  UMLPackage UMLPackage.parent
           +-----------+ 1 1 UMLPackage | getName() +-------------------- UMLPackage +-----------+ parent packages
private  UMLPackage UMLClass.declaredInPackage
           +-----------+ 1 1 UMLClass | getName() +------------------------------ UMLPackage +-----------+ declares declaredInPackage
 

Methods in de.uni_paderborn.fujaba.uml that return UMLPackage
 UMLPackage UMLProject.getRootPackage()
          Get the rootPackage attribute of the UMLProject object
 UMLPackage UMLProject.getFromPackages(java.lang.String key)
          Get the fromPackages attribute of the UMLProject object
 UMLPackage UMLProject.getNewFromPackages(java.lang.String fullName)
          Searches for a package with the full-name fullname and returns this package.
 UMLPackage UMLProject.getNewFromPackages(java.lang.String fullName, boolean coobraPersistent)
          Get the newFromPackages attribute of the UMLProject object
 UMLPackage UMLProject.findPackage(java.lang.String fullName)
          No comment provided by developer, please add a comment to improve documentation.
 UMLPackage UMLProject.findPackage(java.lang.String fullName, boolean create)
          No comment provided by developer, please add a comment to improve documentation.
 UMLPackage UMLProject.findPackage(java.lang.String fullName, boolean create, boolean coobraPersistent)
          No comment provided by developer, please add a comment to improve documentation.
 UMLPackage UMLProject.getDefaultPackage()
          Searches for the default project and returns it.
 UMLPackage UMLPackage.getFromPackages(java.lang.String key)
          Get the fromPackages attribute of the UMLPackage object
 UMLPackage UMLPackage.getParent()
          Get the parent attribute of the UMLPackage object
 UMLPackage UMLFile.getPackage()
          the package to which this file belongs 0,1 n n 0,1 UMLFile <--------------> UMLClass <--------------> UMLPackage
 UMLPackage UMLClass.getDeclaredInPackage()
          Get the declaredInPackage attribute of the UMLClass object
 UMLPackage UMLClass.findPackage()
           
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLPackage
 void UMLProject.setRootPackage(UMLPackage rootPackage)
          There should be no need to set the rootPackage outside of this class.
 void UMLProject.addToPackages(UMLPackage elem, java.lang.String fullName)
          Adds a feature to the ToPackages attribute of the UMLProject object
 void UMLProject.addToPackages(java.lang.String fullName, UMLPackage pkg)
          for loading (versioning): add a package
effect: addToPackages( pkg, key );
private static void UMLAttr.fixVisibilities(UMLPackage umlPackage)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLPackage
UMLClass(java.lang.String name, UMLStereotype stereotype, UMLTypeList typeList, UMLPackage declaredIn)
          Constructor for class UMLClass
 

Uses of UMLPackage in de.uni_paderborn.fujaba.uml.actions
 

Methods in de.uni_paderborn.fujaba.uml.actions that return UMLPackage
 UMLPackage ImportClassReferences.findPlace(UMLPackage rootPackage, java.lang.String name)
          findPlace finds the place in the tree rooted on root for name.
 

Methods in de.uni_paderborn.fujaba.uml.actions with parameters of type UMLPackage
 UMLPackage ImportClassReferences.findPlace(UMLPackage rootPackage, java.lang.String name)
          findPlace finds the place in the tree rooted on root for name.