oracle.jbo.uicli.jui
Interface JUPanelStopEditingListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- JUTableBinding
- public interface JUPanelStopEditingListener
- extends java.util.EventListener
Bindings that need to send notifications to their controls to stop a current cell edit
like for JTable or JTree, should implement this interface. PanelBinding makes a call
to each listener that implements this interface and is registered with the PanelBinding
to notify it to stop editing the current cell, if the panel needs to change the display
mode, or apply all the changes via a NavigationBar button, etc.
Method Summary |
void |
stopEditing()
Notification method to this listener to stop editing. |
stopEditing
public void stopEditing()
- Notification method to this listener to stop editing.