public static class ITableProvider.TableProviderContext
extends java.lang.Object
The context object encapsulates the functionality to fire property changes and events.
Modifier and Type | Field and Description |
---|---|
IProperty<IUIAElement[]> |
ColumnHeaders |
IProperty<IUIAElement[]> |
RowHeaders |
IProperty<RowOrColumnMajor> |
RowOrColumnMajor |
Constructor and Description |
---|
TableProviderContext(IInitContext init,
ITableProvider tableProvider) |
public final IProperty<RowOrColumnMajor> RowOrColumnMajor
public final IProperty<IUIAElement[]> ColumnHeaders
public final IProperty<IUIAElement[]> RowHeaders
public TableProviderContext(IInitContext init, ITableProvider tableProvider)