Class HexEditor

    • Constructor Detail

      • HexEditor

        public HexEditor()
    • Method Detail

      • cellToOffset

        public int cellToOffset​(int row,
                                int col)
      • copy

        public void copy()
      • cut

        public void cut()
      • delete

        public void delete()
      • fireHexEditorEvent

        protected void fireHexEditorEvent​(int offset,
                                          int added,
                                          int removed)
      • getAlternateColumnBG

        public boolean getAlternateColumnBG()
      • getAlternateRowBG

        public boolean getAlternateRowBG()
      • getByte

        public byte getByte​(int offset)
      • getByteCount

        public int getByteCount()
      • getHighlightSelectionInAsciiDump

        public boolean getHighlightSelectionInAsciiDump()
      • getHighlightSelectionInAsciiDumpColor

        public Color getHighlightSelectionInAsciiDumpColor()
      • getLargestSelectionIndex

        public int getLargestSelectionIndex()
      • getSmallestSelectionIndex

        public int getSmallestSelectionIndex()
      • offsetToCell

        public Point offsetToCell​(int offset)
      • get

        public byte[] get()
      • paste

        public void paste()
      • redo

        public boolean redo()
      • removeBytes

        public void removeBytes​(int offs,
                                int len)
      • removeHexEditorListener

        public void removeHexEditorListener​(HexEditorListener l)
      • replaceBytes

        public void replaceBytes​(int offset,
                                 int len,
                                 byte[] bytes)
      • replaceSelection

        public void replaceSelection​(byte[] bytes)
      • setAlternateColumnBG

        public void setAlternateColumnBG​(boolean alternate)
      • setAlternateRowBG

        public void setAlternateRowBG​(boolean alternate)
      • setHighlightSelectionInAsciiDump

        public void setHighlightSelectionInAsciiDump​(boolean highlight)
      • setHighlightSelectionInAsciiDumpColor

        public void setHighlightSelectionInAsciiDumpColor​(Color c)
      • setSelectedRange

        public void setSelectedRange​(int startOffs,
                                     int endOffs)
      • setShowColumnHeader

        public void setShowColumnHeader​(boolean show)
      • setShowGrid

        public void setShowGrid​(boolean show)
      • setShowRowHeader

        public void setShowRowHeader​(boolean show)
      • undo

        public boolean undo()