Deprecated API

Deprecated Classes
org.argouml.uml.cognitive.checklist.ChActor
          Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance 
org.argouml.uml.cognitive.checklist.ChAssociation
          Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance 
org.argouml.uml.cognitive.checklist.ChAttribute
          Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance 
org.argouml.uml.cognitive.checklist.ChClass
          Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance 
org.argouml.uml.cognitive.checklist.ChInstance
          Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance 
org.argouml.uml.cognitive.checklist.ChInterface
          Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance 
org.argouml.uml.cognitive.checklist.ChLink
          Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance 
org.argouml.uml.cognitive.checklist.ChOperation
          Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance 
org.argouml.uml.cognitive.checklist.ChState
          Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance 
org.argouml.uml.cognitive.checklist.ChTransition
          Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance 
org.argouml.uml.cognitive.checklist.ChUseCase
          Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance 
org.argouml.uml.ui.UMLGeneralizationsListModel
            
 

Deprecated Methods
org.argouml.uml.cognitive.checklist.UMLChecklist.addItem(String)
          Previously used by ChActor et al 
org.argouml.uml.diagram.use_case.UseCaseDiagramGraphModel.connect(Object, Object)
          We don't try to work out the type of edge ourself. Use UseCaseDiagramGraphModel.connect(Object, Object, java.lang.Class) instead. This method will just print a rude message and do nothing. 
org.argouml.uml.diagram.ui.CompartmentFigText.getFeature()
          Use the more general Fig.getOwner() instead. 
org.argouml.uml.diagram.ui.CompartmentFigText.getModelElement()
          use getOwner() 
org.argouml.model.ModelFacade.isStereotype(Object, String)
          ExtensionMechanismsFactory::isStereotype should be used instead. Since this should only ever be used together with predefined stereotypes the base class can be found in the UML 1.3 specification. 
org.argouml.model.uml.modelmanagement.ModelManagementHelper.moveElement(MModelElement, MModel)
          You should use getCorrespondingElement instead. 
org.argouml.uml.diagram.ui.CompartmentFigText.setFeature(MFeature)
          Use the more general CompartmentFigText.setModelElement(MModelElement) instead. 
org.argouml.uml.diagram.ui.CompartmentFigText.setModelElement(MModelElement)
          use the more general setOwner 
org.argouml.uml.ui.PropPanel.setNameEventListening(Class[])
          since components should register themselves. 
org.argouml.uml.cognitive.checklist.UMLChecklist.setNextCategory(String)
          Previously used by ChActor et al 
 

Deprecated Constructors
org.argouml.uml.diagram.use_case.ui.FigExtend()
          use FigExtend.FigExtend(Object), since that sets the owner. 
org.argouml.uml.diagram.use_case.ui.FigInclude()
          use FigInclude.FigInclude(Object), since that sets the owner. 
org.argouml.uml.ui.PropPanel(String, int)
          7-Dec-2002 by Bob Tarling. Use the constructor specifying orientation instead. 
org.argouml.uml.ui.foundation.core.PropPanelModelElement(String, int)
          7-Dec-2002 by Bob Tarling. Use the constructor specifying orientation instead. 
org.argouml.uml.cognitive.checklist.UMLChecklist()
          Previously used by ChActor et al 
org.argouml.uml.ui.UMLComboBox2(UMLComboBoxModel2)
          use the constructor with the action 
 



ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook