Oracle Data-aware Controls Reference
A B C D E F G H I J L M N O P Q R S T U V W X Y _

R

REMOTE - Static variable in class oracle.dacf.dataset.SessionInfo
Integer constant to indicate use naming service.
REMOTE_APPLICATION_PATH - Static variable in interface oracle.dacf.dataset.DataItemProperties
Returns the remote application path (Oracle8i middle-tier).
REMOTE_APPLICATION_PATH_PROP - Static variable in interface oracle.dacf.dataset.DataItemProperties
Number equivalent for REMOTE_APPLICATION_PATH to facilitate driver property handling.
REMOTE_HOST - Static variable in interface oracle.dacf.dataset.DataItemProperties
Returns the remote host name (3-tiered execution).
REMOTE_HOST_PORT - Static variable in interface oracle.dacf.dataset.DataItemProperties
Returns the remote host port (Oracle8i middle-tier).
REMOTE_HOST_PORT_PROP - Static variable in interface oracle.dacf.dataset.DataItemProperties
Number equivalent for REMOTE_HOST_PORT to facilitate driver property handling.
REMOTE_HOST_PROP - Static variable in interface oracle.dacf.dataset.DataItemProperties
Number equivalent for REMOTE_HOST to facilitate driver property handling.
REMOTE_STRING - Static variable in class oracle.dacf.dataset.SessionInfo
String constant to indicate use naming service.
REMOVE_STYLE - Static variable in class oracle.dacf.style.StylesUserEvent
 
RETURN_ITEM_NAMES - Static variable in interface oracle.dacf.dataset.DataItemProperties
Returns the return item names.
RIGHT_TO_LEFT - Static variable in class oracle.dacf.layout.RowLayout
Layout the controls from right to left.
ROW - Static variable in interface oracle.dacf.dataset.DataItemProperties
The data item property for the row number this item belongs to.
ROWCNT_ATTR_NAME - Static variable in class oracle.dacf.dataset.ResultSetInfo
 
ROWSET_CLEARED_METHOD_NAME - Static variable in class oracle.dacf.dataset.InfoObjectBeanInfo
Property to specify the method that clears a RowSet.
ROWSET_INVALID - Static variable in class oracle.dacf.dataset.ValidationManager
Constant used to indicate that the query RowSet is invalid.
ROWSET_POPULATED_METHOD_NAME - Static variable in class oracle.dacf.dataset.InfoObjectBeanInfo
Property to specify the method that populates a RowSet.
ROW_2B_REMOVED_METHOD_NAME - Static variable in class oracle.dacf.dataset.InfoObjectBeanInfo
 
ROW_ADDED_METHOD_NAME - Static variable in class oracle.dacf.dataset.InfoObjectBeanInfo
 
ROW_COUNT - Static variable in interface oracle.dacf.control.swing.find.FindActionQueryBuilder
property used to indicate the number of rows in the record set after executing query returned from buildQuery or modifyQuery methods
ROW_INVALID - Static variable in class oracle.dacf.dataset.ValidationManager
Constant used to indicate that the row is invalid.
ROW_UPDATED_METHOD_NAME - Static variable in class oracle.dacf.dataset.InfoObjectBeanInfo
 
RadioButtonControl - class oracle.dacf.control.swing.RadioButtonControl.
Radiobutton to be used with the data aware RadioPanelControl
RadioButtonControl() - Constructor for class oracle.dacf.control.swing.RadioButtonControl
Construct a default RadioButtonControl
RadioButtonControl(String) - Constructor for class oracle.dacf.control.swing.RadioButtonControl
Construct a RadioButtonControl with the given label.
RadioButtonControl(String, String) - Constructor for class oracle.dacf.control.swing.RadioButtonControl
Construct a RadioButtonControl with the given label and a value.
RadioButtonModel - class oracle.dacf.control.swing.RadioButtonModel.
Extension of a ButtonModel that can hold a value for determining button state.
RadioButtonModel() - Constructor for class oracle.dacf.control.swing.RadioButtonModel
Constructs a default RadioButtonModel
RadioButtonModel(String) - Constructor for class oracle.dacf.control.swing.RadioButtonModel
Constructs a RadioButtonModel with the given value
RadioGroup - class oracle.dacf.control.swing.RadioGroup.
This class is used to provide the multiple exclusion behaviour for a set of radio button models.
RadioGroup(RadioPanelControl) - Constructor for class oracle.dacf.control.swing.RadioGroup
Construcor
RadioPanelControl - class oracle.dacf.control.swing.RadioPanelControl.
Data aware radio panel control that can be bound to an ImmediateAccess dataitem.
RadioPanelControl() - Constructor for class oracle.dacf.control.swing.RadioPanelControl
Constructs a default RadioPanelControl
RadioPanelControlBeanInfo - class oracle.dacf.control.swing.RadioPanelControlBeanInfo.
bean info class for the RadioPanel control
RadioPanelControlBeanInfo() - Constructor for class oracle.dacf.control.swing.RadioPanelControlBeanInfo
Constructor
RestrictedViewLinkInfo - class oracle.dacf.dataset.RestrictedViewLinkInfo.
This class is used to specify a complex where clause joining two ViewObjects.
RestrictedViewLinkInfo() - Constructor for class oracle.dacf.dataset.RestrictedViewLinkInfo
 
