Class HexEditorEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class HexEditorEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Detail

      • offset

        private int offset
      • added

        private int added
      • removed

        private int removed
    • Constructor Detail

      • HexEditorEvent

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

      • getAddedCount

        public int getAddedCount()
      • getHexEditor

        public HexEditor getHexEditor()
      • getOffset

        public int getOffset()
      • getRemovedCount

        public int getRemovedCount()
      • isModification

        public boolean isModification()