Class HexModelChangedEvent

java.lang.Object
org.apache.pdfbox.debugger.hexviewer.HexModelChangedEvent

class HexModelChangedEvent extends Object
  • Field Details

    • BULK_CHANGE

      static final int BULK_CHANGE
      See Also:
    • SINGLE_CHANGE

      static final int SINGLE_CHANGE
      See Also:
    • startIndex

      private final int startIndex
    • changeType

      private final int changeType
  • Constructor Details

    • HexModelChangedEvent

      HexModelChangedEvent(int startIndex, int changeType)
      Constructor.
      Parameters:
      startIndex - int. From where changes start.
      changeType - int. Change type if it is only a single change or a bulk change by pasting or deleting. Though later features are not yet implemented.
  • Method Details

    • getStartIndex

      int getStartIndex()
    • getChangeType

      int getChangeType()