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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheck(CheckListModel<T> model, boolean value)
-
-
-
Method Detail
-
check
void check(CheckListModel<T> model, boolean value)
-
-