Oracle Data-aware Controls Reference

Uses of Package
oracle.dacf.dataset

Packages that use oracle.dacf.dataset
oracle.dacf.control   
oracle.dacf.control.swing   
oracle.dacf.control.swing.find   
oracle.dacf.dataset This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. 
oracle.dacf.dataset.connections   
 

Classes in oracle.dacf.dataset used by oracle.dacf.control
ValidationException
          This exception is thrown by ValidationListener in response to a ValidationEvent to indicate that the item included in the event is invalid.
 

Classes in oracle.dacf.dataset used by oracle.dacf.control.swing
Query
          Query provides the basic functions of a DAC Query definition.
QueryListener
          Used to observe for query definition changes and execution.
RowSetInfo
          This class contains all of the dataset specific properties and validators.
SearchableRowsetAccess
          This interface is an extension of javax.infobus.ScrollableRowsetAccess that allows searching of the retrieved rows.
ValidationException
          This exception is thrown by ValidationListener in response to a ValidationEvent to indicate that the item included in the event is invalid.
 

Classes in oracle.dacf.dataset used by oracle.dacf.control.swing.find
ColumnInfo
          Contains all of the Dac column-specific properties, validators, formatter, format string, column alignment values, and so on.
UnmangledQueryCriteriaStore
          UnmangledQueryCriteriaStore
 

Classes in oracle.dacf.dataset used by oracle.dacf.dataset
AppModuleInfo
          Base helper class to specify metadata regarding the location of Java Business Objects bussiness definitions.
AttributeChangeEvent
          An AttributeChangeEvent is created when a change listener that implements the ChangeListener interface detects that the attribute's value is about to be changed.
AttributeInfo
          This class contains those properties necessary to support LOV lookups and initializations and default value initialization.
CalculatedAttributeInfo
          The CalculatedAttributeInfo class represents a read-only column derived from ColumnInfo.
Calculator
          This interface defines the methods that must be implemented by a class that will perform calculations on column data.
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.
ColumnInfo
          Contains all of the Dac column-specific properties, validators, formatter, format string, column alignment values, and so on.
CustomConnect
          Deprecated. use CustomConnection instead
DacfRuntimeException
          An extension of RuntimeException that encapsulates the orginal exception and adds to it the concept of product code and error code.
DacObject
          A DacObject is the root object for the containment heirarchy.
DataItemImpl
          This class is the base class for all InfoBus data item implementations.
DataItemValidate
          This interface is an extension to the InfoBus DataItem interfaces that allow a consumer to explicitly ask that a data item be validated.
DriverTypeConstants
          This interface identifies constants for the type of JDBC driver that is being used, or should be used, to connect to the database.
ExceptionProcessorEvent
          The ExceptionProcessorEvent is created when the ExceptionProcessor needs to call its listeners and communicate that a particular exception is going to be process for registration with the ErrorManager.
ExceptionProcessorListener
          Defines the set of methods that must be implemented when one wishes to monitor the processing of exceptions by the ExceptionProcessor.
ExceptionProcessorVetoException
          This exception is thrown by implementors of ExceptionProcessorListener when they wish to veto the processing of a particular exception.
FormatterInfo
          FormatterInfo is a helper class that is used by bean property editors to define how data is formatted on controls.
IBItemProducer
          This class is the DataProducer on the InfoBus and responds to all subscription requests for DataItems.
InfoObject
          This abstract class defines the root object of the InfoObject tree.
InfoObjectBeanInfo
          Internal: Applications should not use this class.
IntTagEditor
          Internal: Applications should not use this class.
IteratorProperties
          This interface exposes some of the useful methods available on oracle.jbo.RowIterator
LockingModeConstants
          Defines the various locking modes for rows supported by the framework.
MasterLink
          Describes the link between two queries.
ModuleDescriptor
          helper class to specify connection info
ProducerObject
          This class is the base class for all class that make DataItems available on the InfoBus.
PropertyAccess
          PropertyAccess
PropertyInfo
          Base abstract class for properties of a DataItem that are exposed through the ImmediateAccess interface.
Query
          Query provides the basic functions of a DAC Query definition.
QueryClauses
          QueryClauses is the abstract base class for defining a query where the WHERE and ORDERBY clauses can be isolated and manipulated.
QueryCriteria
          Encapsulates the selection criteria for a query.
QueryCriteriaAttribute
          QueryCriteriaAttribute
QueryListener
          Used to observe for query definition changes and execution.
ResultSetInfo
          This class contains all of the dataset specific properties and validators.
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.
RowFilter
          Internal: Applications should not use this class or its methods.
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.
RowSetInfo
          This class contains all of the dataset specific properties and validators.
RowSetManager
          Internal: Applications should not use this class.
RowSetPropertyAccess
          Contains the common attributes for an object that will be exposing properties of a RowSetInfo as attributes.
RowSetPropertyInfo
           
SearchableRowsetAccess
          This interface is an extension of javax.infobus.ScrollableRowsetAccess that allows searching of the retrieved rows.
SessInfoDescriptor
          Deprecated. Applications should not use this class.
SessionInfo
          The SessionInfo represents the database transaction context on the client.
StatusInfo
          Contains the metadata for displaying the status bar information.
UnmangledQueryCriteriaStore
          UnmangledQueryCriteriaStore
ValidationEvent
          ValidationEvents are fired by an InfoObject in order to:
ValidationException
          This exception is thrown by ValidationListener in response to a ValidationEvent to indicate that the item included in the event is invalid.
ValidationListener
          ValidationListener interface is intended for receiving ValidationEvents fired by an InfoObject.
ValidationManager
          The ValidationManager class provides the functionality to validate a given data item by name.
ViewCriteriaRowProps
          Internal: Applications should not use this class or its methods.
ViewLinkInfo
          Describes the link between 2 predefined defined queries.
 

Classes in oracle.dacf.dataset used by oracle.dacf.dataset.connections
AppModuleInfo
          Base helper class to specify metadata regarding the location of Java Business Objects bussiness definitions.
CustomConnect
          Deprecated. use CustomConnection instead
SessionInfo
          The SessionInfo represents the database transaction context on the client.
 


Oracle Data-aware Controls Reference

 

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