|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface which identifies an ArgoUML plug-in to the Import. Plug-ins are replacements or additions to standard Argo classes.
Field Summary |
Fields inherited from interface org.argouml.application.api.Pluggable |
PLUGIN_PREFIX, PLUGIN_TITLE, PLUGIN_VENDOR |
Fields inherited from interface org.argouml.application.api.ArgoModule |
cat, MODULEFILENAME, MODULEFILENAME_ALTERNATE |
Method Summary | |
javax.swing.JComponent |
getChooser(Import importElement)
Create chooser for objects we are to import. |
javax.swing.JComponent |
getConfigPanel()
Provide pannel added to JTabbedPane after general panel. |
ClassdiagramLayouter |
getLayout(UMLDiagram diagram)
Provide layout for modified or created class diagram. |
java.util.Vector |
getList(Import importElement)
This method returns a Vector with objects to import. |
boolean |
isParseable(java.lang.Object f)
Tells if the object is parseable or not. |
void |
parseFile(Project p,
java.lang.Object o,
DiagramInterface diagram,
Import importElement)
One parseable object from the list will be parsed by this method. |
Methods inherited from interface org.argouml.application.api.Pluggable |
inContext |
Methods inherited from interface org.argouml.application.api.ArgoModule |
getModuleAuthor, getModuleDescription, getModuleKey, getModuleName, getModulePopUpActions, getModuleVersion, initializeModule, isModuleEnabled, setModuleEnabled, shutdownModule |
Method Detail |
public javax.swing.JComponent getChooser(Import importElement)
importElement
- - current import session
public javax.swing.JComponent getConfigPanel()
public java.util.Vector getList(Import importElement)
importElement
- - current import session
public boolean isParseable(java.lang.Object f)
f
- object to be tested.
public void parseFile(Project p, java.lang.Object o, DiagramInterface diagram, Import importElement) throws java.lang.Exception
p
- - the current projecto
- - object to be parseddiagram
- - current class diagram when Import was invokedimportElement
- - current import session. Use this object to get
common settings.
java.lang.Exception
- (all kinds)public ClassdiagramLayouter getLayout(UMLDiagram diagram)
diagram
- to layout.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20040316) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |