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 |
---|---|
protected DBObjectChooser |
DBObjectChooserDelegate.getChildChooser()
Deprecated.
|
protected DBObjectChooser |
DBObjectChooserDelegate.getChooser()
Deprecated.
|
protected DBObjectChooser |
DBObjectChooserDelegate.getParentChooser()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
DBObjectChooserDelegate.accept(DBObjectChooser chooser, DBObjectProvider prov)
Deprecated.
|
protected boolean |
DBObjectChooserBridge.accept(DBObjectChooser chooser, DBObjectProvider prov)
Deprecated.
|
protected abstract boolean |
DBObjectChooserBridge.acceptImpl(DBObjectChooser chooser, DBObjectProvider prov)
Deprecated.
|
void |
DBObjectChooser.ChangeListener.chooserChanged(DBObjectChooser chooser, DBObjectID id) |
protected DBObjectChooserDelegate |
DBObjectChooserBridge.getDefaultDelegate(DBObjectChooser chooser, DBObjectProvider prv, boolean editable)
Deprecated.
|
protected void |
DBObjectChooserDelegate.setChooser(DBObjectChooser chooser)
Deprecated.
|
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.
|