VTT Java
2010 Version
A B C D E F G H I J K L M N O P Q R S T U V W Y Z

M

main(String[]) - Static method in class gov.nih.nlm.nls.vtt.GuiLib.DocHtmlBrowser
Test driver for DocHtmlBrowser class.
main(String[]) - Static method in class gov.nih.nlm.nls.vtt.Tools.vtt
This class is the top level class for VTT application.
main(String[]) - Static method in class gov.nih.nlm.nls.vtt.Tools.vttCheck
This class is the top level class for VTT application.
MainFrame - Class in gov.nih.nlm.nls.vtt.Gui
This class is the GUI main frame Java object used in VTT.
MainFrame(VttObj) - Constructor for class gov.nih.nlm.nls.vtt.Gui.MainFrame
Create a MainFrame object used in VTT with specifying vttObj.
MainFrame(VttObj, int, int) - Constructor for class gov.nih.nlm.nls.vtt.Gui.MainFrame
Create a MainFrame object used in VTT with specifying vttObj and x and y position of VTT window.
MainPanel - Class in gov.nih.nlm.nls.vtt.Gui
This class shows the main panel of VTT.
MainPanel(VttObj) - Constructor for class gov.nih.nlm.nls.vtt.Gui.MainPanel
Create a MainPanel object used in VTT with specifying vttObj.
Markup - Class in gov.nih.nlm.nls.vtt.Model
This class is the Markup Java object.
Markup() - Constructor for class gov.nih.nlm.nls.vtt.Model.Markup
Create a Markup Java object with default values.
Markup(Markup) - Constructor for class gov.nih.nlm.nls.vtt.Model.Markup
Create a Markup Java object by the specified markup.
Markup(int, int, String, String, String) - Constructor for class gov.nih.nlm.nls.vtt.Model.Markup
Create a Markup Java object by specifying offset, length, tag name, tag category, and annotation.
MARKUP_DELETE - Static variable in class gov.nih.nlm.nls.vtt.Gui.VttMenuBar
menu item: markup delete
MARKUP_DELETE_ALL - Static variable in class gov.nih.nlm.nls.vtt.Gui.VttMenuBar
menu item: markup delete all
MARKUP_DETAILS - Static variable in class gov.nih.nlm.nls.vtt.Gui.VttMenuBar
menu item: markup details
MARKUP_FIELD_STR - Static variable in class gov.nih.nlm.nls.vtt.Model.VttDocument
markup field header string
MARKUP_HELP - Static variable in class gov.nih.nlm.nls.vtt.Gui.VttMenuBar
menu item: markup help
MARKUP_LENGTH_SIZE - Static variable in class gov.nih.nlm.nls.vtt.Model.Configuration
key for the markup length fix length
MARKUP_OFFSET_SIZE - Static variable in class gov.nih.nlm.nls.vtt.Model.Configuration
key for the markup offset fix length
MARKUP_OVERLAP - Static variable in class gov.nih.nlm.nls.vtt.Gui.VttMenuBar
menu item: markup overlap
MARKUP_REDO - Static variable in class gov.nih.nlm.nls.vtt.Gui.VttMenuBar
menu item: markup redo
MARKUP_REPORTS - Static variable in class gov.nih.nlm.nls.vtt.Gui.VttMenuBar
menu item: markup reports
MARKUP_STR - Static variable in class gov.nih.nlm.nls.vtt.Model.VttDocument
markup string in the header
MARKUP_TAG_CATEGORY_SIZE - Static variable in class gov.nih.nlm.nls.vtt.Model.Configuration
key for the markup tag category fix length
MARKUP_TAG_NAME_SIZE - Static variable in class gov.nih.nlm.nls.vtt.Model.Configuration
key for the markup tag name fix length
MARKUP_UNDO - Static variable in class gov.nih.nlm.nls.vtt.Gui.VttMenuBar
menu item: markup undo
MARKUP_UNDO_LIST - Static variable in class gov.nih.nlm.nls.vtt.Gui.VttMenuBar
menu item: markup undlo list
MarkupComparator<T> - Class in gov.nih.nlm.nls.vtt.Model
This class provides methods to compare Markup object.
MarkupComparator() - Constructor for class gov.nih.nlm.nls.vtt.Model.MarkupComparator
 
MarkupDialog - Class in gov.nih.nlm.nls.vtt.Gui
This class is the GUI dialog for the selected Markup.
MarkupDialog(Window, VttObj) - Constructor for class gov.nih.nlm.nls.vtt.Gui.MarkupDialog
Create a MarkupDialog object for the selected Markup.
MarkupDialogControl - Class in gov.nih.nlm.nls.vtt.GuiControl
This is the Controller Java class for MarkupDialog.
MarkupDialogControl(VttObj) - Constructor for class gov.nih.nlm.nls.vtt.GuiControl.MarkupDialogControl
Create a MarkupDialogControl object for markup dialog controller by specifying vttObj.
MarkupOperations - Class in gov.nih.nlm.nls.vtt.Operations
This class provides text markup related operations.
Markups - Class in gov.nih.nlm.nls.vtt.Model
This class is the collection of Java object Markup.
Markups() - Constructor for class gov.nih.nlm.nls.vtt.Model.Markups
Create a Markups Java object with default values.
Markups(String, Tags) - Constructor for class gov.nih.nlm.nls.vtt.Model.Markups
Create a Markups Java object by specifying input file and tags.
MARKUPS - Static variable in class gov.nih.nlm.nls.vtt.Operations.TextDisplayOperations
 
MARKUPS_PAGE - Static variable in class gov.nih.nlm.nls.vtt.Operations.HelpDocOperations
 
