Class FillHandleMarkupListener
java.lang.Object
org.eclipse.nebula.widgets.nattable.fillhandle.event.FillHandleMarkupListener
- All Implemented Interfaces:
ILayerListener
ILayerListener
that will trigger the markup in the
SelectionLayer
of the cell that will hold the fill handle.- Since:
- 1.4
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleLayerEvent
(ILayerEvent event) Handle an event notification from anILayer
-
Constructor Details
-
FillHandleMarkupListener
-
-
Method Details
-
handleLayerEvent
Description copied from interface:ILayerListener
Handle an event notification from anILayer
- Specified by:
handleLayerEvent
in interfaceILayerListener
- Parameters:
event
- the event
-