|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Annotatable | |
org.openide.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. |
Uses of Annotatable in org.openide.text |
Subclasses of Annotatable in org.openide.text | |
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. |
Methods in org.openide.text that return Annotatable | |
Annotatable |
Annotation.getAttachedAnnotatable()
Gets annotatable object to which this annotation is attached. |
Methods in org.openide.text with parameters of type Annotatable | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |