Package org.eclipse.nebula.widgets.nattable.layer.event

Interface Summary
ILayerEvent Event fired by the ILayerCommandHandler classes (usually to signal to handling of a ILayerCommand).
ILayerEventHandler<T extends ILayerEvent>  
IStructuralChangeEvent An event indicating a structural change to the layer.
IVisualChangeEvent An event which indicates a visible change to one or more cells in the layer.
 

Class Summary
AbstractContextFreeEvent  
CellVisualChangeEvent  
CellVisualUpdateEvent Specialization of the CellVisualChangeEvent.
ColumnDeleteEvent Event indicating that one ore more columns were deleted from the layer.
ColumnInsertEvent Event indicating that one ore more columns were inserted to the layer.
ColumnStructuralChangeEvent Event indicating a change in the structure of the columns.
ColumnStructuralRefreshEvent General event indicating that columns cached by the layers need refreshing.
ColumnVisualChangeEvent An event that indicates a visible change to one ore more columns in the layer.
ColumnVisualUpdateEvent Specialization of the ColumnVisualChangeEvent.
PropertyUpdateEvent<T>  
ResizeStructuralRefreshEvent Special StructuralRefreshEvent that returns empty lists for column and row diffs to avoid complete resetting of changes made to the NatTable by the user (e.g.
RowDeleteEvent Event indicating that one ore more rows were deleted from the layer.
RowInsertEvent Event indicating that one ore more rows were inserted to the layer.
RowStructuralChangeEvent  
RowStructuralRefreshEvent  
RowUpdateEvent  
RowVisualChangeEvent  
RowVisualUpdateEvent Specialization of the RowVisualChangeEvent.
StructuralChangeEventHelper Helper class providing support for modifying cached index lists for IStructuralChangeEvents.
StructuralDiff  
StructuralRefreshEvent General event indicating that structures cached by the layers need refreshing.
VisualRefreshEvent  
 

Enum Summary
StructuralDiff.DiffTypeEnum  
 



Copyright © 2015. All rights reserved.