RestrictedViewLinkInfo(RowSetInfo, String, String) - Constructor for class oracle.dacf.dataset.RestrictedViewLinkInfo
 
ResultSetInfo - class oracle.dacf.dataset.ResultSetInfo.
This class contains all of the dataset specific properties and validators.
ResultSetInfo() - Constructor for class oracle.dacf.dataset.ResultSetInfo
 
ResultSetInfo(String) - Constructor for class oracle.dacf.dataset.ResultSetInfo
 
ResultSetInfoBeanInfo - class oracle.dacf.dataset.ResultSetInfoBeanInfo.
Internal: Applications should not use this class.
ResultSetInfoBeanInfo() - Constructor for class oracle.dacf.dataset.ResultSetInfoBeanInfo
Internal: Applications should not use this class.
ReturnItem - interface oracle.dacf.control.swing.lov.ReturnItem.
Interface definiton for return item facility.
ReturnItemNameListener - class oracle.dacf.control.swing.lov.ReturnItemNameListener.
This class discover the 'return item' names through RowsetAccess from the ResultSetInfo data producers.
ReturnItemNameListener(ReturnItem) - Constructor for class oracle.dacf.control.swing.lov.ReturnItemNameListener
Constructor
RowChangeEvent - class oracle.dacf.dataset.RowChangeEvent.
A RowChangeEvent is created when a change listener that implements the ChangeListener interface detects that a row is about to be added or removed from the RowSet.
RowChangeEvent(Object, RowsetAccess, int) - Constructor for class oracle.dacf.dataset.RowChangeEvent
Public constructor.
RowFilter - class oracle.dacf.dataset.RowFilter.
Internal: Applications should not use this class or its methods.
RowFilter() - Constructor for class oracle.dacf.dataset.RowFilter
 
RowFilter(ResultSetInfo, String[]) - Constructor for class oracle.dacf.dataset.RowFilter
 
RowFilterCriteria - class oracle.dacf.dataset.RowFilterCriteria.
Internal: Applications should not use this class or its methods.
RowFilterCriteria() - Constructor for class oracle.dacf.dataset.RowFilterCriteria
 
RowFilterCriteria(int, Object[]) - Constructor for class oracle.dacf.dataset.RowFilterCriteria
 
RowLayout - class oracle.dacf.layout.RowLayout.
A row layout is one in which objects are placed one after the other until there is no more room in the row, at which point a new row is begun.
RowLayout() - Constructor for class oracle.dacf.layout.RowLayout
Parameterless class constructor.
RowLayout(int) - Constructor for class oracle.dacf.layout.RowLayout
Class constructor which specifies the arrangement of controls.
RowLayoutBeanInfo - class oracle.dacf.layout.RowLayoutBeanInfo.
This bean info describes the properties of the RowLayout class.
RowLayoutBeanInfo() - Constructor for class oracle.dacf.layout.RowLayoutBeanInfo
 
RowOrderChartDataSource - class oracle.dacf.control.tdg.chart.RowOrderChartDataSource.
Data source for the chart control.
RowOrderChartDataSource(ChartControl) - Constructor for class oracle.dacf.control.tdg.chart.RowOrderChartDataSource
Constructor
RowSetChangeEvent - class oracle.dacf.dataset.RowSetChangeEvent.
A RowSetChangeEvent is created when a change listener that implements the ChangeListener interface detects that the RowSet is about to be populated, cleared, or deleted.
RowSetChangeEvent(Object, RowsetAccess) - Constructor for class oracle.dacf.dataset.RowSetChangeEvent
Public constructor.
RowSetInfo - class oracle.dacf.dataset.RowSetInfo.
This class contains all of the dataset specific properties and validators.
RowSetInfo() - Constructor for class oracle.dacf.dataset.RowSetInfo
 
RowSetInfo(ViewObject) - Constructor for class oracle.dacf.dataset.RowSetInfo
 
