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

Uses of Class org.openide.text.PositionRef (NetBeans Text API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.text.PositionRef

Packages that use PositionRef
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
 

Uses of PositionRef in org.openide.text
 

Fields in org.openide.text declared as PositionRef
protected  PositionRef DocumentLine.pos
          reference to one position on the line
 

Methods in org.openide.text that return PositionRef
 PositionRef PositionBounds.getBegin()
          Get the starting position of this range.
 PositionRef PositionBounds.getEnd()
          Get the ending position of this range.
 PositionRef CloneableEditorSupport.createPositionRef(int offset, Position.Bias bias)
          Create a position reference for the given offset.
 

Methods in org.openide.text with parameters of type PositionRef
protected  CloneableEditorSupport.Pane CloneableEditorSupport.openAt(PositionRef pos, int column)
          Forcibly create one editor component.
 

Constructors in org.openide.text with parameters of type PositionRef
PositionBounds(PositionRef begin, PositionRef end)
          Creates new PositionBounds.
DocumentLine(Lookup obj, PositionRef pos)
          Constructor.
 


 

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