Class AbstractContextFreeEvent
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.event.AbstractContextFreeEvent
- All Implemented Interfaces:
ILayerEvent
- Direct Known Subclasses:
SearchEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
convertToLocal
(ILayer localLayer) Convert the column/row positions carried by the event to the layer about to handle the event.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.nebula.widgets.nattable.layer.event.ILayerEvent
cloneEvent
-
Constructor Details
-
AbstractContextFreeEvent
public AbstractContextFreeEvent()
-
-
Method Details
-
convertToLocal
Description copied from interface:ILayerEvent
Convert the column/row positions carried by the event to the layer about to handle the event.- Specified by:
convertToLocal
in interfaceILayerEvent
- Parameters:
localLayer
- layer about to receive the event- Returns:
- TRUE if successfully converted, FALSE otherwise
-