public interface ITreeNode
| Modifier and Type | Method and Description |
|---|---|
void |
addRectangle(int x,
int y,
int cx,
int cy) |
String |
getDescription() |
ITreeNode[] |
getDownChildren() |
String |
getName() |
Rectangle[] |
getRectangles() |
ITreeNode[] |
getUpChildren() |
boolean |
hasDownChildren() |
boolean |
hasUpChildren() |
boolean |
isSelected() |
void |
reset() |
void addRectangle(int x,
int y,
int cx,
int cy)
String getDescription()
ITreeNode[] getDownChildren()
String getName()
Rectangle[] getRectangles()
ITreeNode[] getUpChildren()
boolean hasDownChildren()
boolean hasUpChildren()
boolean isSelected()
void reset()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.