VTT Java
2010 Version

Serialized Form


Package gov.nih.nlm.nls.vtt.Gui

Class gov.nih.nlm.nls.vtt.Gui.AddTagDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

tag_

Tag tag_

updateGuiFlag_

boolean updateGuiFlag_

addTagDialogControl_

AddTagDialogControl addTagDialogControl_

okB_

javax.swing.JButton okB_

cancelB_

javax.swing.JButton cancelB_

nameList_

javax.swing.JComboBox nameList_

categoryList_

javax.swing.JComboBox categoryList_

fontList_

javax.swing.JComboBox fontList_

sizeTf_

javax.swing.JTextField sizeTf_

textColorB_

javax.swing.JButton textColorB_

bgColorB_

javax.swing.JButton bgColorB_

boldCb_

javax.swing.JCheckBox boldCb_

italicCb_

javax.swing.JCheckBox italicCb_

underlineCb_

javax.swing.JCheckBox underlineCb_

displayCb_

javax.swing.JCheckBox displayCb_

viewAllTagsCb_

javax.swing.JCheckBox viewAllTagsCb_

previewText_

javax.swing.JTextPane previewText_

Class gov.nih.nlm.nls.vtt.Gui.ConfigOptionsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

configObj_

ConfigObj configObj_

updateGuiFlag_

boolean updateGuiFlag_

configOptionsDialogControl_

ConfigOptionsDialogControl configOptionsDialogControl_

tabbedPane_

javax.swing.JTabbedPane tabbedPane_

systemOptionsP_

javax.swing.JPanel systemOptionsP_

markupsP_

javax.swing.JPanel markupsP_

okB_

javax.swing.JButton okB_

cancelB_

javax.swing.JButton cancelB_

saveB_

javax.swing.JButton saveB_

resetB_

javax.swing.JButton resetB_

vttDirTf_

javax.swing.JTextField vttDirTf_

vttFileDirTf_

javax.swing.JTextField vttFileDirTf_

tagsFileTf_

javax.swing.JTextField tagsFileTf_

userNameTf_

javax.swing.JTextField userNameTf_

fileDisplayLengthTf_

javax.swing.JTextField fileDisplayLengthTf_

baseFontSizeTf_

javax.swing.JTextField baseFontSizeTf_

zoomFactorTf_

javax.swing.JTextField zoomFactorTf_

vttFormatList_

javax.swing.JComboBox vttFormatList_

offsetSizeTf_

javax.swing.JTextField offsetSizeTf_

lengthSizeTf_

javax.swing.JTextField lengthSizeTf_

tagNameSizeTf_

javax.swing.JTextField tagNameSizeTf_

tagCategorySizeTf_

javax.swing.JTextField tagCategorySizeTf_

boldCb_

javax.swing.JCheckBox boldCb_

italicCb_

javax.swing.JCheckBox italicCb_

underlineCb_

javax.swing.JCheckBox underlineCb_

fontCb_

javax.swing.JCheckBox fontCb_

sizeCb_

javax.swing.JCheckBox sizeCb_

textColorCb_

javax.swing.JCheckBox textColorCb_

backgroundColorCb_

javax.swing.JCheckBox backgroundColorCb_

useTextTagForNotDisplaySelectMarkupCb_

javax.swing.JCheckBox useTextTagForNotDisplaySelectMarkupCb_

boldList_

javax.swing.JComboBox boldList_

italicList_

javax.swing.JComboBox italicList_

underlineList_

javax.swing.JComboBox underlineList_

fontList_

javax.swing.JComboBox fontList_

sizeTf_

javax.swing.JTextField sizeTf_

textColorB_

javax.swing.JButton textColorB_

backgroundColorB_

javax.swing.JButton backgroundColorB_

previewText_

javax.swing.JTextPane previewText_

Class gov.nih.nlm.nls.vtt.Gui.DiffDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

diffDialogControl_

DiffDialogControl diffDialogControl_

targetFile_

java.io.File targetFile_

vttObj_

VttObj vttObj_

sourceViewDataP_

javax.swing.JPanel sourceViewDataP_

targetViewDataP_

javax.swing.JPanel targetViewDataP_

sourceDataP_

javax.swing.JPanel sourceDataP_

targetDataP_

javax.swing.JPanel targetDataP_

diffP_

javax.swing.JPanel diffP_

reportP_

javax.swing.JPanel reportP_

okB_

javax.swing.JButton okB_

openB_

javax.swing.JButton openB_

Class gov.nih.nlm.nls.vtt.Gui.EditTagDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

tag_

Tag tag_

srcTagIndex_

int srcTagIndex_

updateGuiFlag_

boolean updateGuiFlag_

editTagDialogControl_

