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 _

D

DATABASE_URL - Static variable in interface oracle.dacf.dataset.DataItemProperties
Database URL for this session.
DATABASE_URL_PROP - Static variable in interface oracle.dacf.dataset.DataItemProperties
Number equivalent for DATABASE_URL to facilitate driver property handling.
DATASOURCE_NAME - Static variable in interface oracle.dacf.dataset.DataItemProperties
The DataItem property for the name of the DataItem's data source.
DATE_VALUE - Static variable in class oracle.dacf.formatter.DefaultFormatManager
format Date values
DEFAULT - Static variable in class oracle.dacf.dataset.ColumnInfo
The alignment for this column: DEFAULT is defined as LEFT for text and dates, and RIGHT for numbers.
DEFAULTVALUE - Static variable in class oracle.dacf.style.StylesLoader
 
DEFAULTVALUES - Static variable in class oracle.dacf.style.StylesLoader
 
DEFAULT_BUFFER_SIZE - Static variable in class oracle.dacf.dataset.ResultSetInfo
The default number of rows to be retrieved at one time.
DEFAULT_CONNECTION_URL - Static variable in class oracle.dacf.util.UrlUtils
 
DEFAULT_HTTP_CONNECTION_URL - Static variable in class oracle.dacf.util.UrlUtils
 
DEFAULT_IIOP_CONNECTION_URL - Static variable in class oracle.dacf.util.UrlUtils
 
DEFAULT_INFOBUS_NAME - Static variable in interface oracle.dacf.control.Control
The name of the default InfoBus that controls will connect to if they do not have a different InfoBus specified via their setInfoBusName method.
DEFAULT_INFOBUS_NAME - Static variable in class oracle.dacf.dataset.SessionInfo
 
DEFAULT_MODULENAME - Static variable in class oracle.dacf.dataset.SessionInfo
String constant for default module name.
DEFAULT_QUERYCRITERIA_ATTR_NAME - Static variable in class oracle.dacf.dataset.ResultSetInfo
 
DEFAULT_TIMEOUT - Static variable in class oracle.dacf.dataset.SessionInfo
Default time out value for communication with the server.
DEFAULT_WORKING_ICON - Static variable in class oracle.dacf.control.swing.StatusBarControl
 
DELIMITER - Static variable in class oracle.dacf.util.ItemNameTokenizer
 
DEPLOYMENT_PLATFORM - Static variable in interface oracle.dacf.dataset.DataItemProperties
Returns the deployment platform.
DEPLOYMENT_PLATFORM_PROP - Static variable in interface oracle.dacf.dataset.DataItemProperties
Number equivalent for CONNECTION_NAME to facilitate driver property handling.
DESCRIPTION - Static variable in class oracle.dacf.style.StylesLoader
 
DISPLAYABLE - Static variable in interface oracle.dacf.dataset.DataItemProperties
Return the Displayable setting for an AttributeInfo
DISPLAYED - Static variable in interface oracle.dacf.dataset.DataItemProperties
Return the Displayed setting an AttributeInfo
DO_NOT_SAVE_BUT_EXIT - Static variable in interface oracle.dacf.control.IncompleteTransactionAlert
indicate that the transaction should not be saved but exit
DRIVER_CLASS - Static variable in interface oracle.dacf.dataset.DataItemProperties
Returns the driver class name.
DRIVER_CLASS_PROP - Static variable in interface oracle.dacf.dataset.DataItemProperties
Number equivalent for DRIVER_CLASS to facilitate driver property handling.
DRIVER_TYPE - Static variable in interface oracle.dacf.dataset.DataItemProperties
DriverType for this session.
DRIVER_TYPE_PROP - Static variable in interface oracle.dacf.dataset.DataItemProperties
Number equivalent for DRIVER_TYPE to facilitate driver property handling.
DacCellEditor - class oracle.dacf.control.swing.DacCellEditor.
Helper class which allows DAC controls to be used as an editor in the grid.
DacCellEditor(CheckBoxControl) - Constructor for class oracle.dacf.control.swing.DacCellEditor
Constructs a DacCellEditor object that uses a DAC CheckBoxControl
DacCellEditor.DacEditorDelegate - class oracle.dacf.control.swing.DacCellEditor.DacEditorDelegate.
 
DacCellEditor.DacEditorDelegate() - Constructor for class oracle.dacf.control.swing.DacCellEditor.DacEditorDelegate
 
DacFindPanelUI - class oracle.dacf.control.swing.find.DacFindPanelUI.
The DacFindPanelUI implements the default UI for the FindPanel.
DacFindPanelUI() - Constructor for class oracle.dacf.control.swing.find.DacFindPanelUI
Constructor
DacFindPanelUIAdapter - class oracle.dacf.control.swing.find.DacFindPanelUIAdapter.
The DacFindPanelUIAdapter is an adapter class for the DacFindPanelUI interface.
DacFindPanelUIAdapter() - Constructor for class oracle.dacf.control.swing.find.DacFindPanelUIAdapter
 
DacFindPanelUIListener - interface oracle.dacf.control.swing.find.DacFindPanelUIListener.
The DacFindPanelUIListener interface is used by the DacFindPanelUI class to notify various button clicks.
DacObject - class oracle.dacf.dataset.DacObject.
A DacObject is the root object for the containment heirarchy.
DacObject() - Constructor for class oracle.dacf.dataset.DacObject
Default constructor.
DacObject(String) - Constructor for class oracle.dacf.dataset.DacObject
Constructor requiring a name for the DacObject.
DacObject(String, DacObject, DacObject[]) - Constructor for class oracle.dacf.dataset.DacObject
Constructor requiring a name for the DacObject, a parent object, and one or more child objects.
DacfErrorDialog - class oracle.dacf.dataset.DacfErrorDialog.
Displays a dialog on the screen for communicating the information contained within an ErrorMessage.
DacfErrorDialog() - Constructor for class oracle.dacf.dataset.DacfErrorDialog
 
DacfErrorMessageContext - class oracle.dacf.dataset.DacfErrorMessageContext.
The DacfErrorMessageContext class implements the ErrorMessageContext interface to hold the situation- or error-specific context information attached to a DacfErrorMessage.
DacfErrorMessageContext() - Constructor for class oracle.dacf.dataset.DacfErrorMessageContext
Default Constructor for DacfErrorMessageContext.
DacfErrorMessageContext(DataItem, String, Control, int, Exception, ErrorMessage) - Constructor for class oracle.dacf.dataset.DacfErrorMessageContext
Constructor for DacfErrorMessageContext.
DacfErrorPopupLogger - class oracle.dacf.util.errorloggers.DacfErrorPopupLogger.
The DacfErrorPopupLogger is a non-buffered logger class that pops up an Error Dialog for every DAC error message.
DacfErrorPopupLogger() - Constructor for class oracle.dacf.util.errorloggers.DacfErrorPopupLogger
The default Constructor.
DacfRuntimeException - exception oracle.dacf.dataset.DacfRuntimeException.
An extension of RuntimeException that encapsulates the orginal exception and adds to it the concept of product code and error code.
DacfRuntimeException(String) - Constructor for class oracle.dacf.dataset.DacfRuntimeException
 
DacfSeverity - class oracle.dacf.dataset.DacfSeverity.
The DacfSeverity extends ErrorSeverity to define the severity of DACF errors.
DacfType - class oracle.dacf.dataset.DacfType.
The DacfType class extends ErrorType to define the DACF error types.
DataItemAccessHelper - class oracle.dacf.control.DataItemAccessHelper.
This class provides support to help access a data item.
DataItemAccessHelper() - Constructor for class oracle.dacf.control.DataItemAccessHelper
Constructor
DataItemImpl - class oracle.dacf.dataset.DataItemImpl.
This class is the base class for all InfoBus data item implementations.
DataItemImpl() - Constructor for class oracle.dacf.dataset.DataItemImpl
 
DataItemImpl(String, InfoBusEventListener) - Constructor for class oracle.dacf.dataset.DataItemImpl
 
DataItemImpl(String, InfoBusEventListener, ProducerObject, DacObject) - Constructor for class oracle.dacf.dataset.DataItemImpl
Creates a data item with a given name and InfoBus data source.
DataItemProperties - interface oracle.dacf.dataset.DataItemProperties.
This interface defines the DataItem properties which can be accessed by a consumer of a DataItem via the getProperty call.
DataItemValidate - interface oracle.dacf.dataset.DataItemValidate.
This interface is an extension to the InfoBus DataItem interfaces that allow a consumer to explicitly ask that a data item be validated.
DataPanel - class oracle.dacf.control.swing.find.DataPanel.
Data panel for the ViewCriteriaFindPanel
DataPanel(ViewCriteriaFindPanelUI, int) - Constructor for class oracle.dacf.control.swing.find.DataPanel
 
