Class ShowColumnPositionsEvent
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.event.ColumnVisualChangeEvent
org.eclipse.nebula.widgets.nattable.layer.event.ColumnStructuralChangeEvent
org.eclipse.nebula.widgets.nattable.hideshow.event.ShowColumnPositionsEvent
- All Implemented Interfaces:
ILayerEvent,IStructuralChangeEvent,IVisualChangeEvent
- Direct Known Subclasses:
ColumnGroupExpandEvent
Structural change event to indicate that columns are made visible again.
-
Constructor Summary
ConstructorsConstructorDescriptionClone constructor.ShowColumnPositionsEvent(ILayer layer, int... columnPositions) Constructor.ShowColumnPositionsEvent(IUniqueIndexLayer layer, Collection<Integer> columnPositions) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.ColumnStructuralChangeEvent
getChangedPositionRectangles, getRowDiffs, isHorizontalStructureChanged, isVerticalStructureChangedMethods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.ColumnVisualChangeEvent
convertToLocal, getColumnIndexes, getColumnPositionRanges, getLayer, setColumnPositionRanges, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.nebula.widgets.nattable.layer.event.ILayerEvent
convertToLocalMethods inherited from interface org.eclipse.nebula.widgets.nattable.layer.event.IVisualChangeEvent
getLayer
-
Constructor Details
-
ShowColumnPositionsEvent
Constructor.- Parameters:
layer- The layer to which the given column positions match.columnPositions- The column positions that are made visible again.
-
ShowColumnPositionsEvent
Constructor.- Parameters:
layer- The layer to which the given column positions match.columnPositions- The column positions that are made visible again.- Since:
- 2.0
-
ShowColumnPositionsEvent
Clone constructor.- Parameters:
event- TheShowColumnPositionsEventto clone.
-
-
Method Details
-
getColumnDiffs
-
cloneEvent
- Returns:
- A cloned copy of the event. This cloned copy is provided to each listener.
-