Deprecated API

Deprecated Classes
org.argouml.ui.FileChooserFactory
          this class is no longer required now we no longer support Java 1.3 
org.argouml.uml.generator.Generator2
          This class is deprecated in favour of GeneratorManager and the CodeGenerator interface. 
org.argouml.uml.generator.GeneratorDisplay
          since V0.19.8 by mvw. Replaced by a split architecture: see for the notation part http://argouml.tigris.org/proposals/notation/index.html, and for the code part issue 3546. 
org.argouml.uml.generator.ParserDisplay
          since V0.19.8 by mvw. Replaced by a new notation architecture: see http://argouml.tigris.org/proposals/notation/index.html. 
org.argouml.persistence.PGMLParser
          use PGMLStackParser 
org.argouml.uml.ui.PropPanelButton2
          used only in property panels, use addAction instead of addButton, remove in 0.20.0 
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. 
 

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 
 

Deprecated Constructors
org.argouml.uml.ui.UMLComboBox2(UMLComboBoxModel2)
          As of ArgoUml version unknown (before 0.13.5), replaced by UMLComboBox2.UMLComboBox2(UMLComboBoxModel2, UMLAction, boolean) 
 



ArgoUML © 1996-2005ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook