Uses of Class
org.gjt.sp.jedit.textarea.ColumnBlockLine

Packages that use ColumnBlockLine
org.gjt.sp.jedit.textarea Classes related to jEdit's TextArea. 
 

Uses of ColumnBlockLine in org.gjt.sp.jedit.textarea
 

Methods in org.gjt.sp.jedit.textarea that return types with arguments of type ColumnBlockLine
 java.util.Vector<ColumnBlockLine> ColumnBlock.getLines()
           
 

Method parameters in org.gjt.sp.jedit.textarea with type arguments of type ColumnBlockLine
 void ColumnBlock.setLines(java.util.Vector<ColumnBlockLine> lines)