Uses of Class
org.bibalex.daf.commongui.datamodels.UICheckList

Packages that use UICheckList
org.bibalex.daf.commongui.controls   
 

Uses of UICheckList in org.bibalex.daf.commongui.controls
 

Fields in org.bibalex.daf.commongui.controls declared as UICheckList
protected  UICheckList CheckBoxList.uiCheckList
          Instance of the assigned UICheckList
 

Methods in org.bibalex.daf.commongui.controls that return UICheckList
 UICheckList CheckBoxList.getUICheckList()
          Retieves the List Model (UICheckList Abstract data model) .
 

Methods in org.bibalex.daf.commongui.controls with parameters of type UICheckList
 void CheckBoxList.setUICheckList(UICheckList uiCheckList)
          Changes the currently assigned UICheckList
 

Constructors in org.bibalex.daf.commongui.controls with parameters of type UICheckList
CheckBoxList(UICheckList data, CheckBoxList.ICheckBoxListActionListener actionListener)
          Constructor