|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.thdl.tib.scanner.WindowScannerFilter
Provides a graphical interfase to input Tibetan text (Roman or Tibetan script) and displays the words (Roman or Tibetan script) with their definitions. Works without Tibetan script in platforms that don't support Swing. Can access dictionaries stored locally or remotely. For example, to access the public dictionary database run the command:
java -jar DictionarySearchStandalone.jar http://iris.lib.virginia.edu/tibetan/servlet/org.thdl.tib.scanner.RemoteScannerFilter
If the JRE you installed does not support Swing classes but supports AWT (as the JRE for handhelds), run the command:
java -jar DictionarySearchHandheld.jar -simple ry-dic99
| Constructor Summary | |
WindowScannerFilter(String file)
|
|
WindowScannerFilter(String file,
boolean ipaq)
|
|
| Method Summary | |
void |
actionPerformed(ActionEvent e)
|
void |
focusGained(FocusEvent e)
Added to update the Edit menu in dependence upon which textbox the keyboard focus is at. |
void |
focusLost(FocusEvent e)
Added to update the Edit menu in dependence upon which textbox the keyboard focus is at. |
void |
itemStateChanged(ItemEvent e)
|
static void |
main(String[] args)
|
void |
windowActivated(WindowEvent e)
Sin cuerpo, no hace nada. |
void |
windowClosed(WindowEvent e)
Sin cuerpo, no hace nada. |
void |
windowClosing(WindowEvent e)
Cierra la ventana. |
void |
windowDeactivated(WindowEvent e)
Sin cuerpo, no hace nada. |
void |
windowDeiconified(WindowEvent e)
Sin cuerpo, no hace nada. |
void |
windowIconified(WindowEvent e)
Sin cuerpo, no hace nada. |
void |
windowOpened(WindowEvent e)
Sin cuerpo, no hace nada. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WindowScannerFilter(String file)
public WindowScannerFilter(String file,
boolean ipaq)
| Method Detail |
public static void main(String[] args)
public void windowClosing(WindowEvent e)
windowClosing in interface WindowListenerpublic void windowActivated(WindowEvent e)
WindowListener, la cual es implementada
para tener el metodo windowClosing.
windowActivated in interface WindowListenerwindowClosing(java.awt.event.WindowEvent)public void windowClosed(WindowEvent e)
WindowListener, la cual es implementada
para tener el metodo windowClosing.
windowClosed in interface WindowListenerwindowClosing(java.awt.event.WindowEvent)public void windowDeactivated(WindowEvent e)
WindowListener, la cual es implementada
para tener el metodo windowClosing.
windowDeactivated in interface WindowListenerwindowClosing(java.awt.event.WindowEvent)public void windowDeiconified(WindowEvent e)
WindowListener, la cual es implementada
para tener el metodo windowClosing.
windowDeiconified in interface WindowListenerwindowClosing(java.awt.event.WindowEvent)public void windowIconified(WindowEvent e)
WindowListener, la cual es implementada
para tener el metodo windowClosing.
windowIconified in interface WindowListenerwindowClosing(java.awt.event.WindowEvent)public void windowOpened(WindowEvent e)
WindowListener, la cual es implementada
para tener el metodo windowClosing.
windowOpened in interface WindowListenerwindowClosing(java.awt.event.WindowEvent)public void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenerpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||