org.argouml.uml.ui
Class UMLModelElementNameComparator
java.lang.Object
|
+--org.argouml.uml.ui.UMLModelElementNameComparator
- All Implemented Interfaces:
- java.util.Comparator
- Direct Known Subclasses:
- UMLClassifierNameComparator
Deprecated. as of ArgoUml 0.13.5 (10-may-2003),
replaced by nothing?,
this class is part of the 'old'(pre 0.13.*) implementation of proppanels
that used reflection a lot.
- public class UMLModelElementNameComparator
- extends java.lang.Object
- implements java.util.Comparator
useful, but should be implemented as an inner class of the model that uses it.
Method Summary |
int |
compare(java.lang.Object obj1,
java.lang.Object obj2)
Deprecated. |
boolean |
equals(java.lang.Object obj)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UMLModelElementNameComparator
public UMLModelElementNameComparator()
- Deprecated.
- Creates new BooleanChangeListener
compare
public int compare(java.lang.Object obj1,
java.lang.Object obj2)
- Deprecated.
- Specified by:
compare
in interface java.util.Comparator
equals
public boolean equals(java.lang.Object obj)
- Deprecated.
- Specified by:
equals
in interface java.util.Comparator
- Overrides:
equals
in class java.lang.Object