MarkupsDialog - Class in gov.nih.nlm.nls.vtt.Gui
This class is the GUI dialog for all operations on markups.
MarkupsDialog(Window, VttObj) - Constructor for class gov.nih.nlm.nls.vtt.Gui.MarkupsDialog
Create a MarkupsDialog object for all operations on Markups.
MarkupsDialogControl - Class in gov.nih.nlm.nls.vtt.GuiControl
This is the Java class of Controller for MarkupsDialog
MarkupsDialogControl(VttObj) - Constructor for class gov.nih.nlm.nls.vtt.GuiControl.MarkupsDialogControl
Create a MarkupsDialogControl object for markups dialog controller by specifying vttObj.
MarkupsDiffDialog - Class in gov.nih.nlm.nls.vtt.Gui
This class is the GUI dialog for comparing VTT Markups difference feature.
MarkupsDiffDialog(Window, String, String, String, String, File, File, VttObj) - Constructor for class gov.nih.nlm.nls.vtt.Gui.MarkupsDiffDialog
Create a MarkupsDiffDialog object to compare markups from source and target by specifying owner, title, typeStr, sourceDataStr, targetDataStr, sourceFile, targetFile, vttObj.
MarkupsDiffDialogControl - Class in gov.nih.nlm.nls.vtt.GuiControl
This is the Controller Java class for MarkupDialog to synchronize JScrollBar.
MarkupsDiffDialogControl(BoundedRangeModel) - Constructor for class gov.nih.nlm.nls.vtt.GuiControl.MarkupsDiffDialogControl
Create a MarkupsDiffDialogControl object for markups difference dialog controller by specifying model.
MAX_LENGTH_SIZE - Static variable in class gov.nih.nlm.nls.vtt.Model.Markups
Vtt fixed format definiton: max field size for length
MAX_OFFSET_SIZE - Static variable in class gov.nih.nlm.nls.vtt.Model.Markups
Vtt fixed format definiton: max field size for offset
MAX_TAG_CATEGORY_SIZE - Static variable in class gov.nih.nlm.nls.vtt.Model.Markups
Vtt fixed format definiton: max field size for tag category
MAX_TAG_NAME_SIZE - Static variable in class gov.nih.nlm.nls.vtt.Model.Markups
Vtt fixed format definiton: max field size for tag name
menuCanceled(MenuEvent) - Method in class gov.nih.nlm.nls.vtt.GuiControl.VttMenuBarControl
Override methods for menu cancel
menuDeselected(MenuEvent) - Method in class gov.nih.nlm.nls.vtt.GuiControl.VttMenuBarControl
Override methods for menu deselected
menuSelected(MenuEvent) - Method in class gov.nih.nlm.nls.vtt.GuiControl.VttMenuBarControl
Override methods for menu selected
META_DATA_STR - Static variable in class gov.nih.nlm.nls.vtt.Model.VttDocument
Meta data in the header
META_FILE_HISTORY_FIELD_STR - Static variable in class gov.nih.nlm.nls.vtt.Model.VttDocument
Meta data: save field header string
META_SAVE_HISTORY - Static variable in class gov.nih.nlm.nls.vtt.Gui.VttMenuBar
menu item: option Meta save history
META_TAGS_FILE - Static variable in class gov.nih.nlm.nls.vtt.Gui.VttMenuBar
menu item: option Meta tags file
META_TAGS_FILE_FIELD_STR - Static variable in class gov.nih.nlm.nls.vtt.Model.VttDocument
Meta data: default tags file field header string
MetaData - Class in gov.nih.nlm.nls.vtt.Model
This is the Save Information Java object class.
MetaData() - Constructor for class gov.nih.nlm.nls.vtt.Model.MetaData
Create a MetaData Java object with default values.
MetaDataDialog - Class in gov.nih.nlm.nls.vtt.Gui
This class is the GUI dialog for all operations on MetaData.
MetaDataDialog(Window, VttObj) - Constructor for class gov.nih.nlm.nls.vtt.Gui.MetaDataDialog
Create a MetaDataDialog object for all Meta Data by specifying owner and vttObj.
MetaDataDialogControl - Class in gov.nih.nlm.nls.vtt.GuiControl
This is the Java class of Meta data controller for MetaDataDialog.
MetaDataDialogControl(VttObj) - Constructor for class gov.nih.nlm.nls.vtt.GuiControl.MetaDataDialogControl
Create a MetadataDialogControl object for tags dialog controller by specifying vttObj.
MODE_MARKUP - Static variable in class gov.nih.nlm.nls.vtt.Model.VttDocument
read in mode of markup
MODE_META - Static variable in class gov.nih.nlm.nls.vtt.Model.VttDocument
read in mode of text
MODE_TAG - Static variable in class gov.nih.nlm.nls.vtt.Model.VttDocument
read in mode of tag
MODE_TEXT - Static variable in class gov.nih.nlm.nls.vtt.Model.VttDocument
read in mode of text
MouseControl - Class in gov.nih.nlm.nls.vtt.GuiControl
This is the Java class of Mouse controller for MouseAdapter.
MouseControl(VttObj) - Constructor for class gov.nih.nlm.nls.vtt.GuiControl.MouseControl
Create an MouseControl object for mouse controller by specifying vttObj.
mousePressed(MouseEvent) - Method in class gov.nih.nlm.nls.vtt.GuiControl.MouseControl
Override methods for mouse press.
mouseReleased(MouseEvent) - Method in class gov.nih.nlm.nls.vtt.GuiControl.MouseControl
Override methods for mouse press.
MoveDown(int) - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Move down a specified indexed tag on the tags list.
MoveUp(int) - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Move up a speficied indexed tag on the tags list.

VTT Java
2010 Version
A B C D E F G H I J K L M N O P Q R S T U V W Y Z
Submit a bug or feature

Copyright © 2010 National Library of Medicine