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 _

C

CANCEL_SAVE_AND_EXIT - Static variable in interface oracle.dacf.control.IncompleteTransactionAlert
indicate that the transaction should not be saved but exit
CASE_SENSITIVE_SEARCH - Static variable in interface oracle.dacf.control.swing.find.FindActionQueryBuilder
 
CLIENT_APPLICATION - Static variable in class oracle.dacf.dataset.DacfType
The error message describes an error condition that exists as a result of an anticipated state or action within the client portion of the application that prevents or halts the intended behavior of the application.
CLIENT_FRAMEWORK - Static variable in class oracle.dacf.dataset.DacfType
The error message describes an error condition that exists as a result of an anticipated state or action within the client portion of the framework that prevents or halts the intended behavior of the framework and hence the application.
COLOCATE - Static variable in class oracle.dacf.dataset.SessionInfo
Integer constant to indicate client and server in the same JVM, communicating using CORBA and Visigenics ORB.
COLOCATE_STRING - Static variable in class oracle.dacf.dataset.SessionInfo
String constant to indicate client and server in the same JVM, communicating using CORBA and Visigenics ORB.
COLUMN_ALIGNMENTS - Static variable in interface oracle.dacf.dataset.DataItemProperties
Column horizontal alignments for display.
COLUMN_INDEX - Static variable in interface oracle.dacf.dataset.DataItemProperties
The column number property of this item.
COLUMN_INVALID - Static variable in class oracle.dacf.dataset.ValidationManager
 
COLUMN_LABELS - Static variable in interface oracle.dacf.dataset.DataItemProperties
Column label to display.
COLUMN_NAME - Static variable in interface oracle.dacf.dataset.DataItemProperties
The column name property of this item.
COLUMN_WIDTHS - Static variable in interface oracle.dacf.dataset.DataItemProperties
Column widths for display.
CONNECTION_MODE - Static variable in interface oracle.dacf.dataset.DataItemProperties
ConnectionMode for this session.
CONNECTION_MODE_PROP - Static variable in interface oracle.dacf.dataset.DataItemProperties
Number equivalent for CONNECTION_NAME to facilitate driver property handling.
CONNECTION_NAME - Static variable in interface oracle.dacf.dataset.DataItemProperties
ConnectionName is an alternative connection specifier that identifies in aggregate connection parameters for the database connection.
CONNECTION_NAME_PROP - Static variable in interface oracle.dacf.dataset.DataItemProperties
Number equivalent for CONNECTION_NAME to facilitate driver property handling.
CONNECTION_URL - Static variable in interface oracle.dacf.dataset.DataItemProperties
Returns the complete connection URL except for username and password.
CONNECTION_URL_PROP - Static variable in interface oracle.dacf.dataset.DataItemProperties
Number equivalent for CONNECTION_URL to facilitate driver property handling.
CURMSG_ATTR_NAME - Static variable in class oracle.dacf.dataset.ResultSetInfo
 
CURRENCY_VALUE - Static variable in class oracle.dacf.formatter.DefaultFormatManager
format currency values
CURROW_ATTR_NAME - Static variable in class oracle.dacf.dataset.ResultSetInfo
 
CachedColumnModelSupport - class oracle.dacf.control.swing.CachedColumnModelSupport.
List Column Model which supports caching of attribute values.
CachedColumnModelSupport(Control) - Constructor for class oracle.dacf.control.swing.CachedColumnModelSupport
 
CalculatedAttributeInfo - class oracle.dacf.dataset.CalculatedAttributeInfo.
The CalculatedAttributeInfo class represents a read-only column derived from ColumnInfo.
CalculatedAttributeInfo() - Constructor for class oracle.dacf.dataset.CalculatedAttributeInfo
Public constructor.
CalculatedAttributeInfo(int) - Constructor for class oracle.dacf.dataset.CalculatedAttributeInfo
Public constructor requiring the java.sql.Type of the CalculatedAttributeInfo.
CalculatedAttributeInfo(String) - Constructor for class oracle.dacf.dataset.CalculatedAttributeInfo
Constructor requiring the name of the CalculatedAttributeInfo column.
CalculatedAttributeInfoBeanInfo - class oracle.dacf.dataset.CalculatedAttributeInfoBeanInfo.
Internal: Applications should not use this class.
CalculatedAttributeInfoBeanInfo() - Constructor for class oracle.dacf.dataset.CalculatedAttributeInfoBeanInfo
Internal: Applications should not use this class.
Calculator - interface oracle.dacf.dataset.Calculator.
This interface defines the methods that must be implemented by a class that will perform calculations on column data.
CancellableButtonModel - interface oracle.dacf.control.swing.CancellableButtonModel.
Extends the JFC ButtonModel to allow selection changes to be vetoed.
CancellableButtonModelImpl - class oracle.dacf.control.swing.CancellableButtonModelImpl.
Extends JFC's DefaultButtonModel to provide a two-state button model that can be used by toggle buttons.
CancellableButtonModelImpl() - Constructor for class oracle.dacf.control.swing.CancellableButtonModelImpl
Constructs a default instance
ChangeAdapter - class oracle.dacf.dataset.ChangeAdapter.
Empty implementation of the ChangeListener interface.
ChangeAdapter() - Constructor for class oracle.dacf.dataset.ChangeAdapter
 
ChangeListener - interface oracle.dacf.dataset.ChangeListener.
This interface defines a set of method that will be called by the framework when a change occurs to a rowset or an attribute.
ChangeVetoException - exception oracle.dacf.control.swing.ChangeVetoException.
This exception can be thrown by SelectionChangingListener in response to a SelectionChangingEvent to veto a selection change is invalid.
ChangeVetoException(String) - Constructor for class oracle.dacf.control.swing.ChangeVetoException
Constructor
ChartDataSource - class oracle.dacf.control.tdg.chart.ChartDataSource.
Data source for the chart control.
ChartDataSource(ChartControl) - Constructor for class oracle.dacf.control.tdg.chart.ChartDataSource
Constructor
ChartLabelDataSource - interface oracle.dacf.control.tdg.chart.ChartLabelDataSource.
 
CheckBoxControl - class oracle.dacf.control.swing.CheckBoxControl.
A data aware checkbox control.
CheckBoxControl() - Constructor for class oracle.dacf.control.swing.CheckBoxControl
Constructs a deselected CheckBoxControl.
CheckBoxControl(Icon) - Constructor for class oracle.dacf.control.swing.CheckBoxControl
Creates an initially unselected CheckboxControl with an icon.
CheckBoxControl(Icon, boolean) - Constructor for class oracle.dacf.control.swing.CheckBoxControl
Creates a CheckboxControl with an icon and specifies whether or not it is initially selected.
CheckBoxControl(String) - Constructor for class oracle.dacf.control.swing.CheckBoxControl
Creates an initially unselected CheckboxControl with text.
CheckBoxControl(String, boolean) - Constructor for class oracle.dacf.control.swing.CheckBoxControl
Creates a CheckboxControl with text and specifies whether or not it is initially selected.
CheckBoxControl(String, Icon) - Constructor for class oracle.dacf.control.swing.CheckBoxControl
Creates an initially unselected CheckboxControl with the specified text and icon.
CheckBoxControl(String, Icon, boolean) - Constructor for class oracle.dacf.control.swing.CheckBoxControl
Creates a Checkbox control with text, icon, and specifies whether or not it is initially selected.
CheckBoxControlBeanInfo - class oracle.dacf.control.swing.CheckBoxControlBeanInfo.
bean info class for the check box control
CheckBoxControlBeanInfo() - Constructor for class oracle.dacf.control.swing.CheckBoxControlBeanInfo
Constructor
ColOrderChartDataSource - class oracle.dacf.control.tdg.chart.ColOrderChartDataSource.
Data source for the chart control.
ColOrderChartDataSource(ChartControl) - Constructor for class oracle.dacf.control.tdg.chart.ColOrderChartDataSource
Constructor
ColumnInfo - class oracle.dacf.dataset.ColumnInfo.
Contains all of the Dac column-specific properties, validators, formatter, format string, column alignment values, and so on.
ColumnInfo() - Constructor for class oracle.dacf.dataset.ColumnInfo
Default constructor.
ColumnInfo(int) - Constructor for class oracle.dacf.dataset.ColumnInfo
Constructor requiring the column to be identified by its SQL type according to java.sql.Types.
ColumnInfo(String) - Constructor for class oracle.dacf.dataset.ColumnInfo
Constructor requiring the column to be identified by its name.
ColumnInfoBeanInfo - class oracle.dacf.dataset.ColumnInfoBeanInfo.
Internal: Applications should not use this class.
ColumnInfoBeanInfo() - Constructor for class oracle.dacf.dataset.ColumnInfoBeanInfo
 
ColumnLayout - class oracle.dacf.layout.ColumnLayout.
A column layout is one in which objects are stacked one on top of the other subject to positioning information provided in a ControlConstraints object.
ColumnLayout() - Constructor for class oracle.dacf.layout.ColumnLayout
Parameterless class constructor.
ColumnModelSupport - class oracle.dacf.control.swing.ColumnModelSupport.
ColumnModelSupport provides a JFC's ListModel implementation which gets its items from a infobus ScrollableRowsetAccess.
ColumnModelSupport(Control) - Constructor for class oracle.dacf.control.swing.ColumnModelSupport
Constructs a ColumnModelSupport object
ComboBoxControl - class oracle.dacf.control.swing.ComboBoxControl.
ComboBoxControl is a data aware combo box.
ComboBoxControl() - Constructor for class oracle.dacf.control.swing.ComboBoxControl
Constructs a default ComboBoxControl.
ComboBoxControl(Vector) - Constructor for class oracle.dacf.control.swing.ComboBoxControl
Creates a ComboBoxControl that contains the elements in the specified Vector.
ComboBoxControl(Object[]) - Constructor for class oracle.dacf.control.swing.ComboBoxControl
Creates a ComboBoxControl that contains the elements in the specified array.
ComboBoxControl(ComboBoxModel) - Constructor for class oracle.dacf.control.swing.ComboBoxControl
Creates a ComboBoxControl that takes its items from an existing ComboBoxDataModel.
ComboBoxControlBeanInfo - class oracle.dacf.control.swing.ComboBoxControlBeanInfo.
bean info class for the combo box control
ComboBoxControlBeanInfo() - Constructor for class oracle.dacf.control.swing.ComboBoxControlBeanInfo
Constuctor
ComboBoxDataItemEditor - class oracle.dacf.control.swing.ComboBoxDataItemEditor.
ComboBoxEditor capable of editing ImmediateAccess text items.
ComboBoxDataItemEditor() - Constructor for class oracle.dacf.control.swing.ComboBoxDataItemEditor
Constructs an instance of the editor
ComboBoxDataSource - class oracle.dacf.control.swing.ComboBoxDataSource.
ComboBoxDataSource provides a JFC's ComboBoxModel implementation which gets its items from a infobus ScrollableRowsetAccess.
ComboBoxDataSource(ComboBoxControl) - Constructor for class oracle.dacf.control.swing.ComboBoxDataSource
Constructor
ComboBoxDataSource(ComboBoxControl, String) - Constructor for class oracle.dacf.control.swing.ComboBoxDataSource
Constructor
ComboBoxDataSource.ValueLocator - interface oracle.dacf.control.swing.ComboBoxDataSource.ValueLocator.
 
Compare - interface oracle.dacf.util.Compare.
Defines the interface for the comparison method used by the derivatives of AbstractSort.
Connection - class oracle.dacf.dataset.connections.Connection.
 
Connection() - Constructor for class oracle.dacf.dataset.connections.Connection
 
ConnectionInfo - interface oracle.dacf.dataset.connections.ConnectionInfo.
 
ConnectionModeEditor - class oracle.dacf.dataset.ConnectionModeEditor.
Internal: Applications should not use this class.
ConnectionModeEditor() - Constructor for class oracle.dacf.dataset.ConnectionModeEditor
Internal: Applications should not use this class.
ConstrainedViewCriteriaModel - class oracle.dacf.control.swing.find.ConstrainedViewCriteriaModel.
This class provides a constrained view of the ViewCriteriaModel.
ConstrainedViewCriteriaModel() - Constructor for class oracle.dacf.control.swing.find.ConstrainedViewCriteriaModel
Constructor
ConsumerSupport - class oracle.dacf.control.ConsumerSupport.
 
ConsumerSupport() - Constructor for class oracle.dacf.control.ConsumerSupport
 
ConsumerSupport(InfoBusMember) - Constructor for class oracle.dacf.control.ConsumerSupport
 
ContainerControl - interface oracle.dacf.control.ContainerControl.
An interface that a Control implements when it is a container like the GridControl.
Control - interface oracle.dacf.control.Control.
All data-aware controls that plug into the runtime framework must implement this interface.
ControlBeanInfoHelper - class oracle.dacf.control.swing.ControlBeanInfoHelper.
BeanInfo helper class.
ControlBeanInfoHelper() - Constructor for class oracle.dacf.control.swing.ControlBeanInfoHelper
 
ControlConstraints - class oracle.dacf.layout.ControlConstraints.
ControlConstraints is a class containing positioning and alignment information for components managed by layout manager classes which are derived from the LayoutManager3 interface.
ControlConstraints() - Constructor for class oracle.dacf.layout.ControlConstraints
Parameterless class constructor.
ControlConstraints(int) - Constructor for class oracle.dacf.layout.ControlConstraints
Class constructor where you can specify the alignment but accept the default gaps.
ControlConstraints(int, int, int) - Constructor for class oracle.dacf.layout.ControlConstraints
Class constructor where you can specify the alignment and the gap values.
ControlConstraints(int, int, int, int, int) - Constructor for class oracle.dacf.layout.ControlConstraints
Class constructor where you can specify all the constraint values.
ControlEnabledListener - interface oracle.dacf.control.ControlEnabledListener.
ControlEnabledListener
ControlLayout - class oracle.dacf.layout.ControlLayout.
A control layout is one in which two components which act together as a single control can be drawn and manipulated together on screen.
ControlLayout() - Constructor for class oracle.dacf.layout.ControlLayout
Parameterless class constructor.
ControlLayout(int) - Constructor for class oracle.dacf.layout.ControlLayout
Class constructor which specifies the arrangement of controls.
ControlLayout(int, int) - Constructor for class oracle.dacf.layout.ControlLayout
Class constructor which specifies the arrangement and weight of controls.
ControlLayoutBeanInfo - class oracle.dacf.layout.ControlLayoutBeanInfo.
This bean info describes the properties of the ControlLayout class.
ControlLayoutBeanInfo() - Constructor for class oracle.dacf.layout.ControlLayoutBeanInfo
 
ControlSupport - class oracle.dacf.control.ControlSupport.
This class provides default implementations for most of the methods in the Control interface.
ControlSupport(Control) - Constructor for class oracle.dacf.control.ControlSupport
Constructs the support object for a given data aware control.
ControlSupportHC - class oracle.dacf.control.ControlSupportHC.
A variant of ControlSupport to support controls that utilize a hierarchy of DataItems.
ControlSupportHC(Control) - Constructor for class oracle.dacf.control.ControlSupportHC
Constructs the support object for a given data aware control.
CorbaConnection - class oracle.dacf.dataset.connections.CorbaConnection.
 
CorbaConnection() - Constructor for class oracle.dacf.dataset.connections.CorbaConnection
 
CorbaConnection(String, String, Applet) - Constructor for class oracle.dacf.dataset.connections.CorbaConnection
Constructor
CorbaConnection(String, String) - Constructor for class oracle.dacf.dataset.connections.CorbaConnection
Constructor
CurrencyChangedEvent - class oracle.dacf.control.CurrencyChangedEvent.
This event is sent by the NavigationManager to all CurrencyListeners whenever the the "current" control is changed.
CurrencyChangedEvent(Control, Control) - Constructor for class oracle.dacf.control.CurrencyChangedEvent
 
CurrencyListener - interface oracle.dacf.control.CurrencyListener.
This interface is to be implemented by those classes that wish to notified when the current control changes.
CustomConnect - interface oracle.dacf.dataset.CustomConnect.
Deprecated. use CustomConnection instead
CustomConnection - interface oracle.dacf.dataset.connections.CustomConnection.
The CustomConnection interface allows implementors to provide their own Named connection used to establish the AppModule's transaction.
cacheSingleValue(String, Object) - Method in class oracle.dacf.dataset.SessionInfo
Adds a single object and its name to the cache.
calculate(CalculatedAttributeInfo, ImmediateAccess) - Method in interface oracle.dacf.dataset.Calculator
Calculates the new value based upon the source values.
canDelete() - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
canInsert() - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
canReExecuteQuery() - Method in interface oracle.dacf.control.swing.find.FindActionQueryBuilder
The query can be modified and re-executed.
canReExecuteQuery() - Method in class oracle.dacf.control.swing.find.NavbarFindActionQueryBuilder
The query can be modified and re-executed.
canUpdate() - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
canUpdate(String) - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
canUpdate(int) - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
cancelCellEditing() - Method in class oracle.dacf.control.swing.DacCellEditor.DacEditorDelegate
 
