org.eclipse.nebula.widgets.nattable.search.event
Class SearchEvent

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.layer.event.AbstractContextFreeEvent
      extended by org.eclipse.nebula.widgets.nattable.search.event.SearchEvent
All Implemented Interfaces:
ILayerEvent

public class SearchEvent
extends AbstractContextFreeEvent


Constructor Summary
SearchEvent(PositionCoordinate cellCoordinate)
           
 
Method Summary
 SearchEvent cloneEvent()
           
 PositionCoordinate getCellCoordinate()
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.AbstractContextFreeEvent
convertToLocal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchEvent

public SearchEvent(PositionCoordinate cellCoordinate)
Method Detail

getCellCoordinate

public PositionCoordinate getCellCoordinate()

cloneEvent

public SearchEvent cloneEvent()
Returns:
A cloned copy of the event. This cloned copy is provided to each listener.


Copyright © 2014. All rights reserved.