Uses of Interface
org.gjt.sp.jedit.textarea.Node

Packages that use Node
org.gjt.sp.jedit.buffer Buffer event listeners, and classes used to implement jEdit's document model. 
org.gjt.sp.jedit.textarea Classes related to jEdit's TextArea. 
 

Uses of Node in org.gjt.sp.jedit.buffer
 

Methods in org.gjt.sp.jedit.buffer with parameters of type Node
 void JEditBuffer.updateColumnBlocks(int startLine, int endLine, int startColumn, Node parent)
           
 

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

Classes in org.gjt.sp.jedit.textarea that implement Node
 class ColumnBlock
           
 

Methods in org.gjt.sp.jedit.textarea that return Node
 Node Node.getParent()
           
 Node ColumnBlock.getParent()
           
 

Methods in org.gjt.sp.jedit.textarea with parameters of type Node
 void Node.addChild(Node node)
           
 void ColumnBlock.addChild(Node node)
           
 void ColumnBlock.setParent(Node parent)