@Deprecated
public final class GlazedListsKTable
extends java.lang.Object
KTable extension.| Modifier and Type | Method and Description |
|---|---|
static DefaultEventKTableModel |
eventKTableModel(de.kupzog.ktable.KTable table,
EventList source,
TableFormat tableFormat)
Deprecated.
Create a new
DefaultEventKTableModel that uses elements from the
specified EventList as rows, and the specified TableFormat
to divide row objects across columns. |
static DefaultEventKTableModel |
eventKTableModelWithThreadProxyList(de.kupzog.ktable.KTable table,
EventList source,
TableFormat tableFormat)
Deprecated.
Create a new
DefaultEventKTableModel that uses elements from the
specified EventList as rows, and the specified TableFormat
to divide row objects across columns. |
public static DefaultEventKTableModel eventKTableModel(de.kupzog.ktable.KTable table, EventList source, TableFormat tableFormat)
DefaultEventKTableModel that uses elements from the
specified EventList as rows, and the specified TableFormat
to divide row objects across columns.
The returned model is not thread-safe. Unless otherwise
noted, all methods are only safe to be called from the SWT event handler thread.
To do this programmatically, use Display.syncExec(Runnable) and
wrap the source list (or some part of the source list's pipeline) using
GlazedListsSWT.swtThreadProxyList(EventList, Display).
table - the KTable the model is created forsource - the EventListtableFormat - provides logic to divide row objects across columns.
If the value implements the KTableFormat interface, those
methods will be used to provide further details such as cell renderers,
cell editors and row heights.public static DefaultEventKTableModel eventKTableModelWithThreadProxyList(de.kupzog.ktable.KTable table, EventList source, TableFormat tableFormat)
DefaultEventKTableModel that uses elements from the
specified EventList as rows, and the specified TableFormat
to divide row objects across columns.
The returned model is not thread-safe. Unless otherwise noted, all methods are only safe to be called from the SWT event handler thread.
table - the KTable the model is created forsource - the EventListtableFormat - provides logic to divide row objects across columns.
If the value implements the KTableFormat interface, those
methods will be used to provide further details such as cell renderers,
cell editors and row heights.Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Wed Feb 13 09:45:20 CET 2019