Package org.eclipse.nebula.widgets.nattable.datachange
package org.eclipse.nebula.widgets.nattable.datachange
-
ClassDescriptionAbstractDataChangeHandler<T extends DataChange>Abstract implementation of
DataChangeHandler
to 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.ILayer
that 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 ofCellKeyHandler
that usesIdIndexIdentifier
as key object.DataChange
implementation that tracks data updates.DataChangeHandler
to handleDataUpdateEvent
s for data changes that where performed on the backing data.Implementation of theCellKeyHandler
that handlesPoint
s as keys.DataChange
implementation to track row delete operations.DataChangeHandler
to track row delete operations.DataChange
implementation to track row insert operations.DataChangeHandler
to track row insert operations.Interface to support temporary data storage without updating the backing data.DataChange
implementation that tracksUpdateDataCommand
s for temporary storage.DataChangeHandler
to handleUpdateDataCommand
s for data changes that that should be stored temporarily and not directly performed on the backing data.DataChange
implementation that tracks data updates.UpdateDataChangeHandler<T extends UpdateDataChange>Abstract implementation ofDataChangeHandler
to handle data updates.