| Package | Description | 
|---|---|
| oracle.ide.db.components | 
 Contains the ComponentWrapper API, which allows DBObject properties to
 be associated with a UI Component, and the property value by kept
 synchronized with the UI. 
 | 
| oracle.ide.db.controls | 
 Reusable UI controls to used to show or list database objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected DBObjectChooser | 
DBObjectIDComponentWrapper.createObjectChooser(DBObjectChooser parent,
                   java.lang.String... types)
Allow subclasses to override the construction of the DBObjectChooser 
 | 
protected DBObjectChooser | 
DBObjectIDComponentWrapper.getObjectChooser()
Returns the DBObjectChooser used to select the referenced object. 
 | 
protected DBObjectChooser | 
DBObjectIDComponentWrapper.getParentChooser()
Returns the DBObjectChooser used to select the parent of the referenced object. 
 | 
protected DBObjectChooser | 
DBObjectIDComponentWrapper.getSchemaChooser()
Returns the DBObjectChooser used to select the Schema of the referenced object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected DBObjectChooser | 
DBObjectIDComponentWrapper.createObjectChooser(DBObjectChooser parent,
                   java.lang.String... types)
Allow subclasses to override the construction of the DBObjectChooser 
 | 
protected void | 
DBObjectIDComponentWrapper.setupObjectChooser(DBObjectChooser chooser)
Perform any addition configuration of the object chooser before it has
 the DBObjectProvider and set (i.e. 
 | 
protected void | 
DBObjectIDComponentWrapper.setupParentChooser(DBObjectChooser chooser)
Perform any addition configuration of the parent object chooser before
 it has the DBObjectProvider set (i.e. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DBObjectChooser.ChangeListener.chooserChanged(DBObjectChooser chooser,
              DBObjectID id)  | 
| Constructor and Description | 
|---|
DBObjectChooser(DBObjectChooser parent,
               DBObjectLister lister,
               DBObjectCriteria<SystemObject> criteria,
               java.lang.String... types)
Create a DBObjectChooser where the objects are listed using the given DBObjectLister
 and DBObjectCriteria, parented by the given DBObjectChooser. 
 | 
DBObjectChooser(DBObjectChooser parent,
               java.lang.String... types)
Create a DBObjectChooser to support objects of the given types, parented
 by the given DBObjectChooser. 
 |