RowSetInfo(String, ViewObject) - Constructor for class oracle.dacf.dataset.RowSetInfo
 
RowSetInfoBeanInfo - class oracle.dacf.dataset.RowSetInfoBeanInfo.
Internal: Applications should not use this class.
RowSetInfoBeanInfo() - Constructor for class oracle.dacf.dataset.RowSetInfoBeanInfo
Internal: Applications should not use this class.
RowSetManager - interface oracle.dacf.dataset.RowSetManager.
Internal: Applications should not use this class.
RowSetPropertyAccess - class oracle.dacf.dataset.RowSetPropertyAccess.
Contains the common attributes for an object that will be exposing properties of a RowSetInfo as attributes.
RowSetPropertyAccess() - Constructor for class oracle.dacf.dataset.RowSetPropertyAccess
 
RowSetPropertyAccess(String, InfoBusEventListener, PropertyInfo, RowSet, DacObject) - Constructor for class oracle.dacf.dataset.RowSetPropertyAccess
 
RowSetPropertyInfo - class oracle.dacf.dataset.RowSetPropertyInfo.
 
RowSetPropertyInfo() - Constructor for class oracle.dacf.dataset.RowSetPropertyInfo
 
RowSetPropertyInfo(String) - Constructor for class oracle.dacf.dataset.RowSetPropertyInfo
 
rangeRefreshed(RangeRefreshEvent) - Method in class oracle.dacf.dataset.RowSetPropertyAccess
 
rangeRefreshed(RangeRefreshEvent) - Method in class oracle.dacf.dataset.StatusImmediateAccessImpl
 
rangeScrolled(ScrollEvent) - Method in class oracle.dacf.dataset.RowSetPropertyAccess
 
register() - Method in class oracle.dacf.control.swing.TreeQueryListener
 
register(String, String) - Static method in class oracle.dacf.dataset.ViewRegistry
Registers a usage relationship between a RowSetInfo and a View.
registerActionListener(JTextField) - Method in class oracle.dacf.control.swing.find.DataPanel
registers action listener on textfields and invoke mimic find button click, when enter key is pressed.
relative(int) - Method in class oracle.dacf.dataset.MappingRowsetAccessImpl
 
relative(int) - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
release() - Method in class oracle.dacf.dataset.DataItemImpl
Disposes of this data item, and any of its sub-items.
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.ControlSupport
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.ControlSupportHC
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.DbAccessMonitor
 
releaseResources(InfoBusManagerReleaseEvent) - Method in interface oracle.dacf.control.InfoBusManagerListener
A signalling method used to indicate the the control should free all resources and unregister any listeners that it has registered.
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.ButtonControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.CheckBoxControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.ColumnModelSupport
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.ComboBoxControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.FindPanel
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.GridControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.ImageControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.InfoFrame
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.InfoInternalFrame
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.LabelControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.ListControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.LoginDlg
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.NavigationBar
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.RadioPanelControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.StaticComboBoxDataSource
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarLabelControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarProgressControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.StatusBarControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.TextAreaControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.TextFieldControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.TreeControl
 
releaseResources(InfoBusManagerReleaseEvent) - Method in class oracle.dacf.control.swing.TreeControlNode
 
released(String) - Method in class oracle.dacf.dataset.IBItemProducer
 
removableVetoableNavigationBarButtonClickListener(NavigationBarButtonClickListener) - Method in class oracle.dacf.control.swing.NavigationBar
 
remove(RadioButtonControl) - Method in class oracle.dacf.control.swing.RadioPanelControl
Removes a RadioButtonControl from this.
remove(int) - Method in class oracle.dacf.control.swing.TreeControlNode
 
remove(MutableTreeNode) - Method in class oracle.dacf.control.swing.TreeControlNode
 
remove() - Method in class oracle.dacf.style.StyleAppModule
frees the ApplicationModule Good practice to do this after use.
removeActionListener(ActionListener) - Method in class oracle.dacf.control.swing.ComboBoxDataItemEditor
Add an ActionListener
removeAll() - Method in class oracle.dacf.control.swing.lov.IBReturnItem
 
