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

E13403-04

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

Packages that use BaliWizardState
oracle.jdeveloper.builder This package contains the base implementations for the set of classes used for creating new objects. 
oracle.jdeveloper.builder.annotation   
oracle.jdeveloper.builder.cls The cls package provides classes and interfaces for generating Java classes. 
oracle.jdeveloper.builder.enumtype   
oracle.jdeveloper.builder.file The file package includes the classes and interfaces for generating file objects. 
oracle.jdeveloper.builder.folder   
oracle.jdeveloper.builder.javapckg   
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 AbstractBuilderModel
           
 

Methods in oracle.jdeveloper.builder that return BaliWizardState
protected  BaliWizardState AbstractBuilder.buildState(Context context)
           
 

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 ClassBuilderModel
           
 

Methods in oracle.jdeveloper.builder.cls with parameters of type BaliWizardState
protected  oracle.bali.ewt.dialog.JEWTDialog ClassBuilder.buildDialog(Context context, BaliWizardState state)
           
protected  BaliWizardPanel ClassBuilder.buildPanel(Context context, BaliWizardState state)
           
 void ClassBuilderPanel.initializeFromState(BaliWizardState theState)
           
 boolean ClassBuilderPanel.validateAndWriteToState(BaliWizardState theState)
           
 

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.builder.file
 

Classes in oracle.jdeveloper.builder.file that implement BaliWizardState
 class FileBuilderModel
           
 

Methods in oracle.jdeveloper.builder.file with parameters of type BaliWizardState
protected  BaliWizardPanel FileBuilder.buildPanel(Context context, BaliWizardState state)
           
 void FileBuilderPanel.initializeFromState(BaliWizardState state)
           
 boolean FileBuilderPanel.validateAndWriteToState(BaliWizardState state)
           
 

Uses of BaliWizardState in oracle.jdeveloper.builder.folder
 

Methods in oracle.jdeveloper.builder.folder with parameters of type BaliWizardState
protected  BaliWizardPanel FolderBuilder.buildPanel(Context context, BaliWizardState state)
           
 boolean FolderBuilderPanel.validateAndWriteToState(BaliWizardState state)
           
 

Uses of BaliWizardState in oracle.jdeveloper.builder.javapckg
 

Methods in oracle.jdeveloper.builder.javapckg with parameters of type BaliWizardState
protected  BaliWizardPanel PackageBuilder.buildPanel(Context context, BaliWizardState state)
           
 boolean PackageBuilderPanel.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.
 


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

E13403-04

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