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

D

DateObj - Class in gov.nih.nlm.nls.vtt.Lib
This class utilize GregorianCalendar class to get the tiem from computer.
DateObj() - Constructor for class gov.nih.nlm.nls.vtt.Lib.DateObj
 
DecreaseSelectIndex(boolean, VttObj) - Method in class gov.nih.nlm.nls.vtt.Model.Markups
Decrease the selected index to the previous display markup, and then return the end position of markup
DELETE - Static variable in class gov.nih.nlm.nls.vtt.Model.Markups
markup action: delete a markup
DELETE_STR - Static variable in class gov.nih.nlm.nls.vtt.Lib.DiffUtil
deletion string
DeleteAllOperation(JFrame, VttObj) - Static method in class gov.nih.nlm.nls.vtt.Operations.MarkupOperations
Delete all markups operation
DeleteFromList(Vector<TagFilter>, String) - Static method in class gov.nih.nlm.nls.vtt.Model.TagFilter
Delete tag filter from list by specifying name
DeleteMarkupByTag(String) - Method in class gov.nih.nlm.nls.vtt.Model.Markups
Delete all markups with specified tag nameCategory.
DeleteOperation(VttObj) - Static method in class gov.nih.nlm.nls.vtt.Operations.MarkupOperations
Delete the selected markup from Markups
DeleteTag(int) - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Delete a tag from tags list.
Diff<E> - Class in gov.nih.nlm.nls.vtt.Lib
This class implements the Longest Common Subsequences Algorithm to find difference between two lists of objects.
Diff(E[], E[], Comparator<E>) - Constructor for class gov.nih.nlm.nls.vtt.Lib.Diff
Constructs the Diff object by specifying two arrays and comparator.
Diff(E[], E[]) - Constructor for class gov.nih.nlm.nls.vtt.Lib.Diff
Constructs the Diff object by specifying two arrays with the default comparison mechanism between the objects, such as equals and compareTo.
Diff(List<E>, List<E>, Comparator<E>) - Constructor for class gov.nih.nlm.nls.vtt.Lib.Diff
Constructs the Diff object by specifying two lists and comparator.
Diff(List<E>, List<E>) - Constructor for class gov.nih.nlm.nls.vtt.Lib.Diff
Constructs the Diff object by specifying two lists with the default comparison mechanism between the objects, such as equals and compareTo.
DiffDialog - Class in gov.nih.nlm.nls.vtt.Gui
This class is the GUI dialog for comparing VTT Text difference feature.
DiffDialog(Window, String, String, String, String, File, File, VttObj) - Constructor for class gov.nih.nlm.nls.vtt.Gui.DiffDialog
Create a DiffDialog object to compare text from source and target by specifying owner, title, typeStr, sourceDataStr, targetDataStr, sourceFile, targetFile, vttObj.
DiffDialogControl - Class in gov.nih.nlm.nls.vtt.GuiControl
This is the Java class of controller for Difference Dialog
DiffDialogControl(DiffDialog) - Constructor for class gov.nih.nlm.nls.vtt.GuiControl.DiffDialogControl
Create a DiffDialogControl object for diff Dialog controller by specifying vttObj.
Difference - Class in gov.nih.nlm.nls.vtt.Lib
This class is modified from Difference.java from incava.org.
Difference(int, int, int, int) - Constructor for class gov.nih.nlm.nls.vtt.Lib.Difference
public constructor of Difference by specifying deletion start and end, addition start and end.
diffs_ - Variable in class gov.nih.nlm.nls.vtt.Lib.Diff
The list of differences
DiffStats - Class in gov.nih.nlm.nls.vtt.Lib
This code is to calculate the stats for the difference.
DiffStats() - Constructor for class gov.nih.nlm.nls.vtt.Lib.DiffStats
The constructor of DiffStats by using default values.
DiffStats(int, int, int, int, int, Vector<Integer>, Vector<Integer>, Vector<Integer>, Vector<Integer>) - Constructor for class gov.nih.nlm.nls.vtt.Lib.DiffStats
The constructor of DiffStats by specifying addition number, changing number, deletion number, difference number, source change number, source change lines, source deletion lines, target change lines, target addition lines.
DiffStats(int, int, int, int, int, int, Vector<Integer>, Vector<Integer>, Vector<Integer>, Vector<Integer>) - Constructor for class gov.nih.nlm.nls.vtt.Lib.DiffStats
The constructor of DiffStats by specifying addition number, changing number, deletion number, difference number, source change number, line number, source change lines, source deletion lines, target change lines, target addition lines.
DiffUtil - Class in gov.nih.nlm.nls.vtt.Lib
This class is modified from FileDiff.java from incava.org.
DocHtmlBrowser - Class in gov.nih.nlm.nls.vtt.GuiLib
This class defines the Html-Browser class to browse HTML files.
DocHtmlBrowser(JFrame, String, String) - Constructor for class gov.nih.nlm.nls.vtt.GuiLib.DocHtmlBrowser
Create a DocHtmlBrowser object to browse HTML files by specifying owner title, and url.
DocHtmlBrowser(JFrame, String, String, String) - Constructor for class gov.nih.nlm.nls.vtt.GuiLib.DocHtmlBrowser
Create a DocHtmlBrowser object to browse HTML files by specifying owner title, home, and url.
DocHtmlBrowser(JFrame, String, int, int, String) - Constructor for class gov.nih.nlm.nls.vtt.GuiLib.DocHtmlBrowser
Create a DocHtmlBrowser object to browse HTML files by specifying owner title, width, height, and url.
DocHtmlBrowser(JFrame, String, int, int, String, String) - Constructor for class gov.nih.nlm.nls.vtt.GuiLib.DocHtmlBrowser
Create a DocHtmlBrowser object to browse HTML files by specifying owner title, width, height, home, and url.
DocHtmlBrowser(JFrame, String, int, int, int, int, String, String) - Constructor for class gov.nih.nlm.nls.vtt.GuiLib.DocHtmlBrowser
Create a DocHtmlBrowser object to browse HTML files by specifying owner title, xPos, yPos, width, height, home, and url.
DoMarkUp(Tag, DefaultStyledDocument, int, int, int, SimpleAttributeSet, boolean) - Static method in class gov.nih.nlm.nls.vtt.Model.Markup
Apply tag, offset, length of markup to text.

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