svn commit: r18678 - trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2010-08-20 12:05:24-0700
New Revision: 18678
Modified:
trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java
Log:
Deprecations
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java?view=diff&pathrev=18678&r1=18677&r2=18678
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java 2010-08-20 12:05:24-0700
@@ -116,7 +116,10 @@
/**
* Model for ActionSequence's list of Actions.
+ * @deprecated in 0.31.5 by Bob Tarling This is replaced by the XML property
+ * panels module
*/
+@Deprecated
class UMLActionSequenceActionListModel
extends UMLModelElementOrderedListModel2 {
@@ -185,7 +188,11 @@
}
}
-
+/**
+ * @deprecated in 0.31.5 by Bob Tarling This is replaced by the XML property
+ * panels module
+ */
+@Deprecated
class ActionRemoveAction extends AbstractActionRemoveElement {
@@ -213,6 +220,11 @@
}
+/**
+ * @deprecated in 0.31.5 by Bob Tarling This is replaced by the XML property
+ * panels module
+ */
+@Deprecated
class UMLActionSequenceActionList extends UMLMutableLinkedList {
/**
@@ -232,6 +244,11 @@
}
+/**
+ * @deprecated in 0.31.5 by Bob Tarling This is replaced by the XML property
+ * panels module
+ */
+@Deprecated
class PopupMenuNewActionSequenceAction extends JPopupMenu {
/**
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2649331
To unsubscribe from this discussion, e-mail: [[email protected]].