| Package | Description |
|---|---|
| org.nuiton.jaxx.runtime.swing.list | |
| org.nuiton.jaxx.runtime.swing.list.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionCheckListModel<T> |
class |
DefaultCheckListModel<T>
Default model for check list.
|
| Modifier and Type | Field and Description |
|---|---|
protected CheckListModel<T> |
ActionCheckListModel.originalModel |
| Modifier and Type | Method and Description |
|---|---|
CheckListModel<T> |
CheckList.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckListAction.check(CheckListModel<T> model,
boolean value) |
void |
CheckListAction.CheckAll.check(CheckListModel<T> model,
boolean value) |
void |
CheckList.setModel(CheckListModel<T> model)
Sets the model for check list.
|
| Constructor and Description |
|---|
ActionCheckListModel(CheckListModel<T> originalModel) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterableCheckListModel<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFilterableCheckListModel<T> |
class |
FilterableActionCheckListModel<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterableCheckList.setModel(CheckListModel<T> model)
Sets the model for check list.
|
Copyright © 2004–2017 Ultreia.io. All rights reserved.