Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.javatools.ui.checklist
Interface ChecklistModel

All Known Implementing Classes:
DefaultChecklistModel, XMLChecklistModel

public interface ChecklistModel

Interface for ChecklistModel, the model used by Checklist.


Method Summary
 void addChecklistModelListener(ChecklistModelListener listener)
          Add checklist model listener to this model.
 Step getStepAt(int index)
          Returns the Step at the specified index in the model.
 int getStepCount()
          Returns the total number of steps this checklist has.
 int getStepIndex(Step step)
          Returns the index of the step within this model.
 Step getSubstepAt(Step parentStep, int index)
          Returns the substep at the specified index of the parentStep.
 int getSubstepCount(Step parentStep)
          Returns the substep count of the specified index of the parentStep.
 int getSubstepIndex(Step parentStep, Step childStep)
          Returns the substep index within its parent.
 void removeChecklistModelListener(ChecklistModelListener listener)
          Remove the checklist model listner from this model.
 

Method Detail

getStepAt

Step getStepAt(int index)
Returns the Step at the specified index in the model.


getStepCount

int getStepCount()
Returns the total number of steps this checklist has. This doesn't include the substeps within the steps.


getStepIndex

int getStepIndex(Step step)
Returns the index of the step within this model.


getSubstepAt

Step getSubstepAt(Step parentStep,
                  int index)
Returns the substep at the specified index of the parentStep.


getSubstepCount

int getSubstepCount(Step parentStep)
Returns the substep count of the specified index of the parentStep.


getSubstepIndex

int getSubstepIndex(Step parentStep,
                    Step childStep)
Returns the substep index within its parent.


addChecklistModelListener

void addChecklistModelListener(ChecklistModelListener listener)
Add checklist model listener to this model.


removeChecklistModelListener

void removeChecklistModelListener(ChecklistModelListener listener)
Remove the checklist model listner from this model.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.