|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortedList | |
|---|---|
| ca.odell.glazedlists.gui | |
| ca.odell.glazedlists.swing | |
| ca.odell.glazedlists.swt | |
| Uses of SortedList in ca.odell.glazedlists.gui |
|---|
| Fields in ca.odell.glazedlists.gui declared as SortedList | |
|---|---|
protected SortedList<E> |
AbstractTableComparatorChooser.sortedList
the sorted list to choose the comparators for |
| Constructors in ca.odell.glazedlists.gui with parameters of type SortedList | |
|---|---|
AbstractTableComparatorChooser(SortedList<E> sortedList,
TableFormat<E> tableFormat)
Create a AbstractTableComparatorChooser that sorts the specified
SortedList over the specified columns. |
|
| Uses of SortedList in ca.odell.glazedlists.swing |
|---|
| Methods in ca.odell.glazedlists.swing with parameters of type SortedList | |
|---|---|
static EventListJXTableSorting |
EventListJXTableSorting.install(JXTable table,
SortedList sortedList)
Install this EventListJXTableSorting to provide the sorting
behaviour for the specified JXTable. |
| Constructors in ca.odell.glazedlists.swing with parameters of type SortedList | |
|---|---|
TableComparatorChooser(JTable table,
SortedList<E> sortedList,
boolean multipleColumnSort)
Creates a new TableComparatorChooser that responds to clicks on the specified table and uses them to sort the specified list. |
|
TableComparatorChooser(JTable table,
SortedList<E> sortedList,
Object strategy)
Creates a new TableComparatorChooser that responds to clicks on the specified table and uses them to sort the specified list by delegating to the given strategy. |
|
| Uses of SortedList in ca.odell.glazedlists.swt |
|---|
| Constructors in ca.odell.glazedlists.swt with parameters of type SortedList | |
|---|---|
TableComparatorChooser(EventTableViewer eventTableViewer,
SortedList sortedList,
boolean multipleColumnSort)
Creates a new TableComparatorChooser that responds to clicks on the specified table and uses them to sort the specified list. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||