removeAll() - Method in interface oracle.dacf.control.swing.lov.ReturnItem
remove all 'return item' identifiers
removeAllButtonClicked() - Method in class oracle.dacf.control.swing.find.DacFindPanelUIAdapter
A notification that the Remove All button was clicked
removeAllButtonClicked() - Method in interface oracle.dacf.control.swing.find.DacFindPanelUIListener
A notification that the Remove All button was clicked
removeAllErrors() - Method in interface oracle.dacf.util.errormanager.ErrorLogger
Removes all errors associated with this source from the logging facility.
removeAllErrors() - Method in class oracle.dacf.util.errormanager.ErrorLoggerAdapter
A dummy remove method for removing all errors from a logging facility.
removeAllFormatters() - Method in class oracle.dacf.formatter.DefaultFormatManager
remove all Formatter objects maintained by this manager
removeAllFormatters() - Method in interface oracle.dacf.formatter.FormatManager
remove all Formatter objects maintained by this manager
removeAttribute(ColumnInfo) - Method in class oracle.dacf.dataset.ResultSetInfo
remove a column from the ResultSetInfo.
removeButtonClickListener(DacFindPanelUIListener) - Method in class oracle.dacf.control.swing.find.DacFindPanelUI
Removes a button listener
removeButtonClickListener(DacFindPanelUIListener) - Method in class oracle.dacf.control.swing.find.ViewCriteriaFindPanelUI
Removes a button listener
removeButtonClicked() - Method in class oracle.dacf.control.swing.find.DacFindPanelUIAdapter
A notification that the Remove button was clicked
removeButtonClicked() - Method in interface oracle.dacf.control.swing.find.DacFindPanelUIListener
A notification that the Remove button was clicked
removeCellEditorListener(CellEditorListener) - Method in class oracle.dacf.control.swing.DacCellEditor
 
removeCellEditorListener(CellEditorListener) - Method in class oracle.dacf.style.control.PropertyCellEditor
Remove a CellEditorListener
removeCellEditorListener(CellEditorListener) - Method in class oracle.dacf.style.control.StylePropertyEditor
Remove a CellEditorListener
removeChangeListener(ChangeListener) - Method in class oracle.dacf.dataset.InfoObject
Removes a Change listener from this control.
removeChild(DacObject) - Method in class oracle.dacf.dataset.DacObject
Removes a child from this DacObject.
removeChild(ProducerObject) - Method in class oracle.dacf.dataset.ProducerObject
remove a child from the ProducerObject.
removeChildren() - Method in class oracle.dacf.dataset.DacObject
Removes all children from this DacObject.
removeClonedDataItem(DataItemImpl) - Method in class oracle.dacf.dataset.ProducerObject
Remove a cloned ScrollableRowsetAccess from the ResultSetInfo.
removeControlEnabledListener(ControlEnabledListener) - Method in class oracle.dacf.control.ControlSupport
Removes a ControlEnabledListener.
removeCurrencyListener(Control) - Method in class oracle.dacf.control.NavigationManager
Removes a Control as a listener on all CurrencyChanged events.
removeDataConsumer(InfoBusDataConsumer) - Method in class oracle.dacf.dataset.IBItemController
 
removeDataItemChangeListener(DataItemChangeListener) - Method in class oracle.dacf.dataset.DataItemImpl
Removes a DataItemChange listener.
removeDataProducer(InfoBusDataProducer) - Method in class oracle.dacf.dataset.IBItemController
 
removeDbAccessClient(Object) - Method in class oracle.dacf.control.DbAccessMonitor
removeDbAccessClient - remove object which is no longer interested in tracking this data item.
removeError(ErrorMessage) - Method in interface oracle.dacf.util.errormanager.ErrorLogger
Removes an error from the logging facility.
removeError(ErrorMessage) - Method in class oracle.dacf.util.errormanager.ErrorLoggerAdapter
A dummy method for removing an error from the logging facility.
removeErrorLogger(ErrorLogger) - Static method in class oracle.dacf.util.errormanager.ErrorManager
Unregisters an ErrorLogger; unregistered loggers will not be eligible to receive notification of errors or to be consulted by error listeners.
removeErrorLogger(String) - Static method in class oracle.dacf.util.errormanager.ErrorManager
Unregisters an ErrorLogger, given its unique name.
removeErrorManagerListener(ErrorManagerListener) - Static method in class oracle.dacf.util.errormanager.ErrorManager
Unregisters an error listener; unregistered listeners are not notified by the ErrorManager.
removeErrorManagerListener(String) - Static method in class oracle.dacf.util.errormanager.ErrorManager
Unregisters an ErrorListener given its unique name.
removeErrorMessage(ErrorMessage) - Static method in class oracle.dacf.util.errormanager.ErrorManager
Removes an ErrorMessage from the logging facility.
removeExceptionProcessorListener(ExceptionProcessorListener) - Static method in class oracle.dacf.dataset.ExceptionProcessor
Unregisters an error listener; unregistered listeners are not notified of error events by the ErrorProcessor.
removeFormatter(Object) - Method in class oracle.dacf.formatter.DefaultFormatManager
remove a Formatter object.
removeFormatter(Object) - Method in interface oracle.dacf.formatter.FormatManager
remove a Formatter object.
removeFromParent() - Method in class oracle.dacf.control.swing.TreeControlNode
 
