Author: bobtarling Date: 2009-12-21 07:21:52-0800 New Revision: 17696 Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java
Log: Deprecate PropPanelModelElement and thus all it children Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java?view=diff&pathrev=17696&r1=17695&r2=17696 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java 2009-12-21 07:21:52-0800 @@ -54,7 +54,11 @@ /** * The properties panel for a modelelement. + * @deprecated By Bob Tarling in 0.29.2. All property panels are now to be + * built using the UML panels. + * subsystem. */ +...@deprecated public abstract class PropPanelModelElement extends PropPanel { private JComboBox namespaceSelector; ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2432012 To unsubscribe from this discussion, e-mail: [[email protected]].
