Class HexEditorEvent

java.lang.Object
java.util.EventObject
org.fife.ui.hex.event.HexEditorEvent
All Implemented Interfaces:
Serializable

public class HexEditorEvent extends EventObject
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • offset

      private int offset
    • added

      private int added
    • removed

      private int removed
  • Constructor Details

    • HexEditorEvent

      public HexEditorEvent(HexEditor editor, int offs, int added, int removed)
  • Method Details

    • getAddedCount

      public int getAddedCount()
    • getHexEditor

      public HexEditor getHexEditor()
    • getOffset

      public int getOffset()
    • getRemovedCount

      public int getRemovedCount()
    • isModification

      public boolean isModification()