Uses of Interface
ca.odell.glazedlists.swing.AdvancedTableModel

Packages that use AdvancedTableModel
ca.odell.glazedlists.swing   
 

Uses of AdvancedTableModel in ca.odell.glazedlists.swing
 

Classes in ca.odell.glazedlists.swing that implement AdvancedTableModel
 class DefaultEventTableModel<E>
          A TableModel that holds an EventList.
 class EventJXTableModel<E>
          An extension of the EventTableModel for better integration with JXTable.
 class EventTableModel<E>
          Deprecated. Use DefaultEventTableModel instead. This class will be removed in the GL 2.0 release. The wrapping of the source list with an EDT safe list has been determined to be undesirable (it is better for the user to provide their own EDT safe list).
 

Methods in ca.odell.glazedlists.swing that return AdvancedTableModel
static
<E> AdvancedTableModel<E>
GlazedListsSwing.eventTableModel(EventList<E> source, String[] propertyNames, String[] columnLabels, boolean[] writable)
          Creates a new table model that renders the specified list with an automatically generated TableFormat.
static
<E> AdvancedTableModel<E>
GlazedListsSwing.eventTableModel(EventList<E> source, TableFormat<? super E> tableFormat)
          Creates a new table model that extracts column data from the given source using the the given tableFormat.
static
<E> AdvancedTableModel<E>
GlazedListsSwing.eventTableModelWithThreadProxyList(EventList<E> source, String[] propertyNames, String[] columnLabels, boolean[] writable)
          Creates a new table model that renders the specified list with an automatically generated TableFormat.
static
<E> AdvancedTableModel<E>
GlazedListsSwing.eventTableModelWithThreadProxyList(EventList<E> source, TableFormat<? super E> tableFormat)
          Creates a new table model that extracts column data from the given source using the the given tableFormat.
 AdvancedTableModel<E> JXTableSupport.getTableModel()
           
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2013-02-12 20:58