|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfo.pvalley.jtransliterate.Translator
public class Translator
This class contains all methods required for actual lorc of transliteration program.
| Field Summary | |
|---|---|
protected boolean |
ft
|
| Constructor Summary | |
|---|---|
Translator(TranslatorFrame af)
Creates new translator Object |
|
| Method Summary | |
|---|---|
void |
change(java.lang.String first,
java.lang.String second)
Used for change of keyboard layouts tables if custom layout choosen. |
void |
check()
Check if there are quals symbols in table. |
void |
initBDS()
Initialise BDS keyboard layouts from hardcoded arrays |
void |
initLatin()
Initialise latin (qwerty) from harcoded array |
void |
initPhonetic()
Initialise Photetic layout from hardcoded array |
void |
initTableCyrillic()
Initialise cyrillic from table |
void |
initTableLatin()
Initialise latin from table (if not qwerty) |
void |
reverseTranslate()
Line translate but in reverse. |
void |
translate()
Do actual transliteration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean ft
| Constructor Detail |
|---|
public Translator(TranslatorFrame af)
af - обект от тип AplicationFrame| Method Detail |
|---|
public void initBDS()
public void initPhonetic()
public void initLatin()
public void initTableLatin()
public void initTableCyrillic()
public void translate()
public void check()
public void change(java.lang.String first,
java.lang.String second)
first - first elementsecond - second elementpublic void reverseTranslate()
translate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||