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

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

Uses of BeanTable in net.sourceforge.hivegui.table
 

Constructors in net.sourceforge.hivegui.table with parameters of type BeanTable
TablePopupHandler(BeanTable<T> table, TableContribution contrib)
           
TableSelectionHandler(BeanTable<T> table, TableContribution contrib)