JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
jEdit
Package
org.gjt.sp.jedit.textarea
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
()