|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICheckListModel | |
---|---|
com.ezware.oxbow.swingbits.list |
Uses of ICheckListModel in com.ezware.oxbow.swingbits.list |
---|
Classes in com.ezware.oxbow.swingbits.list that implement ICheckListModel | |
---|---|
class |
ActionCheckListModel<T>
|
class |
DefaultCheckListModel<T>
Default model for check list. |
Methods in com.ezware.oxbow.swingbits.list that return ICheckListModel | |
---|---|
ICheckListModel<T> |
CheckList.getModel()
|
Methods in com.ezware.oxbow.swingbits.list with parameters of type ICheckListModel | |
---|---|
void |
ICheckListAction.check(ICheckListModel<T> model,
boolean value)
|
void |
ICheckListAction.CheckAll.check(ICheckListModel<T> model,
boolean value)
|
void |
CheckList.setModel(ICheckListModel<T> model)
Sets the model for check list. |
Constructors in com.ezware.oxbow.swingbits.list with parameters of type ICheckListModel | |
---|---|
ActionCheckListModel(ICheckListModel<T> originalModel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |