Skip navigation links

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

E17493-04


Uses of Interface
oracle.jdeveloper.wizard.common.BaliWizardState

Packages that use BaliWizardState
oracle.jdeveloper.builder   
oracle.jdeveloper.builder.annotation   
oracle.jdeveloper.builder.cls   
oracle.jdeveloper.builder.enumtype   
oracle.jdeveloper.wizard.common Contains classes used by wizards. 

 

Uses of BaliWizardState in oracle.jdeveloper.builder

 

Classes in oracle.jdeveloper.builder that implement BaliWizardState
 class oracle.jdeveloper.builder.AbstractBuilderModel
           

 

Uses of BaliWizardState in oracle.jdeveloper.builder.annotation

 

Classes in oracle.jdeveloper.builder.annotation that implement BaliWizardState
 class AnnotationBuilderModel
           

 

Methods in oracle.jdeveloper.builder.annotation with parameters of type BaliWizardState
protected  oracle.bali.ewt.dialog.JEWTDialog AnnotationBuilder.buildDialog(Context context, BaliWizardState state)
           
protected  BaliWizardPanel AnnotationBuilder.buildPanel(Context context, BaliWizardState state)
           
 void AnnotationBuilderPanel.initializeFromState(BaliWizardState model)
           
 boolean AnnotationBuilderPanel.validateAndWriteToState(BaliWizardState state)
           

 

Uses of BaliWizardState in oracle.jdeveloper.builder.cls

 

Classes in oracle.jdeveloper.builder.cls that implement BaliWizardState
 class oracle.jdeveloper.builder.cls.ClassBuilderModel
           

 

Uses of BaliWizardState in oracle.jdeveloper.builder.enumtype

 

Classes in oracle.jdeveloper.builder.enumtype that implement BaliWizardState
 class EnumBuilderModel
           

 

Methods in oracle.jdeveloper.builder.enumtype with parameters of type BaliWizardState
protected  oracle.bali.ewt.dialog.JEWTDialog EnumBuilder.buildDialog(Context context, BaliWizardState state)
           
protected  BaliWizardPanel EnumBuilder.buildPanel(Context context, BaliWizardState state)
           
 void EnumBuilderPanel.initializeFromState(BaliWizardState model)
           
 boolean EnumBuilderPanel.validateAndWriteToState(BaliWizardState state)
           

 

Uses of BaliWizardState in oracle.jdeveloper.wizard.common

 

Fields in oracle.jdeveloper.wizard.common declared as BaliWizardState
protected  BaliWizardState BaliWizard.state
           

 

Methods in oracle.jdeveloper.wizard.common that return BaliWizardState
protected  BaliWizardState BaliWizard.buildState(Context context)
          Create a new state object.

 

Methods in oracle.jdeveloper.wizard.common with parameters of type BaliWizardState
protected  oracle.bali.ewt.dialog.JEWTDialog BaliWizard.buildDialog(Context context, BaliWizardState state)
          Create and fill in JEWTDialog instances.
protected abstract  BaliWizardPanel BaliWizard.buildPanel(Context context, BaliWizardState state)
          The returned Panel should be a JPanel that implements the BaliWizardPanel interface.
 void BaliWizardPanel.initializeFromState(BaliWizardState state)
          Initializes this panel's data from the provided state object.
 boolean BaliWizardPanel.validateAndWriteToState(BaliWizardState state)
          To be called on NEXT, APPLY, and FINISH events.

 


Skip navigation links

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

E17493-04


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