cancelCellEditing() - Method in class oracle.dacf.control.swing.DacCellEditor
 
cancelCellEditing() - Method in class oracle.dacf.style.control.PropertyCellEditor
Tell the editor to cancel editing and not accept any partially edited value.
cancelCellEditing() - Method in class oracle.dacf.style.control.StylePropertyEditor
Tell the editor to cancel editing and not accept any partially * edited value.
cancelEdits() - Method in interface oracle.dacf.control.ApplyEditsListener
 
cancelEdits() - Method in class oracle.dacf.control.swing.GridControl
Causes the control to close the cell editor, loosing the value
cancelEdits() - Method in class oracle.dacf.control.swing.TextAreaControl
 
cancelEdits() - Method in class oracle.dacf.control.swing.TextFieldControl
 
changeCurrency() - Method in interface oracle.dacf.control.ContainerControl
Returns true if a ContainerControl (e.g.
changeCurrency() - Method in class oracle.dacf.control.swing.GridControl
 
changeEvent - Variable in class oracle.dacf.control.swing.DacCellEditor
 
changeListenerMethodNames - Variable in class oracle.dacf.dataset.InfoObjectBeanInfo
Property to specify an array of new listener method names.
charValue() - Method in class oracle.dacf.style.StyleElement
getter method for primitive type char
checkSessionInfoParams(SessionInfo) - Static method in class oracle.dacf.dataset.DataSetUtils
check if session info object has been setup with all necessary information.
children() - Method in class oracle.dacf.control.swing.TreeControlNode
Returns the children of the reciever as an Enumeration.
children(boolean) - Method in class oracle.dacf.control.swing.TreeControlNode
Returns the children of the reciever as an Enumeration.
clearDirty() - Method in class oracle.dacf.dataset.InfoObject
Clears the dirty state of the InfoObject and all its children.
clearDirty() - Method in class oracle.dacf.dataset.SessionInfo
Clears the dirty state of the DataItem.
clearRef() - Method in class oracle.dacf.util.InfoBusMemberHelper
 
clearResetValue() - Method in class oracle.dacf.style.StyleElement
Clearing the rest value
clone() - Method in class oracle.dacf.control.swing.TreeControl.InterceptTreeKeyStrokeAction
 
clone() - Method in class oracle.dacf.dataset.AttributeInfo
Clones the object.
clone() - Method in class oracle.dacf.dataset.ColumnInfo
 
clone() - Method in class oracle.dacf.dataset.DacObject
Produces a field-for-field copy of instances of the class.
clone() - Method in class oracle.dacf.dataset.DacfErrorMessageContext
Produces a shallow clone of the DacfErrorMessageContext.
clone() - Method in class oracle.dacf.dataset.DataItemImpl
Copies the data item.
clone() - Method in class oracle.dacf.dataset.DynamicViewLinkInfo
Creates and returns a field-for-field copy of this object.
clone() - Method in class oracle.dacf.dataset.InfoObject
 
clone() - Method in class oracle.dacf.dataset.LOVRowSetInfo
Method to clone this object.
clone() - Method in class oracle.dacf.dataset.MasterLink
 
clone() - Method in class oracle.dacf.dataset.MasterLinkInfo
Internal: Applications should not use this method.
clone() - Method in class oracle.dacf.dataset.ProducerObject
Clones the DacObject.
clone() - Method in class oracle.dacf.dataset.Query
 
clone() - Method in class oracle.dacf.dataset.QueryCriteriaPropertyAccess
Creates a copy of the data item.
clone() - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
clone() - Method in class oracle.dacf.dataset.QueryCriteriaValue
Creates a copy of the data item.
clone() - Method in class oracle.dacf.dataset.RestrictedViewLinkInfo
 
clone() - Method in class oracle.dacf.dataset.ResultSetInfo
Creates a deep copy of the ResultSetInfo, including the children.
clone() - Method in class oracle.dacf.dataset.RowSetInfo
 
clone() - Method in class oracle.dacf.dataset.RowSetPropertyAccess
Creates a copy of the data item.
clone() - Method in class oracle.dacf.dataset.SingleValueImpl
 
clone() - Method in class oracle.dacf.dataset.ViewLinkInfo
 
clone() - Method in class oracle.dacf.style.DefaultValues
implementation of Cloneable interface
clone() - Method in class oracle.dacf.style.Style
implementation of Cloneable interface
clone() - Method in class oracle.dacf.style.StyleElement
implementation of Cloneable interface
close() - Method in class oracle.dacf.control.swing.InfoFrame
this method pops up the save changes dialog if needed and return's user's response.
close(boolean) - Method in class oracle.dacf.control.swing.InfoFrame
\I 2 9 3 * Close the frame.
close() - Method in class oracle.dacf.control.swing.InfoInternalFrame
this method pops up the save changes dialog if needed and return's user's response.
close(boolean) - Method in class oracle.dacf.control.swing.InfoInternalFrame
Close the frame.
close() - Method in class oracle.dacf.dataset.ProducerObject
Generic method for disconnecting the Producer objects from the server objects and revoking any consumed DataItems
closeButtonClicked() - Method in class oracle.dacf.control.swing.find.DacFindPanelUIAdapter
A notification that the Close button was clicked.
closeButtonClicked() - Method in interface oracle.dacf.control.swing.find.DacFindPanelUIListener
A notification that the Close button was clicked
closeCheck() - Method in class oracle.dacf.dataset.AttributePropertyInfo
Checks to see if close is permitted.
closeCheck() - Method in class oracle.dacf.dataset.ColumnInfo
Checks to see if close is permitted.
closeCheck() - Method in class oracle.dacf.dataset.ProducerObject
Checks to see if close is permitted.
closeCheck() - Method in class oracle.dacf.dataset.PropertyInfo
Checks to see if close is permitted.
closeCheck() - Method in class oracle.dacf.dataset.QueryCriteria
 
closeCheck() - Method in class oracle.dacf.dataset.QueryCriteriaAttribute
 
closeCheck() - Method in class oracle.dacf.dataset.ResultSetInfo
Checks to see if close is permitted.
closeCheck() - Method in class oracle.dacf.dataset.RowSetPropertyInfo
Checks to see if close is permitted.
closeCheck() - Method in class oracle.dacf.dataset.SessionInfo
Internal: Applications should not use this method.
closeCheck() - Method in class oracle.dacf.dataset.SessionPropertyInfo
Checks to see if close is permitted.
closeChildren() - Method in class oracle.dacf.dataset.AttributePropertyInfo
A subclass specific method for disconnecting the child objects from their server objects counterparts.
closeChildren() - Method in class oracle.dacf.dataset.ColumnInfo
A subclass specific method for disconnecting the child objects from their server objects counterparts.
closeChildren() - Method in class oracle.dacf.dataset.ProducerObject
A subclass specific method for disconnecting the child objects from their server objects counterparts.
closeChildren() - Method in class oracle.dacf.dataset.PropertyInfo
A subclass specific method for disconnecting the child objects from their server objects counterparts.
closeChildren() - Method in class oracle.dacf.dataset.QueryCriteria
 
closeChildren() - Method in class oracle.dacf.dataset.QueryCriteriaAttribute
 
closeChildren() - Method in class oracle.dacf.dataset.ResultSetInfo
 
closeChildren() - Method in class oracle.dacf.dataset.RowSetPropertyInfo
A subclass specific method for disconnecting the child objects from their server objects counterparts.
closeChildren() - Method in class oracle.dacf.dataset.SessionInfo
Internal: Applications should not use this method.
closeChildren() - Method in class oracle.dacf.dataset.SessionPropertyInfo
A subclass specific method for disconnecting the child objects from their server objects counterparts.
closeDataItems() - Method in class oracle.dacf.dataset.AttributePropertyInfo
A subclass specific method for disconnecting and revoking Dataitems Internal to the framework; should never be called by client classes
closeDataItems() - Method in class oracle.dacf.dataset.ColumnInfo
Disconnects the ImmediateAccess from the server-side objects Internal to the framework; should never be called by client classes
closeDataItems() - Method in class oracle.dacf.dataset.ProducerObject
A subclass specific method for disconnecting and revoking Dataitems Internal to the framework; should never be called by client classes
closeDataItems() - Method in class oracle.dacf.dataset.QueryCriteria
 
closeDataItems() - Method in class oracle.dacf.dataset.QueryCriteriaAttribute
 
closeDataItems() - Method in class oracle.dacf.dataset.QueryCriteriaProperty
Closes down and revokes the QueryCriteriaPropertyAccess DataItem.
closeDataItems() - Method in class oracle.dacf.dataset.ResultSetInfo
 
closeDataItems() - Method in class oracle.dacf.dataset.RowSetPropertyInfo
A subclass specific method for disconnecting and revoking Dataitems Internal to the framework; should never be called by client classes
closeDataItems() - Method in class oracle.dacf.dataset.SessionInfo
Internal: Applications should not use this method.
closeDataItems() - Method in class oracle.dacf.dataset.SessionPropertyInfo
A subclass specific method for disconnecting and revoking Dataitems Internal to the framework; should never be called by client classes
closeDataItems() - Method in class oracle.dacf.dataset.StatusInfo
A subclass specific method for disconnecting and revoking Dataitems Internal to the framework; should never be called by client classes
closeOutputStream() - Method in class oracle.dacf.util.errorloggers.OutputStreamLogger
Closes and flushes the OutputStream.
closeProducerObject() - Method in class oracle.dacf.dataset.AttributePropertyInfo
A subclass specific method for disconnecting the client object from the appropriate server objects.
closeProducerObject() - Method in class oracle.dacf.dataset.ColumnInfo
A subclass specific method for disconnecting the client object from the appropriate server objects.
closeProducerObject() - Method in class oracle.dacf.dataset.ProducerObject
A subclass specific method for disconnecting the client object from the appropriate server objects.
closeProducerObject() - Method in class oracle.dacf.dataset.PropertyInfo
A subclass specific method for disconnecting the client object from the appropriate server objects.
closeProducerObject() - Method in class oracle.dacf.dataset.QueryCriteria
 
closeProducerObject() - Method in class oracle.dacf.dataset.QueryCriteriaAttribute
 
closeProducerObject() - Method in class oracle.dacf.dataset.ResultSetInfo
Close down the ResultSetInfo.
closeProducerObject() - Method in class oracle.dacf.dataset.RowSetPropertyInfo
A subclass specific method for disconnecting the client object from the appropriate server objects.
closeProducerObject() - Method in class oracle.dacf.dataset.SessionInfo
Internal: Applications should not use this method.
closeProducerObject() - Method in class oracle.dacf.dataset.SessionPropertyInfo
A subclass specific method for disconnecting the client object from the appropriate server objects.
columnLabel(int) - Method in class oracle.dacf.control.tdg.chart.ChartDataSource
 
columnLabel(int) - Method in class oracle.dacf.control.tdg.chart.ColOrderChartDataSource
 
columnLabel(int) - Method in class oracle.dacf.control.tdg.chart.LabelAwareChartDataSource
 
compare(Style) - Method in class oracle.dacf.style.Style
Returns true if the 2 Styles define the same properties.
compare(StyleElement) - Method in class oracle.dacf.style.StyleElement
Returns true if the 2 StyleElements define the same property, same value and same 'protected' state.
compare(Object, Object) - Method in interface oracle.dacf.util.Compare
Compares two objects and returns the result.
comparer - Variable in class oracle.dacf.util.AbstractSort
 
connect(ApplicationModule, SessionInfo) - Method in interface oracle.dacf.dataset.CustomConnect
Deprecated. Called by the DAC framework to do the actual connect.
connect() - Method in class oracle.dacf.dataset.SessionInfo
Internal: Applications should not use this method.
connect(AppModuleInfo) - Method in class oracle.dacf.dataset.connections.Connection
this method provides the Middeltier with all the connection Information.
connect(AppModuleInfo) - Method in interface oracle.dacf.dataset.connections.ConnectionInfo
this method provides the Middeltier with all the connection Information.
connectionURL - Variable in class oracle.dacf.dataset.SessInfoDescriptor
Deprecated. Applications should not use this field.
contentsChanged(ListDataEvent) - Method in class oracle.dacf.control.swing.ComboBoxControl
A notification that the contents changed
convertAlignment(String) - Static method in class oracle.dacf.layout.ControlConstraints
Convert a string representation of an alignment value to an integer.
convertArrangement(String) - Static method in class oracle.dacf.layout.ControlLayout
Convert a string representation of an arrangement value to an integer.
convertDirection(String) - Static method in class oracle.dacf.layout.RowLayout
Convert a string representation of an direction value to an integer.
copy(Style) - Method in class oracle.dacf.style.Style
copies the Style definition to this style
countRemaining() - Method in class oracle.dacf.util.ItemNameTokenizer
Counts the number of remaining item names that can be retrieved by calling next()
createAssociation() - Method in class oracle.dacf.dataset.ResultSetInfo
A hook for derived class to create an association
createAssociation() - Method in class oracle.dacf.dataset.RowSetInfo
Establish the master-detail associations.
createButtonModel() - Method in class oracle.dacf.control.swing.CheckBoxControl
Called by the constructor to create the CancellableButtonModel to be used by this checkbox.
createChild(String) - Method in class oracle.dacf.dataset.InfoObject
This method is provided to be overriden by the derived classes to support creation of InfoObjects on the fly.
createChild(String) - Method in class oracle.dacf.dataset.ResultSetInfo
Creates a child ColumnInfo, StatusInfo or QueryCriteriaProperty.
createDbAccessMonitor(String) - Static method in class oracle.dacf.control.DbAccessMonitorFactory
clients use this method to create a DbAccessMonitor object.
createDynamicAttribute(String) - Method in class oracle.dacf.dataset.ResultSetInfo
Creates a dynamic attribute in the BC4J ViewObject.
createDynamicAttributeInternal(String) - Method in class oracle.dacf.dataset.ResultSetInfo
 
createPanel() - Method in class oracle.dacf.control.swing.find.ViewCriteriaFindPanelUI
 
createPropertyColumn() - Method in class oracle.dacf.dataset.ColumnInfo
Creates the property column for this ColumnView.
createScrollPane() - Method in class oracle.dacf.control.swing.GridControl
Override this method, if you wish to use a custom ScrollPane.
createSelectionModel() - Method in class oracle.dacf.control.swing.ListControl
Called by the constructor to create the selection model to be used by this control.
createTableDataSource(GridControl) - Method in class oracle.dacf.control.swing.GridControl
 
createViewLink(ApplicationModule, ViewObject) - Method in class oracle.dacf.dataset.DynamicViewLinkInfo
Internal: Application should not use this method.
createViewLink(ApplicationModule, ViewObject) - Method in class oracle.dacf.dataset.MasterLink
Creates the link between the master RowSetInfo and the detail RowSetInfo within the context of the specified ApplicationModule.
createViewLink(ApplicationModule, ViewObject) - Method in class oracle.dacf.dataset.MasterLinkInfo
Internal: Applications should not use this method.
createViewLink(String, RowSetInfo, String[], RowSetInfo, String[]) - Method in class oracle.dacf.dataset.RestrictedViewLinkInfo
Creates the link between the master RowSetInfo and the detail RowSetInfo within the context of the specified ApplicationModule.
createViewLink(ApplicationModule, ViewObject) - Method in class oracle.dacf.dataset.ViewLinkInfo
Creates the link between the master RowSetInfo and the detail RowSetInfo within the context of the specified ApplicationModule.
createViewport() - Method in class oracle.dacf.control.swing.DelayedRefreshScrollPane
customize the Swing ScrollPane by creatin our own version of ViewPort instead of the standard Swing version of viewport.
currencyChanged(CurrencyChangedEvent) - Method in interface oracle.dacf.control.CurrencyListener
This method is called by the NavigationManager after is has determined the new current control and keyboard focus has been moved to that control.
currencyChanged(CurrencyChangedEvent) - Method in class oracle.dacf.control.swing.NavigationBar
 
currencyChanged(CurrencyChangedEvent) - Method in class oracle.dacf.control.swing.StatusBarControl
This method is used to track which control on the screen gets focus
currencyChanged(CurrencyChangedEvent) - Method in class oracle.dacf.control.swing.TreeControl
This method is used to track the change of keyboard focus.

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.