com.jaxfront.swing.ui.tools
Class ValidationErrorSorter

java.lang.Object
  extended by com.jaxfront.swing.ui.tools.ValidationErrorSorter
All Implemented Interfaces:
Sortable

public class ValidationErrorSorter
extends java.lang.Object
implements Sortable

This class represents a sorter for validation errors.

Version:
1.60
See Also:
Sortable

Constructor Summary
ValidationErrorSorter()
           
 
Method Summary
 boolean compare(java.lang.Object a, java.lang.Object b)
          Compares two objects and returns true if they are equal.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationErrorSorter

public ValidationErrorSorter()
Method Detail

compare

public boolean compare(java.lang.Object a,
                       java.lang.Object b)
Description copied from interface: Sortable
Compares two objects and returns true if they are equal.

Specified by:
compare in interface Sortable
Returns:
true if the compared objects are equal, false otherwise
See Also:
Sortable.compare(java.lang.Object, java.lang.Object)