|
||||||||||||
| 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 _import)
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 _import)
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 _import)
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 _import)
_import - - current import session
public javax.swing.JComponent getConfigPanel()
public java.util.Vector getList(Import _import)
_import - - 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 _import)
throws java.lang.Exception
p - - the current projecto - - object to be parseddiagram - - current class diagram when Import was invoked_import - - current import session. Use this object to get
common settings.
java.lang.Exceptionpublic ClassdiagramLayouter getLayout(UMLDiagram diagram)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| ArgoUML © 1996-2003 (20040229) | ArgoUML Project Home | ArgoUML Cookbook |