|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Deprecated Classes | |
| org.argouml.application.helpers.DiagramHelper
by Linus Tolke (0.21.1 March 2006). I can't find that this class is ever used. If that is the case it is better to remove it then to update it for the new ModuleLoader. |
|
| org.argouml.uml.generator.Generator2
This class is deprecated in favour of GeneratorManager and the CodeGenerator interface. Explanation by Daniele Tamino:
Why Generator2 is deprecated: Because it was replaced
by CodeGenerator and GeneratorManager.
The Generator2 class kept a list of Generator2 objects,
populated during construction, but that list was
not changeable afterward, and this was incompatible
with the new module loader (see issue 3580
In ArgoUML V0.21.2 Generator2 was still used
for another purpose, i.e. it implemented
some common methods of the NotationProvider2 interface too,
which went away when the new notation architecture
got more and more completed (issue 1207
|
|
| org.argouml.application.helpers.ModuleHelper
by Linus Tolke (0.21.1 March 2006). I can't find that this class is ever used. If that is the case it is better to remove it then to update it for the new ModuleLoader. |
|
| org.argouml.application.modules.ModuleLoader
by Linus Tolke (0.21.1 March 2006). Use ModuleLoader2. |
|
| org.argouml.uml.ui.PropPanelButton2
used only in property panels, use addAction instead of addButton, remove in 0.20.0 |
|
| org.argouml.application.helpers.ResourceBundleHelper
by Linus Tolke (0.21.1 March 2006). I can't find that this class is ever used. If that is the case it is better to remove it then to update it for the new ModuleLoader. |
|
| org.argouml.application.helpers.SettingsTabHelper
as of 0.21.3 by Linus Tolke. Replace by explicit calls to Swing and copy the SettingsTabHelper.getTabPanel() into your class. |
|
| Deprecated Interfaces | |
| org.argouml.application.api.ArgoModule
by Linus Tolke (0.21.1 March 2006). Use ModuleInterface instead. |
|
| org.argouml.application.api.ArgoSingletonModule
by Linus Tolke (0.21.1 March 2006). Use ModuleInterface instead even
though it doesn't have a specific handling for Singleton modules. |
|
| org.argouml.model.EventAdapter
for 0.21.2 by tfmorris - use ModelEventPump interface |
|
| org.argouml.notation.NotationContext
by MVW in V0.21.3. Replaced by ProjectSettings.getNotationName()
See issue 3140. |
|
| org.argouml.application.api.Pluggable
by Linus Tolke (0.21.1 March 2006). Call registration in the appropriate subsystem from ModuleInterface.enable().
If the needed registration is not available, add it! |
|
| org.argouml.application.api.PluggableAboutTab
by Linus Tolke (0.21.1 March 2006). Call registration in the appropriate subsystem from ModuleInterface.enable().
The needed registration is not currently available. Add it first! |
|
| org.argouml.application.api.PluggableDiagram
by Linus Tolke (0.21.1 March 2006). Call registration in the appropriate subsystem from ModuleInterface.enable().
The needed registration is not currently available. Add it first! |
|
| org.argouml.application.api.PluggableImport
by Linus Tolke (0.21.1 March 2006). Call registration in Import from
ModuleInterface.enable().
The needed registration is not currently available. Add it first! |
|
| org.argouml.application.api.PluggableMenu
by Linus Tolke (0.21.1 March 2006). Call registration in GenericArgoMenuBar
from ModuleInterface.enable().
The needed registration is not currently available. Add it first! |
|
| org.argouml.application.api.PluggableNotation
by Linus Tolke (0.21.1 March 2006). Register with GeneratorManager.addGenerator(
Language, CodeGenerator)
from
ModuleInterface.enable(). |
|
| org.argouml.application.api.PluggablePropertyPanel
by Linus Tolke (0.21.1 March 2006). Call registration in the Details Tabs subsystem from ModuleInterface.enable().
The needed registration is not currently available. Add it first!
See TabProps.moduleLoaded(
ArgoModuleEvent event) |
|
| org.argouml.application.api.PluggableResourceBundle
by Linus Tolke (0.21.1 March 2006). Call registration in the appropriate subsystem from ModuleInterface.enable().
If the needed registration is not available, add it! |
|
| org.argouml.application.api.PluggableSettingsTab
by Linus Tolke (0.21.1 March 2006). Call registration in the appropriate subsystem from ModuleInterface.enable().
If the needed registration is not available, add it! |
|
| org.argouml.application.api.SettingsTabPanel
as of 0.21.3 by Linus Tolke. Replace by GUISettingsTabInterface. |
|
| Deprecated Constructors | |
| org.argouml.ui.ArgoDialog(Frame, String, boolean)
in 0.21.3 by Linus Tolke. Use ArgoDialog.ArgoDialog(String, boolean). |
|
| org.argouml.ui.ArgoDialog(Frame, String, int, boolean)
in 0.21.3 by Linus Tolke. Use ArgoDialog.ArgoDialog(String, int, boolean). |
|
| org.argouml.uml.ui.TabTaggedValuesModel(TabTaggedValues)
before 0.21.3 by tfmorris - use no argument constructor |
|
| org.argouml.uml.ui.UMLComboBox2(UMLComboBoxModel2)
As of ArgoUml version unknown (before 0.13.5), replaced by UMLComboBox2.UMLComboBox2(UMLComboBoxModel2, Action, boolean) |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |