Uses of Class
ca.odell.glazedlists.SortedList

Packages that use SortedList
ca.odell.glazedlists   
ca.odell.glazedlists.gui   
ca.odell.glazedlists.swing   
 

Uses of SortedList in ca.odell.glazedlists
 

Methods in ca.odell.glazedlists that return SortedList
static
<E extends java.lang.Comparable<? super E>>
SortedList<E>
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
<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.
 

Constructors in ca.odell.glazedlists.swing with parameters of type SortedList
TableComparatorChooser(javax.swing.JTable table, SortedList<E> sortedList, boolean multipleColumnSort)
          Deprecated. replaced with TableComparatorChooser.install(javax.swing.JTable, ca.odell.glazedlists.SortedList, 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, 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.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2012-05-29 19:21