|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableFormat | |
|---|---|
| ca.odell.glazedlists | |
| ca.odell.glazedlists.gui | |
| ca.odell.glazedlists.swing | |
| ca.odell.glazedlists.swt | |
| Uses of TableFormat in ca.odell.glazedlists |
|---|
| Methods in ca.odell.glazedlists that return TableFormat | ||
|---|---|---|
static
|
GlazedLists.tableFormat(Class<T> baseClass,
String[] propertyNames,
String[] columnLabels)
Creates a TableFormat that binds JavaBean properties to
table columns via Reflection. |
|
static
|
GlazedLists.tableFormat(Class<T> baseClass,
String[] propertyNames,
String[] columnLabels,
boolean[] editable)
Creates a TableFormat that binds JavaBean properties to
table columns via Reflection. |
|
static
|
GlazedLists.tableFormat(String[] propertyNames,
String[] columnLabels)
Creates a TableFormat that binds JavaBean properties to
table columns via Reflection. |
|
static
|
GlazedLists.tableFormat(String[] propertyNames,
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<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<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<E> |
EventTableModel.getTableFormat()
Gets the Table Format. |
| Methods in ca.odell.glazedlists.swing with parameters of type TableFormat | ||
|---|---|---|
static
|
AutoCompleteSupport.createTableCellEditor(Comparator uniqueComparator,
TableFormat<E> tableFormat,
EventList<E> tableData,
int columnIndex)
This factory method creates and returns a DefaultCellEditor
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 DefaultCellEditor
which adapts an autocompleting JComboBox for use as a Table
Cell Editor. |
|
void |
EventTableModel.setTableFormat(TableFormat<E> tableFormat)
Sets this table to be rendered by a different table format. |
|
| Constructors in ca.odell.glazedlists.swing with parameters of type TableFormat | |
|---|---|
EventTableModel(EventList<E> source,
TableFormat<E> tableFormat)
Creates a new table that renders the specified list in the specified format. |
|
| Uses of TableFormat in ca.odell.glazedlists.swt |
|---|
| Subinterfaces of TableFormat in ca.odell.glazedlists.swt | |
|---|---|
interface |
KTableFormat
Specify how to split row objects into cells for use with KTable. |
| Classes in ca.odell.glazedlists.swt that implement TableFormat | |
|---|---|
class |
AbstractKTableFormat
Make implementing KTableFormat easier. |
class |
TableFormatKTableFormat
Adapt TableFormat to KTableFormat. |
| Methods in ca.odell.glazedlists.swt that return TableFormat | |
|---|---|
TableFormat |
EventTableViewer.getTableFormat()
Gets the TableFormat. |
| Methods in ca.odell.glazedlists.swt with parameters of type TableFormat | |
|---|---|
void |
EventTableViewer.setTableFormat(TableFormat tableFormat)
Sets this Table to be formatted by a different
TableFormat. |
| Constructors in ca.odell.glazedlists.swt with parameters of type TableFormat | |
|---|---|
EventKTableModel(de.kupzog.ktable.KTable table,
EventList source,
TableFormat tableFormat)
Create a new EventKTableModel that uses elements from the
specified EventList as rows, and the specified TableFormat
to divide row objects across columns. |
|
EventTableViewer(EventList source,
Table table,
TableFormat tableFormat)
Creates a new viewer for the given Table that updates the table
contents in response to changes on the specified EventList. |
|
TableFormatKTableFormat(TableFormat tableFormat)
Adapt the specified TableFormat to be used in
a KTable. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||