Oracle Data-aware Controls Reference

Uses of Interface
oracle.dacf.control.Control

Packages that use Control
oracle.dacf.control   
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 Control in oracle.dacf.control
 

Fields in oracle.dacf.control declared as Control
protected  Control ControlSupport._control
           
 

Methods in oracle.dacf.control that return Control
 Control NavigationManager.getTargetControl()
          Returns the control requesting a focus change
 Control NavigationManager.getFocusedControl()
          Returns the currently focused control
 Control NavigatingException.getTarget()
          Returns the control that should receive focus.
 Control NavigatingEvent.getTargetControl()
           
 Control NavigatingEvent.getSourceControl()
           
 Control CurrencyChangedEvent.getCurrentControl()
          returns the current control; the control that now has keyboard focus.
 Control CurrencyChangedEvent.getPreviousControl()
          returns the previous control; the control that previously had keyboard focus.
 

Methods in oracle.dacf.control with parameters of type Control
 boolean NavigationManager.validateFocusChange(Control newFocus)
          This method validates a focus change request from a control
 boolean NavigationManager.validateFocusChange(Control container, java.lang.String fromItemName, java.lang.String toItemName, boolean rowChange)
          This method allows a Container to request a focus change amongst it's child controls.
 void NavigationManager.addCurrencyListener(Control control)
          Adds a CurrencyListern as a listener on all CurrencyChanged events.
 void NavigationManager.removeCurrencyListener(Control control)
          Removes a Control as a listener on all CurrencyChanged events.
 int NavigationManager.getChangeLevel(Control srcControl, Control desControl)
           
 

Constructors in oracle.dacf.control with parameters of type Control
NavigatingException(Control target)
          Constructs a NavigatingException.
NavigatingException(Control target, java.lang.String msg)
          Constructs a NavigatingException.
NavigatingEvent(Control source, Control target)
           
NavigatingEvent(Control source, Control target, int sourceValidationResult)
           
NavigatedEvent(Control source, int type, int level)
          Constructs a NavigatedEvent object of the given type and level
CurrencyChangedEvent(Control currentControl, Control prevControl)
           
ControlSupportHC(Control control)
          Constructs the support object for a given data aware control.
ControlSupport(Control control)
          Constructs the support object for a given data aware control.
 

Uses of Control in oracle.dacf.control.swing
 

Classes in oracle.dacf.control.swing that implement Control
 class ButtonControl
          A data aware Button Control based on JButton control.
 class CheckBoxControl
          A data aware checkbox control.
 class ComboBoxControl
          ComboBoxControl is a data aware combo box.
 class FindPanel
          FindPanel.
 class GridControl
          This class is a data-aware control based on the JFC JTable class.
 class ImageControl
          Data aware ImageControl.
 class InfoFrame
          Frame which can track DbAccess (transactions).
 class InfoInternalFrame
          Frame which can track DbAccess (transactions).
 class LabelControl
          Data aware JLabel.
 class ListControl
          ListControl is a data aware listbox.
 class LoginDlg
          Class to fetch login information from the user
 class NavigationBar
          Data aware toolbar.
 class RadioPanelControl
          Data aware radio panel control that can be bound to an ImmediateAccess dataitem.
 class StatusBarControl
          StatusBar
 class StatusBarControl.StatusBarLabelControl
           
 class StatusBarControl.StatusBarProgressControl
          A derivative of JProgressBar that listens to three DataItems.
 class TextAreaControl
          A data aware control to display and text in multiple lines.
 class TextFieldControl
          A data aware control to display and edit an ImmediateAccess text item.
 class TreeControl
          A JTree based data aware control.
 

Methods in oracle.dacf.control.swing with parameters of type Control
protected  void NavigationBar._invokeApplyEdits(Control focusedControl, boolean bFlag)
           
protected  boolean NavigationBar.isBoundToLOV(Control c)
          check if an LOV property has been set on the control's dataobject
 

Constructors in oracle.dacf.control.swing with parameters of type Control
CachedColumnModelSupport(Control c)
           
ColumnModelSupport(Control control)
          Constructs a ColumnModelSupport object
 

Uses of Control in oracle.dacf.dataset
 

Methods in oracle.dacf.dataset that return Control
 Control DacfErrorMessageContext.getControl()
          Returns the control associated with the error message.
 

Methods in oracle.dacf.dataset with parameters of type Control
 void DacfErrorMessageContext.setControl(Control nuValue)
          Sets the control associated with the error message.
 

Constructors in oracle.dacf.dataset with parameters of type Control
DacfErrorMessageContext(javax.infobus.DataItem dataItem, java.lang.String dataItemName, Control control, int row, java.lang.Exception except, ErrorMessage related)
          Constructor for DacfErrorMessageContext.
 


Oracle Data-aware Controls Reference

 

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