Inheritance diagram for InternationalInputApp::StandAloneInternationalInputContext:

Public Member Functions | |
| StandAloneInternationalInputContext (JFrame _frame, JLabel _sb) | |
| Properties | getProperties (String names[]) |
| Returns properties. | |
| URL | getDocumentBase () |
| Returns the document base or current directory. | |
| void | addMenuBar (JMenuBar menuBar) |
| Adds a JMenuBar. | |
| 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 | showInfo (String info, boolean log) |
| Shows a string in the status bar. | |
| 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). | |
Package Functions | |
| JEditorPane | createBrowser () |
Package Attributes | |
| JFrame | frame = null |
| JLabel | statusBar = null |
| JFrame | browserFrame = null |
| JEditorPane | browser = null |
|
||||||||||||
|
Definition at line 82 of file InternationalInputApp.java. |
|
|
Adds a JMenuBar.
Reimplemented from NullInternationalInputContext. Definition at line 107 of file InternationalInputApp.java. References addMenuBar(), and frame. Referenced by addMenuBar(). |
|
|
Definition at line 132 of file InternationalInputApp.java. References browser, and browserFrame. Referenced by showDocument(), and showDocumentFromString(). |
|
|
Returns the document base or current directory.
Reimplemented from NullInternationalInputContext. Reimplemented in InternationalInputApp::WebStartInternationalInputContext. Definition at line 94 of file InternationalInputApp.java. |
|
|
Returns properties. The system properties are returned.
Reimplemented from NullInternationalInputContext. Reimplemented in InternationalInputApp::WebStartInternationalInputContext. Definition at line 89 of file InternationalInputApp.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).
Reimplemented from NullInternationalInputContext. Definition at line 194 of file InternationalInputApp.java. |
|
|
Sets a string to be displayed as part of the title. Usually the name of the currently loaded file.
Reimplemented from NullInternationalInputContext. Definition at line 187 of file InternationalInputApp.java. |
|
||||||||||||
|
Shows an HTML document (in another frame/window).
Reimplemented from NullInternationalInputContext. Reimplemented in InternationalInputApp::WebStartInternationalInputContext. Definition at line 114 of file InternationalInputApp.java. References createBrowser(), and showDocument(). Referenced by showDocument(). |
|
|
Shows an HTML document (in another frame/window).
Reimplemented from NullInternationalInputContext. Definition at line 126 of file InternationalInputApp.java. References browser, createBrowser(), and showDocumentFromString(). Referenced by showDocumentFromString(). |
|
||||||||||||
|
Shows a string in the status bar.
Reimplemented from NullInternationalInputContext. Definition at line 181 of file InternationalInputApp.java. |
|
|
Definition at line 80 of file InternationalInputApp.java. Referenced by createBrowser(), and showDocumentFromString(). |
|
|
Definition at line 79 of file InternationalInputApp.java. Referenced by createBrowser(). |
|
|
Definition at line 77 of file InternationalInputApp.java. Referenced by addMenuBar(), and StandAloneInternationalInputContext(). |
|
|
Definition at line 78 of file InternationalInputApp.java. Referenced by StandAloneInternationalInputContext(). |
1.3.7