| Package | Description | 
|---|---|
| oracle.adf.model.placeholder | |
| oracle.jbo.uicli.binding | 
 Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
 | 
| oracle.jbo.uicli.jui | 
 Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 | 
| oracle.jbo.uicli.mom | 
 Contains classes that implement metadata management for ADF Swing. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCPlaceholderDataControl  | 
| Modifier and Type | Method and Description | 
|---|---|
JUApplication | 
JUFormBinding.getApplication()
Returns the JUApplciation object to which this form binding belongs. 
 | 
JUApplication | 
JUApplication.getRootApplication()
Returns the root DCDataControl object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JUFormBinding.setApplication(JUApplication app)
Sets the JUApplication instance in this form binding and adds it to the
 JUApplication. 
 | 
| Constructor and Description | 
|---|
JUApplication(JUApplication parent,
             ApplicationModule am,
             java.lang.Object userData)
Constructor to be used to create a nested JUApplication inside another JUApplication object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JUPanelBinding.setApplication(JUApplication app)
*** For internal framework use only ***
 Sets the ApplicationModule reference 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JUApplication | 
JUMetaObjectManager.createApplicationObject(java.lang.String qualifiedAMName)  | 
static JUApplication | 
JUMetaObjectManager.createApplicationObject(java.lang.String qualifiedAMName,
                       java.util.Properties env)  | 
static JUApplication | 
JUMetaObjectManager.createApplicationObject(java.lang.String qualifiedAMName,
                       java.util.Properties env,
                       EnvInfoProvider envInfo)  | 
static JUApplication | 
JUMetaObjectManager.findApplicationObject(java.lang.String qualifiedAMName)  |