|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Class org.thdl.tib.scanner.AboutDialog implements Serializable |
Class org.thdl.tib.scanner.AlmostDefaultTableCellRenderer implements Serializable |
Serialized Fields |
Color unselectedForeground
Color unselectedBackground
Class org.thdl.tib.scanner.AppletScannerFilter implements Serializable |
Serialized Fields |
JMenuItem mnuSelectAll
JMenuItem aboutItem
JMenuItem mnuClear
JMenuItem mnuCut
JMenuItem mnuCopy
JMenuItem mnuPaste
JMenuItem mnuDelete
JCheckBoxMenuItem tibScript
JMenu mnuEdit
Object objModified
org.thdl.tib.scanner.ScannerPanel sp
Class org.thdl.tib.bibl.DiacriticPanel implements Serializable |
Serialized Fields |
org.thdl.tib.bibl.TibFrame frame
JTextComponent jtc
org.thdl.tib.bibl.TiblEdit controller
char chosenChar
boolean hasPicked
boolean isGeneral
Class org.thdl.tib.scanner.DictionaryTable implements Serializable |
Serialized Fields |
org.thdl.tib.scanner.DuffScannerPanel padre
int tibetanHeight
int normalHeight
TableCellRenderer duffRenderer
TableCellRenderer normalRenderer
Class org.thdl.tib.scanner.DictionaryTableModel implements Serializable |
Serialized Fields |
org.thdl.tib.scanner.Word[] array
org.thdl.tib.text.DuffData[][] arrayTibetan
boolean tibetanActivated
Class org.thdl.tib.bibl.DiscDialog implements Serializable |
Serialized Fields |
org.thdl.tib.bibl.TibFrame parent
org.thdl.tib.bibl.TibDoc doc
Element textDisc
JComboBox styleBox
JComboBox typeBox
JComboBox discBox
JPanel content
JPanel tempPanel
JPanel filler
DiscDialog.DiscTextPane jta
JLabel headLabel
JLabel header
Action boldAction
Action italicAction
Color bgColor
Dimension fillerSize
Dimension dialogSize
Dimension contentSize
Dimension maxLine
int marg
int sectionSelection
int returnType
Hashtable actions
String[] titleTypes
Class org.thdl.tib.bibl.DiscDialog.DiscTextPane implements Serializable |
Serialized Fields |
Object[][] styleTable
StyleContext.NamedStyle normal
String NEW_PARA
Class org.thdl.tib.bibl.DiscDialog.StyleBoxRenderer implements Serializable |
Class org.thdl.tib.bibl.DoxWindow implements Serializable |
Serialized Fields |
org.thdl.tib.bibl.TiblEdit controller
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
DoxWindow.TCombo mainDoxBox
DoxWindow.TCombo subDoxBox
DoxWindow.TCombo subSubDoxBox
DoxWindow.TCombo subSubSubDoxBox
JTextField numberInCategory
JRadioButton tib
JRadioButton eng
JButton submit
JButton cancel
JLabel fileName
Class org.thdl.tib.bibl.DoxWindow.TCombo implements Serializable |
Serialized Fields |
DoxWindow.TCombo parent
String lang
Dimension size
Class org.thdl.tib.scanner.DuffCellRenderer implements Serializable |
Serialized Fields |
Color unselectedForeground
Color unselectedBackground
Class org.thdl.tib.text.DuffCellRenderer implements Serializable |
Serialized Fields |
Color unselectedForeground
Color unselectedBackground
Class org.thdl.tib.input.DuffPane implements Serializable |
Serialized Fields |
org.thdl.util.StatusBar statBar
ArrayList charList
#newGlyphList
is computed on the basis of charList.
List oldGlyphList
#newGlyphList
.
Then, when a key is pressed, #charList
is updated, a new
newGlyphList is computed, and the newGlyphList is compared against
this field. The text on the screen is then modified to reflect
the new newGlyphList.
List newGlyphList
charList
keeps track of the characters that have been entered, it does not organize them
correctly into the proper glyphs. For example, charList might have four characters
in it, 'b', 's', 'g', and 'r', but it does not know that they should be drawn as
two glyphs, 'b' and 's-g-r'. newGlyphList is a list of glyphs
(DuffCodes
) which is formed by
StringBuffer holdCurrent
boolean isTopHypothesis
#charList
has been finalized, and therefore whether subsequent keystrokes are
allowed to displace this character. For example, if 'k' is at the
top of charList, and isTopHypothesis is true, then typing 'h' would
replace 'k' with 'kh'. On the other hand, were isTopHypothesis
false, then typing 'h' would add 'h' to the top of charList instead.
In short, is the top character on #charList
a fact or just a
hypothesis?
boolean isTypingVowel
boolean isDefinitelyTibetan
boolean isDefinitelyTibetan_default
#isDefinitelyTibetan
should be assigned by default when the
keyboard is initialized by initKeyboard
boolean isDefinitelyTibetan_withStackKey
#isDefinitelyTibetan
should be assigned if the user has initiated a
stack by typing a stack key. For example, in the Wylie keyboard,
there is a Sanskrit stacking key ('+'), but no Tibetan stacking key.
Therefore, if the user is stacking with '+', this field should be
false, since what the user is typing must be Sanskrit, not Tibetan.
boolean isDefinitelySanskrit
boolean isDefinitelySanskrit_default
#isDefinitelySanskrit
should be assigned by default when the
keyboard is initialized by initKeyboard
boolean isDefinitelySanskrit_withStackKey
#isDefinitelySanskrit
if the
user has initiated a stack by typing a stack key.
For example, in the Wylie keyboard, there is a Sanskrit
stacking key ('+'), but no Tibetan stacking key.
Therefore, if the user is stacking with '+', this field
should be true, since what the user is typing must
be Sanskrit, not Tibetan.
boolean isStackingOn
boolean isStackingOn_default
boolean isStackingRightToLeft
int lastStart
boolean isTibetan
boolean isRomanEnabled
Caret caret
TibetanPane.doc
, used to keep track of the
current entry/edit/deletion position.
Style rootStyle
boolean skipUpdate
boolean isCutAndPasteEnabled
String romanFontFamily
int romanFontSize
MutableAttributeSet romanAttributeSet
Clipboard rtfBoard
int numberOfGlyphsForLastVowel
Class org.thdl.tib.scanner.DuffScannerPanel implements Serializable |
Serialized Fields |
TextArea fullDef
TextArea txtInput
org.thdl.tib.input.DuffPane duffInput
JPanel inputPanel
JScrollPane listDef
org.thdl.tib.scanner.DictionaryTable table
org.thdl.tib.scanner.DictionaryTableModel model
boolean showingTibetan
Class org.thdl.tib.bibl.EditAction implements Serializable |
Class org.thdl.tib.bibl.FileAction implements Serializable |
Class org.thdl.tib.bibl.InsertAction implements Serializable |
Class org.thdl.tib.bibl.IntroSign implements Serializable |
Serialized Fields |
JPanel cp
JPanel outPanel
String topline
String title
String org
String byline
Toolkit xKit
Dimension wndSize
Dimension signSize
Dimension frameSize
Color bgColor
Color fgColor
Font headFont
Font labelFont
String HOME
String imageURL
Class org.thdl.tib.text.InvalidWylieException implements Serializable |
Serialized Fields |
String wylie
int offset
Class org.thdl.tib.input.Jskad implements Serializable |
Serialized Fields |
JComboBox fontFamilies
JComboBox fontSizes
JFileChooser fileChooser
FileFilter rtfFilter
FileFilter txtFilter
int fontSize
Object parentObject
org.thdl.tib.input.DuffPane dp
boolean hasChanged
String fileName
org.thdl.util.StatusBar statusBar
Class org.thdl.tib.scanner.OnLineScannerFilter implements Serializable |
Class org.thdl.quilldriver.QD implements Serializable |
Serialized Fields |
QD.Project project
QD.SpeakerTable speakerTable
org.thdl.media.SmartMoviePanel player
JInternalFrame videoFrame
JInternalFrame textFrame
JInternalFrame actionFrame
JTabbedPane jtp
QD.TimeCodeManager tcp
QD.SpeakerManager spm
JTextPane pane
Hashtable actions
ImageIcon clockIcon
Style componentStyle
DataFlavor timeFlavor
JMenu editMenu
JMenu searchMenu
JMenuItem replaceTextItem
ResourceBundle messages
List work
QD.Work currentWork
org.thdl.tib.input.DuffPane sharedDP
org.thdl.tib.input.DuffPane sharedDP2
StyledDocument findDoc
StyledDocument replaceDoc
KeyStroke cutKey
KeyStroke copyKey
KeyStroke pasteKey
KeyStroke selectAllKey
KeyStroke insert1TimeKey
KeyStroke insert2TimesKey
KeyStroke insertSpeakerKey
KeyStroke findKey
KeyStroke replaceKey
org.thdl.tib.input.JskadKeyboard activeKeyboard
org.thdl.tib.input.JskadKeyboard wylieKeyboard
Class org.thdl.quilldriver.QDPlayer implements Serializable |
Serialized Fields |
EventListenerList listenerList
URL mediaURL
Vector orderStartID
Vector orderEndID
Stack pileStart
Stack pileEnd
Hashtable hashStart
Hashtable hashEnd
Player player
Component visualComponent
Component controlComponent
Panel panel
JPanel vPanel
Container parent
Timer timer
Time stopTime
Time pauseTime
boolean stillLoadingVideo
boolean isMediaAudio
boolean isSized
Float to
Class org.thdl.quilldriver.QDShell implements Serializable |
Serialized Fields |
ResourceBundle messages
org.thdl.quilldriver.QD qd
Class org.thdl.tib.scanner.RemoteScannerFilter implements Serializable |
Class org.thdl.util.RTFPane implements Serializable |
Class org.thdl.savant.Savant implements Serializable |
Serialized Fields |
org.thdl.media.SmartMoviePanel sp
org.thdl.savant.TwoWayTextPlayer tp
JInternalFrame videoFrame
JInternalFrame textFrame
JInternalFrame vocabFrame
JFrame fullScreen
boolean isFullScreen
Dimension fullScreenSize
JPanel textPanel
JScrollPane vocabPanel
URL mediaURL
URL extras
org.thdl.savant.TranscriptView[] transcriptViews
int orientation
ResourceBundle messages
int TOP_TO_BOTTOM
int LEFT_TO_RIGHT
Class org.thdl.savant.SavantShell implements Serializable |
Serialized Fields |
org.thdl.savant.Savant savant
ResourceBundle messages
Class org.thdl.tib.scanner.ScannerPanel implements Serializable |
Serialized Fields |
Label status
Checkbox[] chkDicts
Button cmdTranslate
org.thdl.tib.scanner.TibetanScanner scanner
Class org.thdl.util.SimpleFrame implements Serializable |
Class org.thdl.tib.scanner.SimpleScannerPanel implements Serializable |
Serialized Fields |
TextArea txtInput
TextArea txtOutput
Class org.thdl.util.SimpleSpinner implements Serializable |
Serialized Fields |
JTextField textSpinner
Object jSpinner
Class[] getSetParameterTypes
Method getMethod
Method setMethod
Class org.thdl.media.SmartJMFPlayer implements Serializable |
Serialized Fields |
URL mediaURL
Player player
Component visualComponent
Component controlComponent
Panel panel
JPanel vPanel
Container parent
Timer timer
Time stopTime
Time pauseTime
boolean isMediaAudio
boolean isSized
boolean isRealized
boolean isCached
Float to
Class org.thdl.media.SmartMoviePanel implements Serializable |
Serialized Fields |
EventListenerList listenerList
Vector orderStartID
Vector orderEndID
Stack pileStart
Stack pileEnd
Hashtable hashStart
Hashtable hashEnd
Timer annTimer
Class org.thdl.media.SmartMoviePanelException implements Serializable |
Class org.thdl.media.SmartQT4JApplet implements Serializable |
Serialized Fields |
org.thdl.media.SmartQT4JPlayer myPlayer
Class org.thdl.media.SmartQT4JPlayer implements Serializable |
Serialized Fields |
SmartQT4JPlayer.myJumpCallBack theJumpper
SmartQT4JPlayer.myRateCallBack theRater
URL mediaUrl
TimeBase myMoviesTimeBase
QTCanvas canvas
QTPlayer player
Class org.thdl.util.StatusBar implements Serializable |
Serialized Fields |
Stack statuses
JLabel label
Class org.thdl.savant.TextHighlightPlayer implements Serializable |
Serialized Fields |
JTextComponent text
Hashtable hashStart
Hashtable hashEnd
Hashtable highlights
Highlighter highlighter
Highlighter.HighlightPainter highlightPainter
JViewport viewport
Class org.thdl.tib.bibl.TextPane implements Serializable |
Serialized Fields |
org.thdl.tib.bibl.TiblEdit controller
org.thdl.tib.bibl.TibDoc tibDoc
This is the TibDoc
that is the XML document from which the information for
the JTextPane
's document comes. It needs to be here so we can use it functionality
to navigate the XML hierarchy and extract certain information.
Object[][] titleRefs
This is a two-dimensional array of Element
s that holds the titles displayed in
this text pane, with the strings starting position, and length. It is used to reference the
element for editing when the cursor is positioned on a specific title.
int caretPos
Class org.thdl.savant.TextPlayer implements Serializable |
Serialized Fields |
JTextComponent text
Hashtable hashStart
Hashtable hashEnd
Hashtable highlights
Highlighter highlighter
Highlighter.HighlightPainter highlightPainter
Class org.thdl.util.ThdlAbstractAction implements Serializable |
Class org.thdl.util.ThdlLazyException implements Serializable |
Serialized Fields |
Throwable wrappedException
Class org.thdl.tib.bibl.TibDialog implements Serializable |
Serialized Fields |
org.thdl.tib.bibl.TiblEdit controller
org.thdl.tib.bibl.TibFrame frame
String[] specs
String response
int num
Hashtable results
JLabel[] jl
JTextField[] jtf
String type
boolean isStartUp
Class org.thdl.tib.bibl.TibDoc implements Serializable |
Serialized Fields |
Element head
Generic variables for headers, parents, elements/self, and children.
Element parent
Generic variables for headers, parents, elements/self, and children.
Element element
Generic variables for headers, parents, elements/self, and children.
Element child
Generic variables for headers, parents, elements/self, and children.
org.thdl.tib.bibl.TitleFactory tf
The TitleFactory
associated with this Tibbibl XML document.
org.thdl.tib.bibl.IDFactory idf
The IDFactory
associated with this Tibbibl XML document.
Class org.thdl.tib.text.TibetanDocument implements Serializable |
Serialized Fields |
int tibetanFontSize
Class org.thdl.tib.text.TibetanKeyboard.InvalidKeyboardException implements Serializable |
Class org.thdl.tib.input.TibetanPane implements Serializable |
Serialized Fields |
org.thdl.tib.text.TibetanDocument doc
DataFlavor rtfFlavor
RTFEditorKit rtfEd
Class org.thdl.tib.text.TibetanRTFEditorKit implements Serializable |
Serialized Fields |
TibetanRTFViewFactory f
Class org.thdl.tib.bibl.TibFrame implements Serializable |
Serialized Fields |
org.thdl.tib.bibl.TiblEdit controller
JMenu fileMenu
JMenu editMenu
JMenu insertMenu
JMenu provMenu
JMenu viewMenu
JMenuItem openItem
JMenuItem closeItem
JMenuItem saveItem
JMenuItem saveAsItem
JMenuItem exportItem
JMenuItem exitItem
JMenuItem cutItem
JMenuItem copyItem
JMenuItem pasteItem
JMenuItem editTransItem
JMenuItem editNormItem
JMenuItem removeAppItem
JMenuItem removeTitleItem
JMenuItem removeEditionItem
JMenuItem critTitleItem
JMenuItem edTitleItem
JMenuItem variantItem
JMenuItem insertEdItem
JMenuItem insertDiscItem
JCheckBoxMenuItem diacItem
JCheckBoxMenuItem edConsultItem
JMenuItem masterIDItem
JMenuItem userIDItem
JMenuItem aboutItem
JMenuItem[] recentFileItems
JPanel contentPanel
JComponent rightSp
JComponent leftSp
JComponent bottomSp
JComponent topSp
JSplitPane horizontalSplit
JSplitPane verticalSplit
org.thdl.tib.bibl.TextPane tp
org.thdl.tib.bibl.DiacriticPanel dp
org.thdl.tib.bibl.TibTable tibTable
Vector styleElements
Class org.thdl.tib.bibl.TibTable.TibTableCellRenderer implements Serializable |
Serialized Fields |
int mainrow
Class org.thdl.tib.bibl.TibTable.TibTableModel implements Serializable |
Serialized Fields |
Object[] columnNames
Object[][] data
boolean editable
boolean isEditions
Class org.thdl.savant.TwoWayTextPlayer implements Serializable |
Serialized Fields |
TreeMap orderedOffsets
org.thdl.media.SmartMoviePanel sound
long doubleClickDelay
long lastClickTime
Point lastClickPoint
Class org.thdl.tib.bibl.ViewAction implements Serializable |
Class org.thdl.tib.bibl.XMLDoc implements Serializable |
Serialized Fields |
Element root
Element sysid
Element temp
Attribute id
Vector tagList
String editorId
String editorsName
XMLOutputter xop
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |