Package | Description |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.gui | |
ca.odell.glazedlists.swing | |
ca.odell.glazedlists.swt |
Modifier and Type | Method and Description |
---|---|
static <E extends java.lang.Comparable<? super E>> |
SortedList.create(EventList<E> source)
Creates a
SortedList that sorts the specified EventList . |
Modifier and Type | Field and Description |
---|---|
protected SortedList<E> |
AbstractTableComparatorChooser.sortedList
the sorted list to choose the comparators for
|
Constructor and Description |
---|
AbstractTableComparatorChooser(SortedList<E> sortedList,
TableFormat<? super E> tableFormat)
Create a
AbstractTableComparatorChooser that sorts the specified
SortedList over the specified columns. |
Modifier and Type | Method and Description |
---|---|
static <E> TableComparatorChooser<E> |
TableComparatorChooser.install(javax.swing.JTable table,
SortedList<E> sortedList,
java.lang.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 <E> TableComparatorChooser<E> |
TableComparatorChooser.install(javax.swing.JTable table,
SortedList<E> sortedList,
java.lang.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. |
Constructor and Description |
---|
TableComparatorChooser(javax.swing.JTable table,
SortedList<E> sortedList,
boolean multipleColumnSort)
Deprecated.
replaced with
TableComparatorChooser.install(javax.swing.JTable, ca.odell.glazedlists.SortedList<E>, java.lang.Object) , 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(javax.swing.JTable table,
SortedList<E> sortedList,
java.lang.Object strategy)
Deprecated.
9/25/06 replaced with
TableComparatorChooser.install(javax.swing.JTable, ca.odell.glazedlists.SortedList<E>, java.lang.Object) , 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(javax.swing.JTable table,
SortedList<E> sortedList,
java.lang.Object strategy,
TableFormat<? super E> tableFormat)
Creates and installs a TableComparatorChooser.
|
Modifier and Type | Method and Description |
---|---|
static <E> TableComparatorChooser<E> |
TableComparatorChooser.install(DefaultEventTableViewer<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.
|
Constructor and Description |
---|
TableComparatorChooser(DefaultEventTableViewer<E> eventTableViewer,
SortedList<E> sortedList,
boolean multipleColumnSort)
Deprecated.
replaced with
TableComparatorChooser.install(ca.odell.glazedlists.swt.DefaultEventTableViewer<E>, ca.odell.glazedlists.SortedList<E>, boolean) , which is functionally
identical but uses a more fitting name to convey the action that is
performed. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by builder at 2016-02-12 23:17