Package jaxx.runtime.swing.list
Interface CheckListAction<T>
- All Known Implementing Classes:
CheckListAction.CheckAll
public interface CheckListAction<T>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCheckListAction.CheckAll<T> -
Method Summary
Modifier and Type Method Description voidcheck(CheckListModel<T> model, boolean value)
-
Method Details
-
check
-