Uses of Class
de.uni_paderborn.fujaba.mpEdit.TagLine

Packages that use TagLine
de.uni_paderborn.fujaba.mpEdit Source Code Editor 
de.uni_paderborn.fujaba.texteditor   
 

Uses of TagLine in de.uni_paderborn.fujaba.mpEdit
 

Methods in de.uni_paderborn.fujaba.mpEdit that return TagLine
 TagLine DocMan.tagLine(int line)
          No comment provided by developer, please add a comment to improve documentation.
 TagLine DocMan.tagLine(int line, java.awt.Color color)
          Set a TagLine (including a tag color), used to track lines even when lines have been inserted or deleted elsewhere in the document.
 TagLine DocInterface.tagLine(int lineNo)
          Set a TagLine, used to track lines even when lines have been inserted or deleted elsewhere in the document.
 TagLine DocInterface.tagLine(int lineNo, java.awt.Color color)
          Set a TagLine (including a tag color), used to track lines even when lines have been inserted or deleted elsewhere in the document.
 

Methods in de.uni_paderborn.fujaba.mpEdit with parameters of type TagLine
 int DocMan.lineFromTag(TagLine tag)
          Get the current line number for a TagLine.
 boolean DocMan.showLine(TagLine tag)
          Bring forward any view window and scroll to the desired line.
 java.lang.String DocMan.getLine(TagLine tag)
          Get the text for a line.
 boolean DocMan.setLine(TagLine tag, java.lang.String s)
          Set the text for a line.
 boolean DocMan.addLine(TagLine tag, java.lang.String s)
          Insert a line of text before the TagLine.
 boolean DocMan.deleteLine(TagLine tag)
          Delete a line.
 int DocInterface.lineFromTag(TagLine tag)
          Get the current line number for a TagLine.
 boolean DocInterface.showLine(TagLine tag)
          Bring forward any view window and scroll to the desired line.
 java.lang.String DocInterface.getLine(TagLine tag)
          Get the text for a line.
 boolean DocInterface.setLine(TagLine tag, java.lang.String text)
          Set the text for a line.
 boolean DocInterface.addLine(TagLine tag, java.lang.String text)
          Insert a line of text before the TagLine.
 boolean DocInterface.deleteLine(TagLine tag)
          Delete a line.
 

Uses of TagLine in de.uni_paderborn.fujaba.texteditor
 

Fields in de.uni_paderborn.fujaba.texteditor declared as TagLine
(package private)  TagLine TextEditorMP.BufferMP.tagLine
          No comment provided by developer, please add a comment to improve documentation.