Class ColumnInsertEvent
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.event.ColumnVisualChangeEvent
org.eclipse.nebula.widgets.nattable.layer.event.ColumnStructuralChangeEvent
org.eclipse.nebula.widgets.nattable.layer.event.ColumnInsertEvent
- All Implemented Interfaces:
ILayerEvent
,IStructuralChangeEvent
,IVisualChangeEvent
Event indicating that one ore more columns were inserted to the layer.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Creates a new ColumnInsertEvent based on the given instance.ColumnInsertEvent
(ILayer layer, int columnPosition) Creates a new ColumnInsertEvent based on the given information.ColumnInsertEvent
(ILayer layer, Collection<Range> columnPositionRanges) Creates a new ColumnInsertEvent based on the given information.ColumnInsertEvent
(ILayer layer, Range... columnPositionRanges) Creates a new ColumnInsertEvent based on the given information. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.ColumnStructuralChangeEvent
getChangedPositionRectangles, getRowDiffs, isHorizontalStructureChanged, isVerticalStructureChanged
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.ColumnVisualChangeEvent
convertToLocal, getColumnIndexes, getColumnPositionRanges, getLayer, setColumnPositionRanges, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.nebula.widgets.nattable.layer.event.ILayerEvent
convertToLocal
Methods inherited from interface org.eclipse.nebula.widgets.nattable.layer.event.IVisualChangeEvent
getLayer
-
Constructor Details
-
ColumnInsertEvent
Creates a new ColumnInsertEvent based on the given information.- Parameters:
layer
- The ILayer to which the given column position matches.columnPosition
- The column position of the column that was inserted.
-
ColumnInsertEvent
Creates a new ColumnInsertEvent based on the given information.- Parameters:
layer
- The ILayer to which the given column positions match.columnPositionRanges
- The column position ranges for the columns that were inserted.
-
ColumnInsertEvent
Creates a new ColumnInsertEvent based on the given information.- Parameters:
layer
- The ILayer to which the given column positions match.columnPositionRanges
- The column position ranges for the columns that were inserted.
-
ColumnInsertEvent
Creates a new ColumnInsertEvent based on the given instance. Mainly needed for cloning.- Parameters:
event
- The ColumnInsertEvent out of which the new instance should be created.
-
-
Method Details
-
getColumnDiffs
-
cloneEvent
- Returns:
- A cloned copy of the event. This cloned copy is provided to each listener.
-