EditTagDialogControl editTagDialogControl_

okB_

javax.swing.JButton okB_

cancelB_

javax.swing.JButton cancelB_

resetB_

javax.swing.JButton resetB_

nameList_

javax.swing.JComboBox nameList_

categoryList_

javax.swing.JComboBox categoryList_

fontList_

javax.swing.JComboBox fontList_

sizeTf_

javax.swing.JTextField sizeTf_

textColorB_

javax.swing.JButton textColorB_

bgColorB_

javax.swing.JButton bgColorB_

boldCb_

javax.swing.JCheckBox boldCb_

italicCb_

javax.swing.JCheckBox italicCb_

underlineCb_

javax.swing.JCheckBox underlineCb_

displayCb_

javax.swing.JCheckBox displayCb_

previewText_

javax.swing.JTextPane previewText_

viewAllTagsCb_

javax.swing.JCheckBox viewAllTagsCb_

Class gov.nih.nlm.nls.vtt.Gui.FindDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

findDialogControl_

FindDialogControl findDialogControl_

targetStr_

java.lang.String targetStr_

matchCase_

boolean matchCase_

findAction_

int findAction_

previousB_

javax.swing.JButton previousB_

nextB_

javax.swing.JButton nextB_

closeB_

javax.swing.JButton closeB_

targetStrTf_

javax.swing.JTextField targetStrTf_

matchCaseCb_

javax.swing.JCheckBox matchCaseCb_

Class gov.nih.nlm.nls.vtt.Gui.MainFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 5L

Serialized Fields

windowControl_

WindowControl windowControl_

vttMenuBar_

VttMenuBar vttMenuBar_

mainPanel_

MainPanel mainPanel_

statusPanel_

StatusPanel statusPanel_

Class gov.nih.nlm.nls.vtt.Gui.MainPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 5L

Serialized Fields

textPane_

LineWrapableTextPane textPane_

lineWrap_

boolean lineWrap_

useCaretUpdateByMouse_

boolean useCaretUpdateByMouse_

Class gov.nih.nlm.nls.vtt.Gui.MarkupDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

markup_

Markup markup_

markupDialogControl_

MarkupDialogControl markupDialogControl_

textTf_

javax.swing.JTextField textTf_

tagNameCb_

javax.swing.JComboBox tagNameCb_

tagCategoryCb_

javax.swing.JComboBox tagCategoryCb_

startTf_

javax.swing.JTextField startTf_

endTf_

javax.swing.JTextField endTf_

annotationTf_

javax.swing.JTextField annotationTf_

tabbedPane_

javax.swing.JTabbedPane tabbedPane_

okB_

javax.swing.JButton okB_

cancelB_

javax.swing.JButton cancelB_

applyB_

javax.swing.JButton applyB_

resetB_

javax.swing.JButton resetB_

deleteB_

javax.swing.JButton deleteB_

Class gov.nih.nlm.nls.vtt.Gui.MarkupsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

markupsDialogControl_

MarkupsDialogControl markupsDialogControl_

tabbedPane_

javax.swing.JTabbedPane tabbedPane_

closeB_

javax.swing.JButton closeB_

logP_

javax.swing.JPanel logP_

logText_

javax.swing.JTextArea logText_

reportP_

javax.swing.JPanel reportP_

reportText_

javax.swing.JTextPane reportText_

undoP_

javax.swing.JPanel undoP_

undoText_

javax.swing.JTextArea undoText_

Class gov.nih.nlm.nls.vtt.Gui.MarkupsDiffDialog extends DiffDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

sourceScrollPane_

javax.swing.JScrollPane sourceScrollPane_

targetScrollPane_

javax.swing.JScrollPane targetScrollPane_

Class gov.nih.nlm.nls.vtt.Gui.MetaDataDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

firstTime_

boolean firstTime_

metaDataDialogControl_

MetaDataDialogControl metaDataDialogControl_

tabbedPane_

javax.swing.JTabbedPane tabbedPane_

fileHistoryP_

javax.swing.JPanel fileHistoryP_

fileHistoryText_

javax.swing.JTextArea fileHistoryText_

closeB_

javax.swing.JButton closeB_

tagsFileP_

javax.swing.JPanel tagsFileP_

tagsFileText_

javax.swing.JTextField tagsFileText_

selectB_

javax.swing.JButton selectB_

confirmationCb_

javax.swing.JCheckBox confirmationCb_

okB_

javax.swing.JButton okB_

cancelB_

javax.swing.JButton cancelB_

resetB_

javax.swing.JButton resetB_

Class gov.nih.nlm.nls.vtt.Gui.StatusPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 5L

Serialized Fields

statusLabel_

javax.swing.JLabel statusLabel_

Class gov.nih.nlm.nls.vtt.Gui.TagsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

tagNameCategory_

javax.swing.DefaultListModel tagNameCategory_

firstTime_

boolean firstTime_

tagsDialogControl_

TagsDialogControl tagsDialogControl_

tabbedPane_

javax.swing.JTabbedPane tabbedPane_

closeB_

javax.swing.JButton closeB_

propertyP_

javax.swing.JPanel propertyP_

tagList_

javax.swing.JList tagList_

tagIndex_

int tagIndex_

addB_

javax.swing.JButton addB_

deleteB_

javax.swing.JButton deleteB_

editB_

javax.swing.JButton editB_

sortB_

javax.swing.JButton sortB_

upB_

javax.swing.JButton upB_

downB_

javax.swing.JButton downB_

mapKeyB_

javax.swing.JButton mapKeyB_

displayP_

javax.swing.JPanel displayP_

keyMapList_

java.util.Vector<E> keyMapList_

applyB_

javax.swing.JButton applyB_

resetB_

javax.swing.JButton resetB_

nameCbs_

java.util.Vector<E> nameCbs_

categoryCbs_

java.util.Vector<E> categoryCbs_

allNameB_

javax.swing.JButton allNameB_

noNameB_

javax.swing.JButton noNameB_

allCategoryB_

javax.swing.JButton allCategoryB_

noCategoryB_

javax.swing.JButton noCategoryB_

keyMapP_

javax.swing.JPanel keyMapP_

importP_

javax.swing.JPanel importP_

tagFileText_

javax.swing.JTextField tagFileText_

saveB_

javax.swing.JButton saveB_

saveAsB_

javax.swing.JButton saveAsB_

importB_

javax.swing.JButton importB_

Class gov.nih.nlm.nls.vtt.Gui.TagsDiffDialog extends DiffDialog implements Serializable

serialVersionUID: 5L

Class gov.nih.nlm.nls.vtt.Gui.VttMenuBar extends javax.swing.JMenuBar implements Serializable

serialVersionUID: 5L

Serialized Fields

vttMenuBarControl_

VttMenuBarControl vttMenuBarControl_

quickLoadItem_

javax.swing.JMenuItem quickLoadItem_

undoItem_

javax.swing.JMenuItem undoItem_

redoItem_

javax.swing.JMenuItem redoItem_

boldItem_

javax.swing.JCheckBoxMenuItem boldItem_

italicItem_

javax.swing.JCheckBoxMenuItem italicItem_

underlineItem_

javax.swing.JCheckBoxMenuItem underlineItem_

dialogItem_

javax.swing.JRadioButtonMenuItem dialogItem_

dialogInputItem_

javax.swing.JRadioButtonMenuItem dialogInputItem_

monospacedItem_

javax.swing.JRadioButtonMenuItem monospacedItem_

sansSerifItem_

javax.swing.JRadioButtonMenuItem sansSerifItem_

serifItem_

javax.swing.JRadioButtonMenuItem serifItem_

Class gov.nih.nlm.nls.vtt.Gui.ZoomDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

zoomDialogControl_

ZoomDialogControl zoomDialogControl_

zoomFactor_

int zoomFactor_

defaultB_

javax.swing.JButton defaultB_

closeB_

javax.swing.JButton closeB_

zoomSl_

javax.swing.JSlider zoomSl_

Package gov.nih.nlm.nls.vtt.GuiLib

Class gov.nih.nlm.nls.vtt.GuiLib.DocHtmlBrowser extends javax.swing.JDialog implements Serializable

serialVersionUID: 5L

Serialized Fields

htmlPane_

javax.swing.JEditorPane htmlPane_

scrollPane_

javax.swing.JScrollPane scrollPane_

mainPane_

javax.swing.JPanel mainPane_

backB_

javax.swing.JButton backB_

forwardB_

javax.swing.JButton forwardB_

reloadB_

javax.swing.JButton reloadB_

homeB_

javax.swing.JButton homeB_

closeB_

javax.swing.JButton closeB_

urlHistory_

java.util.LinkedList<E> urlHistory_

urlIndex_

int urlIndex_

homeUrl_

java.lang.String homeUrl_

Class gov.nih.nlm.nls.vtt.GuiLib.GridBag extends javax.swing.JPanel implements Serializable

serialVersionUID: 5L

Class gov.nih.nlm.nls.vtt.GuiLib.LineWrapableTextPane extends javax.swing.JTextPane implements Serializable

serialVersionUID: 5L

Serialized Fields

lineWrap_

boolean lineWrap_


VTT Java
2010 Version

Submit a bug or feature

Copyright © 2010 National Library of Medicine