Oracle Data-aware Controls Reference

Package oracle.dacf.control.swing

Interface Summary
CancellableButtonModel Extends the JFC ButtonModel to allow selection changes to be vetoed.
ComboBoxDataSource.ValueLocator  
NavigationBarButtonClickListener Defines the interface for receiving button click events from the NavigationBar
SelectionChangingListener Defines the interface for receiving ChangingEvents
SortDelegate Interface for sorting, used by the GridControl.
 

Class Summary
ButtonControl A data aware Button Control based on JButton control.
ButtonControlBeanInfo bean info class for the button control
CachedColumnModelSupport List Column Model which supports caching of attribute values.
CancellableButtonModelImpl Extends JFC's DefaultButtonModel to provide a two-state button model that can be used by toggle buttons.
CheckBoxControl A data aware checkbox control.
CheckBoxControlBeanInfo bean info class for the check box control
ColumnModelSupport ColumnModelSupport provides a JFC's ListModel implementation which gets its items from a infobus ScrollableRowsetAccess.
ComboBoxControl ComboBoxControl is a data aware combo box.
ComboBoxControlBeanInfo bean info class for the combo box control
ComboBoxDataItemEditor ComboBoxEditor capable of editing ImmediateAccess text items.
ComboBoxDataSource ComboBoxDataSource provides a JFC's ComboBoxModel implementation which gets its items from a infobus ScrollableRowsetAccess.
ControlBeanInfoHelper BeanInfo helper class.
DacCellEditor Helper class which allows DAC controls to be used as an editor in the grid.
DefaultValueLocator Helper class used by ComboBox control.
DelayedRefreshScrollPane A ScrollPane which delays notification of view port change if the user is 'dragging' the scrollbar thumb.
FindButtonControl FindButtonControl.
FindPanel FindPanel.
FindPanelBeanInfo bean info class for the find panel control
GridCellEditor  
GridControl This class is a data-aware control based on the JFC JTable class.
GridControlBeanInfo bean info class for the grid control
GridDataSource This class provides data to the JFC GridControl.
GridSortDelegate Sort by changing the order by clause
ImageControl Data aware ImageControl.
ImageControlBeanInfo bean info class for the Image control
InfoFrame Frame which can track DbAccess (transactions).
InfoFrameBeanInfo BeanInfo implementation for InfoFrame.
InfoInternalFrame Frame which can track DbAccess (transactions).
InfoInternalFrameBeanInfo BeanInfo implementation for InfoFrame.
LabelControl Data aware JLabel.
LabelControlBeanInfo bean info class for the label control
LayeredPane A simple wrapper for JLayeredPane.
ListCellPainter ListCellRender implementation capable of painting ImmediateAccess text items in a list
ListControl ListControl is a data aware listbox.
ListControlBeanInfo bean info class for the list control
ListDataSource ListDataSource provides a JFC's ListModel implementation which gets its items from a infobus ScrollableRowsetAccess.
LoginDlg Class to fetch login information from the user
LoginDlgBeanInfo BeanInfo implementation for LoginDlg.
LOV LOV (List of values dialog) LOV displays a dialog which lets the user to search for a data item from a list of values.
LOVBeanInfo bean info class for the find panel control
MappedComboBoxDataSource ComboBox datasource.
NavigationBar Data aware toolbar.
NavigationBarBeanInfo bean info class for the check box control
NavigationBarButtonClickEvent Defines the event delivered to the listeners of NavigationBarButtonClickListeners, when a button on the NavBar is clicked
RadioButtonControl Radiobutton to be used with the data aware RadioPanelControl
RadioButtonModel Extension of a ButtonModel that can hold a value for determining button state.
RadioGroup This class is used to provide the multiple exclusion behaviour for a set of radio button models.
RadioPanelControl Data aware radio panel control that can be bound to an ImmediateAccess dataitem.
RadioPanelControlBeanInfo bean info class for the RadioPanel control
SearchableValueLocator Locates value using Searchable RowsetAccess
SelectionChangingEvent ChangingEvent is used to notify listeners that state some state is about to change in the source.
SessionConnect DbAccess aware object which automatically does a 'connect'.
StaticComboBoxDataSource  
StatusBarControl StatusBar
StatusBarControlBeanInfo StatusBarControlBeanInfo
TextAreaControl A data aware control to display and text in multiple lines.
TextAreaControlBeanInfo bean info class for the text area control
TextFieldControl A data aware control to display and edit an ImmediateAccess text item.
TextFieldControlBeanInfo bean info class for the text field control
TreeControl A JTree based data aware control.
TreeControlBeanInfo BeanInfo implementation for TreeControl.
TreeControlNode  
TreeDataSource An InfoBus enabled TreeModel.
TreeNodeData Contains a reference to the TreeNodeDef that was used to contruct a TreeControlNode.
TreeNodeDef Encapsulates the information supplied via TreeControl.setNodeDefinitions().
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.
 

Exception Summary
ChangeVetoException This exception can be thrown by SelectionChangingListener in response to a SelectionChangingEvent to veto a selection change is invalid.
NavigationBarButtonClickVetoException The NavigationBarButtonClickedException is thrown by NavigationBarButtonClickedListeners when they wish to veto the operation performed by the button click.
 


Oracle Data-aware Controls Reference

 

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