|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Frame | +--javax.swing.JFrame | +--org.thdl.tib.bibl.DoxWindow
This class displays a separate window with information concerning a texts doxographical category and it allows the user to set the doxographical categorization for a text. It changes options as the category is specificed and allows the user to view the categories in either English or Tibetan.
Nested Class Summary | |
class |
DoxWindow.DoxEar
|
class |
DoxWindow.LangChanger
|
class |
DoxWindow.TCombo
|
Field Summary | |
(package private) String[] |
anu
|
(package private) String[] |
anuEng
|
(package private) String[] |
ati
|
(package private) String[] |
atiEng
|
(package private) String[] |
bkaBrgyad
|
(package private) String[] |
bkaBrgyadEng
|
(package private) JButton |
cancel
|
(package private) JPanel |
contentPanel
|
private org.thdl.tib.bibl.TiblEdit |
controller
|
(package private) static String |
DOX_INSTRUCTIONS
|
(package private) static String |
DOXDELIM
|
(package private) JRadioButton |
eng
|
(package private) JLabel |
fileName
|
(package private) JFrame |
frame
|
(package private) static String |
IDDELIM
|
(package private) String[] |
maha
|
(package private) String[] |
mahaEng
|
(package private) static int |
MAIN
|
(package private) String[] |
mainDox
|
(package private) DoxWindow.TCombo |
mainDoxBox
|
(package private) String[] |
mainEng
|
(package private) String[] |
manNgagSde
|
(package private) String[] |
manNgagSdeEng
|
(package private) JTextField |
numberInCategory
|
(package private) String[] |
rgyud18
|
(package private) String[] |
rgyud18Eng
|
(package private) String[] |
rgyudSde
|
(package private) String[] |
rgyudSdeEng
|
(package private) String[] |
semsSde
|
(package private) String[] |
semsSdeEng
|
(package private) String[] |
sgrubSde
|
(package private) String[] |
sgrubSdeEng
|
(package private) String[] |
sgrubSdeSub
|
(package private) String[] |
sgrubSdeSubEng
|
(package private) static int |
SUB
|
(package private) String[][] |
subDox
|
(package private) DoxWindow.TCombo |
subDoxBox
|
(package private) String[][] |
subEng
|
(package private) JButton |
submit
|
(package private) static int |
SUBSUB
|
(package private) String[][][] |
subSubDox
|
(package private) DoxWindow.TCombo |
subSubDoxBox
|
(package private) String[][][] |
subSubEng
|
(package private) String[][][][] |
subSubSubDox
|
(package private) DoxWindow.TCombo |
subSubSubDoxBox
|
(package private) String[][][][] |
subSubSubEng
|
(package private) JRadioButton |
tib
|
(package private) String[] |
yangTi
|
(package private) String[] |
yangTiEng
|
Fields inherited from class javax.swing.JFrame |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Fields inherited from class java.awt.Window |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
DoxWindow(String title)
|
|
DoxWindow(String title,
String masterID,
org.thdl.tib.bibl.TiblEdit controller)
|
Method Summary | |
void |
close()
|
String |
getDoxString(String lang)
|
String |
getID()
|
void |
init()
|
static void |
main(String[] args)
|
void |
setCategories(String masterID)
|
void |
setFileName()
|
void |
submit()
|
Methods inherited from class java.awt.Frame |
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
Field Detail |
private org.thdl.tib.bibl.TiblEdit controller
static int MAIN
static int SUB
static int SUBSUB
static String DOXDELIM
static String IDDELIM
String[] mainDox
String[] mainEng
String[][] subDox
String[] ati
String[] anu
String[] maha
String[][][] subSubDox
String[] semsSde
String[] manNgagSde
String[] yangTi
String[] rgyudSde
String[] sgrubSde
String[][][][] subSubSubDox
String[] rgyud18
String[] sgrubSdeSub
String[] bkaBrgyad
String[][] subEng
String[] atiEng
String[] anuEng
String[] mahaEng
String[][][] subSubEng
String[] semsSdeEng
String[] manNgagSdeEng
String[] yangTiEng
String[] rgyudSdeEng
String[] sgrubSdeEng
String[][][][] subSubSubEng
String[] rgyud18Eng
String[] sgrubSdeSubEng
String[] bkaBrgyadEng
JFrame frame
JPanel contentPanel
static String DOX_INSTRUCTIONS
DoxWindow.TCombo mainDoxBox
DoxWindow.TCombo subDoxBox
DoxWindow.TCombo subSubDoxBox
DoxWindow.TCombo subSubSubDoxBox
JTextField numberInCategory
JRadioButton tib
JRadioButton eng
JButton submit
JButton cancel
JLabel fileName
Constructor Detail |
public DoxWindow(String title)
public DoxWindow(String title, String masterID, org.thdl.tib.bibl.TiblEdit controller)
Method Detail |
public void init()
public void setCategories(String masterID)
public void setFileName()
public String getDoxString(String lang)
public String getID()
public void submit()
public void close()
public static void main(String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |