|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiagramInterface | |
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 DiagramInterface in org.argouml.application.api |
Methods in org.argouml.application.api with parameters of type DiagramInterface | |
void |
PluggableImport.parseFile(Project p,
java.lang.Object o,
DiagramInterface diagram,
Import importElement)
One parseable object from the list will be parsed by this method. |
Uses of DiagramInterface in org.argouml.uml.reveng |
Fields in org.argouml.uml.reveng declared as DiagramInterface | |
private DiagramInterface |
Import._diagram
Create a interface to the current diagram |
Methods in org.argouml.uml.reveng that return DiagramInterface | |
private DiagramInterface |
Import.getCurrentDiagram()
Set target diagram. |
Methods in org.argouml.uml.reveng with parameters of type DiagramInterface | |
void |
FileImportSupport.parseFile(Project p,
java.lang.Object o,
DiagramInterface diagram,
Import _import)
This method parses 1 file. |
Uses of DiagramInterface in org.argouml.uml.reveng.java |
Fields in org.argouml.uml.reveng.java declared as DiagramInterface | |
private DiagramInterface |
Modeller._diagram
|
Methods in org.argouml.uml.reveng.java that return DiagramInterface | |
private DiagramInterface |
Modeller.getDiagram()
Get the current diagram. |
Methods in org.argouml.uml.reveng.java with parameters of type DiagramInterface | |
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 DiagramInterface | |
Modeller(java.lang.Object model,
DiagramInterface diagram,
Import _import,
boolean noAssociations,
boolean arraysAsDatatype,
java.lang.String fileName)
Create a new modeller. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2004 (20040316) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |