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


Uses of Class
oracle.adf.model.adapter.DTContext

Packages that use DTContext
oracle.adf.model.adapter Contains the implementation for abstract adapters for various oracle.binding.DataControl implementation shipped with ADF. 

 

Uses of DTContext in oracle.adf.model.adapter

 

Methods in oracle.adf.model.adapter that return DTContext
static DTContext DTContext.getInstance()
          Gets the design time context as implemented by the current design time.

 

Methods in oracle.adf.model.adapter with parameters of type DTContext
static void DTContext.setCurrentContextImpl(DTContext impl)
          Sets the current design time implementation of this class.
static void AdapterContext.setCurrentContextImpl(DTContext impl)
          Sets the current design time implementation of this class.
abstract  void AbstractAdapter.initialize(java.lang.Object sourceObj, DTContext ctx)
          Initializes the adapter from a source object.
 void AbstractAdapter.configureClientProject(java.lang.Object sourceObj, DTContext ctx)
          Hook to allow specific adapter implementations to configure a client project.

 


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.