Class HexEditorEvent

    • 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()