Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.gjt.sp.jedit.textarea
Node
Contents
Description
Method Summary
Method Details
addChild(Node)
getChildren()
getParent()
Hide sidebar
Show sidebar
Interface Node
All Known Implementing Classes:
ColumnBlock
public interface
Node
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
addChild
(
Node
node)
Vector
getChildren
()
Node
getParent
()
Method Details
addChild
void
addChild
(
Node
node)
getChildren
Vector
getChildren
()
getParent
Node
getParent
()