public abstract class RowStructuralChangeEvent extends RowVisualChangeEvent implements IStructuralChangeEvent
ColumnStructuralChangeEvent
Modifier | Constructor and Description |
---|---|
|
RowStructuralChangeEvent(ILayer layer,
Collection<Range> rowPositionRanges) |
|
RowStructuralChangeEvent(ILayer layer,
Range... rowPositionRanges) |
protected |
RowStructuralChangeEvent(RowStructuralChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
Collection<org.eclipse.swt.graphics.Rectangle> |
getChangedPositionRectangles() |
Collection<StructuralDiff> |
getColumnDiffs() |
boolean |
isHorizontalStructureChanged() |
boolean |
isVerticalStructureChanged() |
convertToLocal, getLayer, getRowPositionRanges, setRowPositionRanges, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getRowDiffs
getLayer
cloneEvent, convertToLocal
public RowStructuralChangeEvent(ILayer layer, Collection<Range> rowPositionRanges)
protected RowStructuralChangeEvent(RowStructuralChangeEvent event)
public Collection<org.eclipse.swt.graphics.Rectangle> getChangedPositionRectangles()
getChangedPositionRectangles
in interface IVisualChangeEvent
getChangedPositionRectangles
in class RowVisualChangeEvent
public boolean isHorizontalStructureChanged()
isHorizontalStructureChanged
in interface IStructuralChangeEvent
public Collection<StructuralDiff> getColumnDiffs()
getColumnDiffs
in interface IStructuralChangeEvent
public boolean isVerticalStructureChanged()
isVerticalStructureChanged
in interface IStructuralChangeEvent
Copyright © 2013. All Rights Reserved.