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

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

Uses of UMLFile in de.uni_paderborn.fujaba.gui
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLFile
 void EditImportDialog.setFile(UMLFile file)
          Sets the file attribute of the EditImportDialog object
 

Uses of UMLFile in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml that return UMLFile
 UMLFile UMLProject.getFromFiles(java.lang.String name)
          Get the fromFiles attribute of the UMLProject object
 UMLFile UMLClass.getFile()
          Get the file attribute of the UMLClass object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLFile
 boolean UMLProject.hasInFiles(UMLFile value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLProject.addToFiles(UMLFile value)
          Adds a feature to the ToFiles attribute of the UMLProject object
 boolean UMLProject.removeFromFiles(UMLFile value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLPackage.hasInRevImportedPackages(UMLFile elem)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLPackage.addToRevImportedPackages(UMLFile elem)
          Access method for an one to n association.
 void UMLPackage.removeFromRevImportedPackages(UMLFile elem)
          No comment provided by developer, please add a comment to improve documentation.