Package org.eclipse.nebula.widgets.nattable.datachange
package org.eclipse.nebula.widgets.nattable.datachange
-
ClassDescriptionAbstractDataChangeHandler<T extends DataChange>Abstract implementation of
DataChangeHandlerto handle data updates.Implementations of this interface are intended to generate a key for a cell identified via column and row index.Interface that specifies a data change that is tracked by theDataChangeLayer.Interface that specifies a handler that creates and tracks data changes.ILayerthat can be used to add a mechanism that highlights cells whose data has been changed.Identifier implementation based on column index and row id.Implementation ofCellKeyHandlerthat usesIdIndexIdentifieras key object.DataChangeimplementation that tracks data updates.DataChangeHandlerto handleDataUpdateEvents for data changes that where performed on the backing data.Implementation of theCellKeyHandlerthat handlesPoints as keys.DataChangeimplementation to track row delete operations.DataChangeHandlerto track row delete operations.DataChangeimplementation to track row insert operations.DataChangeHandlerto track row insert operations.Interface to support temporary data storage without updating the backing data.DataChangeimplementation that tracksUpdateDataCommands for temporary storage.DataChangeHandlerto handleUpdateDataCommands for data changes that that should be stored temporarily and not directly performed on the backing data.DataChangeimplementation that tracks data updates.UpdateDataChangeHandler<T extends UpdateDataChange>Abstract implementation ofDataChangeHandlerto handle data updates.