Class AbstractContextFreeEvent
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.event.AbstractContextFreeEvent
- All Implemented Interfaces:
ILayerEvent
- Direct Known Subclasses:
SearchEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconvertToLocal(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, waitMethods inherited from interface org.eclipse.nebula.widgets.nattable.layer.event.ILayerEvent
cloneEvent
-
Constructor Details
-
AbstractContextFreeEvent
public AbstractContextFreeEvent()
-
-
Method Details
-
convertToLocal
Description copied from interface:ILayerEventConvert the column/row positions carried by the event to the layer about to handle the event.- Specified by:
convertToLocalin interfaceILayerEvent- Parameters:
localLayer- layer about to receive the event- Returns:
- TRUE if successfully converted, FALSE otherwise
-