removeGridControl(GridControl) - Method in class oracle.dacf.util.MultiSelectDelete
 
removeInfoBusManagerListener(InfoBusManagerListener) - Method in class oracle.dacf.control.InfoBusManager
Rremove a InfoBusManagerListener from the InfoBusManager
removeInfoBusPropertyListener(PropertyChangeListener) - Method in class oracle.dacf.control.swing.ColumnModelSupport
Removes a PropertyChangeListener from the list of listeners requesting notification of an InfoBus change.
removeInfoBusPropertyListener(PropertyChangeListener) - Method in class oracle.dacf.control.swing.StaticComboBoxDataSource
Removes a PropertyChangeListener from the list of listeners requesting notification of an InfoBus change.
removeInfoBusPropertyListener(PropertyChangeListener) - Method in class oracle.dacf.dataset.IBItemProducer
Removes a PropertyChangeListener from the list of listeners requesting notification of an InfoBus change.
removeInfoBusPropertyListener(PropertyChangeListener) - Method in class oracle.dacf.util.InfoBusMemberHelper
 
removeInfoBusVetoableListener(VetoableChangeListener) - Method in class oracle.dacf.control.swing.ColumnModelSupport
Removes a VetoableChangeListener from the list of listeners requesting notification of an InfoBus change.
removeInfoBusVetoableListener(VetoableChangeListener) - Method in class oracle.dacf.control.swing.StaticComboBoxDataSource
Removes a VetoableChangeListener from the list of listeners requesting notification of an InfoBus change.
removeInfoBusVetoableListener(VetoableChangeListener) - Method in class oracle.dacf.dataset.IBItemProducer
Removes a VetoableChangeListener from the list of listeners that will be alerted whenever the InfoBusMember's setInfoBus method is called.
removeInfoBusVetoableListener(VetoableChangeListener) - Method in class oracle.dacf.util.InfoBusMemberHelper
 
removeItemProducer(IBItemProducer) - Method in class oracle.dacf.dataset.ValidationManager
Removes a IBItemProducer to the list of registered InfoBus producers.
removeLayoutComponent(Component) - Method in class oracle.dacf.layout.LayoutManager3
Removes the layout from the component.
removeMasterLink(MasterLink) - Method in class oracle.dacf.dataset.RowSetInfo
Removes a RowSetInfo as a master of RowSetInfo.
removeMouseListener(MouseListener) - Method in class oracle.dacf.control.swing.TreeControl.TreeControlTree
 
removeMouseMotionListener(MouseMotionListener) - Method in class oracle.dacf.control.swing.TreeControl.TreeControlTree
 
removeNavigatedListener(NavigatedListener) - Method in interface oracle.dacf.control.Control
Removes a navigated listener from this control.
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.ControlSupport
Removes a navigated listener from this control.
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.ButtonControl
This method is a no-op that is it has no effect
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.CheckBoxControl
Removes a navigated listener from this control.
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.ComboBoxControl
Removes a navigated listener from this control.
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.FindPanel
This method is a no-op that is it has no effect
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.GridControl
Removes a navigated listener from this control.
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.ImageControl
This method is a no-op that is it has no effect
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.InfoFrame
not supported
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.InfoInternalFrame
not supported
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.LabelControl
This method is a no-op that is it has no effect
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.ListControl
Removes a navigated listener from this control.
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.LoginDlg
not supported
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.NavigationBar
Removes a navigated listener from this control.
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.RadioPanelControl
Removes a navigated listener from this control.
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarLabelControl
This method is a no-op that is it has no effect
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarProgressControl
This method is a no-op that is it has no effect
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.StatusBarControl
This method is a no-op; it has no effect
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.TextAreaControl
Removes a navigated listener from this control.
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.TextFieldControl
Removes a navigated listener from this control.
removeNavigatedListener(NavigatedListener) - Method in class oracle.dacf.control.swing.TreeControl
Removes a navigated listener from this control.
removeNavigatingListener(NavigatingListener) - Method in interface oracle.dacf.control.Control
Removes a navigating listener from this control.
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.ControlSupport
Removes a navigating listener from this control.
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.ButtonControl
This method is a no-op in that it has no effect
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.CheckBoxControl
Removes a navigating listener from this control.
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.ComboBoxControl
Removes a previusly added navigating listener
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.FindPanel
This method is a no-op
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.GridControl
Removes a navigating listener from this control.
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.ImageControl
This method is a no-op in that it has no effect
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.InfoFrame
not supported
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.InfoInternalFrame
not supported
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.LabelControl
This method is a no-op in that it has no effect
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.ListControl
Removes a previusly added navigating listener
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.LoginDlg
not supported
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.NavigationBar
Removes a navigating listener from this control.
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.RadioPanelControl
Removes a navigating listener from this control.
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarLabelControl
This method is a no-op in that it has no effect
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarProgressControl
This method is a no-op in that it has no effect
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.StatusBarControl
This method is a no-op; it has no effect
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.TextAreaControl
Removes a previusly added navigating listener
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.TextFieldControl
Removes a previusly added navigating listener
removeNavigatingListener(NavigatingListener) - Method in class oracle.dacf.control.swing.TreeControl
Removes a navigating listener from this control.
removeProducer(ProducerObject) - Method in class oracle.dacf.dataset.ValidationManager
Deprecated.  
removePropertyChangeListener(PropertyChangeListener) - Method in class oracle.dacf.control.swing.TreeControl.InterceptTreeKeyStrokeAction
 
