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

Packages that use LineInfo
de.uni_paderborn.fujaba.mpEdit Source Code Editor 
 

Uses of LineInfo in de.uni_paderborn.fujaba.mpEdit
 

Methods in de.uni_paderborn.fujaba.mpEdit that return LineInfo
 LineInfo LineMan.getLineInfo(int i)
          Get the lineInfo attribute of the LineMan object
 LineInfo DocMan.getLineInfo(int i)
          Get the lineInfo attribute of the DocMan object
 

Methods in de.uni_paderborn.fujaba.mpEdit with parameters of type LineInfo
protected  int TextCanvas.fillBuffer(LineInfo li)
          Fills char[] buffer with line li and replaces all tab characters '\t' with blanks Same method as used in Hilite.
 void LineMan.setLineInfo(LineInfo li, int i)
          Sets the lineInfo attribute of the LineMan object