站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

ActiveRegion (Terminal Emulator) - NetBeans API Javadoc (Current Development Version)

org.netbeans.lib.terminalemulator 1.2

org.netbeans.lib.terminalemulator
Class ActiveRegion

java.lang.Object
  extended by org.netbeans.lib.terminalemulator.ActiveRegion

public class ActiveRegion
extends Object


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

begin

public Coord begin

end

public Coord end
Method Detail

parent

public ActiveRegion parent()

getExtent

public Extent getExtent()

setSelectable

public void setSelectable(boolean selectable)
Mark this region as one that may be converted to a selection.

This is just a convenience state-keeping flag


isSelectable

public boolean isSelectable()
Return the value set using setSelectable().


setFeedbackEnabled

public void setFeedbackEnabled(boolean feedback)
Mark this region as one that will provide feedback when the mouse moves over it.

This is just a convenience state-keeping flag


isFeedbackEnabled

public boolean isFeedbackEnabled()
Return the value set using setFeedback().


setFeedbackViaParent

public void setFeedbackViaParent(boolean feedback_via_parent)
Mark this region as one that will provide feedback in it's containing region.


isFeedbackViaParent

public boolean isFeedbackViaParent()

setLink

public void setLink(boolean link)

isLink

public boolean isLink()

setUserObject

public void setUserObject(Object object)
Associate additional data with this ActiveRegion.


getUserObject

public Object getUserObject()
Retrieve the additional data associated with this ActiveRegion through setUserObject.


firstChild

public ActiveRegion firstChild()
Return the first child of this


lastChild

public ActiveRegion lastChild()
Return the last child of this


getPreviousSibling

public ActiveRegion getPreviousSibling()
Get the previous sibling of this region


getNextSibling

public ActiveRegion getNextSibling()
Get the next sibling of this region


org.netbeans.lib.terminalemulator 1.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.