|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
org.argouml.uml.diagram.ui.ArgoJGraph
Bob Tarling 11 Jan 2005. This has been corrected in GEF. Please do not fix GEF in ArgoUML, contribute to GEF project. Because of this we currently miss out on GEF features. Remove this on the next GEF release after 0.10.10 |
|
org.argouml.uml.diagram.ui.FigNote
as of 0.15.1, but don't remove because it is need for loading 'old' .zargo project files, replaced by FigComment
TODO: When can this be removed? What do we need to do to remove this? |
|
org.argouml.uml.ui.UMLInitialValueComboBox
as of ArgoUml 0.13.5 (10-may-2003), to be replaced by something similar to UMLAttributeInitialValueListModel ,
this class is part of the 'old'(pre 0.13.*) implementation of
proppanels that used reflection a lot. |
|
org.argouml.uml.ui.UMLListCellRenderer
as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLListCellRenderer2 ,
this class is part of the 'old'(pre 0.13.*)
implementation of proppanels
that used reflection a lot. |
|
org.argouml.uml.ui.UMLListMenuItem
as of ArgoUml 0.13.5 (10-may-2003), replaced by nothing?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot. |
Deprecated Fields | |
org.argouml.ui.ActionSettings.SINGLETON
by Linus Tolke as of 0.17.1. Create your own instance of this action. |
Deprecated Methods | |
org.argouml.uml.ui.PropPanel.addLinkField(String, JComponent)
replaced by according widgets as of version 0.17.1 |
|
org.argouml.uml.diagram.state.ui.FigTransition.flip(int[])
by mvw in V0.17.1. Use your own routine, or document this one and remove the deprecation. |
|
org.argouml.uml.ui.PropPanel.getButtonPanel()
As of V0.17.1. Reason: Nobody has any business poking around in my Panels. Use PropPanel.addButton(Component) instead. |
|
org.argouml.uml.diagram.static_structure.layout.ClassdiagramLayouter.getClassdiagramNode(int)
|
|
org.argouml.ui.ActionSettings.getInstance()
by Linus Tolke as of 0.17.1. Create your own instance of this action. |
|
org.argouml.uml.ui.foundation.core.ActionNewParameter.getInstance()
singleton use will be removed in 0.18.0. Use the constructor instead. |
|
org.argouml.uml.diagram.ui.ActionAddOperation.getSingleton()
singleton use will be removed in 0.18.0. Use the constructor instead. |
|
org.argouml.uml.diagram.ui.ActionAddAttribute.getSingleton()
singleton use will be removed in 0.18.0. Use the constructor instead. |
|
org.argouml.model.uml.MetaTypesImpl.getStateImpl()
by Linus Tolke as of 0.17.3. This is implementation creaping out! Use MetaTypesImpl.getState() instead. |
|
org.argouml.cognitive.ui.WizStep.getTarget()
As of ArgoUml version 0.13.5, the visibility of this method will change in the future, replaced by TargetManager.getInstance().getTarget() .
this method will be removed in a couple of releases |
|
org.argouml.ui.ProjectBrowser.getTarget()
As of ArgoUml version 0.13.5,replaced by TargetManager.getInstance().getTarget() |
|
org.argouml.uml.ui.TabProps.getTarget()
As of ArgoUml version 0.13.5, the visibility of this method will change in the future, replaced by TargetManager.getInstance().getTarget() . |
|
org.argouml.model.uml.NSUMLModelFacade.isConcurent(Object)
in 0.17.2 by Bob Tarling use isConcurrent(Object) which covers up the mis-spelling by NSUML |
|
org.argouml.i18n.Translator.localize(String, String)
by Linus Tolke as of 0.17.2. Use Translator.localize(String key) . |
|
org.argouml.i18n.Translator.messageFormat(String, String, Object[])
by Linus Tolke as of 0.17.2. Use Translator.messageFormat(String key, Object[] args) . |
|
org.argouml.ui.NavigatorPane.setInstance(NavigatorPane)
without replacement - this is a temporary hack until the model is cleaned up |
|
org.argouml.uml.ui.PropPanel.setNameEventListening(Object[])
by Jaap 3 Nov 2002 (ArgoUml version unknown - earlier than 0.13.5), replaced by UmlModelEventPump.addModelEventListener(
Object , Object) .
since components should register themselves. |
|
org.argouml.cognitive.ui.WizStep.setTarget(Object)
since 0.15.3. The method in TabToDoTarget has been deprecated and replaced by TargetManager . |
|
org.argouml.cognitive.ui.TabToDo.setTarget(Object)
As of ArgoUml version 0.13.5, the visibility of this method will change in the future, replaced by TargetManager . |
|
org.argouml.ui.ProjectBrowser.setTarget(Object)
As of ArgoUml version 0.13.5,replaced by TargetManager.getInstance().setTarget(Object)
Only still used in tests. |
|
org.argouml.uml.diagram.ui.TabDiagram.setTarget(Object)
As of ArgoUml version 0.13.5, the visibility of this method will change in the future, replaced by TargetManager . |
|
org.argouml.uml.ui.TabStyle.setTarget(Object)
As of ArgoUml version 0.13.5, the visibility of this method will change in the future, replaced by TargetManager . |
|
org.argouml.uml.ui.TabProps.setTarget(Object)
As of ArgoUml version 0.13.5, the visibility of this method will change in the future, replaced by TargetManager . |
|
org.argouml.uml.ui.PropPanel.setTarget(Object)
As Of Argouml version 0.13.5, This will change visibility from release 0.16 |
Deprecated Constructors | |
org.argouml.uml.diagram.ui.ArgoJGraph(Diagram)
as of 0.17.2 by Linus Tolke. This function is not used. Use one of the other constructors instead. |
|
org.argouml.uml.diagram.ui.ArgoJGraph(Editor)
as of 0.17.2 by Linus Tolke. This function will be made private. Use one of the other constructors instead. |
|
org.argouml.uml.ui.UMLComboBox2(UMLComboBoxModel2)
As of ArgoUml version unknown (before 0.13.5), replaced by UMLComboBox2.UMLComboBox2(UMLComboBoxModel2, UMLAction, boolean) |
|
org.argouml.uml.UUIDHelper()
by Linus Tolke as of 0.15.4. Will be made private. Use the UUIDManager singleton instead. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |