Uses of Class
buoy.widget.BTable.SelectionMode

Packages that use BTable.SelectionMode
buoy.widget   
 

Uses of BTable.SelectionMode in buoy.widget
 

Fields in buoy.widget declared as BTable.SelectionMode
static BTable.SelectionMode BTable.SELECT_CELLS
           
static BTable.SelectionMode BTable.SELECT_COLUMNS
           
static BTable.SelectionMode BTable.SELECT_NONE
           
static BTable.SelectionMode BTable.SELECT_ROWS
           
 

Methods in buoy.widget that return BTable.SelectionMode
 BTable.SelectionMode BTable.getSelectionMode()
          Get the selection mode for this table.
 

Methods in buoy.widget with parameters of type BTable.SelectionMode
 void BTable.setSelectionMode(BTable.SelectionMode mode)
          Set the selection mode for this table.
 



Written by Peter Eastman.