A B C D E F G H I J K L M N P R S T U V

A

AWTViewer - class intltyper.application.AWTViewer.
Simple modal dialog to show a text in an AWT text box.
AWTViewer(Frame, String) - Constructor for class intltyper.application.AWTViewer
 
actionPerformed(ActionEvent) - Method in class intltyper.common.SwingPanel.ParentPanelActionListener
 
ata - Variable in class intltyper.applet.SwingApplet
 
autotype - Variable in class net.sf.intltyper.lib.GUIHelper
 
autotypeLook - Variable in class net.sf.intltyper.lib.GUIHelper
 

B

buildGUIHelper(GUIAdapter) - Method in class net.sf.intltyper.lib.IntlTyperFacade
Builds a new GUIHelper from this facade.

C

canDisplay(char) - Method in class intltyper.common.SwingPanel
 
canDisplay(char) - Method in interface net.sf.intltyper.lib.GUIAdapter
Called to determin whether the text component can display a specific character.
changeText(int, String) - Method in class intltyper.common.SwingPanel
 
changeText(int, String) - Method in interface net.sf.intltyper.lib.GUIAdapter
Called to indicate that the text in the text component should be changed.
changeTextX(int, String) - Method in class net.sf.intltyper.lib.GUIHelper
Internal method handling both loading config files and changing text.
chars - Variable in class net.sf.intltyper.lib.UnicodeList
 
cl - Variable in class intltyper.common.SwingPanel
 
completions - Variable in class net.sf.intltyper.lib.KeySequenceList
 
content - Variable in class intltyper.application.AWTViewer
 

D

disableInput() - Method in class intltyper.common.SwingPanel
 
disableInput() - Method in interface net.sf.intltyper.lib.GUIAdapter
Called to indicate that the input box is no longer needed.

E

enableInput(String) - Method in class intltyper.common.SwingPanel
 
enableInput(String) - Method in interface net.sf.intltyper.lib.GUIAdapter
Called to indicate that the text component should enable an input box to input IntlTyper specific information.
eval(String) - Method in class intltyper.applet.NetscapeJScriptAdapter
 

F

FileHelper - class intltyper.common.FileHelper.
Contains helper methods for loading and saving text files.
FileHelper() - Constructor for class intltyper.common.FileHelper
 
file - Variable in class net.sf.intltyper.lib.KeySequenceList
 
font - Variable in class intltyper.common.SwingPanel
 

G

GUIAdapter - interface net.sf.intltyper.lib.GUIAdapter.
Interface for the IntlTyper lib to communicate with the GUI (a text component).
GUIHelper - class net.sf.intltyper.lib.GUIHelper.
Class that contains all the gui-specific code which is not specific to a special GUI environment.
GUIHelper(IntlTyperFacade, GUIAdapter) - Constructor for class net.sf.intltyper.lib.GUIHelper
Creates a GUIHelper.
ga - Variable in class net.sf.intltyper.lib.GUIHelper
 
get(String) - Method in class net.sf.intltyper.lib.KeySequenceList
Return a value for a key.
getContent() - Method in class intltyper.application.AWTViewer
 
getFocusComponent() - Method in class intltyper.common.SwingPanel
 
getFonts() - Method in class intltyper.common.SwingPanel
 
getKSL() - Method in class net.sf.intltyper.lib.IntlTyperFacade
Returns the KeySequenceList used by this instance.
getKeySet() - Method in class net.sf.intltyper.lib.KeySequenceList
Return a Set containing all keys (from both this list and its parent).
getKeys() - Method in class net.sf.intltyper.lib.KeySequenceList
Return a Set containing all keys (from both this list and its parent).
getLocalKeys() - Method in class net.sf.intltyper.lib.KeySequenceList
Return a Set containing keys only from this list.
getMethodTitles() - Method in class intltyper.applet.SwingApplet
 
getMethodTitles() - Method in class intltyper.application.SwingWindow
 
getMethodTitles() - Method in interface intltyper.common.PanelParent
 
getName(char) - Method in class net.sf.intltyper.lib.UnicodeList
Returns the unicode name of a character
getNecessaryContextLength() - Method in class net.sf.intltyper.lib.GUIHelper
Determines how much context is required for GUIHelper.textAdded(java.lang.String, int).
getSizes() - Method in class intltyper.common.SwingPanel
 
