|
Deprecated Methods |
org.argouml.uml.ui.PropPanel.addButton(Component)
use addAction instead. Remove 0.20.0 |
org.argouml.model.UmlFactory.addListenersToModelElement(Object)
by Linus Tolke as of 0.19.3. This is not used and poor
design so strive to remove it. |
org.argouml.uml.diagram.ui.FigCommentPort.classNameAndBounds()
in 0.11.1 use org.tigris.gef.persistence.pgml.PgmlUtility.getClassNameAndBounds(Fig) |
org.argouml.model.uml.DataTypesHelperImpl.equalsBRANCHKind(Object)
UML 1.3 only - use equalsCHOICEKind |
org.argouml.model.DataTypesHelper.equalsBRANCHKind(Object)
UML 1.3 only - use Choice |
org.argouml.language.php.generator.GeneratorPHP4.generateFile2(Object, String)
style break, see issue 2570 |
org.argouml.uml.diagram.state.ui.UMLStateDiagram.getActionBranchPseudoState()
use getActionChoicePseudoState |
org.argouml.model.PseudostateKind.getBranch()
UML 1.3 - use getChoice |
org.argouml.kernel.Project.getCgPrefs()
use getGenerationPrefs() instead |
org.argouml.ui.FileChooserFactory.getFileChooser()
use JRE1.4+ class JFileChooser()
directly. |
org.argouml.ui.FileChooserFactory.getFileChooser(String)
now we are JRE1.4+ we can just call new JFileChooser(String)
directly. |
org.argouml.model.Facade.getImplementationLocation(Object)
use getContainer |
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.Facade.isABase(Object)
use isAModelElement or a more specific recognizer
for all new code |
org.argouml.model.XmiReader.parseToModel(InputSource)
use parse() |
org.argouml.kernel.Project.setCgPrefs(GenerationPreferences)
use setGenerationPrefs() instead |
org.argouml.model.uml.CoreHelperImpl.setImplementationLocation(Object, Object)
UML 1.3 only see setContainer |
org.argouml.model.CoreHelper.setImplementationLocation(Object, Object)
UML 1.3 only - use setContainer |
org.argouml.model.CoreHelper.setKindToIn(Object)
use setKind(Object, Object) |
org.argouml.model.CoreHelper.setKindToInOut(Object)
use setKind(Object, Object) |
org.argouml.model.CoreHelper.setKindToOut(Object)
use setKind(Object, Object) |
org.argouml.model.CoreHelper.setKindToReturn(Object)
use setKind(Object, Object) |
org.argouml.cognitive.ui.WizStep.setTarget(Object)
since 0.15.3. The method in TabToDoTarget has been
deprecated, the visibility of this method will change
to protected in the future, 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 to private
in the future, replaced by
TargetManager. |
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 |