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

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

Uses of TableContribution in net.sourceforge.hivegui.table
 

Constructors in net.sourceforge.hivegui.table with parameters of type TableContribution
BeanTable(DataListModel<T> listModel, TableContribution contrib, ApplicationContextHolder holder)
           
BeanTable(java.lang.String name, DataListModel<T> listModel, TableContribution contrib, ApplicationContextHolder holder)
           
TablePopupHandler(BeanTable<T> table, TableContribution contrib)
           
TableSelectionHandler(BeanTable<T> table, TableContribution contrib)