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.
 PositionRef EditorSupport.createPositionRef(int offset, Position.Bias bias)
          Deprecated. Create a position reference for the given offset.
 

Methods in org.openide.text with parameters of type PositionRef
protected  EditorSupport.Editor EditorSupport.openAt(PositionRef pos)
          Deprecated. Forcibly create one editor component.
 

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



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.