Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.ui.checklist.Step.StepStatus

Packages that use Step.StepStatus
oracle.javatools.ui.checklist   
 

Uses of Step.StepStatus in oracle.javatools.ui.checklist
 

Methods in oracle.javatools.ui.checklist that return Step.StepStatus
 Step.StepStatus Step.getStatus()
          Returns the step status.
static Step.StepStatus Step.StepStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Step.StepStatus[] Step.StepStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.javatools.ui.checklist with parameters of type Step.StepStatus
 void Step.setStatus(Step.StepStatus status)
          Sets the status for this step.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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