removePropertyChangeListener(PropertyChangeListener) - Method in class oracle.dacf.style.Style
A PropertyChange will get fired when a StyleElement changes, or all StyleElements are updated
removePropertyChangeListener(PropertyChangeListener) - Method in class oracle.dacf.style.StyleElement
A PropertyChange will get fired when a StyleElement changes, or all StyleElements are updated
removeQueryListener(QueryListener) - Method in class oracle.dacf.dataset.ResultSetInfo
 
removeRadioButton(RadioButtonControl) - Method in class oracle.dacf.control.swing.RadioPanelControl
Removes a previously added control to this panel.
removeRowSet(ResultSetInfo) - Method in class oracle.dacf.dataset.SessionInfo
Removes a ResultSetInfo from a SessionInfo.
removeSelectionChangingListener(SelectionChangingListener) - Method in interface oracle.dacf.control.swing.CancellableButtonModel
remove selection changing listener
removeSelectionChangingListener(SelectionChangingListener) - Method in class oracle.dacf.control.swing.CancellableButtonModelImpl
Remove a existing vetoable change listener from model.
removeSelectionPaths(TreePath[]) - Method in class oracle.dacf.control.swing.TreeControl.TreeControlTree.TreeControlSelectionModel
Removes paths from the selection.
removeSeverityDefinition(ErrorSeverity) - Method in class oracle.dacf.util.errorloggers.DacfErrorPopupLogger
Removes an error severity definition from the table.
removeSource(ColumnInfo) - Method in class oracle.dacf.dataset.CalculatedAttributeInfo
Removes a ColumnInfo as a source.
removeStyle(Style) - Static method in class oracle.dacf.style.StyleManager
Removes a style from the collection of Styles
removeStylesUserListener(StylesUserListener) - Static method in class oracle.dacf.style.StyleManager
Removes a Listener that wants to be notified when a Style changes.
removeTypeDefinition(ErrorType) - Method in class oracle.dacf.util.errorloggers.DacfErrorPopupLogger
Removes an error type definition from the table.
removeValidationListener(ValidationListener) - Method in class oracle.dacf.dataset.InfoObject
Removes a Validation listener from this control.
removeViewLink(ApplicationModule) - Method in class oracle.dacf.dataset.MasterLink
Removes the link between the master RowSetInfo and the detail RowSetInfo within the context of the specified ApplicationModule.
removingErrorMessage(ErrorMessage) - Method in interface oracle.dacf.util.errormanager.ErrorManagerListener
Called when the ErrorManager has been requested to remove a specific error message.
replaceFormatter(Object, Formatter) - Method in class oracle.dacf.formatter.DefaultFormatManager
replace a Formatter.
replaceFormatter(Object, Formatter) - Method in interface oracle.dacf.formatter.FormatManager
replace a Formatter.
reportObjectBrokerExceptions(boolean) - Static method in class oracle.dacf.dataset.IBItemController
 
requested(String) - Method in class oracle.dacf.dataset.IBItemProducer
 
reset() - Method in class oracle.dacf.style.EditModeListener
resets all selections
reset() - Method in class oracle.dacf.style.StyleElement
The actual reset
resetButtonClicked() - Method in class oracle.dacf.control.swing.find.DacFindPanelUIAdapter
A notification that the Reset button was clicked.
resetButtonClicked() - Method in interface oracle.dacf.control.swing.find.DacFindPanelUIListener
A notification that the Reset button was clicked
resetFields() - Method in class oracle.dacf.control.swing.FindPanel
Clear all the text fields for the current view criteria row
resetInitialized() - Static method in class oracle.dacf.style.StyleManager
routine to set the Initialized status of the styleManager to false.
restoreDefaultCursor() - Method in class oracle.dacf.control.swing.NavigationBar
show default cursor
revoke() - Method in class oracle.dacf.dataset.DataItemImpl
 
revokeAllRows() - Method in class oracle.dacf.control.swing.CachedColumnModelSupport
 
revokeAttribute() - Method in class oracle.dacf.dataset.AttributeInfo
Revokes the Attribute and its child items on the InfoBus.
revokeDataItem() - Method in class oracle.dacf.dataset.ProducerObject
Revokes the DataItem associated with the ProducerObject.
revokeLOVAttribute() - Method in class oracle.dacf.dataset.LOVAttributeInfo
Revokes the LOVAttribute and its child items on the InfoBus.
revokeLOVRowSet() - Method in class oracle.dacf.dataset.LOVRowSetInfo
Revokes the LOVRowSet and its child items on the InfoBus.
revokeRowSet() - Method in class oracle.dacf.dataset.RowSetInfo
Revokes the RowSet and its child items on the InfoBus.
revokeSession() - Method in class oracle.dacf.dataset.SessionInfo
Revokes the session and its child items on the InfoBus.
revokeSession(boolean) - Method in class oracle.dacf.dataset.SessionInfo
Ignores all objections when revoking the session and its child items on the InfoBus.
revoked(String, Object) - Method in class oracle.dacf.control.ConsumerSupport
 
revoked(String, Object) - Method in class oracle.dacf.control.ControlSupportHC
 
revoked(String, Object) - Method in class oracle.dacf.control.swing.ColumnModelSupport
 
revoked(String, Object) - Method in class oracle.dacf.control.swing.StaticComboBoxDataSource
 
rollback() - Method in class oracle.dacf.control.swing.find.ViewCriteriaFindAction
rollback if the dataproducer is dirty
rollingBackAddingErrorMessage(ErrorMessage) - Method in interface oracle.dacf.util.errormanager.ErrorManagerListener
Called when this error has been added, but another listener vetoes the event.
rollingBackRemovingErrorMessage(ErrorMessage) - Method in interface oracle.dacf.util.errormanager.ErrorManagerListener
Called when this error has been removed, but another Listener vetoes the event.
rowAdded(RowChangeEvent) - Method in class oracle.dacf.dataset.CalculatedAttributeInfo
A method defined by the ChangeListener interface, called whenever a row has been added to a rowset.
rowAdded(RowChangeEvent) - Method in class oracle.dacf.dataset.ChangeAdapter
Called whenever a row has been added to a rowset
rowAdded(RowChangeEvent) - Method in interface oracle.dacf.dataset.ChangeListener
Called whenever a row has been added to a rowset
rowDeleted(DeleteEvent) - Method in class oracle.dacf.dataset.RowSetPropertyAccess
Notification from the RowSet that rows have been deleted.
rowDeleted(DeleteEvent) - Method in class oracle.dacf.dataset.StatusImmediateAccessImpl
Notification from the RowSet that rows have been deleted.
rowInserted(InsertEvent) - Method in class oracle.dacf.dataset.RowSetPropertyAccess
Notification from the RowSet that rows have been inserted.
rowInserted(InsertEvent) - Method in class oracle.dacf.dataset.StatusImmediateAccessImpl
Notification from the RowSet that rows have been inserted.
rowLabel(int) - Method in class oracle.dacf.control.tdg.chart.ChartDataSource
 
rowLabel(int) - Method in class oracle.dacf.control.tdg.chart.ColOrderChartDataSource
 
rowLabel(int) - Method in class oracle.dacf.control.tdg.chart.LabelAwareChartDataSource
 
rowToBeRemoved(RowChangeEvent) - Method in class oracle.dacf.dataset.CalculatedAttributeInfo
A method defined by the ChangeListener interface, called whenever a before a row is removed from a rowset.
rowToBeRemoved(RowChangeEvent) - Method in class oracle.dacf.dataset.ChangeAdapter
Called whenever a before a row is removed from a rowset
rowToBeRemoved(RowChangeEvent) - Method in interface oracle.dacf.dataset.ChangeListener
Called whenever a before a row is removed from a rowset
rowUpdated(RowChangeEvent) - Method in class oracle.dacf.dataset.CalculatedAttributeInfo
A method defined by the ChangeListener interface, called whenever a row has been updated.
rowUpdated(RowChangeEvent) - Method in class oracle.dacf.dataset.ChangeAdapter
Called whenever a row has been updated.
rowUpdated(RowChangeEvent) - Method in interface oracle.dacf.dataset.ChangeListener
Called whenever a row has been updated.
rowUpdated(UpdateEvent) - Method in class oracle.dacf.dataset.RowSetPropertyAccess
 
