Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Uses of Package
oracle.jbo

Packages that use oracle.jbo
oracle.adf.model.adapter Contains the implementation for abstract adapters for various oracle.binding.DataControl implementation shipped with ADF. 
oracle.adf.model.bc4j Contains a DataControl implementation for ADF Business Components. 
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.adf.model.generic Contains a readonly DataControl implementation for JavaBeans. 
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.uicli.binding Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
oracle.jbo.uicli.controls Contains classes that implement ADF Swing controls  
oracle.jbo.uicli.graph Contains classes that implement bindings for ADF Swing Graph controls. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 

 

Classes in oracle.jbo used by oracle.adf.model.adapter
JboException
          Top level exception for the JBO package.

 

Classes in oracle.jbo used by oracle.adf.model.bc4j
AttributeDef
          Defines access to named attribute definitions.
Key
          A primary, foreign, or composite row identifier.
LocaleContext
          This class represents the LocalContext used as part of the formatting and UI hints support.
Row
          This interface provides access to rows.
RowSetIterator
          The interface for Row Set Iterator.
ViewCriteria
          A list of row criteria for a View Object's WHERE clause.

 

Classes in oracle.jbo used by oracle.adf.model.binding
AttributeDef
          Defines access to named attribute definitions.
DeleteEvent
          An event generated by RowSetIterator to inform its listeners when a row is deleted.
InsertEvent
          An event class used by RowSetIterator to inform its listeners when a row has been inserted.
JboException
          Top level exception for the JBO package.
Key
          A primary, foreign, or composite row identifier.
LocaleContext
          This class represents the LocalContext used as part of the formatting and UI hints support.
NavigatableRowIterator
          Provides simple access to a set of rows.
NavigationEvent
          An event generated by RowSet to inform its listeners when the iterator position in a View Object changes.
RangeRefreshEvent
          Generated by RowSetIterator to inform its listeners when a range of rows need to be redrawn.
Row
          This interface provides access to rows.
RowIterator
          The interface for Row Iterator.
RowSetIterator
          The interface for Row Set Iterator.
RowSetListener
          Implemented by subscribers to events generated by row sets.
ScrollEvent
          Generated by RowSetIterator to inform its listeners when a range of rows is scrolled.
StructureDef
          Imlemented by classes that access a View Object's or Entity Object's metadata.
UpdateEvent
          An event class used by RowSetIterator to inform its listeners when a row is modified.
ViewCriteria
          A list of row criteria for a View Object's WHERE clause.

 

Classes in oracle.jbo used by oracle.adf.model.generic
AttributeDef
          Defines access to named attribute definitions.
Key
          A primary, foreign, or composite row identifier.
LocaleContext
          This class represents the LocalContext used as part of the formatting and UI hints support.
NavigatableRowIterator
          Provides simple access to a set of rows.
Row
          This interface provides access to rows.
RowIterator
          The interface for Row Iterator.
RowSetIterator
          The interface for Row Set Iterator.
StructureDef
          Imlemented by classes that access a View Object's or Entity Object's metadata.
ViewCriteria
          A list of row criteria for a View Object's WHERE clause.

 

Classes in oracle.jbo used by oracle.jbo
AttributeDef
          Defines access to named attribute definitions.
DeleteEvent
          An event generated by RowSetIterator to inform its listeners when a row is deleted.
InsertEvent
          An event class used by RowSetIterator to inform its listeners when a row has been inserted.
JboException
          Top level exception for the JBO package.
Key
          A primary, foreign, or composite row identifier.
LocaleContext
          This class represents the LocalContext used as part of the formatting and UI hints support.
NavigatableRowIterator
          Provides simple access to a set of rows.
NavigationEvent
          An event generated by RowSet to inform its listeners when the iterator position in a View Object changes.
RangeRefreshEvent
          Generated by RowSetIterator to inform its listeners when a range of rows need to be redrawn.
Row
          This interface provides access to rows.
RowIterator
          The interface for Row Iterator.
RowSetIterator
          The interface for Row Set Iterator.
ScrollEvent
          Generated by RowSetIterator to inform its listeners when a range of rows is scrolled.
StructureDef
          Imlemented by classes that access a View Object's or Entity Object's metadata.
UpdateEvent
          An event class used by RowSetIterator to inform its listeners when a row is modified.
ViewCriteria
          A list of row criteria for a View Object's WHERE clause.

 

Classes in oracle.jbo used by oracle.jbo.common
LocaleContext
          This class represents the LocalContext used as part of the formatting and UI hints support.

 

Classes in oracle.jbo used by oracle.jbo.uicli.binding
AttributeDef
          Defines access to named attribute definitions.
DeleteEvent
          An event generated by RowSetIterator to inform its listeners when a row is deleted.
InsertEvent
          An event class used by RowSetIterator to inform its listeners when a row has been inserted.
JboException
          Top level exception for the JBO package.
Key
          A primary, foreign, or composite row identifier.
LocaleContext
          This class represents the LocalContext used as part of the formatting and UI hints support.
NavigationEvent
          An event generated by RowSet to inform its listeners when the iterator position in a View Object changes.
RangeRefreshEvent
          Generated by RowSetIterator to inform its listeners when a range of rows need to be redrawn.
Row
          This interface provides access to rows.
RowSetIterator
          The interface for Row Set Iterator.
RowSetListener
          Implemented by subscribers to events generated by row sets.
ScrollEvent
          Generated by RowSetIterator to inform its listeners when a range of rows is scrolled.
StructureDef
          Imlemented by classes that access a View Object's or Entity Object's metadata.
UpdateEvent
          An event class used by RowSetIterator to inform its listeners when a row is modified.

 

Classes in oracle.jbo used by oracle.jbo.uicli.controls
AttributeDef
          Defines access to named attribute definitions.
DeleteEvent
          An event generated by RowSetIterator to inform its listeners when a row is deleted.
InsertEvent
          An event class used by RowSetIterator to inform its listeners when a row has been inserted.
NavigationEvent
          An event generated by RowSet to inform its listeners when the iterator position in a View Object changes.
RangeRefreshEvent
          Generated by RowSetIterator to inform its listeners when a range of rows need to be redrawn.
RowSetListener
          Implemented by subscribers to events generated by row sets.
ScrollEvent
          Generated by RowSetIterator to inform its listeners when a range of rows is scrolled.
UpdateEvent
          An event class used by RowSetIterator to inform its listeners when a row is modified.

 

Classes in oracle.jbo used by oracle.jbo.uicli.graph
DeleteEvent
          An event generated by RowSetIterator to inform its listeners when a row is deleted.
InsertEvent
          An event class used by RowSetIterator to inform its listeners when a row has been inserted.
Row
          This interface provides access to rows.
StructureDef
          Imlemented by classes that access a View Object's or Entity Object's metadata.

 

Classes in oracle.jbo used by oracle.jbo.uicli.jui
AttributeDef
          Defines access to named attribute definitions.
DeleteEvent
          An event generated by RowSetIterator to inform its listeners when a row is deleted.
InsertEvent
          An event class used by RowSetIterator to inform its listeners when a row has been inserted.
Key
          A primary, foreign, or composite row identifier.
LocaleContext
          This class represents the LocalContext used as part of the formatting and UI hints support.
NavigatableRowIterator
          Provides simple access to a set of rows.
NavigationEvent
          An event generated by RowSet to inform its listeners when the iterator position in a View Object changes.
RangeRefreshEvent
          Generated by RowSetIterator to inform its listeners when a range of rows need to be redrawn.
Row
          This interface provides access to rows.
RowSetIterator
          The interface for Row Set Iterator.
RowSetListener
          Implemented by subscribers to events generated by row sets.
ScrollEvent
          Generated by RowSetIterator to inform its listeners when a range of rows is scrolled.
StructureDef
          Imlemented by classes that access a View Object's or Entity Object's metadata.
UpdateEvent
          An event class used by RowSetIterator to inform its listeners when a row is modified.

 


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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