public interface JUDefaultControlInterface
JUDefaultControlBinding, JUImageControl| Modifier and Type | Method and Description |
|---|---|
void |
addFocusListener(java.awt.event.FocusAdapter e)
This method is invoked by the binding to add a focus listener to the control such that JClient Panelbinding can update its status based on control's focus.
|
void |
dataChanged(java.lang.Object dataItem)
This method is invoked by the binding to notify the control to update the display with the new data.
|
void dataChanged(java.lang.Object dataItem)
dataItem - Use this data to update the control's displayvoid addFocusListener(java.awt.event.FocusAdapter e)