rowUpdated(UpdateEvent) - Method in class oracle.dacf.dataset.StatusImmediateAccessImpl
 
rowsAdded(int, int) - Method in class oracle.dacf.control.swing.CachedColumnModelSupport
 
rowsAdded(int, int) - Method in class oracle.dacf.control.swing.ColumnModelSupport
 
rowsAdded(int, int) - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
rowsAdded(int, int) - Method in class oracle.dacf.dataset.QueryCriteriaValue
 
rowsAdded(int, int) - Method in class oracle.dacf.dataset.ResultSetInfo
 
rowsAvailable() - Method in class oracle.dacf.control.swing.CachedColumnModelSupport
 
rowsAvailable() - Method in class oracle.dacf.control.swing.ColumnModelSupport
 
rowsAvailable() - Method in class oracle.dacf.control.swing.ComboBoxDataSource
 
rowsChanged(int, int) - Method in class oracle.dacf.control.swing.CachedColumnModelSupport
 
rowsChanged(int, int) - Method in class oracle.dacf.control.swing.ColumnModelSupport
 
rowsChanged(int, int) - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
rowsChanged(int, int) - Method in class oracle.dacf.dataset.QueryCriteriaValue
 
rowsChanged(int, int) - Method in class oracle.dacf.dataset.ResultSetInfo
 
rowsDeleted(int, int) - Method in class oracle.dacf.control.swing.ColumnModelSupport
 
rowsDeleted(int, int) - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
rowsDeleted(int, int) - Method in class oracle.dacf.dataset.QueryCriteriaValue
 
rowsDeleted(int, int) - Method in class oracle.dacf.dataset.ResultSetInfo
 
rowsRevoked() - Method in class oracle.dacf.control.swing.CachedColumnModelSupport
 
rowsRevoked() - Method in class oracle.dacf.control.swing.ColumnModelSupport
 
rowsRevoked() - Method in class oracle.dacf.control.swing.ComboBoxDataSource
 
rowsetCleared(RowSetChangeEvent) - Method in class oracle.dacf.dataset.CalculatedAttributeInfo
A method defined by the ChangeListener interface, called whenever the rowset is cleared.
rowsetCleared(RowSetChangeEvent) - Method in class oracle.dacf.dataset.ChangeAdapter
Called whenever the rowset is cleared
rowsetCleared(RowSetChangeEvent) - Method in interface oracle.dacf.dataset.ChangeListener
Called whenever the rowset is cleared
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.ButtonControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.CheckBoxControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.ColumnModelSupport
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.ComboBoxControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.FindPanel
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.GridControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.GridDataSource
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.ImageControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.InfoFrame
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.InfoInternalFrame
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.LabelControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.ListControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.LoginDlg
Not supported.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.MappedComboBoxDataSource
 
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.NavigationBar
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.RadioGroup
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.RadioPanelControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.StaticComboBoxDataSource
 
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarLabelControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarProgressControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.TextAreaControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.TextFieldControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.TreeControl
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.swing.TreeControlNode
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetCursorMoved(RowsetCursorMovedEvent) - Method in class oracle.dacf.control.tdg.chart.ChartDataSource
Indicates that the cursor for the bound RowsetAccess data item has changed rows.
rowsetPopulated(RowSetChangeEvent) - Method in class oracle.dacf.dataset.CalculatedAttributeInfo
A method defined by the ChangeListener interface, called whenever the rowset is populated.
rowsetPopulated(RowSetChangeEvent) - Method in class oracle.dacf.dataset.ChangeAdapter
Called whenever the rowset is populated
rowsetPopulated(RowSetChangeEvent) - Method in interface oracle.dacf.dataset.ChangeListener
Called whenever the rowset is populated
runQuery(boolean) - Method in interface oracle.dacf.control.LOVInterface
run the query.
runQuery() - Method in class oracle.dacf.control.swing.FindPanel
run the query
runQuery(boolean) - Method in class oracle.dacf.control.swing.LOV
run query
runQuery(boolean) - Method in interface oracle.dacf.control.swing.lov.LOVInterface
run the query.

Oracle Data-aware Controls Reference
A B C D E F G H I J L M N O P Q R S T U V W X Y _

 

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