Inheritance diagram for InternationalInputApp::AppletInternationalInputContext:

Public Member Functions | |
| AppletInternationalInputContext (InternationalInputApp _applet) | |
| 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 menuBar) |
| Adds a JMenuBar. | |
| Properties | getProperties (String names[]) |
| Returns properties. | |
| boolean | isExitAllowed () |
| Returns, whether providing an "Exit" menu item is sensible behaviour (in a stand alone application: true, as part of another app: false). | |
Package Attributes | |
| InternationalInputApp | applet = null |
|
|
Definition at line 28 of file InternationalInputApp.java. References applet. |
|
|
Adds a JMenuBar.
Reimplemented from NullInternationalInputContext. Definition at line 54 of file InternationalInputApp.java. References addMenuBar(), and applet. Referenced by addMenuBar(). |
|
|
Returns the document base or current directory.
Reimplemented from NullInternationalInputContext. Definition at line 43 of file InternationalInputApp.java. References applet. |
|
|
Returns properties. These may come from the applet parameters or from the command line etc.
Reimplemented from NullInternationalInputContext. Definition at line 63 of file InternationalInputApp.java. References applet, and 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).
Reimplemented from NullInternationalInputContext. Definition at line 72 of file InternationalInputApp.java. |
|
||||||||||||
|
Shows an HTML document (in another frame/window).
Reimplemented from NullInternationalInputContext. Definition at line 48 of file InternationalInputApp.java. References applet, and showDocument(). Referenced by showDocument(). |
|
||||||||||||
|
Shows a string in the status bar.
Reimplemented from NullInternationalInputContext. Definition at line 34 of file InternationalInputApp.java. References applet, InternationalInputApp::log, and showInfo(). Referenced by showInfo(). |
|
|
Definition at line 25 of file InternationalInputApp.java. Referenced by addMenuBar(), AppletInternationalInputContext(), getDocumentBase(), getProperties(), showDocument(), and showInfo(). |
1.3.7