|
org.netbeans.lib.terminalemulator 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.terminalemulator.ActiveRegion
public class ActiveRegion
Field Summary | |
---|---|
Coord |
begin
|
Coord |
end
|
Method Summary | |
---|---|
ActiveRegion |
firstChild()
Return the first child of this |
Extent |
getExtent()
|
ActiveRegion |
getNextSibling()
Get the next sibling of this region |
ActiveRegion |
getPreviousSibling()
Get the previous sibling of this region |
Object |
getUserObject()
Retrieve the additional data associated with this ActiveRegion through setUserObject. |
boolean |
isFeedbackEnabled()
Return the value set using setFeedback(). |
boolean |
isFeedbackViaParent()
|
boolean |
isLink()
|
boolean |
isSelectable()
Return the value set using setSelectable(). |
ActiveRegion |
lastChild()
Return the last child of this |
ActiveRegion |
parent()
|
void |
setFeedbackEnabled(boolean feedback)
Mark this region as one that will provide feedback when the mouse moves over it. |
void |
setFeedbackViaParent(boolean feedback_via_parent)
Mark this region as one that will provide feedback in it's containing region. |
void |
setLink(boolean link)
|
void |
setSelectable(boolean selectable)
Mark this region as one that may be converted to a selection. |
void |
setUserObject(Object object)
Associate additional data with this ActiveRegion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Coord begin
public Coord end
Method Detail |
---|
public ActiveRegion parent()
public Extent getExtent()
public void setSelectable(boolean selectable)
This is just a convenience state-keeping flag
public boolean isSelectable()
public void setFeedbackEnabled(boolean feedback)
This is just a convenience state-keeping flag
public boolean isFeedbackEnabled()
public void setFeedbackViaParent(boolean feedback_via_parent)
public boolean isFeedbackViaParent()
public void setLink(boolean link)
public boolean isLink()
public void setUserObject(Object object)
public Object getUserObject()
public ActiveRegion firstChild()
public ActiveRegion lastChild()
public ActiveRegion getPreviousSibling()
public ActiveRegion getNextSibling()
|
org.netbeans.lib.terminalemulator 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |