| Package | Description |
|---|---|
| oracle.javatools.ui.checklist | |
| oracle.javatools.ui.checklist.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultChecklistModel
Default implementation of the ChecklistModel.
|
| Modifier and Type | Method and Description |
|---|---|
ChecklistModel |
Checklist.getChecklistModel()
Returns the ChecklistModel associated with this checklist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Checklist.setChecklistModel(ChecklistModel model)
Sets the checklist model for the checklist component.
|
| Constructor and Description |
|---|
Checklist(ChecklistModel model)
Create a Checklist component with the specified ChecklistModel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLChecklistModel
XMLChecklistModel used by XMLChecklist identifies each step with a unique
step id.
|