Uses of Class
ca.odell.glazedlists.swt.DefaultEventTableViewer

Packages that use DefaultEventTableViewer
ca.odell.glazedlists.swt   
 

Uses of DefaultEventTableViewer in ca.odell.glazedlists.swt
 

Subclasses of DefaultEventTableViewer in ca.odell.glazedlists.swt
 class EventTableViewer<E>
          Deprecated. Use DefaultEventTableViewer instead. This class will be removed in the GL 2.0 release. The wrapping of the source list with an SWT-EDT safe list has been determined to be undesirable (it is better for the user to provide their own SWT-EDT safe list).
 

Methods in ca.odell.glazedlists.swt that return DefaultEventTableViewer
static
<E> DefaultEventTableViewer<E>
GlazedListsSWT.eventTableViewer(EventList<E> source, org.eclipse.swt.widgets.Table table, TableFormat<? super E> tableFormat)
          Creates a new viewer for the given Table that updates the table contents in response to changes on the specified EventList.
static
<E> DefaultEventTableViewer<E>
GlazedListsSWT.eventTableViewer(EventList<E> source, org.eclipse.swt.widgets.Table table, TableFormat<? super E> tableFormat, TableItemConfigurer<? super E> tableItemConfigurer)
          Creates a new viewer for the given Table that updates the table contents in response to changes on the specified EventList.
static
<E> DefaultEventTableViewer<E>
GlazedListsSWT.eventTableViewerWithThreadProxyList(EventList<E> source, org.eclipse.swt.widgets.Table table, TableFormat<? super E> tableFormat)
          Creates a new viewer for the given Table that updates the table contents in response to changes on the specified EventList.
static
<E> DefaultEventTableViewer<E>
GlazedListsSWT.eventTableViewerWithThreadProxyList(EventList<E> source, org.eclipse.swt.widgets.Table table, TableFormat<? super E> tableFormat, TableItemConfigurer<? super E> tableItemConfigurer)
          Creates a new viewer for the given Table that updates the table contents in response to changes on the specified EventList.
 

Methods in ca.odell.glazedlists.swt with parameters of type DefaultEventTableViewer
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.
 

Constructors in ca.odell.glazedlists.swt with parameters of type DefaultEventTableViewer
TableComparatorChooser(DefaultEventTableViewer<E> eventTableViewer, SortedList<E> sortedList, boolean multipleColumnSort)
          Deprecated. replaced with TableComparatorChooser.install(ca.odell.glazedlists.swt.DefaultEventTableViewer, ca.odell.glazedlists.SortedList, 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 hbrands at 2013-02-12 20:58