Klasse LayerBody
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.AbstractLayer
org.eclipse.nebula.widgets.nattable.layer.AbstractLayerTransform
org.deidentifier.arx.gui.view.impl.common.table.CTLayer
org.deidentifier.arx.gui.view.impl.common.table.LayerBody
- Alle implementierten Schnittstellen:
CTComponent,org.eclipse.nebula.widgets.nattable.layer.ILayer,org.eclipse.nebula.widgets.nattable.layer.ILayerListener,org.eclipse.nebula.widgets.nattable.persistence.IPersistable
The body layer.
-
Feldübersicht
Von Klasse geerbte Felder org.eclipse.nebula.widgets.nattable.layer.AbstractLayerTransform
underlyingLayerVon Klasse geerbte Felder org.eclipse.nebula.widgets.nattable.layer.AbstractLayer
commandHandlers, eventHandlers, eventHelperLock, layerPainterVon Schnittstelle geerbte Felder org.eclipse.nebula.widgets.nattable.persistence.IPersistable
DOT, VALUE_SEPARATOR -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungLayerBody(org.eclipse.nebula.widgets.nattable.data.IDataProvider dataProvider, CTConfiguration config, CTContext context) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.eclipse.nebula.widgets.nattable.layer.DataLayerReturns the data layer.org.eclipse.nebula.widgets.nattable.selection.SelectionLayerReturns the selection layer.Returns the viewport layer.Von Klasse geerbte Methoden org.deidentifier.arx.gui.view.impl.common.table.CTLayer
getConfig, getContextVon Klasse geerbte Methoden org.eclipse.nebula.widgets.nattable.layer.AbstractLayerTransform
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, getUnderlyingLayer, getUnderlyingLayerByPosition, getUnderlyingLayersByColumnPosition, getUnderlyingLayersByRowPosition, getWidth, isColumnPositionResizable, isDynamicSizeLayer, isRowPositionResizable, loadState, localToUnderlyingColumnPosition, localToUnderlyingRowPosition, saveState, setClientAreaProvider, setUnderlyingLayer, underlyingToLocalColumnPosition, underlyingToLocalColumnPositions, underlyingToLocalRowPosition, underlyingToLocalRowPositionsVon Klasse geerbte Methoden org.eclipse.nebula.widgets.nattable.layer.AbstractLayer
addConfiguration, addLayerListener, clearConfiguration, fireLayerEvent, getBoundsByPosition, getClientAreaProvider, getConfigLabelAccumulator, getProvidedLabels, getRegionName, handleLayerEvent, hasLayerListener, registerCommandHandler, registerCommandHandlers, registerEventHandler, registerPersistable, removeLayerListener, setConfigLabelAccumulator, setLayerPainter, setRegionName, toString, unregisterCommandHandler, unregisterEventHandler, unregisterPersistable
-
Konstruktordetails
-
LayerBody
public LayerBody(org.eclipse.nebula.widgets.nattable.data.IDataProvider dataProvider, CTConfiguration config, CTContext context) Creates a new instance.- Parameter:
dataProvider-config-context-
-
-
Methodendetails
-
getDataLayer
public org.eclipse.nebula.widgets.nattable.layer.DataLayer getDataLayer()Returns the data layer.- Gibt zurück:
-
getSelectionLayer
public org.eclipse.nebula.widgets.nattable.selection.SelectionLayer getSelectionLayer()Returns the selection layer.- Gibt zurück:
-
getViewportLayer
Returns the viewport layer.- Gibt zurück:
-