| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected JUCtrlActionBindingEvent | 
JUCtrlActionBinding.createActionBindingEvent()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JUCtrlActionBindingListener.afterActionPerformed(JUCtrlActionBindingEvent ev)
Notifies all listeners, so that they may implement necessary updates
 and invalidations on the UI side as a reaction to a performed action. 
 | 
void | 
JUCtrlActionBindingAdapter.afterActionPerformed(JUCtrlActionBindingEvent ev)  | 
void | 
EventHandlerInvoker.afterActionPerformed(JUCtrlActionBindingEvent ev)
afterActionPerformed method is invoked after the action is performed 
 | 
void | 
JUCtrlActionBindingListener.beforeActionPerformed(JUCtrlActionBindingEvent ev)
Notifies all listeners, so that they may prepare any necessary data
 for the current action, before the action is performed 
 | 
void | 
JUCtrlActionBindingAdapter.beforeActionPerformed(JUCtrlActionBindingEvent ev)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JUActionBindingEvent  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JUCtrlActionBindingEvent | 
JUActionBinding.createActionBindingEvent()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JUActionBindingAdapter.afterActionPerformed(JUCtrlActionBindingEvent ev)  | 
void | 
JUActionBindingAdapter.beforeActionPerformed(JUCtrlActionBindingEvent ev)  |