Method Summary |
|
void | addChild(ActiveRegion child) |
ActiveRegion | contains(Coord coord) |
void | cull(int origin) |
public ActiveRegion | firstChild() |
public Extent | getExtent() |
public ActiveRegion | getNextSibling() |
public ActiveRegion | getPreviousSibling() |
public Object | getUserObject() Retrieve the additional data associated with this ActiveRegion through
setUserObject. |
public boolean | isFeedbackEnabled() Return the value set using setFeedback(). |
public boolean | isFeedbackViaParent() |
public boolean | isLink() |
public boolean | isSelectable() Return the value set using setSelectable(). |
public ActiveRegion | lastChild() |
public ActiveRegion | parent() |
void | relocate(int delta) |
void | removeChild(ActiveRegion child) |
void | setEnd(Coord end) |
public void | setFeedbackEnabled(boolean feedback) Mark this region as one that will provide feedback when the mouse moves
over it. |
public void | setFeedbackViaParent(boolean feedback_via_parent) Mark this region as one that will provide feedback in it's containing
region. |
public void | setLink(boolean link) |
public void | setSelectable(boolean selectable) Mark this region as one that may be converted to a selection. |
public void | setUserObject(Object object) Associate additional data with this ActiveRegion. |