Class RowResizeEvent

All Implemented Interfaces:
ILayerEvent, IStructuralChangeEvent, IVisualChangeEvent

public class RowResizeEvent extends RowStructuralChangeEvent
  • Constructor Details

    • RowResizeEvent

      public RowResizeEvent(ILayer layer, int rowPosition)
    • RowResizeEvent

      public RowResizeEvent(ILayer layer, Range rowPositionRange)
    • RowResizeEvent

      protected RowResizeEvent(RowResizeEvent event)
  • Method Details

    • cloneEvent

      public RowResizeEvent cloneEvent()
      Returns:
      A cloned copy of the event. This cloned copy is provided to each listener.
    • getRowDiffs

      public Collection<StructuralDiff> getRowDiffs()