Andreas Rückert schrieb:
[...]
i'm still trying to figure out, how the process of importing from
choosing "import" in the menu to "import munches files" is :\
In the import dialog or in the main menu?
Main menu:
So you read:
src/argouml-app/src/org/argouml/uml/ui/ActionImportFromSources.java
, see the actionPerformed method with
new Import(ArgoFrame.getInstance());
, check
src/argouml-app/src/org/argouml/uml/reveng/Import.java
, where the frame with the import settings is opened.
Most of the import stuff is in this class, including the actionPerformed etc.
Or do you need info on the method calls from the import dialog to the module
methods?
Ciao,
Andreas
org.argouml.uml.reveng.Import in line 403 reads:
// TODO: Update configPanelExtension with extension settings
// for new language
looks like the point to do something like
setupOptionPane(selectedModule)
which does
selectedModule.getImportSettings()
and build the editors for these settings.
i have no plan about java-gui-components, so it will take me some time
to figure out how the option-panes are setup.
hard task for my flu-buzzed brains :\
maybe tom morris can enlighten this process, especially where splitting
between awt- and swt-components happens.
regards,
alexander
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]