InternationalInputApp::AppletInternationalInputContext Class Reference

Inheritance diagram for InternationalInputApp::AppletInternationalInputContext:

NullInternationalInputContext InternationalInputContext List of all members.

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

Constructor & Destructor Documentation

AppletInternationalInputContext InternationalInputApp  _applet  )  [inline]
 

Parameters:
_applet The applet to use as context.

Definition at line 28 of file InternationalInputApp.java.

References applet.


Member Function Documentation

void addMenuBar JMenuBar  menuBar  )  [inline]
 

Adds a JMenuBar.

Parameters:
menuBar the menu bar

Reimplemented from NullInternationalInputContext.

Definition at line 54 of file InternationalInputApp.java.

References addMenuBar(), and applet.

Referenced by addMenuBar().

URL getDocumentBase  )  [inline]
 

Returns the document base or current directory.

Reimplemented from NullInternationalInputContext.

Definition at line 43 of file InternationalInputApp.java.

References applet.

Properties getProperties String  names[]  )  [inline]
 

Returns properties.

These may come from the applet parameters or from the command line etc.

Parameters:
names Possible names of properties. These are to be taken as a hint, if it is not possible to get properties without knowing their name beforehand (e.g. applet parameters).

Reimplemented from NullInternationalInputContext.

Definition at line 63 of file InternationalInputApp.java.

References applet, and getProperties().

Referenced by getProperties().

boolean isExitAllowed  )  [inline]
 

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.

void showDocument URL  url,
boolean  top
[inline]
 

Shows an HTML document (in another frame/window).

Parameters:
url Location of the document.
top Display in a top level frame (i.e. new window/tab)

Reimplemented from NullInternationalInputContext.

Definition at line 48 of file InternationalInputApp.java.

References applet, and showDocument().

Referenced by showDocument().

void showInfo String  info,
boolean  log
[inline]
 

Shows a string in the status bar.

Parameters:
info Short text to be displayed
log Add text to log

Reimplemented from NullInternationalInputContext.

Definition at line 34 of file InternationalInputApp.java.

References applet, InternationalInputApp::log, and showInfo().

Referenced by showInfo().


Member Data Documentation

InternationalInputApp applet = null [package]
 

Definition at line 25 of file InternationalInputApp.java.

Referenced by addMenuBar(), AppletInternationalInputContext(), getDocumentBase(), getProperties(), showDocument(), and showInfo().


The documentation for this class was generated from the following file:
Generated on Sun Aug 15 11:56:54 2004 for International Input by doxygen 1.3.7