Author: bobtarling
Date: 2010-07-28 17:26:09-0700
New Revision: 18589
Modified:
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumeration.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFlow.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelGeneralization.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelInterface.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelNode.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelOperation.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelPermission.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelRelationship.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelStructuralFeature.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelTemplateParameter.java
trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelUsage.java
Log:
Deprecating the old property panels
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumeration.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumeration.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumeration.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumeration.java 2010-07-28 17:26:09-0700
@@ -46,7 +46,10 @@
/**
* The properties panel for an Enumeration element.
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelEnumeration extends PropPanelDataType {
private JScrollPane literalsScroll;
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java 2010-07-28 17:26:09-0700
@@ -56,7 +56,10 @@
* and it registers as targetlistener.
* All these models keep getting target change events...
* Make this conform with all others!
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelEnumerationLiteral extends PropPanelModelElement {
/**
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFlow.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFlow.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFlow.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFlow.java 2010-07-28 17:26:09-0700
@@ -45,7 +45,10 @@
*
* @since Oct 12, 2002
* @author [email protected]
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelFlow extends PropPanelRelationship {
/**
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelGeneralization.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelGeneralization.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelGeneralization.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelGeneralization.java 2010-07-28 17:26:09-0700
@@ -50,7 +50,10 @@
/**
* The properties panel for a Generalization.
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelGeneralization extends PropPanelRelationship {
/**
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelInterface.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelInterface.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelInterface.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelInterface.java 2010-07-28 17:26:09-0700
@@ -44,7 +44,10 @@
/**
* The properties panel for an Interface.
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelInterface extends PropPanelClassifier {
/**
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelMethod.java 2010-07-28 17:26:09-0700
@@ -64,7 +64,10 @@
* A property panel for methods.
*
* @author [email protected]
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelMethod extends PropPanelFeature {
private UMLComboBox2 specificationComboBox;
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java 2010-07-28 17:26:09-0700
@@ -47,8 +47,10 @@
/**
* The abstract properties panel for a Namespace.
- *
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public abstract class PropPanelNamespace extends PropPanelModelElement {
private JScrollPane ownedElementsScroll;
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelNode.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelNode.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelNode.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelNode.java 2010-07-28 17:26:09-0700
@@ -53,7 +53,10 @@
* old gui components.
*
* @author 5eichler
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelNode extends PropPanelClassifier {
/**
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelOperation.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelOperation.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelOperation.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelOperation.java 2010-07-28 17:26:09-0700
@@ -60,7 +60,10 @@
/**
* A property panel for Operations of Classifiers.
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelOperation extends PropPanelFeature {
/**
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java 2010-07-28 17:26:09-0700
@@ -58,7 +58,10 @@
/**
* The property panel for parameters.
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelParameter extends PropPanelModelElement {
/**
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelPermission.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelPermission.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelPermission.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelPermission.java 2010-07-28 17:26:09-0700
@@ -49,7 +49,10 @@
* (ArgoUML only supports the <<import>> Permission currently). The friend
* Permission has been dropped. Also the type hierarchy has been reorganized so
* that PackageImport is not a subtype of Dependency.
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelPermission extends PropPanelDependency {
/**
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelRelationship.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelRelationship.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelRelationship.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelRelationship.java 2010-07-28 17:26:09-0700
@@ -46,7 +46,10 @@
*
* @since Oct 12, 2002
* @author [email protected]
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelRelationship extends PropPanelModelElement {
/**
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelStructuralFeature.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelStructuralFeature.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelStructuralFeature.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelStructuralFeature.java 2010-07-28 17:26:09-0700
@@ -50,7 +50,10 @@
/**
* @since Nov 6, 2002
* @author [email protected]
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelStructuralFeature extends PropPanelFeature {
private JPanel multiplicityComboBox;
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelTemplateParameter.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelTemplateParameter.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelTemplateParameter.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelTemplateParameter.java 2010-07-28 17:26:09-0700
@@ -49,8 +49,10 @@
/**
* PropPanel for a TemplateParameter.
* @author alepekhin
- *
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelTemplateParameter extends PropPanelModelElement {
private static final long serialVersionUID = 8466952187322427678L;
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelUsage.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelUsage.java?view=diff&pathrev=18589&r1=18588&r2=18589
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelUsage.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelUsage.java 2010-07-28 17:26:09-0700
@@ -43,8 +43,10 @@
/**
* The properties panel for a Usage.
- *
+ * @deprecated in 0.31.2 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
public class PropPanelUsage extends PropPanelDependency {
/**
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2639919
To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.