|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageInterface | |
org.wcb.autohome |
Uses of MessageInterface in org.wcb.autohome |
Classes in org.wcb.autohome that implement MessageInterface | |
class |
StatusBar
Displays the status bar at the bottom of the swing application. |
Methods in org.wcb.autohome that return MessageInterface | |
MessageInterface |
StatusBar.getInterface()
This returns an instance of the MessageInterface that is used in this class to control the various messages. |
MessageInterface |
AutoHomeAdminSession.getMessageInterface()
returns a reference to the MessageInterface provided to this class. |
Methods in org.wcb.autohome with parameters of type MessageInterface | |
void |
AutoHomeAdminSession.setMessageInterface(MessageInterface msg)
|
Constructors in org.wcb.autohome with parameters of type MessageInterface | |
LogPanel(MessageInterface msg)
This displays a panel at the bottom of the application to print messages to the user. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |