|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableFormat | |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.gui | |
ca.odell.glazedlists.swing |
Uses of TableFormat in ca.odell.glazedlists |
---|
Methods in ca.odell.glazedlists that return TableFormat | ||
---|---|---|
static
|
GlazedLists.tableFormat(java.lang.Class<T> baseClass,
java.lang.String[] propertyNames,
java.lang.String[] columnLabels)
Creates a TableFormat that binds JavaBean properties to
table columns via Reflection. |
|
static
|
GlazedLists.tableFormat(java.lang.Class<T> baseClass,
java.lang.String[] propertyNames,
java.lang.String[] columnLabels,
boolean[] editable)
Creates a TableFormat that binds JavaBean properties to
table columns via Reflection. |
|
static
|
GlazedLists.tableFormat(java.lang.String[] propertyNames,
java.lang.String[] columnLabels)
Creates a TableFormat that binds JavaBean properties to
table columns via Reflection. |
|
static
|
GlazedLists.tableFormat(java.lang.String[] propertyNames,
java.lang.String[] columnLabels,
boolean[] editable)
Creates a TableFormat that binds JavaBean properties to
table columns via Reflection. |
Uses of TableFormat in ca.odell.glazedlists.gui |
---|
Subinterfaces of TableFormat in ca.odell.glazedlists.gui | |
---|---|
interface |
AdvancedTableFormat<E>
Allows the ability to specify column class information in addition to the standard TableFormat information. |
interface |
CheckableTableFormat<E>
Specifies how to check table elements. |
interface |
WritableTableFormat<E>
Specifies how to edit the elements of table. |
Methods in ca.odell.glazedlists.gui with parameters of type TableFormat | |
---|---|
protected void |
AbstractTableComparatorChooser.setTableFormat(TableFormat<? super E> tableFormat)
Adjusts the TableFormat this comparator chooser uses when selecting comparators. |
Constructors in ca.odell.glazedlists.gui with parameters of type TableFormat | |
---|---|
AbstractTableComparatorChooser(SortedList<E> sortedList,
TableFormat<? super E> tableFormat)
Create a AbstractTableComparatorChooser that sorts the specified
SortedList over the specified columns. |
Uses of TableFormat in ca.odell.glazedlists.swing |
---|
Methods in ca.odell.glazedlists.swing that return TableFormat | |
---|---|
TableFormat<? super E> |
DefaultEventTableModel.getTableFormat()
Gets the TableFormat used by this table model. |
TableFormat<? super E> |
AdvancedTableModel.getTableFormat()
Gets the TableFormat used by this table model. |
Methods in ca.odell.glazedlists.swing with parameters of type TableFormat | ||
---|---|---|
static
|
AutoCompleteSupport.createTableCellEditor(java.util.Comparator uniqueComparator,
TableFormat<E> tableFormat,
EventList<E> tableData,
int columnIndex)
This factory method creates and returns a AutoCompleteSupport.AutoCompleteCellEditor
which adapts an autocompleting JComboBox for use as a Table
Cell Editor. |
|
static
|
AutoCompleteSupport.createTableCellEditor(TableFormat<E> tableFormat,
EventList<E> tableData,
int columnIndex)
This factory method creates and returns a AutoCompleteSupport.AutoCompleteCellEditor
which adapts an autocompleting JComboBox for use as a Table
Cell Editor. |
|
static
|
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
|
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 . |
|
static
|
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. |
|
void |
DefaultEventTableModel.setTableFormat(TableFormat<? super E> tableFormat)
Sets the TableFormat that will extract column data from each
element. |
|
void |
AdvancedTableModel.setTableFormat(TableFormat<? super E> tableFormat)
Sets the TableFormat that will extract column data from each
element. |
Constructors in ca.odell.glazedlists.swing with parameters of type TableFormat | |
---|---|
DefaultEventTableModel(EventList<E> source,
boolean disposeSource,
TableFormat<? super E> tableFormat)
Creates a new table model that extracts column data from the given source using the the given tableFormat . |
|
DefaultEventTableModel(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 . |
|
EventTableModel(EventList<E> source,
TableFormat<? super E> tableFormat)
Deprecated. Use DefaultEventTableModel and
GlazedListsSwing.swingThreadProxyList(EventList) instead |
|
TableComparatorChooser(javax.swing.JTable table,
SortedList<E> sortedList,
java.lang.Object strategy,
TableFormat<? super E> tableFormat)
Creates and installs a TableComparatorChooser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |