Uses of Class
org.argouml.uml.reveng.Import

Packages that use Import
org.argouml.application.api Provides general classes and interfaces that are fundamental to ArgoUML and ArgoUML modules. 
org.argouml.uml.reveng Provides support for PluggableImport modules. 
org.argouml.uml.reveng.java Import module implementation for the Java language. 
 

Uses of Import in org.argouml.application.api
 

Methods in org.argouml.application.api with parameters of type Import
 JComponent PluggableImport.getChooser(Import importElement)
          Create chooser for objects we are to import.
 Vector PluggableImport.getList(Import importElement)
          This method returns a Vector with objects to import.
 void PluggableImport.parseFile(Project p, Object o, DiagramInterface diagram, Import importElement)
          One parseable object from the list will be parsed by this method.
 

Uses of Import in org.argouml.uml.reveng
 

Fields in org.argouml.uml.reveng declared as Import
private  Import ImportClasspathDialog.importProcess
           
private  Import FileImportSupport.ImportFileChooser.theImport
           
 

Methods in org.argouml.uml.reveng with parameters of type Import
 JComponent Import.getConfigPanel(Import importInstance)
          Get the panel that lets the user set reverse engineering parameters.
 void FileImportSupport.parseFile(Project p, Object o, DiagramInterface diagram, Import theImport)
          This method parses 1 file.
 JComponent FileImportSupport.getChooser(Import imp)
          Create chooser for objects we are to import.
 Vector FileImportSupport.getList(Import theImport)
          This method returns a Vector with objects to import.
 

Constructors in org.argouml.uml.reveng with parameters of type Import
ImportClasspathDialog(Import importProcess1)
           
FileImportSupport.ImportFileChooser(Import imp, String currentDirectoryPath)
           
FileImportSupport.ImportFileChooser(Import imp, String currentDirectoryPath, FileSystemView fsv)
           
FileImportSupport.ImportFileChooser(Import imp)
           
FileImportSupport.ImportFileChooser(Import imp, FileSystemView fsv)
           
 

Uses of Import in org.argouml.uml.reveng.java
 

Fields in org.argouml.uml.reveng.java declared as Import
private  Import Modeller.importSession
          Current import session.
 

Methods in org.argouml.uml.reveng.java with parameters of type Import
 void JavaImport.parseFile(Project p, Object o, DiagramInterface diagram, Import theImport)
          This method parses 1 Java file.
 

Constructors in org.argouml.uml.reveng.java with parameters of type Import
Modeller(Object m, DiagramInterface diag, Import imp, boolean noAss, boolean arraysAsDT, String fName)
          Create a new modeller.
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook