SalesPoint v3.3 API

users.swing
Class UserTableModel.UserComparator

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

Constructor Summary
UserTableModel.UserComparator()
           
 
Method Summary
abstract  int compare(User obj, User obj1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTableModel.UserComparator

public UserTableModel.UserComparator()
Method Detail

compare

public abstract int compare(User obj,
                            User obj1)

SalesPoint v3.3 API