users.swing
Class UserTableModel.UserComparator
java.lang.Object
users.swing.UserTableModel.UserComparator
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- UserTableModel
public abstract static class UserTableModel.UserComparator
- extends Object
- implements Serializable
This abstract class is a special Comparator, which compares Users. It will be
used in the UserTableModel to define the order of elements in the assoziated
JUserTable.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserTableModel.UserComparator
public UserTableModel.UserComparator()
compare
public abstract int compare(User obj,
User obj1)