getUnicodeList() - Method in class net.sf.intltyper.lib.IntlTyperFacade
Return the UnicodeList used by this facade.
gh - Variable in class intltyper.applet.SwingApplet
 
gh - Variable in class intltyper.common.SwingPanel
 

H

handleCommand(String) - Method in class net.sf.intltyper.lib.GUIHelper
Handler for IntlTyper commands
hasDef(String) - Method in class net.sf.intltyper.lib.KeySequenceList
Check if there is a (public) key for a value.

I

IntlTyperFacade - class net.sf.intltyper.lib.IntlTyperFacade.
Facade class for users of the IntlTyper library.
IntlTyperFacade(KeySequenceList, URL) - Constructor for class net.sf.intltyper.lib.IntlTyperFacade
Creates a new IntlTyperFacade - users might prefer the other constructor.
IntlTyperFacade(URL, File, URL) - Constructor for class net.sf.intltyper.lib.IntlTyperFacade
Creates a new IntlTyperFacade
init() - Method in class intltyper.applet.SwingApplet
 
initData(InputStream) - Method in class net.sf.intltyper.lib.KeySequenceList
Initialize a KeySequenceList from an InputStream.
initMenu() - Method in class intltyper.common.SwingPanel
 
inputChanged(String) - Method in class net.sf.intltyper.lib.GUIHelper
Called by the text component's input field when the input has changed.
inputConfirmed(String) - Method in class net.sf.intltyper.lib.GUIHelper
Called by the text component's input box when the input has been confirmed (by the return key)
intltyper.applet - package intltyper.applet
Contains classes only used by the IntlTyper applet.
intltyper.application - package intltyper.application
Contains classes only used by the IntlTyper application.
intltyper.common - package intltyper.common
Contains classes used by both the IntlTyper application and the applet.
isApplet() - Method in class intltyper.applet.SwingApplet
 
isApplet() - Method in class intltyper.application.SwingWindow
 
isApplet() - Method in interface intltyper.common.PanelParent
 
itf - Variable in class intltyper.application.SwingWindow
 
itf - Variable in class net.sf.intltyper.lib.GUIHelper
 

J

jsObject - Variable in class intltyper.applet.NetscapeJScriptAdapter
 
jsObjectClass - Variable in class intltyper.applet.NetscapeJScriptAdapter
 

K

KeySequenceList - class net.sf.intltyper.lib.KeySequenceList.
A list of key/value pairs used to map key sequences to characters.
KeySequenceList(KeySequenceList) - Constructor for class net.sf.intltyper.lib.KeySequenceList
Creates a new KeySequenceList
KeySequenceList(KeySequenceList, File) - Constructor for class net.sf.intltyper.lib.KeySequenceList
Creates a new KeySequenceList
KeySequenceList(KeySequenceList, InputStream) - Constructor for class net.sf.intltyper.lib.KeySequenceList
Creates a new KeySequenceList
ksl - Variable in class net.sf.intltyper.lib.GUIHelper
 
ksl - Variable in class net.sf.intltyper.lib.IntlTyperFacade
 

L

layout - Variable in class intltyper.applet.SwingApplet
 
loadConfig(String) - Method in class net.sf.intltyper.lib.GUIHelper
Loads a configuration.
loadFile(String) - Static method in class intltyper.common.FileHelper
 

M

Main - class intltyper.application.Main.
Main class for this application.
Main() - Constructor for class intltyper.application.Main
 
main(String[]) - Static method in class intltyper.application.Main
 
method - Variable in class intltyper.common.SwingPanel.ParentPanelActionListener
 
mode - Variable in class net.sf.intltyper.lib.GUIHelper
 

N

NetscapeJScriptAdapter - class intltyper.applet.NetscapeJScriptAdapter.
Contacts Netscape's JavaScript interface via reflection.
NetscapeJScriptAdapter(Applet) - Constructor for class intltyper.applet.NetscapeJScriptAdapter
 
