- acceptMimeType(String) - Method in class org.openide.text.IndentEngine
-
Deprecated.
Allow subclasses to decide whether they are suitable
for the given mime-type or not.
- ActiveEditorDrop - Interface in org.openide.text
-
ActiveEditorDrop with artificial DataFlavor.
- addAnnotation(Annotation) - Method in class org.openide.text.Annotatable
-
Add annotation to this Annotatable class
- addAnnotation(Annotation) - Method in class org.openide.text.DocumentLine
-
Add annotation to this Annotatable class
- addAnnotation(StyledDocument, Position, int, Annotation) - Static method in class org.openide.text.NbDocument
-
Add annotation to the document.
- addAnnotation(Position, int, Annotation) - Method in interface org.openide.text.NbDocument.Annotatable
-
Add annotation to the document.
- addChangeListener(ChangeListener) - Method in class org.openide.text.CloneableEditorSupport
-
- addDocumentListener(DocumentListener) - Method in class org.openide.text.FilterDocument
-
- addEdit(UndoableEdit) - Method in class org.openide.text.StableCompoundEdit
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.cookies.EditorCookie.Observable
-
Add a PropertyChangeListener to the listener list.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.text.Annotatable
-
Add listeners on changes of annotatable properties
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.text.Annotation
-
Add listeners on changes of annotation properties
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.text.CloneableEditorSupport
-
Add a PropertyChangeListener to the listener list.
- addStyle(String, Style) - Method in class org.openide.text.FilterDocument
-
- addStyle(String, Style) - Method in class org.openide.text.FilterStyledDocument
-
- addUndoableEditListener(UndoableEditListener) - Method in class org.openide.text.FilterDocument
-
- afterRedirect(CloneableOpenSupport) - Method in class org.openide.text.CloneableEditorSupport
-
- Annotatable - Class in org.openide.text
-
Classes which are capable of holding annotations must
extend this abstract class.
- Annotatable() - Constructor for class org.openide.text.Annotatable
-
- annotate(Line.Set, Lookup) - Method in interface org.openide.text.AnnotationProvider
-
Attach annotations to the Line.Set for given context.
- Annotation - Class in org.openide.text
-
Description of annotation.
- Annotation() - Constructor for class org.openide.text.Annotation
-
- AnnotationProvider - Interface in org.openide.text
-
A provider of annotations for given context.
- append(char, Font, Color) - Method in class org.openide.text.AttributedCharacters
-
Append a character with specified font.
- append(char[], Font, Color) - Method in class org.openide.text.AttributedCharacters
-
Append a character array with a font.
- asynchronousOpen() - Method in class org.openide.text.CloneableEditorSupport
-
Controls behavior of method open.
- attach(Annotatable) - Method in class org.openide.text.Annotation
-
Attach annotation to Annotatable object.
- AttributedCharacterIteratorImpl(char[], Font[], Color[], int[], int[]) - Constructor for class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- AttributedCharacters - Class in org.openide.text
-
The class is a support for all classes that implement PrintCookie.
- AttributedCharacters() - Constructor for class org.openide.text.AttributedCharacters
-
- AttributedCharacters.AttributedCharacterIteratorImpl - Class in org.openide.text
-
Implementation of AttributedCharacterIterator interface.