|
|||||||||||
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,
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.diagramInterface
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,
Object o,
DiagramInterface diagram,
Import theImport)
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,
Object o,
DiagramInterface diagram,
Import theImport)
This method parses 1 Java file. |
Constructors in org.argouml.uml.reveng.java with parameters of type DiagramInterface | |
Modeller(Object m,
DiagramInterface diag,
Import imp,
boolean noAss,
boolean arraysAsDT,
String fName)
Create a new modeller. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |