|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SortOrder | |
| org.jcreme.enumerations | |
| org.jcreme.swing.table | |
| Uses of SortOrder in org.jcreme.enumerations |
| Fields in org.jcreme.enumerations declared as SortOrder | |
static SortOrder |
SortOrder.NONE
The 'NONE' enumeration value. |
static SortOrder |
SortOrder.ASCENDING
The 'ASCENDING' enumeration value. |
static SortOrder |
SortOrder.DESCENDING
The 'DESCENDING' enumeration value. |
| Methods in org.jcreme.enumerations that return SortOrder | |
static SortOrder |
SortOrder.get(java.lang.String name)
This method retrieves a SortOrder instance from its name. |
static SortOrder[] |
SortOrder.getSortOrders()
This methods gives the instances of this class. |
| Uses of SortOrder in org.jcreme.swing.table |
| Methods in org.jcreme.swing.table that return SortOrder | |
SortOrder |
SortableTableColumn.getOrder()
Gives access to the sort order of the column. |
| Methods in org.jcreme.swing.table with parameters of type SortOrder | |
void |
SortableTableColumn.setOrder(SortOrder order)
This method enables to set the sort order (ascending, descending, none) for the given column. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||