public abstract class RowVisualChangeEvent extends Object implements IVisualChangeEvent
| Modifier | Constructor and Description |
|---|---|
|
RowVisualChangeEvent(ILayer layer,
Collection<Range> rowPositionRanges) |
|
RowVisualChangeEvent(ILayer layer,
Range... rowPositionRanges) |
protected |
RowVisualChangeEvent(RowVisualChangeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
convertToLocal(ILayer localLayer)
Convert the column/row positions carried by the event to the layer about to
handle the event.
|
Collection<org.eclipse.swt.graphics.Rectangle> |
getChangedPositionRectangles() |
ILayer |
getLayer() |
Collection<Range> |
getRowPositionRanges() |
protected void |
setRowPositionRanges(Collection<Range> rowPositionRanges) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloneEventpublic RowVisualChangeEvent(ILayer layer, Collection<Range> rowPositionRanges)
protected RowVisualChangeEvent(RowVisualChangeEvent event)
public ILayer getLayer()
getLayer in interface IVisualChangeEventpublic Collection<Range> getRowPositionRanges()
protected void setRowPositionRanges(Collection<Range> rowPositionRanges)
public boolean convertToLocal(ILayer localLayer)
ILayerEventconvertToLocal in interface ILayerEventlocalLayer - layer about to receive the eventpublic Collection<org.eclipse.swt.graphics.Rectangle> getChangedPositionRectangles()
getChangedPositionRectangles in interface IVisualChangeEventCopyright © 2013. All Rights Reserved.