Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.ide.db.controls.DBObjectChooser

Packages that use DBObjectChooser
oracle.ide.db.controls Reusable UI controls to used to show or list database objects. 
 

Uses of DBObjectChooser in oracle.ide.db.controls
 

Methods in oracle.ide.db.controls that return DBObjectChooser
protected  DBObjectChooser DBObjectChooserDelegate.getChildChooser()
          See getChildChooser().
protected  DBObjectChooser DBObjectChooserDelegate.getChooser()
          Return the DBObjectChooser that this delegates for
protected  DBObjectChooser DBObjectChooserDelegate.getParentChooser()
          See getParentChooser().
 

Methods in oracle.ide.db.controls with parameters of type DBObjectChooser
protected  boolean DBObjectChooserBridge.accept(DBObjectChooser chooser, DBObjectProvider prov)
           
protected abstract  boolean DBObjectChooserDelegate.accept(DBObjectChooser chooser, DBObjectProvider prov)
          gives the delegate a veto option
protected abstract  boolean DBObjectChooserBridge.acceptImpl(DBObjectChooser chooser, DBObjectProvider prov)
           
 void DBObjectChooser.ChangeListener.chooserChanged(DBObjectChooser chooser, DBObjectID id)
           
protected  DBObjectChooserDelegate DBObjectChooserBridge.getDefaultDelegate(DBObjectChooser chooser, DBObjectProvider prv, boolean editable)
           
protected  void DBObjectChooserDelegate.setChooser(DBObjectChooser chooser)
          Set the DBObjectChooser that this delegates for
 

Constructors in oracle.ide.db.controls with parameters of type DBObjectChooser
DBObjectChooser(DBObjectChooser parent, java.lang.String... types)
          Create a DBObjectChooser to support of objects of the given types, parented by the given DBObjectChooser.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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