|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortedList | |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.gui | |
ca.odell.glazedlists.swing | |
ca.odell.glazedlists.swt |
Uses of SortedList in ca.odell.glazedlists |
---|
Methods in ca.odell.glazedlists that return SortedList | ||
---|---|---|
static
|
SortedList.create(EventList<E> source)
Creates a SortedList that sorts the specified EventList . |
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<? super 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
|
TableComparatorChooser.install(JTable table,
SortedList<E> sortedList,
Object strategy)
Installs a new TableComparatorChooser that responds to clicks on the header of the specified table and uses them to sort the specified sortedList by delegating to the given strategy
If at any time the table should no longer sort, the behaviour can be
removed calling TableComparatorChooser.dispose() on the object returned by this method. |
|
static
|
TableComparatorChooser.install(JTable table,
SortedList<E> sortedList,
Object strategy,
TableFormat<? super E> tableFormat)
Installs a new TableComparatorChooser that responds to clicks on the header of the specified table and uses them to sort the specified sortedList by delegating to the given strategy
If at any time the table should no longer sort, the behaviour can be
removed calling TableComparatorChooser.dispose() on the object returned by this method. |
|
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)
Deprecated. replaced with TableComparatorChooser.install(javax.swing.JTable, ca.odell.glazedlists.SortedList , which is functionally
identical but uses a more fitting name to convey the action that is
performed and fixes an API flaw by explicitly requiring the TableFormat. |
|
TableComparatorChooser(JTable table,
SortedList<E> sortedList,
Object strategy)
Deprecated. 9/25/06 replaced with TableComparatorChooser.install(javax.swing.JTable, ca.odell.glazedlists.SortedList , which is functionally
identical but uses a more fitting name to convey the action that is
performed and fixes an API flaw by explicitly requiring the TableFormat. |
|
TableComparatorChooser(JTable table,
SortedList<E> sortedList,
Object strategy,
TableFormat<? super E> tableFormat)
Creates and installs a TableComparatorChooser. |
Uses of SortedList in ca.odell.glazedlists.swt |
---|
Methods in ca.odell.glazedlists.swt with parameters of type SortedList | ||
---|---|---|
static
|
TableComparatorChooser.install(EventTableViewer<E> eventTableViewer,
SortedList<E> sortedList,
boolean multipleColumnSort)
Installs a new TableComparatorChooser that responds to clicks on the specified table and uses them to sort the specified list. |
Constructors in ca.odell.glazedlists.swt with parameters of type SortedList | |
---|---|
TableComparatorChooser(EventTableViewer<E> eventTableViewer,
SortedList<E> sortedList,
boolean multipleColumnSort)
Deprecated. replaced with TableComparatorChooser.install(ca.odell.glazedlists.swt.EventTableViewer , which is functionally
identical but uses a more fitting name to convey the action that is
performed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |