- NbDocument - Class in org.openide.text
-
Dummy class holding utility methods for working with NetBeans document conventions.
- NbDocument.Annotatable - Interface in org.openide.text
-
Enhanced version of document which is capable of
attaching/detaching of annotations.
- NbDocument.CustomEditor - Interface in org.openide.text
-
Enabled documents to add special UI components to their Editor pane.
- NbDocument.CustomToolbar - Interface in org.openide.text
-
Enabled documents to add special UI toolbar components to their Editor pane.
- NbDocument.PositionBiasable - Interface in org.openide.text
-
Enhanced version of document that provides better support for
holding and working with biased positions.
- NbDocument.Printable - Interface in org.openide.text
-
Document which may support styled text printing.
- NbDocument.WriteLockable - Interface in org.openide.text
-
Specialized version of document that knows how to lock the document
for complex modifications.
- next() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- NORMAL_STYLE_NAME - Static variable in class org.openide.text.NbDocument
-
- notifyAttached(Annotatable) - Method in class org.openide.text.Annotation
-
Notifies the annotation that it was attached
to the annotatable.
- notifyClosed() - Method in class org.openide.text.CloneableEditorSupport
-
Method that is called when all components of the support are
closed.
- notifyDetached(Annotatable) - Method in class org.openide.text.Annotation
-
Notifies the annotation that it was detached
from the annotatable.
- notifyModified() - Method in class org.openide.text.CloneableEditorSupport
-
Called when the document is being modified.
- notifyUnmodified() - Method in class org.openide.text.CloneableEditorSupport
-
Notification method called when the document become unmodified.