Extension SDK 10.1.2

Uses of Interface
oracle.ide.wizard.BaliWizardState

Packages that use BaliWizardState
oracle.ide.wizard Contains classes internally used by JDeveloper, these classes should not be used by addin developers. 
oracle.jdeveloper.builder This package contains the base implementations for the set of classes used for creating new objects. 
oracle.jdeveloper.builder.cls The cls package provides classes and interfaces for generating Java classes. 
oracle.jdeveloper.builder.file The file package includes the classes and interfaces for generating file objects. 
 

Uses of BaliWizardState in oracle.ide.wizard
 

Methods in oracle.ide.wizard with parameters of type BaliWizardState
 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.
 

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.cls
 

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

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

Uses of BaliWizardState in oracle.jdeveloper.builder.file
 

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

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


Extension SDK

 

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