DataSetUtils - class oracle.dacf.dataset.DataSetUtils.
utility class, used by SessionInfo object.
DataSetUtils() - Constructor for class oracle.dacf.dataset.DataSetUtils
 
DataSourceAdapterInfo - interface oracle.dacf.dataset.DataSourceAdapterInfo.
An interface to be implemented by the various adapters so that the adapters can track which Objects is using it.
DataSourceInstantiationException - exception oracle.dacf.dataset.DataSourceInstantiationException.
This exception is thrown when the data source can't be instantiated.
DataSourceInstantiationException(String) - Constructor for class oracle.dacf.dataset.DataSourceInstantiationException
Parameterized constructor.
DataSourceInstantiationException(String, String, String, Exception) - Constructor for class oracle.dacf.dataset.DataSourceInstantiationException
Parameterized constructor.
DataSourceOperationException - exception oracle.dacf.dataset.DataSourceOperationException.
The excetion is thrown whenever the framework catches an exception in the course of normal operation.
DataSourceOperationException(String) - Constructor for class oracle.dacf.dataset.DataSourceOperationException
Parameterized constructor.
DataSourceOperationException(String, String, String, Exception) - Constructor for class oracle.dacf.dataset.DataSourceOperationException
Parameterized constructor.
DbAccessMonitor - class oracle.dacf.control.DbAccessMonitor.
This class tracks a DbAccess item.
DbAccessMonitor() - Constructor for class oracle.dacf.control.DbAccessMonitor
Constructor
DbAccessMonitorFactory - class oracle.dacf.control.DbAccessMonitorFactory.
This factory object keeps track of DbAccesMonitor object.
DbAccessSupport - class oracle.dacf.control.DbAccessSupport.
This class provides support to access a DbAccess data item.
DbAccessSupport() - Constructor for class oracle.dacf.control.DbAccessSupport
Constructor
DefaultCurrencyFormatter - class oracle.dacf.formatter.DefaultCurrencyFormatter.
Formatter class which understands how to format currency values.
DefaultCurrencyFormatter() - Constructor for class oracle.dacf.formatter.DefaultCurrencyFormatter
Constructor
DefaultDateFormatter - class oracle.dacf.formatter.DefaultDateFormatter.
Formatter class used to format date values.
DefaultDateFormatter() - Constructor for class oracle.dacf.formatter.DefaultDateFormatter
Constructor
DefaultFormatManager - class oracle.dacf.formatter.DefaultFormatManager.
This class manages a set of data formatter's.
DefaultLOVDialog - class oracle.dacf.control.swing.lov.DefaultLOVDialog.
A default implementation for the LOV dialog.
DefaultLOVDialog() - Constructor for class oracle.dacf.control.swing.lov.DefaultLOVDialog
 
DefaultLOVDialog(String) - Constructor for class oracle.dacf.control.swing.lov.DefaultLOVDialog
 
DefaultLabelChartDataSource - class oracle.dacf.control.tdg.chart.DefaultLabelChartDataSource.
Not used
DefaultLabelChartDataSource(ChartControl) - Constructor for class oracle.dacf.control.tdg.chart.DefaultLabelChartDataSource
Constructor
DefaultMessageFormatter - class oracle.dacf.formatter.DefaultMessageFormatter.
A generic formatter class.
DefaultMessageFormatter() - Constructor for class oracle.dacf.formatter.DefaultMessageFormatter
Constructor
DefaultNumberFormatter - class oracle.dacf.formatter.DefaultNumberFormatter.
Helper class used to format Decimal numbers.
DefaultNumberFormatter() - Constructor for class oracle.dacf.formatter.DefaultNumberFormatter
Constructor
DefaultPercentageFormatter - class oracle.dacf.formatter.DefaultPercentageFormatter.
Helper class used to format percentage values
DefaultPercentageFormatter() - Constructor for class oracle.dacf.formatter.DefaultPercentageFormatter
Constructor
DefaultValueLocator - class oracle.dacf.control.swing.DefaultValueLocator.
Helper class used by ComboBox control.
DefaultValueLocator() - Constructor for class oracle.dacf.control.swing.DefaultValueLocator
 
DefaultValues - class oracle.dacf.style.DefaultValues.
the DefaultValues class defines a DefaultValue for every property type.
DefaultValues() - Constructor for class oracle.dacf.style.DefaultValues
Constructor
DelayedRefreshScrollPane - class oracle.dacf.control.swing.DelayedRefreshScrollPane.
A ScrollPane which delays notification of view port change if the user is 'dragging' the scrollbar thumb.
DelayedRefreshScrollPane() - Constructor for class oracle.dacf.control.swing.DelayedRefreshScrollPane
 
