| Package | Description | 
|---|---|
| oracle.ide.controls | 
 Contains classes implementing the basic graphical controls, such as, toolbars, toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
 | 
| oracle.jdeveloper.builder.cls | 
 The  
cls package provides classes and interfaces for generating Java classes. | 
| oracle.jdeveloper.controls | 
 The  
controls package contains GUI classes used by the builder classes. | 
| Modifier and Type | Field and Description | 
|---|---|
protected AbstractPicker.PickerResultValidator | 
AbstractPicker.validator  | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractPicker.PickerResultValidator | 
AbstractPicker.getValidator()
Retrieve the  
PickerResultValidator used by this AbstractPicker to validate the results of Browse actions. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractPicker.setValidator(AbstractPicker.PickerResultValidator newValidator)
Set the Validator used by this AbstractPicker. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ClassBuilderPanel.ClassValidator  | 
| Modifier and Type | Field and Description | 
|---|---|
protected AbstractPicker.PickerResultValidator | 
ClassPopup.validator  | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractPicker.PickerResultValidator | 
ClassPopup.getValidator()
Retrieve the  
PickerResultValidator used by this Field to validate the results of Browse actions. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClassPopup.setValidator(AbstractPicker.PickerResultValidator newValidator)
Set the Validator used by this Field. 
 |