net.sf.intltyper.lib - package net.sf.intltyper.lib
Contains the core IntlTyper classes - those that every IntlTyper aware application will use.
njsa - Variable in class intltyper.applet.SwingApplet
 

P

PanelParent - interface intltyper.common.PanelParent.
Methods needed for components that are parent of a SwingPanel
parent - Variable in class intltyper.common.SwingPanel
 
parent - Variable in class net.sf.intltyper.lib.KeySequenceList
 
prefix - Variable in class net.sf.intltyper.lib.GUIHelper
 
prompt - Variable in class intltyper.common.SwingPanel
 
protect(String) - Static method in class intltyper.common.FileHelper
 
put(String, String) - Method in class net.sf.intltyper.lib.KeySequenceList
Put a key/value pair into this list.

R

recalcAutoType() - Method in class net.sf.intltyper.lib.GUIHelper
Recalculates the needed context length for AutoType.

S

SwingApplet - class intltyper.applet.SwingApplet.
Applet using Swing components.
SwingApplet() - Constructor for class intltyper.applet.SwingApplet
 
SwingPanel - class intltyper.common.SwingPanel.
Generic panel providing a suitable IntlTyper GUI.
SwingPanel(IntlTyperFacade, PanelParent) - Constructor for class intltyper.common.SwingPanel
 
SwingPanel.ParentPanelActionListener - class intltyper.common.SwingPanel.ParentPanelActionListener.
 
SwingPanel.ParentPanelActionListener(int) - Constructor for class intltyper.common.SwingPanel.ParentPanelActionListener
 
SwingWindow - class intltyper.application.SwingWindow.
IntlTyper's Swing window.
SwingWindow(IntlTyperFacade) - Constructor for class intltyper.application.SwingWindow
 
save() - Method in class net.sf.intltyper.lib.KeySequenceList
Save the keys from this list to a file.
saveConfig(String) - Method in class net.sf.intltyper.lib.GUIHelper
Saves a configuration.
saveFile(String, String) - Static method in class intltyper.common.FileHelper
 
saveKeySequences() - Method in class net.sf.intltyper.lib.IntlTyperFacade
Save key sequences created by GUIHelpers of this facade.
search(String) - Method in class net.sf.intltyper.lib.UnicodeList
Searches for unicode names containing specific words.
setStatus(String) - Method in class intltyper.common.SwingPanel
 
shortPrefix - Variable in class net.sf.intltyper.lib.GUIHelper
 
showNatively(int, String) - Method in class intltyper.applet.SwingApplet
 
showNatively(int, String) - Method in class intltyper.application.SwingWindow
 
showNatively(int, String) - Method in interface intltyper.common.PanelParent
 
size - Variable in class intltyper.common.SwingPanel
 
sp - Variable in class intltyper.applet.SwingApplet
 
sp - Variable in class intltyper.application.SwingWindow
 
split(String, String) - Static method in class net.sf.intltyper.lib.GUIHelper
Utility method to split a String at separators.
status - Variable in class intltyper.common.SwingPanel
 

T

ta - Variable in class intltyper.application.AWTViewer
 
ta - Variable in class intltyper.common.SwingPanel
 
textAdded(String, int) - Method in class net.sf.intltyper.lib.GUIHelper
Called by the text component when text has been added.
tf - Variable in class intltyper.common.SwingPanel
 
todefine - Variable in class net.sf.intltyper.lib.GUIHelper
 
top - Variable in class intltyper.common.SwingPanel
 

U

UnicodeList - class net.sf.intltyper.lib.UnicodeList.
A list of Unicode characters and their Unicode names.
UnicodeList(URL) - Constructor for class net.sf.intltyper.lib.UnicodeList
Creates a new UnicodeList from an URL.
ucl - Variable in class net.sf.intltyper.lib.IntlTyperFacade
 
unicodeListURL - Variable in class net.sf.intltyper.lib.IntlTyperFacade
 
unprotect(String) - Static method in class intltyper.common.FileHelper
 
useUnicodeMap - Variable in class net.sf.intltyper.lib.GUIHelper
 

V

VERSION - Static variable in class intltyper.application.Main
 
VERSION - Static variable in class net.sf.intltyper.lib.IntlTyperFacade
 

A B C D E F G H I J K L M N P R S T U V