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 | Description |
---|---|---|
protected PositionRef |
DocumentLine.pos |
reference to one position on the line
|
Modifier and Type | Method | 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 | Description |
---|---|---|
protected CloneableEditorSupport.Pane |
CloneableEditorSupport.openAt(PositionRef pos,
int column) |
Forcibly create one editor component.
|
Constructor | Description |
---|---|
DocumentLine(org.openide.util.Lookup obj,
PositionRef pos) |
Constructor.
|
PositionBounds(PositionRef begin,
PositionRef end) |
Creates new
PositionBounds . |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.