Package | Description |
---|---|
org.openide.text |
NetBeans is able to integrate multiple
editors
for different content types and mechanically access their content.
|
Modifier and Type | Field and Description |
---|---|
protected PositionRef |
DocumentLine.pos
reference to one position on the line
|
Modifier and Type | Method and Description |
---|---|
PositionRef |
CloneableEditorSupport.createPositionRef(int offset,
Position.Bias bias)
Create a position reference for the given offset.
|
PositionRef |
PositionBounds.getBegin()
Get the starting position of this range.
|
PositionRef |
PositionBounds.getEnd()
Get the ending position of this range.
|
Modifier and Type | Method and Description |
---|---|
protected CloneableEditorSupport.Pane |
CloneableEditorSupport.openAt(PositionRef pos,
int column)
Forcibly create one editor component.
|
Constructor and Description |
---|
Lookup obj,
PositionRef pos)
Constructor.
|
PositionBounds(PositionRef begin,
PositionRef end)
Creates new
PositionBounds . |