Oracle Data-aware Controls Reference

Uses of Interface
oracle.dacf.control.swing.SelectionChangingListener

Packages that use SelectionChangingListener
oracle.dacf.control.swing   
 

Uses of SelectionChangingListener in oracle.dacf.control.swing
 

Methods in oracle.dacf.control.swing with parameters of type SelectionChangingListener
 void CancellableButtonModelImpl.addSelectionChangingListener(SelectionChangingListener listener)
          Add a vetoable change listener for the this model.
 void CancellableButtonModelImpl.removeSelectionChangingListener(SelectionChangingListener listener)
          Remove a existing vetoable change listener from model.
 void CancellableButtonModel.addSelectionChangingListener(SelectionChangingListener listener)
          add selection changing listener
 void CancellableButtonModel.removeSelectionChangingListener(SelectionChangingListener listener)
          remove selection changing listener
 


Oracle Data-aware Controls Reference