Class ColumnHeaderSelectionListener
java.lang.Object
org.eclipse.nebula.widgets.nattable.grid.layer.ColumnHeaderSelectionListener
- All Implemented Interfaces:
ILayerListener
Marks the ColumnHeader as selected in response to a
ColumnSelectionEvent-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleLayerEvent(ILayerEvent event) Handle an event notification from anILayer
-
Constructor Details
-
ColumnHeaderSelectionListener
-
-
Method Details
-
handleLayerEvent
Description copied from interface:ILayerListenerHandle an event notification from anILayer- Specified by:
handleLayerEventin interfaceILayerListener- Parameters:
event- the event
-