org.argouml.uml.ui
Class UMLModelElementNameComparator

java.lang.Object
  extended byorg.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.


Constructor Summary
UMLModelElementNameComparator()
          Deprecated. Creates new BooleanChangeListener
 
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
 

Constructor Detail

UMLModelElementNameComparator

public UMLModelElementNameComparator()
Deprecated. 
Creates new BooleanChangeListener

Method Detail

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


ArgoUML © 1996-2003 (20040125)ArgoUML Project HomeArgoUML Cookbook