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, toString
public RowSelectionEvent(SelectionLayer selectionLayer, Collection<Integer> rowPositions, int rowPositionToMoveIntoViewport)
protected RowSelectionEvent(RowSelectionEvent event)
public SelectionLayer getSelectionLayer()
getSelectionLayer
in interface ISelectionEvent
public int getRowPositionToMoveIntoViewport()
public boolean convertToLocal(ILayer localLayer)
ILayerEvent
convertToLocal
in interface ILayerEvent
convertToLocal
in class RowVisualChangeEvent
localLayer
- layer about to receive the eventpublic RowSelectionEvent cloneEvent()
cloneEvent
in interface ILayerEvent
Copyright © 2013. All Rights Reserved.