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
 javax.swing.JComponent PluggableImport.getChooser(Import _import)
          Create chooser for objects we are to import.
 java.util.Vector PluggableImport.getList(Import _import)
          This method returns a Vector with objects to import.
 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 Import in org.argouml.uml.reveng
 

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

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

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

Constructors in org.argouml.uml.reveng.java with parameters of type Import
Modeller(java.lang.Object model, DiagramInterface diagram, Import _import, boolean noAssociations, boolean arraysAsDatatype, java.lang.String fileName)
          Create a new modeller.
 



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