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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRowDiffsgetLayercloneEvent, convertToLocalpublic RowStructuralChangeEvent(ILayer layer, Collection<Range> rowPositionRanges)
protected RowStructuralChangeEvent(RowStructuralChangeEvent event)
public Collection<org.eclipse.swt.graphics.Rectangle> getChangedPositionRectangles()
getChangedPositionRectangles in interface IVisualChangeEventgetChangedPositionRectangles in class RowVisualChangeEventpublic boolean isHorizontalStructureChanged()
isHorizontalStructureChanged in interface IStructuralChangeEventpublic Collection<StructuralDiff> getColumnDiffs()
getColumnDiffs in interface IStructuralChangeEventpublic boolean isVerticalStructureChanged()
isVerticalStructureChanged in interface IStructuralChangeEventCopyright © 2013. All Rights Reserved.