Uses of Interface
com.jaxfront.core.util.Sortable

Packages that use Sortable
com.jaxfront.core.type   
com.jaxfront.core.util   
com.jaxfront.swing.ui.tools   
 

Uses of Sortable in com.jaxfront.core.type
 

Classes in com.jaxfront.core.type that implement Sortable
 class TypeNameSorter
           
 

Uses of Sortable in com.jaxfront.core.util
 

Classes in com.jaxfront.core.util that implement Sortable
 class StringArraySorter
          This class compares to String.
 class StringSorter
          This class compares to String.
 class XMLSchemaPositionSorter
          Compares to XUI Components according to its addressed type in the xpath and sorts it based on the potition in the XML Schema tree.
 class XPathSorter
          Compares to xpaths according to its deepness and the fact if an xpath is addressing a global type or not.
 

Methods in com.jaxfront.core.util with parameters of type Sortable
static java.util.Vector TreeSort.sort(java.util.Vector v, Sortable sort)
          Sorts elements of a vector according to the sort object.
static java.util.Vector TreeSort.sort(java.util.Vector v, Sortable sort, java.lang.String rule)
          Sorts elements of a vector according to the sort object.
 

Uses of Sortable in com.jaxfront.swing.ui.tools
 

Classes in com.jaxfront.swing.ui.tools that implement Sortable
 class ValidationErrorSorter
          This class represents a sorter for validation errors.