| Package | Description | 
|---|---|
| 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.iface | |
| oracle.jdeveloper.builder.javapckg | |
| oracle.jdeveloper.wizard.common | 
 Contains classes used by wizards. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractSimpleTypeBuilderPanel
A panel for use in a BaliWizard; this panel is customized for creating
 or editing simple types which have only a package name and a type name. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AnnotationBuilderPanel  | 
| Modifier and Type | Method and Description | 
|---|---|
protected BaliWizardPanel | 
AnnotationBuilder.buildPanel(Context context,
          BaliWizardState state)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClassBuilderPanel  | 
| Modifier and Type | Method and Description | 
|---|---|
protected BaliWizardPanel | 
ClassBuilder.buildPanel(Context context,
          BaliWizardState state)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EnumBuilderPanel  | 
| Modifier and Type | Method and Description | 
|---|---|
protected BaliWizardPanel | 
EnumBuilder.buildPanel(Context context,
          BaliWizardState state)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FileBuilderPanel  | 
| Modifier and Type | Method and Description | 
|---|---|
protected BaliWizardPanel | 
FileBuilder.buildPanel(Context context,
          BaliWizardState state)  | 
protected BaliWizardPanel | 
EmptyFileBuilder.buildPanel(Context context,
          BaliWizardState state)
Override FileBuilder to allow user to create a file with a zero-length
 file name plus extension. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FolderBuilderPanel  | 
| Modifier and Type | Method and Description | 
|---|---|
protected BaliWizardPanel | 
FolderBuilder.buildPanel(Context context,
          BaliWizardState state)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InterfaceBuilderPanel  | 
| Modifier and Type | Method and Description | 
|---|---|
protected BaliWizardPanel | 
InterfaceBuilder.buildPanel(Context context,
          BaliWizardState state)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PackageBuilderPanel  | 
| Modifier and Type | Method and Description | 
|---|---|
protected BaliWizardPanel | 
PackageBuilder.buildPanel(Context context,
          BaliWizardState state)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract BaliWizardPanel | 
BaliWizard.buildPanel(Context context,
          BaliWizardState state)
The returned Panel should be a JPanel that implements the
 BaliWizardPanel interface. 
 |