Uses of Class
net.sourceforge.hivegui.table.SelectionMode

Packages that use SelectionMode
net.sourceforge.hivegui.table This package contains classes that manage tables in HiveGUI. 
 

Uses of SelectionMode in net.sourceforge.hivegui.table
 

Methods in net.sourceforge.hivegui.table that return SelectionMode
 SelectionMode TableContribution.getSelectionMode()
           
static SelectionMode SelectionMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SelectionMode[] SelectionMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sourceforge.hivegui.table with parameters of type SelectionMode
 void TableContribution.setSelectionMode(SelectionMode selectionMode)