| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JEditBuffer. updateColumnBlocks(int startLine,
                  int endLine,
                  int startColumn,
                  Node parent) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ColumnBlock | 
| Modifier and Type | Method and Description | 
|---|---|
| Node | ColumnBlock. getParent() | 
| Node | Node. getParent() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Vector<Node> | ColumnBlock. getChildren() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ColumnBlock. addChild(Node node) | 
| void | Node. addChild(Node node) | 
| void | ColumnBlock. setParent(Node parent) |