Package net.sf.rej.gui.hexeditor

A hex editor component that is not coupled to the reJ GUI, but the reJ GUI uses the hex editor on various components

See:
          Description

Interface Summary
DataProvider An abstraction of the data used by the Hex Editor.
 

Class Summary
ByteArrayDataProvider A DataProvider adapter for byte arrays.
DataRow Stores the data of the hex editor.
Drawer Class used to draw text into a graphics object.
HexEditorCellRenderer The custom list cell renderer which is the core of the Hex Editor.
HexEditorDialog A Hex Editor dialog component (JDialog subclass) for viewing and or editing of binary data.
HexEditorKeyListener A MouseListener component for the HexEditor which translates user actions into the changes in the selection and content.
HexEditorMouseListener A MouseListener component for the HexEditor which translates user actions into the changes in the selection.
HexEditorPanel A Hex Editor component (JPanel subclass) for viewing and or editing binary data.
SelectionModel A class that maintains the state of the selected indices in the Hex Editor component.
 

Package net.sf.rej.gui.hexeditor Description

A hex editor component that is not coupled to the reJ GUI, but the reJ GUI uses the hex editor on various components.