Inheritance diagram for InternationalInputContext:

Public Member Functions | |
| void | showInfo (String info, boolean log) |
| Shows a string in the status bar. | |
| URL | getDocumentBase () |
| Returns the document base or current directory. | |
| void | showDocument (URL url, boolean top) |
| Shows an HTML document (in another frame/window). | |
| void | showDocumentFromString (String source) |
| Shows an HTML document (in another frame/window). | |
| void | addMenuBar (JMenuBar menuBar) |
| Adds a JMenuBar. | |
| Properties | getProperties (String names[]) |
| Returns properties. | |
| void | setTitleInfo (String info) |
| Sets a string to be displayed as part of the title. | |
| boolean | isExitAllowed () |
| Returns, whether providing an "Exit" menu item is sensible behaviour (in a stand alone application: true, as part of another app: false). | |
Any of these may be unimplemented, then the shall throw an UnsupportedOperationException.
Definition at line 10 of file InternationalInputContext.java.
|
|
Adds a JMenuBar.
Implemented in InternationalInputApp::AppletInternationalInputContext, InternationalInputApp::StandAloneInternationalInputContext, and NullInternationalInputContext. |
|
|
Returns the document base or current directory.
Implemented in InternationalInputApp::AppletInternationalInputContext, InternationalInputApp::StandAloneInternationalInputContext, InternationalInputApp::WebStartInternationalInputContext, and NullInternationalInputContext. Referenced by InputManager::loadConfigString(), and InputManager::openURL(). |
|
|
Returns properties. These may come from the applet parameters or from the command line etc.
Implemented in InternationalInputApp::AppletInternationalInputContext, InternationalInputApp::StandAloneInternationalInputContext, InternationalInputApp::WebStartInternationalInputContext, and NullInternationalInputContext. |
|
|
Returns, whether providing an "Exit" menu item is sensible behaviour (in a stand alone application: true, as part of another app: false).
Implemented in InternationalInputApp::AppletInternationalInputContext, InternationalInputApp::StandAloneInternationalInputContext, and NullInternationalInputContext. |
|
|
Sets a string to be displayed as part of the title. Usually the name of the currently loaded file.
Implemented in InternationalInputApp::StandAloneInternationalInputContext, and NullInternationalInputContext. |
|
||||||||||||
|
Shows an HTML document (in another frame/window).
Implemented in InternationalInputApp::AppletInternationalInputContext, InternationalInputApp::StandAloneInternationalInputContext, InternationalInputApp::WebStartInternationalInputContext, and NullInternationalInputContext. |
|
|
Shows an HTML document (in another frame/window).
Implemented in InternationalInputApp::StandAloneInternationalInputContext, and NullInternationalInputContext. |
|
||||||||||||
|
Shows a string in the status bar.
Implemented in InternationalInputApp::AppletInternationalInputContext, InternationalInputApp::StandAloneInternationalInputContext, and NullInternationalInputContext. Referenced by InputManager::makeOutput(). |
1.3.7