|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.desktop.models.UserTableModel.UserComparator
public abstract static class UserTableModel.UserComparator
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 |
---|
public UserTableModel.UserComparator()
Method Detail |
---|
public abstract int compare(User obj, User obj1)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |