|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ComparatorType | |
| org.jcreme.enumerations | |
| org.jcreme.swing.table | |
| Uses of ComparatorType in org.jcreme.enumerations |
| Fields in org.jcreme.enumerations declared as ComparatorType | |
static ComparatorType |
ComparatorType.NONE
The NONE ComparatorType. |
static ComparatorType |
ComparatorType.DEFAULT
The DEFAULT ComparatorType. |
| Methods in org.jcreme.enumerations that return ComparatorType | |
static ComparatorType |
ComparatorType.get(java.lang.String name)
This method retrieves a ComparatorType from its name. |
static ComparatorType[] |
ComparatorType.getComparatorTypes()
This methods gives the instances of this class. |
static ComparatorType[] |
ComparatorType.getComparatorTypes(java.lang.Class dataType)
Looks into the existing ComparatorTypes to find those that apply to a given type. |
| Uses of ComparatorType in org.jcreme.swing.table |
| Methods in org.jcreme.swing.table that return ComparatorType | |
ComparatorType |
SortableTableColumn.getComparator()
Gives access to the comparator that is in use in this column. |
| Methods in org.jcreme.swing.table with parameters of type ComparatorType | |
void |
SortableTableColumn.setComparator(ComparatorType cmp)
This method enables to set a custom comparator for this column. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||