public class RowSelectionEvent extends RowVisualChangeEvent implements ISelectionEvent
| Modifier | Constructor and Description | 
|---|---|
protected  | 
RowSelectionEvent(RowSelectionEvent event)  | 
  | 
RowSelectionEvent(SelectionLayer selectionLayer,
                 Collection<Integer> rowPositions,
                 int rowPositionToMoveIntoViewport)  | 
| Modifier and Type | Method and Description | 
|---|---|
RowSelectionEvent | 
cloneEvent()  | 
boolean | 
convertToLocal(ILayer localLayer)
Convert the column/row positions carried by the event to the layer about to
 handle the event. 
 | 
int | 
getRowPositionToMoveIntoViewport()  | 
SelectionLayer | 
getSelectionLayer()  | 
getChangedPositionRectangles, getLayer, getRowPositionRanges, setRowPositionRanges, toStringpublic RowSelectionEvent(SelectionLayer selectionLayer, Collection<Integer> rowPositions, int rowPositionToMoveIntoViewport)
protected RowSelectionEvent(RowSelectionEvent event)
public SelectionLayer getSelectionLayer()
getSelectionLayer in interface ISelectionEventpublic int getRowPositionToMoveIntoViewport()
public boolean convertToLocal(ILayer localLayer)
ILayerEventconvertToLocal in interface ILayerEventconvertToLocal in class RowVisualChangeEventlocalLayer - layer about to receive the eventpublic RowSelectionEvent cloneEvent()
cloneEvent in interface ILayerEventCopyright © 2013. All Rights Reserved.