DesignTime - class oracle.dacf.util.DesignTime.
This class provides a method that checks if we are running in DT.
DesignTime() - Constructor for class oracle.dacf.util.DesignTime
 
DomainAccess - interface oracle.dacf.dataset.DomainAccess.
Retrieves and sets values as instance of a Domain.
DriverTypeConstants - interface oracle.dacf.dataset.DriverTypeConstants.
This interface identifies constants for the type of JDBC driver that is being used, or should be used, to connect to the database.
DriverTypeEditor - class oracle.dacf.dataset.DriverTypeEditor.
Internal: Applications should not use this class.
DriverTypeEditor() - Constructor for class oracle.dacf.dataset.DriverTypeEditor
Internal: Applications should not use this class.
DualBindingControl - interface oracle.dacf.control.DualBindingControl.
 
DynamicViewLinkInfo - class oracle.dacf.dataset.DynamicViewLinkInfo.
Describes the link between two dynamically defined queries (View Objects).
DynamicViewLinkInfo() - Constructor for class oracle.dacf.dataset.DynamicViewLinkInfo
Default constructor.
DynamicViewLinkInfo(RowSetInfo, String[], String[]) - Constructor for class oracle.dacf.dataset.DynamicViewLinkInfo
Parameterized constuctor.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.ButtonControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.CheckBoxControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.ColumnModelSupport
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.ComboBoxControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.FindPanel
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.GridControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.GridDataSource
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.ImageControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.InfoFrame
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.InfoInternalFrame
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.LabelControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.ListControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.LoginDlg
Not supported.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.NavigationBar
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.RadioGroup
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.RadioPanelControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.StaticComboBoxDataSource
 
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarLabelControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarProgressControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.TextAreaControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.TextFieldControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.TreeControl
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.swing.TreeControlNode
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAdded(DataItemAddedEvent) - Method in class oracle.dacf.control.tdg.chart.ChartDataSource
Indicates that a new item was added to the bound aggregate data item (e.g.
dataItemAvailable(InfoBusItemAvailableEvent) - Method in class oracle.dacf.control.ControlSupport
This method is called by the InfoBus class on behalf of a data producer that is announcing the availability of a new data item by name.
dataItemAvailable(InfoBusItemAvailableEvent) - Method in class oracle.dacf.control.ControlSupportHC
This method is called by the InfoBus class on behalf of a data producer that is announcing the availability of a new data item by name.
dataItemAvailable(InfoBusItemAvailableEvent) - Method in class oracle.dacf.control.DataItemAccessHelper
This method is called by the InfoBus class on behalf of a data producer that is announcing the availability of a new data item by name.
dataItemAvailable(InfoBusItemAvailableEvent) - Method in class oracle.dacf.control.DbAccessSupport
This method is called by the InfoBus class on behalf of a data producer that is announcing the availability of a new data item by name.
dataItemAvailable(InfoBusItemAvailableEvent) - Method in class oracle.dacf.control.swing.ColumnModelSupport
This method is called by the InfoBus class on behalf of a data producer that is announcing the availability of a new data item by name.
dataItemAvailable(InfoBusItemAvailableEvent) - Method in class oracle.dacf.control.swing.SessionConnect
This method is called by the InfoBus class on behalf of a data producer that is announcing the availability of a new data item by name.
dataItemAvailable(InfoBusItemAvailableEvent) - Method in class oracle.dacf.control.swing.StaticComboBoxDataSource
 
dataItemAvailable(InfoBusItemAvailableEvent) - Method in class oracle.dacf.control.swing.TreeControlNode
 
dataItemAvailable(InfoBusItemAvailableEvent) - Method in class oracle.dacf.control.swing.lov.ReturnItemNameListener
This method is called by the InfoBus class on behalf of a data producer that is announcing the availability of a new data item by name.
dataItemAvailable(InfoBusItemAvailableEvent) - Method in class oracle.dacf.util.SimpleInfoBusConsumer
 
dataItemChanged(Object, Object) - Method in interface oracle.dacf.control.Control
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.ButtonControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.CheckBoxControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.ComboBoxControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.FindPanel
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.GridControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.GridDataSource
Notifies the data source that the bound data item has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.ImageControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.InfoFrame
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.InfoInternalFrame
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.LabelControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.ListControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.LoginDlg
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.NavigationBar
notification that the dataitem changed
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.RadioPanelControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarLabelControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarProgressControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.StatusBarControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.TextAreaControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.TextFieldControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.swing.TreeControl
Notifies the control that the bound InfoBus DataItem has changed.
dataItemChanged(Object, Object) - Method in class oracle.dacf.control.tdg.chart.ChartDataSource
 
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.ButtonControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.CheckBoxControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.ColumnModelSupport
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.ComboBoxControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.FindPanel
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.GridControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.GridDataSource
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.ImageControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.InfoFrame
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.InfoInternalFrame
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.LabelControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.ListControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.LoginDlg
Not supported.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.NavigationBar
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.RadioGroup
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.RadioPanelControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.StaticComboBoxDataSource
 
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarLabelControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarProgressControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.TextAreaControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.TextFieldControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.TreeControl
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.swing.TreeControlNode
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemDeleted(DataItemDeletedEvent) - Method in class oracle.dacf.control.tdg.chart.ChartDataSource
Indicates that an item was deleted from the bound aggregate data item (e.
dataItemPublished() - Method in class oracle.dacf.control.DataItemAccessHelper
This method gets called wheneve the data item is published.
dataItemPublished() - Method in class oracle.dacf.control.swing.find.FindItemModelImpl
override the derived class method inorder to initialize
dataItemRequested(InfoBusItemRequestedEvent) - Method in class oracle.dacf.dataset.IBItemProducer
Responds to the InfoBusItemRequestedEvent event.
dataItemRevoked(InfoBusItemRevokedEvent) - Method in class oracle.dacf.control.ControlSupport
This method is called by the InfoBus class on behalf of a data producer that is revoking the availability of a previously announced data item.
dataItemRevoked(InfoBusItemRevokedEvent) - Method in class oracle.dacf.control.ControlSupportHC
This method is called by the InfoBus class on behalf of a data producer that is revoking the availability of a previously announced data item.
dataItemRevoked(InfoBusItemRevokedEvent) - Method in class oracle.dacf.control.DataItemAccessHelper
This method is called by the InfoBus class on behalf of a data producer that is revoking the availability of a previously announced data item.
dataItemRevoked(InfoBusItemRevokedEvent) - Method in class oracle.dacf.control.DbAccessSupport
This method is called by the InfoBus class on behalf of a data producer that is revoking the availability of a previously announced data item.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.ButtonControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.CheckBoxControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.ColumnModelSupport
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(InfoBusItemRevokedEvent) - Method in class oracle.dacf.control.swing.ColumnModelSupport
This method is called by the InfoBus class on behalf of a data producer that is revoking the availability of a previously announced data item.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.ComboBoxControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.FindPanel
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.GridControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.GridDataSource
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.ImageControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.InfoFrame
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.InfoInternalFrame
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.LabelControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.ListControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(InfoBusItemRevokedEvent) - Method in class oracle.dacf.control.swing.ListDataSource
This method is called by the InfoBus class on behalf of a data producer that is revoking the availability of a previously announced data item.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.LoginDlg
Not supported.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.NavigationBar
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.RadioGroup
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.RadioPanelControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.StaticComboBoxDataSource
 
dataItemRevoked(InfoBusItemRevokedEvent) - Method in class oracle.dacf.control.swing.StaticComboBoxDataSource
 
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarLabelControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarProgressControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.TextAreaControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.TextFieldControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.TreeControl
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(InfoBusItemRevokedEvent) - Method in class oracle.dacf.control.swing.TreeControlNode
 
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.swing.TreeControlNode
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(InfoBusItemRevokedEvent) - Method in class oracle.dacf.control.swing.lov.ReturnItemNameListener
This method is called by the InfoBus class on behalf of a data producer that is revoking the availability of a previously announced data item.
dataItemRevoked(DataItemRevokedEvent) - Method in class oracle.dacf.control.tdg.chart.ChartDataSource
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable.
dataItemRevoked(InfoBusItemRevokedEvent) - Method in class oracle.dacf.util.SimpleInfoBusConsumer
 
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.ButtonControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.CheckBoxControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.ColumnModelSupport
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.ComboBoxControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.FindPanel
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.GridControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.GridDataSource
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.ImageControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.InfoFrame
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.InfoInternalFrame
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.LabelControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.ListControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.LoginDlg
Not supported.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.MappedComboBoxDataSource
 
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.NavigationBar
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.RadioGroup
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.RadioPanelControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.StaticComboBoxDataSource
 
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarLabelControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl.StatusBarProgressControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.TextAreaControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.TextFieldControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.TreeControl
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.swing.TreeControlNode
Indicates a changed value in the bound data item.
dataItemValueChanged(DataItemValueChangedEvent) - Method in class oracle.dacf.control.tdg.chart.ChartDataSource
Indicates a changed value in the bound data item.
databaseURL - Variable in class oracle.dacf.dataset.SessInfoDescriptor
Deprecated. Applications should not use this field.
def - Variable in class oracle.dacf.control.swing.TreeNodeData
a reference to the TreeNodeDef used when creating the TreeControlNode.
defaultValueAdded(StylesUserEvent) - Method in class oracle.dacf.style.StylesLoader
Called when a default value is added or redefined event.getSource() : returns null event.getPropertyName() : returns null event.getOldValue() : returns the old Object event.getNewValue() : returns the new Object
defaultValueAdded(StylesUserEvent) - Method in class oracle.dacf.style.StylesUserAdapter
 
defaultValueAdded(StylesUserEvent) - Method in interface oracle.dacf.style.StylesUserListener
Called when a default value is added or redefined event.getSource() : returns the old Object event.getPropertyName() : returns null event.getOldValue() : returns the old Object event.getNewValue() : returns the new Object
defaultValueAdded(StylesUserEvent) - Method in class oracle.dacf.style.control.JStylesPanel
Called when a default value is added or redefined event.getSource() : returns the old Object event.getPropertyName() : returns null event.getOldValue() : returns the old Object event.getNewValue() : returns the new Object
deleteAllViewCriteriaRow() - Method in class oracle.dacf.control.swing.FindPanel
delete all view criteria rows.
deleteRow() - Method in interface oracle.dacf.control.swing.find.ViewCriteriaModel
delete current ViewCriteriaRow
deleteRow() - Method in class oracle.dacf.control.swing.find.ViewCriteriaModelImpl
delete current ViewCriteriaRow
deleteRow() - Method in class oracle.dacf.dataset.MappingRowsetAccessImpl
 
deleteRow() - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
deleteSelectedRows(ScrollableRowsetAccess, int[]) - Method in class oracle.dacf.util.MultiSelectDelete
 
deleteViewCriteriaRow() - Method in class oracle.dacf.control.swing.FindPanel
delete the current view criteria row.
depthFirstEnumeration() - Method in class oracle.dacf.control.swing.TreeControlNode
 
deregister(String, String) - Static method in class oracle.dacf.dataset.ViewRegistry
Deregisters a usage relationship between a RowSetInfo and a View.
destroy() - Method in interface oracle.dacf.dataset.RowSetManager
 
destroyAssociation() - Method in class oracle.dacf.dataset.ResultSetInfo
A hook for derived class to remove an association
destroyAssociation() - Method in class oracle.dacf.dataset.RowSetInfo
Remove the master-detail associations.
displayLOV(String) - Method in class oracle.dacf.control.NavigationManager
display LOV if there is an LOV property set on the data object
dispose() - Method in class oracle.dacf.control.swing.InfoFrame
dispose the frame
dispose() - Method in class oracle.dacf.control.swing.InfoInternalFrame
dispose the InfoInternalFrame
doClick(int) - Method in class oracle.dacf.control.swing.NavigationBar
This method allows a menu (for example) to use the navigation bar's navigation logic.
doPostRollback() - Method in class oracle.dacf.dataset.DataItemImpl
Internal: Applications should not use this method.
doPreRollback() - Method in class oracle.dacf.dataset.DataItemImpl
Internal: Applications should not use this method.
doubleValue() - Method in class oracle.dacf.style.StyleElement
getter method for primitive type double
driverType - Variable in class oracle.dacf.dataset.SessInfoDescriptor
Deprecated. Applications should not use this field.
dropInfoBus() - Method in class oracle.dacf.control.DbAccessSupport
Removes this object from its currently bound InfoBus and data item.
dropInfoBusInt() - Method in class oracle.dacf.control.swing.TreeControlNode
Removes this object from its currently bound InfoBus and data item.
dumpStyle() - Method in class oracle.dacf.style.Style
 
dumpStyles() - Static method in class oracle.dacf.style.StyleManager
 

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.