Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.control.NavigatedEvent

Packages that use NavigatedEvent
oracle.dacf.control   
oracle.dacf.control.swing   
 

Uses of NavigatedEvent in oracle.dacf.control
 

Methods in oracle.dacf.control with parameters of type NavigatedEvent
 void ControlSupport.processNavigatedEvent(NavigatedEvent event)
          Processes a navigated event for this control.
 void NavigatedAdapter.navigatedInColumn(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different column than the Control loosing the focus.
 void NavigatedAdapter.navigatedOutColumn(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.
 void NavigatedAdapter.navigatedInRow(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different row than the Control loosing the focus.
 void NavigatedAdapter.navigatedOutRow(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.
 void NavigatedAdapter.navigatedInQueryView(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different queryview than the Control loosing the focus.
 void NavigatedAdapter.navigatedOutQueryView(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different queryview than the Control gaining the focus.
 void NavigatedAdapter.navigatedInSession(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different workunit than the Control loosing the focus.
 void NavigatedAdapter.navigatedOutSession(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different workunit than the Control gaining the focus.
 void Control.processNavigatedEvent(NavigatedEvent event)
          Processes a navigated event for this control.
 void NavigatedListener.navigatedInColumn(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different column than the Control loosing the focus.
 void NavigatedListener.navigatedOutColumn(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.
 void NavigatedListener.navigatedInRow(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different row than the Control loosing the focus.
 void NavigatedListener.navigatedOutRow(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.
 void NavigatedListener.navigatedInQueryView(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different queryview than the Control loosing the focus.
 void NavigatedListener.navigatedOutQueryView(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different queryview than the Control gaining the focus.
 void NavigatedListener.navigatedInSession(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different workunit than the Control loosing the focus.
 void NavigatedListener.navigatedOutSession(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different workunit than the Control gaining the focus.
 

Uses of NavigatedEvent in oracle.dacf.control.swing
 

Methods in oracle.dacf.control.swing with parameters of type NavigatedEvent
 void TreeControl.processNavigatedEvent(NavigatedEvent event)
          Processes a navigated event for this control.
 void InfoFrame.processNavigatedEvent(NavigatedEvent event)
          not supported
 void LabelControl.processNavigatedEvent(NavigatedEvent event)
          This method is a no-op that is it has no effect
 void LoginDlg.processNavigatedEvent(NavigatedEvent event)
          not supported
 void FindPanel.processNavigatedEvent(NavigatedEvent event)
          This method is a no-op
 void GridControl.processNavigatedEvent(NavigatedEvent event)
          Processes a navigated event for this control.
 void RadioPanelControl.processNavigatedEvent(NavigatedEvent event)
          Processes a navigated event for this control.
 void InfoInternalFrame.processNavigatedEvent(NavigatedEvent event)
          not supported
 void ButtonControl.processNavigatedEvent(NavigatedEvent event)
          This method is a no-op that is it has no effect
 void TextAreaControl.processNavigatedEvent(NavigatedEvent event)
          Processes a navigated event for this control.
 void StatusBarControl.processNavigatedEvent(NavigatedEvent event)
          This method is a no-op; it has no effect
 void StatusBarControl.StatusBarLabelControl.processNavigatedEvent(NavigatedEvent event)
          This method is a no-op that is it has no effect
 void StatusBarControl.StatusBarProgressControl.processNavigatedEvent(NavigatedEvent event)
          This method is a no-op that is it has no effect
 void TextFieldControl.processNavigatedEvent(NavigatedEvent event)
          Processes a navigated event for this control.
 void NavigationBar.processNavigatedEvent(NavigatedEvent event)
          Processes a navigated event for this control.
 void ListControl.processNavigatedEvent(NavigatedEvent event)
          Processes a navigated event for this control.
 void ComboBoxControl.processNavigatedEvent(NavigatedEvent event)
          Processes a navigated event for this control.
 void ImageControl.processNavigatedEvent(NavigatedEvent event)
          This method is a no-op that is it has no effect
 void CheckBoxControl.processNavigatedEvent(NavigatedEvent event)
          Processes a navigated event for this control.
 


Oracle Data-aware Controls Reference