|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortKey | |
|---|---|
| org.beanfabrics.model | |
| org.beanfabrics.swing.table | |
| Uses of SortKey in org.beanfabrics.model |
|---|
| Methods in org.beanfabrics.model that return types with arguments of type SortKey | |
|---|---|
java.util.Collection<SortKey> |
IListPM.getSortKeys()
Returns the (immutable) collection of SortKey objects that
reflect the current sorting state of this list. |
java.util.Collection<SortKey> |
ListPM.getSortKeys()
Returns the (immutable) collection of SortKey objects that
reflect the current sorting state of this list. |
java.util.Collection<SortKey> |
MapPM.getSortKeys()
Returns the (immutable) collection of SortKey objects that
reflect the current sorting state of this list. |
| Methods in org.beanfabrics.model with parameters of type SortKey | |
|---|---|
void |
IListPM.sortBy(SortKey... sortKeys)
|
void |
ListPM.sortBy(SortKey... newSortKeys)
|
void |
MapPM.sortBy(SortKey... newSortKeys)
|
| Method parameters in org.beanfabrics.model with type arguments of type SortKey | |
|---|---|
void |
IListPM.sortBy(java.util.Collection<SortKey> newSortKeys)
|
void |
ListPM.sortBy(java.util.Collection<SortKey> newSortKeys)
|
void |
MapPM.sortBy(java.util.Collection<SortKey> newSortKeys)
|
| Uses of SortKey in org.beanfabrics.swing.table |
|---|
| Methods in org.beanfabrics.swing.table that return SortKey | |
|---|---|
SortKey |
BnTableModel.getSortKey(int col)
Returns the SortKey of the specified column or null
if that column is not sorted. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||