|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Node
An interface to indicate an object that can have parent in a tree-like data structure.
Field Summary | |
---|---|
static String |
PROPERTY_ADJUSTING
|
Method Summary | |
---|---|
int |
getLevel()
Gets the number of level counting from the first level. |
Node |
getNextSibling()
Gets next sibling of current node. |
Expandable |
getParent()
Gets the parent of this expandable. |
Node |
getPreviousSibling()
Gets previous sibling of current node. |
void |
setParent(Expandable parent)
Sets the parent of this expandable. |
Field Detail |
---|
static final String PROPERTY_ADJUSTING
Method Detail |
---|
int getLevel()
Expandable getParent()
void setParent(Expandable parent)
parent
- Node getPreviousSibling()
Node getNextSibling()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |