oracle.jbo.uicli.binding
Interface JUStatusBarInterface
- All Superinterfaces:
- DCStatusBarInterface
- All Known Implementing Classes:
- JUStatusBar
- public interface JUStatusBarInterface
- extends DCStatusBarInterface
Implements status messages based on the current focus, current iterator, and current display mode of a JUPanel. Various JClient control bindings and Panel bindings use this interface to update their status and the classes implementing this interface (typically a StatusBar) can display these status messages. Messages that are MsgId0based could be found in UIMessageBundle class.
Applications could implement this interface to manage focus, currency and display status messages in a custom manner and register the implementing class with a JUPanelBinding to get these messages.
- See Also:
UIMessageBundle
Copyright © 1997, 2005, Oracle. All rights reserved.