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 and 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 and Description |
---|---|
Annotatable |
Annotation.getAttachedAnnotatable()
Gets annotatable object to which this annotation is attached.
|
Modifier and Type | Method and 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 June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.