Uses of Interface
net.sf.rej.gui.hexeditor.DataProvider

Packages that use DataProvider
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 
 

Uses of DataProvider in net.sf.rej.gui.hexeditor
 

Classes in net.sf.rej.gui.hexeditor that implement DataProvider
 class ByteArrayDataProvider
          A DataProvider adapter for byte arrays.
 

Methods in net.sf.rej.gui.hexeditor with parameters of type DataProvider
 void HexEditorKeyListener.setDataProvider(DataProvider provider)
           
 

Constructors in net.sf.rej.gui.hexeditor with parameters of type DataProvider
DataRow(DataProvider data, int offset)
          Initializes this object with the given data and an offset from which to start reading the data.
HexEditorDialog(java.awt.Dialog owner, DataProvider dataProvider, int width, boolean readOnly)
          Initializes the dialog, but does not make it visible.
HexEditorDialog(java.awt.Frame owner, DataProvider dataProvider, int width, boolean readOnly)
          Initializes the dialog, but does not make it visible.
HexEditorPanel(DataProvider data, int width, boolean readOnly)
          Initializes the EditorPanel with the given as the data, setting the row width (in bytes) and readonly-mode.