Uses of Class
net.sf.rej.gui.hexeditor.SelectionModel

Packages that use SelectionModel
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 SelectionModel in net.sf.rej.gui.hexeditor
 

Methods in net.sf.rej.gui.hexeditor that return SelectionModel
 SelectionModel HexEditorPanel.getSelectionModel()
          Returns the selection model which can be used to querying and setting the current selection or cursor position of the editor.
 SelectionModel HexEditorDialog.getSelectionModel()
          Returns the selection model which can be used to querying and setting the current selection or cursor position of the editor.
 

Constructors in net.sf.rej.gui.hexeditor with parameters of type SelectionModel
HexEditorCellRenderer(SelectionModel selectionModel)
           
HexEditorKeyListener(SelectionModel selectionModel)
           
HexEditorMouseListener(SelectionModel selectionModel, HexEditorCellRenderer renderer)