Package | Description |
---|---|
org.openide.text |
NetBeans is able to integrate multiple
editors
for different content types and mechanically access their content.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DocumentLine |
Implementation of a line in a
StyledDocument . |
class |
Line |
Represents one line in a text document.
|
static class |
Line.Part |
Representation of the part of the Line's text.
|
Modifier and Type | Method | Description |
---|---|---|
Annotatable |
Annotation.getAttachedAnnotatable() |
Gets annotatable object to which this annotation is attached.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Annotation.attach(Annotatable anno) |
Attach annotation to Annotatable object.
|
protected void |
Annotation.notifyAttached(Annotatable toAnno) |
Notifies the annotation that it was attached
to the annotatable.
|
protected void |
Annotation.notifyDetached(Annotatable fromAnno) |
Notifies the annotation that it was detached
from the annotatable.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.