com.pvx.ooadide.preferences
Class UserDefinedSortedField

java.lang.Object
  extended by com.pvx.ooadide.preferences.UserDefinedSortedField
All Implemented Interfaces:
java.lang.Comparable

public class UserDefinedSortedField
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
UserDefinedSortedField(java.lang.String initKey, UserPrefElement initUserElemnt)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDefinedSortedField

public UserDefinedSortedField(java.lang.String initKey,
                              UserPrefElement initUserElemnt)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable