InternationalInputContext.
More...
Inheritance diagram for NullInternationalInputContext:

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 | addMenuBar (JMenuBar mb) |
| Adds a JMenuBar. | |
| Properties | getProperties (String names[]) |
| Returns properties. | |
| void | setTitleInfo (String info) |
| Sets a string to be displayed as part of the title. | |
| void | showDocumentFromString (String source) |
| Shows an HTML document (in another frame/window). | |
| boolean | isExitAllowed () |
| Returns, whether providing an "Exit" menu item is sensible behaviour (in a stand alone application: true, as part of another app: false). | |
InternationalInputContext.
Every method raises an UnsupportedOperationException. Useful for subclassing.
Definition at line 11 of file NullInternationalInputContext.java.
|
|
Adds a JMenuBar.
Implements InternationalInputContext. Reimplemented in InternationalInputApp::AppletInternationalInputContext, and InternationalInputApp::StandAloneInternationalInputContext. Definition at line 21 of file NullInternationalInputContext.java. References addMenuBar(). Referenced by addMenuBar(). |
|
|
Returns the document base or current directory.
Implements InternationalInputContext. Reimplemented in InternationalInputApp::AppletInternationalInputContext, InternationalInputApp::StandAloneInternationalInputContext, and InternationalInputApp::WebStartInternationalInputContext. Definition at line 15 of file NullInternationalInputContext.java. |
|
|
Returns properties. These may come from the applet parameters or from the command line etc.
Implements InternationalInputContext. Reimplemented in InternationalInputApp::AppletInternationalInputContext, InternationalInputApp::StandAloneInternationalInputContext, and InternationalInputApp::WebStartInternationalInputContext. Definition at line 24 of file NullInternationalInputContext.java. References getProperties(). Referenced by getProperties(). |
|
|
Returns, whether providing an "Exit" menu item is sensible behaviour (in a stand alone application: true, as part of another app: false).
Implements InternationalInputContext. Reimplemented in InternationalInputApp::AppletInternationalInputContext, and InternationalInputApp::StandAloneInternationalInputContext. Definition at line 33 of file NullInternationalInputContext.java. |
|
|
Sets a string to be displayed as part of the title. Usually the name of the currently loaded file.
Implements InternationalInputContext. Reimplemented in InternationalInputApp::StandAloneInternationalInputContext. Definition at line 27 of file NullInternationalInputContext.java. References setTitleInfo(). Referenced by setTitleInfo(). |
|
||||||||||||
|
Shows an HTML document (in another frame/window).
Implements InternationalInputContext. Reimplemented in InternationalInputApp::AppletInternationalInputContext, InternationalInputApp::StandAloneInternationalInputContext, and InternationalInputApp::WebStartInternationalInputContext. Definition at line 18 of file NullInternationalInputContext.java. References showDocument(). Referenced by showDocument(). |
|
|
Shows an HTML document (in another frame/window).
Implements InternationalInputContext. Reimplemented in InternationalInputApp::StandAloneInternationalInputContext. Definition at line 30 of file NullInternationalInputContext.java. References showDocumentFromString(). Referenced by showDocumentFromString(). |
|
||||||||||||
|
Shows a string in the status bar.
Implements InternationalInputContext. Reimplemented in InternationalInputApp::AppletInternationalInputContext, and InternationalInputApp::StandAloneInternationalInputContext. Definition at line 12 of file NullInternationalInputContext.java. References showInfo(). Referenced by showInfo(). |
1.3.7