| Package | Description | 
|---|---|
| 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.jui | 
 Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JUFormBinding.addNavigationBar(JUNavigationBarInterface navBar)
Adds a NavigationBar (or like object) that needs to listen into changes
 in an iterator, and focus events, etc. 
 | 
void | 
JUFormBinding.removeNavigationBar(JUNavigationBarInterface navBar)
Removes a JUNavigationBarInterface listener object from the list. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JUNavigationBar
Implements a data-aware toolbar. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
JUNavigationBarInterface
Implemented by all controls similar to NavigationBar that are interested in 
 knowing which iterator is currently in focus in a PanelBinding, so that
 they can update their display of currency, etc. 
 |