public class LayerColumnHeader extends CTLayer
Constructor and Description |
---|
LayerColumnHeader(org.eclipse.swt.widgets.Composite parent,
org.eclipse.nebula.widgets.nattable.data.IDataProvider dataProvider,
LayerBody bodyLayer,
CTConfiguration config,
CTContext context)
Creates a new instance.
|
getConfig, getContext
configure, dispose, doCommand, getCellByPosition, getCellPainter, getColumnCount, getColumnIndexByPosition, getColumnPositionByX, getColumnWidthByPosition, getConfigLabelsByPosition, getDataValueByPosition, getDisplayModeByPosition, getHeight, getLayerPainter, getPreferredColumnCount, getPreferredHeight, getPreferredRowCount, getPreferredWidth, getRegionLabelsByXY, getRowCount, getRowHeightByPosition, getRowIndexByPosition, getRowPositionByY, getStartXOfColumnPosition, getStartYOfRowPosition, getUnderlyingLayerByPosition, getUnderlyingLayersByColumnPosition, getUnderlyingLayersByRowPosition, getWidth, isColumnPositionResizable, isRowPositionResizable, loadState, localToUnderlyingColumnPosition, localToUnderlyingRowPosition, saveState, setClientAreaProvider, underlyingToLocalColumnPosition, underlyingToLocalColumnPositions, underlyingToLocalRowPosition, underlyingToLocalRowPositions
addConfiguration, addLayerListener, clearConfiguration, fireLayerEvent, getBoundsByPosition, getClientAreaProvider, getConfigLabelAccumulator, getRegionName, handleLayerEvent, hasLayerListener, registerCommandHandler, registerEventHandler, registerPersistable, removeLayerListener, setConfigLabelAccumulator, setLayerPainter, setRegionName, toString, unregisterCommandHandler, unregisterEventHandler, unregisterPersistable
public LayerColumnHeader(org.eclipse.swt.widgets.Composite parent, org.eclipse.nebula.widgets.nattable.data.IDataProvider dataProvider, LayerBody bodyLayer, CTConfiguration config, CTContext context)
parent
- dataProvider
- bodyLayer
- config
- context
-