|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |