Oracle Data-aware Controls Reference

Uses of Interface
oracle.dacf.dataset.QueryListener

Packages that use QueryListener
oracle.dacf.control.swing   
oracle.dacf.dataset This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. 
 

Uses of QueryListener in oracle.dacf.control.swing
 

Classes in oracle.dacf.control.swing that implement QueryListener
 class TreeQueryListener
          This class serves to synchronize changes to and execution of a query between between the original RowSet defining a node level in the tree and the one really used to produce the data.
 

Uses of QueryListener in oracle.dacf.dataset
 

Methods in oracle.dacf.dataset that return QueryListener
 QueryListener[] ResultSetInfo.getQueryListeners()
           
 

Methods in oracle.dacf.dataset with parameters of type QueryListener
 void ResultSetInfo.addQueryListener(QueryListener ql)
           
 void ResultSetInfo.removeQueryListener(QueryListener ql)
           
 


Oracle Data-aware Controls Reference