Oracle Data-aware Controls Reference

Uses of Interface
oracle.dacf.control.InfoBusManagerListener

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

Uses of InfoBusManagerListener in oracle.dacf.control
 

Classes in oracle.dacf.control that implement InfoBusManagerListener
 class ControlSupport
          This class provides default implementations for most of the methods in the Control interface.
 class ControlSupportHC
          A variant of ControlSupport to support controls that utilize a hierarchy of DataItems.
 class DbAccessMonitor
          This class tracks a DbAccess item.
 

Methods in oracle.dacf.control that return InfoBusManagerListener
protected  InfoBusManagerListener[] InfoBusManager.getInfoBusManagerListeners()
          Returns all the registered InfoBusManagerListeners
 

Methods in oracle.dacf.control with parameters of type InfoBusManagerListener
 void InfoBusManager.addInfoBusManagerListener(InfoBusManagerListener l)
          Register a InfoBusManagerListener with the InfoBusManager
 void InfoBusManager.removeInfoBusManagerListener(InfoBusManagerListener l)
          Rremove a InfoBusManagerListener from the InfoBusManager
 

Uses of InfoBusManagerListener in oracle.dacf.control.swing
 

Classes in oracle.dacf.control.swing that implement InfoBusManagerListener
 class ButtonControl
          A data aware Button Control based on JButton control.
 class CachedColumnModelSupport
          List Column Model which supports caching of attribute values.
 class CheckBoxControl
          A data aware checkbox control.
 class ColumnModelSupport
          ColumnModelSupport provides a JFC's ListModel implementation which gets its items from a infobus ScrollableRowsetAccess.
 class ComboBoxControl
          ComboBoxControl is a data aware combo box.
 class ComboBoxDataSource
          ComboBoxDataSource provides a JFC's ComboBoxModel implementation which gets its items from a infobus ScrollableRowsetAccess.
 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 ListDataSource
          ListDataSource provides a JFC's ListModel implementation which gets its items from a infobus ScrollableRowsetAccess.
 class LoginDlg
          Class to fetch login information from the user
 class MappedComboBoxDataSource
          ComboBox datasource.
 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.
 class TreeControlNode
           
 


Oracle Data-aware Controls Reference