SalesPoint Framework v3.0

users.swing
Class UserTableModel.UserComparator

java.lang.Object
  |
  +--users.swing.UserTableModel.UserComparator

public abstract static class UserTableModel.UserComparator
extends Object

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.


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 Framework v3.0