|
|||||||||||
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 |
MODULEFILENAME, MODULEFILENAME_ALTERNATE |
Method Summary | |
JComponent |
getChooser(Import importElement)
Create chooser for objects we are to import. |
JComponent |
getConfigPanel()
Provide pannel added to JTabbedPane after general panel. |
ClassdiagramLayouter |
getLayout(UMLDiagram diagram)
Provide layout for modified or created class diagram. |
Vector |
getList(Import importElement)
This method returns a Vector with objects to import. |
boolean |
isParseable(Object f)
Tells if the object is parseable or not. |
void |
parseFile(Project p,
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 JComponent getChooser(Import importElement)
importElement
- The current import session.
public JComponent getConfigPanel()
public Vector getList(Import importElement)
importElement
- - current import session
public boolean isParseable(Object f)
f
- object to be tested.
public void parseFile(Project p, Object o, DiagramInterface diagram, Import importElement) throws 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.
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 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |