|
VTT Java 2010 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.vtt.Operations.MarkupOperations
public class MarkupOperations
This class provides text markup related operations.
History:
| Method Summary | |
|---|---|
static void |
BackwardSelectMarkup(boolean showAll,
VttObj vttObj)
Move the select markup in backward direction. |
static boolean |
ChangeSelectMarkupOperation(Markup cur,
VttObj vttObj)
Change the selected (indexed) markup with a specified markup. |
static void |
ClearOperation(VttObj vttObj)
This method clears the markup by using "Text/Clear" tag. |
static void |
DeleteAllOperation(javax.swing.JFrame owner,
VttObj vttObj)
Delete all markups operation |
static void |
DeleteOperation(VttObj vttObj)
Delete the selected markup from Markups |
static void |
ForwardSelectMarkup(boolean showAll,
VttObj vttObj)
Move the select markup in forward direction. |
static void |
JoinOperation(VttObj vttObj)
Join selected markup with the next markup to a new markup |
static void |
ResetSelectMarkup(VttObj vttObj)
Reset the selected markup. |
static void |
SetEndSelectMarkup(boolean showAll,
VttObj vttObj)
Set the select index to the end of displayable markups (end). |
static void |
SetHomeSelectMarkup(boolean showAll,
VttObj vttObj)
Set the select markup to the beginning of displayable markups (home). |
static void |
SetSelectMarkup(int curPos,
VttObj vttObj)
Set selected Markup by left mouse click (current position of caret) |
static void |
UpdateModelessDialog(VttObj vttObj)
Update Modeless dialog, Markup and Markups dialogs |
static void |
UpdateOperation(java.lang.String tagName,
java.lang.String tagCategory,
VttObj vttObj)
Update a selected markup operation by specifying a tag (name and category) includes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void DeleteOperation(VttObj vttObj)
vttObj - the vttObj Java objectpublic static void JoinOperation(VttObj vttObj)
vttObj - the vttObj Java object
public static void DeleteAllOperation(javax.swing.JFrame owner,
VttObj vttObj)
owner - the owner of this dialogvttObj - the vttObj Java object
public static void UpdateOperation(java.lang.String tagName,
java.lang.String tagCategory,
VttObj vttObj)
tagName - the name of tagtagCategory - the category of tagvttObj - the vttObj Java object
public static boolean ChangeSelectMarkupOperation(Markup cur,
VttObj vttObj)
cur - the current selected markupvttObj - the vttObj Java object
public static void ClearOperation(VttObj vttObj)
vttObj - the vttObj Java objectpublic static void UpdateModelessDialog(VttObj vttObj)
vttObj - the vttObj Java object
public static void SetSelectMarkup(int curPos,
VttObj vttObj)
curPos - the current (caret) positionvttObj - the vttObj Java objectpublic static void ResetSelectMarkup(VttObj vttObj)
vttObj - the vttObj Java object
public static void ForwardSelectMarkup(boolean showAll,
VttObj vttObj)
showAll - the boolean flag if show all markupvttObj - the vttObj Java object
public static void BackwardSelectMarkup(boolean showAll,
VttObj vttObj)
showAll - the boolean flag if show all markupvttObj - the vttObj Java object
public static void SetHomeSelectMarkup(boolean showAll,
VttObj vttObj)
showAll - the boolean flag if show all markupvttObj - the vttObj Java object
public static void SetEndSelectMarkup(boolean showAll,
VttObj vttObj)
showAll - the boolean flag if show all markupvttObj - the vttObj Java object
|
VTT Java 2010 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||