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

G

GetAction() - Method in class gov.nih.nlm.nls.vtt.Model.UndoBase
Get action.
GetActionStr(int) - Static method in class gov.nih.nlm.nls.vtt.Model.Markups
Convert action to the action string.
GetAddedEnd() - Method in class gov.nih.nlm.nls.vtt.Lib.Difference
Get the addition end
GetAddedStart() - Method in class gov.nih.nlm.nls.vtt.Lib.Difference
Get the addition start
GetAddNum() - Method in class gov.nih.nlm.nls.vtt.Lib.DiffStats
Get the addition number
GetAddTagDialog() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get tag add dialog.
GetAnnotation() - Method in class gov.nih.nlm.nls.vtt.Model.Markup
Get the annotation of applied tag.
GetBackground() - Method in class gov.nih.nlm.nls.vtt.Model.Tag
Get the background color of text
GetBaseFontSize() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: the base font size.
GetCaretPosition() - Method in class gov.nih.nlm.nls.vtt.Gui.MainPanel
Get VTT caret position.
GetCategory() - Method in class gov.nih.nlm.nls.vtt.Model.Tag
Get the category
GetCategory(String) - Static method in class gov.nih.nlm.nls.vtt.Model.Tag
Get the category by specifying nameCategory
GetCategoryList() - Method in class gov.nih.nlm.nls.vtt.Model.TagNameCategoryList
Get category list
GetCategoryList() - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Get category list from tags list.
GetChangeNum() - Method in class gov.nih.nlm.nls.vtt.Lib.DiffStats
Get the addition number
GetCharNum() - Method in class gov.nih.nlm.nls.vtt.Lib.StringStats
Get the total number of characters without line feed
GetCharNum2() - Method in class gov.nih.nlm.nls.vtt.Lib.StringStats
Get the total number of characters with line feed
GetConfigObj() - Method in class gov.nih.nlm.nls.vtt.Model.VttObj
Get Vtt configuration object.
GetConfigOptionsDialog() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get configuration option dialog.
GetConfiguration(String) - Method in class gov.nih.nlm.nls.vtt.Model.Configuration
Get a value from configuration by specifying the key.
GetConfirmation() - Method in class gov.nih.nlm.nls.vtt.Model.MetaData
Get the flag of confirmation.
GetCur() - Method in class gov.nih.nlm.nls.vtt.Model.UndoBase
Get current/new markup.
GetDateTime() - Method in class gov.nih.nlm.nls.vtt.Model.SaveInfo
Get the Date time stamp
GetDeletedEnd() - Method in class gov.nih.nlm.nls.vtt.Lib.Difference
Get the deletion end
GetDeletedStart() - Method in class gov.nih.nlm.nls.vtt.Lib.Difference
Get the deletion start
GetDeleteNum() - Method in class gov.nih.nlm.nls.vtt.Lib.DiffStats
Get the deletion number
GetDiff() - Method in class gov.nih.nlm.nls.vtt.Lib.Diff
Runs diff and get the results.
GetDiffNum() - Method in class gov.nih.nlm.nls.vtt.Lib.DiffStats
Get the difference number
GetDiffStats(String) - Static method in class gov.nih.nlm.nls.vtt.Lib.DiffStats
get the detail of source difference from diffStr.
GetDiffStr(Vector<String>, Vector<String>) - Static method in class gov.nih.nlm.nls.vtt.Lib.DiffUtil
Get the difference String.
GetDocDir() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: VTT documents directory.
GetDocFile() - Method in class gov.nih.nlm.nls.vtt.Model.VttObj
Get Vtt document file.
GetEditTagDialog() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get tag eidt dialog.
GetFileHistoryStr(boolean) - Method in class gov.nih.nlm.nls.vtt.Model.MetaData
Convert file history to string representation: header + file history
GetFilePathDisplayLength() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: the display length of file path.
GetFindDialog() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get find dialog.
GetFirstSelectIndex(boolean, VttObj) - Method in class gov.nih.nlm.nls.vtt.Model.Markups
Move the selected markup to the first from the beginning and then return the beginning position of the markup.
GetFirstUndoBase() - Method in class gov.nih.nlm.nls.vtt.Model.UndoNode
Get the first undo base from bases list.
GetFontFamily() - Method in class gov.nih.nlm.nls.vtt.Model.Tag
Get the name of font family
GetFontSize() - Method in class gov.nih.nlm.nls.vtt.Model.Tag
Get the size of font
GetFontSize(int) - Method in class gov.nih.nlm.nls.vtt.Model.Tag
Get the absolute size of font by specifying the base size
GetForeground() - Method in class gov.nih.nlm.nls.vtt.Model.Tag
Get the foreground color of text
GetHelpDoc() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get Vtt help document.
GetHighlightEnd() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Set end position of highlight.
GetHighlightStart() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get start position of highlight.
GetHtmlPane() - Method in class gov.nih.nlm.nls.vtt.GuiLib.DocHtmlBrowser
Get the HTML panel in DocHtmlBrowser.
GetIndex(Markup) - Method in class gov.nih.nlm.nls.vtt.Model.Markups
get the index of a specified Markup by name (offset and length), This method returns -1 if the specified markup does not exist.
GetIndex() - Method in class gov.nih.nlm.nls.vtt.Model.UndoManager
Get the index.
GetIndexByFile(File) - Static method in class gov.nih.nlm.nls.vtt.Api.VttApi
Get the index by specifying VTT File Java object.
GetIndexByTag(String) - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Get the index of tags list by the specifying name category
GetIndexByVttObj(VttObj) - Static method in class gov.nih.nlm.nls.vtt.Api.VttApi
Get the index by specifying vttObj Java object.
GetInformation() - Method in class gov.nih.nlm.nls.vtt.Model.Configuration
Get system level information from configuration.
GetLastSelectIndex(boolean, VttObj) - Method in class gov.nih.nlm.nls.vtt.Model.Markups
Move the selected markup to the last from the end and then return the end position of markup.
GetLastUndoBase() - Method in class gov.nih.nlm.nls.vtt.Model.UndoNode
Get the last undo base from bases list.
GetLastVttObj() - Static method in class gov.nih.nlm.nls.vtt.Api.VttApi
Get the last VttObj Java object from VTT.
GetLength() - Method in class gov.nih.nlm.nls.vtt.Model.Markup
Get the length.
GetLengthSize() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: the size of field for length.
GetLineEndPos(Vector<Integer>, int) - Static method in class gov.nih.nlm.nls.vtt.Lib.StringStats
Get the line end positions.
GetLineNum() - Method in class gov.nih.nlm.nls.vtt.Lib.DiffStats
Get the line number
GetLineNum() - Method in class gov.nih.nlm.nls.vtt.Lib.StringStats
Get the total number of lines
GetLinePos() - Method in class gov.nih.nlm.nls.vtt.Lib.StringStats
Get the start position of each line
GetLinesFromFile(String) - Static method in class gov.nih.nlm.nls.vtt.Lib.DiffUtil
Get the line from a file.
GetLinesFromStr(String) - Static method in class gov.nih.nlm.nls.vtt.Lib.DiffUtil
Get the line from a string.
GetLineStartPos(Vector<Integer>, int) - Static method in class gov.nih.nlm.nls.vtt.Lib.StringStats
Get the line start positions.
GetMainFrame() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get Vtt main frame.
GetMainPane() - Method in class gov.nih.nlm.nls.vtt.GuiLib.DocHtmlBrowser
Get the main panel in DocHtmlBrowser.
GetMainPanel() - Method in class gov.nih.nlm.nls.vtt.Gui.MainFrame
Get VTT main panel.
GetMarkup(int) - Method in class gov.nih.nlm.nls.vtt.Model.Markups
Get markup by specifying the index.
GetMarkupDialog() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get markup dialog.
GetMarkupName() - Method in class gov.nih.nlm.nls.vtt.Model.Markup
Get markup name.
GetMarkups() - Method in class gov.nih.nlm.nls.vtt.Model.Markups
Get the markups.
GetMarkups() - Method in class gov.nih.nlm.nls.vtt.Model.VttDocument
Get the markups list of Vtt documents.
GetMarkupsDialog() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get markups dialog.
GetMetaData() - Method in class gov.nih.nlm.nls.vtt.Model.VttDocument
Get the Meta Data of Vtt documents.
GetMetaDataDialog() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get Meta data option dialog.
GetMode(String, int) - Static method in class gov.nih.nlm.nls.vtt.Model.VttDocument
Return reading mode: text, tags, markups.
GetName() - Method in class gov.nih.nlm.nls.vtt.Model.Tag
Get the name
GetName(String) - Static method in class gov.nih.nlm.nls.vtt.Model.Tag
Get the name by specifying nameCategory
GetName() - Method in class gov.nih.nlm.nls.vtt.Model.TagFilter
Get the tag name of Tag Filter
GetName() - Method in class gov.nih.nlm.nls.vtt.Model.TagNameCategoryList
Get name of tag name category list
GetNameCategory() - Method in class gov.nih.nlm.nls.vtt.Model.Tag
Get the name category
GetNameCategory(String, String) - Static method in class gov.nih.nlm.nls.vtt.Model.Tag
Convert the name and category to nameCategory string
GetNameCategoryList() - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Get name category list from tags list.
GetNameList() - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Get name list from tags list.
GetOffset() - Method in class gov.nih.nlm.nls.vtt.Model.Markup
Get the offset.
GetOffsetSize() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: the size of field for offset.
GetOverlap() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get the mode of overlap
GetPrev() - Method in class gov.nih.nlm.nls.vtt.Model.UndoBase
Get previous/old markup
GetQuickKeyMappingIndex(int) - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Get the index of tags at the specified quick key index (0 ~ 9)
GetQuickKeyMappings() - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Get quick key mapping of tags.
GetReportStrs(Vector<String>, Vector<Markup>) - Static method in class gov.nih.nlm.nls.vtt.Model.Markups
Get the markup report in a format of line Vector of String.
GetReservedTag() - Method in class gov.nih.nlm.nls.vtt.Model.VttDocument
Get the reserved tag.
GetSaveInfos() - Method in class gov.nih.nlm.nls.vtt.Model.MetaData
Get SaveInfos
getScrollableTracksViewportWidth() - Method in class gov.nih.nlm.nls.vtt.GuiLib.LineWrapableTextPane
Get the boolean flag of line wrap option
GetSelectIndex() - Method in class gov.nih.nlm.nls.vtt.Model.Markups
Get the selected index.
GetSelectMarkup() - Method in class gov.nih.nlm.nls.vtt.Model.Markups
Get the selected markup.
GetSelectMarkupTag() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: the tag for the selected markup.
GetSelectTag(Tag, ConfigObj, VttObj) - Static method in class gov.nih.nlm.nls.vtt.Model.VttDocument
Get the select tag from vtt Document.
GetSize() - Static method in class gov.nih.nlm.nls.vtt.Api.VttApi
Get the size of all vttObj list (opened vtt file/window).
GetSize() - Method in class gov.nih.nlm.nls.vtt.Model.Markups
Get the size of markups.
GetSize() - Method in class gov.nih.nlm.nls.vtt.Model.UndoManager
Get the size of the undo nodes list.
GetSize() - Method in class gov.nih.nlm.nls.vtt.Model.UndoNode
Get size of bases list.
GetSrcChangeLines() - Method in class gov.nih.nlm.nls.vtt.Lib.DiffStats
Get the source change lines
GetSrcChangeNum() - Method in class gov.nih.nlm.nls.vtt.Lib.DiffStats
Get the source change number
GetSrcDeleteLines() - Method in class gov.nih.nlm.nls.vtt.Lib.DiffStats
Get the source delete lines
GetStatus() - Method in class gov.nih.nlm.nls.vtt.Model.TagFilter
Get the filter status
GetStatusLabel() - Method in class gov.nih.nlm.nls.vtt.Gui.StatusPanel
Get the status label.
GetStatusPanel() - Method in class gov.nih.nlm.nls.vtt.Gui.MainFrame
Get VTT status panel.
GetStringStats(String) - Static method in class gov.nih.nlm.nls.vtt.Lib.StringStats
Get the difference stats of an input string in string presentation
GetStyledDocument() - Method in class gov.nih.nlm.nls.vtt.Gui.MainPanel
Get VTT styled document.
GetTagAt(int) - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Get the tag from tags list by specifying the index
GetTagByIndex(int) - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Get tag by the specified index
GetTagByNameCategory(String) - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Get tag by specifying name and category
GetTagCategory() - Method in class gov.nih.nlm.nls.vtt.Model.Markup
Get the category of applied tag.
GetTagCategorySize() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: the size of field for tag category.
GetTagFile() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: VTT documents directory.
GetTagFilterByName(Vector<TagFilter>, String) - Static method in class gov.nih.nlm.nls.vtt.Model.TagFilter
Get a tag filter from tag filter list by specifying name
GetTaggedText(String) - Method in class gov.nih.nlm.nls.vtt.Model.Markup
Get the markup text of this markup, start at offset, end at offset + length.
GetTagName() - Method in class gov.nih.nlm.nls.vtt.Model.Markup
Get the name of applied tag.
GetTagNameCategory() - Method in class gov.nih.nlm.nls.vtt.Model.Markup
Get the name and category string of applied tag.
GetTagNames() - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Get names of tags in a format of Vector of String
GetTagNameSize() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: the size of field for tag name.
GetTags() - Method in class gov.nih.nlm.nls.vtt.Model.Tags
Get the tags list
GetTags() - Method in class gov.nih.nlm.nls.vtt.Model.VttDocument
Get the tags list of Vtt documents.
GetTagsDialog() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get tags dialog.
GetTagsFile() - Method in class gov.nih.nlm.nls.vtt.Model.MetaData
Get default tags file.
GetTarAddLines() - Method in class gov.nih.nlm.nls.vtt.Lib.DiffStats
Get the target addition lines
GetTarChangeLines() - Method in class gov.nih.nlm.nls.vtt.Lib.DiffStats
Get the target change lines
GetText() - Method in class gov.nih.nlm.nls.vtt.Model.VttDocument
Get the text of Vtt documents.
GetTextPane() - Method in class gov.nih.nlm.nls.vtt.Gui.MainPanel
Get VTT text pane.
GetTextTag() - Method in class gov.nih.nlm.nls.vtt.Model.VttDocument
Get text tag.
GetTime() - Static method in class gov.nih.nlm.nls.vtt.Lib.DateObj
 
GetUndoBase(int) - Method in class gov.nih.nlm.nls.vtt.Model.UndoNode
Get undoBase from undo bases list.
GetUndoBases() - Method in class gov.nih.nlm.nls.vtt.Model.UndoNode
Get the undo bases list.
GetUndoManager() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get Vtt undo manager.
GetUndoNode(int) - Method in class gov.nih.nlm.nls.vtt.Model.UndoManager
Get the undo node of the specified index.
GetUndoNodes() - Method in class gov.nih.nlm.nls.vtt.Model.UndoManager
Get the undo nodes list.
GetUseCaretUpdateByMouse() - Method in class gov.nih.nlm.nls.vtt.Gui.MainPanel
Get the boolean flag of using mouse to update VTT caret position.
GetUserName() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: VTT user name.
GetUserName() - Method in class gov.nih.nlm.nls.vtt.Model.SaveInfo
Get the user name
GetVersionInfo() - Method in class gov.nih.nlm.nls.vtt.Model.VttObj
Get Vtt version information.
GetVttDir() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: VTT top directory.
GetVttDocument() - Method in class gov.nih.nlm.nls.vtt.Model.VttObj
Get Vtt document.
GetVttFileVersion() - Method in class gov.nih.nlm.nls.vtt.Model.SaveInfo
Get the vtt file version
GetVttFormat() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: VTT format.
GetVttFormat(String) - Static method in class gov.nih.nlm.nls.vtt.Model.VttFormat
Get Vtt format from vtt format String.
GetVttFormatStr(int) - Static method in class gov.nih.nlm.nls.vtt.Model.VttFormat
Get Vtt Format String from Vtt format
GetVttMenuBar() - Method in class gov.nih.nlm.nls.vtt.Gui.MainFrame
Get VTT menu bar.
GetVttObjAt(int) - Static method in class gov.nih.nlm.nls.vtt.Api.VttApi
Get a VttObj Java object from VTT by specifying index.
GetVttPopupMenu() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get Vtt popup menu.
GetWordNum() - Method in class gov.nih.nlm.nls.vtt.Lib.StringStats
Get the total number of words
GetZoomDialog() - Method in class gov.nih.nlm.nls.vtt.Model.VttGui
Get zoom dialog.
GetZoomFactor() - Method in class gov.nih.nlm.nls.vtt.Model.ConfigObj
Get configuration variables: the zoom in/out factor.
GlobalVars - Class in gov.nih.nlm.nls.vtt.Model
This class defines global variables used in Visual Tagging Tool.
gov.nih.nlm.nls.vtt.Api - package gov.nih.nlm.nls.vtt.Api
This package provides VTT Java APIs classes.
gov.nih.nlm.nls.vtt.Gui - package gov.nih.nlm.nls.vtt.Gui
This package provides VTT GUI classes.
gov.nih.nlm.nls.vtt.GuiControl - package gov.nih.nlm.nls.vtt.GuiControl
This package provides VTT GUI control classes.
gov.nih.nlm.nls.vtt.GuiLib - package gov.nih.nlm.nls.vtt.GuiLib
This package contains VTT GUI general library classes of DocHtmlBrowser, GridBag, LineWrapableTextPane.
gov.nih.nlm.nls.vtt.Lib - package gov.nih.nlm.nls.vtt.Lib
This package provides VTT general library classes.
gov.nih.nlm.nls.vtt.Model - package gov.nih.nlm.nls.vtt.Model
This package contains all classes for VTT models.
gov.nih.nlm.nls.vtt.Operations - package gov.nih.nlm.nls.vtt.Operations
This package contains all VTT operations.
gov.nih.nlm.nls.vtt.Tools - package gov.nih.nlm.nls.vtt.Tools
This package provides VTT Tool application.
GridBag - Class in gov.nih.nlm.nls.vtt.GuiLib
This class provides methods for using GridBag layout manager.
GuiOperations - Class in gov.nih.nlm.nls.vtt.Operations
This class provides methods for global GUI related operations.

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