- canBeMarkedCurrent(int, Line) - Method in class org.openide.text.Line
-
- canClose() - Method in class org.openide.text.CloneableEditor
-
Indicates whether this component can be closed.
- canClose() - Method in class org.openide.text.CloneableEditorSupport
-
Should test whether all data is saved, and if not, prompt the user
to save.
- canRedo() - Method in class org.openide.text.StableCompoundEdit
-
- canUndo() - Method in class org.openide.text.StableCompoundEdit
-
- chars - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
Characters to iterate.
- chars - Variable in class org.openide.text.AttributedCharacters
-
Characters to iterate.
- clone() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- CloneableEditor - Class in org.openide.text
-
Cloneable top component to hold the editor kit.
- CloneableEditor() - Constructor for class org.openide.text.CloneableEditor
-
For externalization of subclasses only
- CloneableEditor(CloneableEditorSupport) - Constructor for class org.openide.text.CloneableEditor
-
Creates new editor component associated with
support object.
- CloneableEditor(CloneableEditorSupport, boolean) - Constructor for class org.openide.text.CloneableEditor
-
Creates new editor component associated with
support object (possibly also with its
lookup
.
- cloneableEditorSupport() - Method in class org.openide.text.CloneableEditor
-
- CloneableEditorSupport - Class in org.openide.text
-
Support for associating an editor and a Swing
Document
.
- CloneableEditorSupport(CloneableEditorSupport.Env) - Constructor for class org.openide.text.CloneableEditorSupport
-
Creates new CloneableEditorSupport attached to given environment.
- CloneableEditorSupport(CloneableEditorSupport.Env, Lookup) - Constructor for class org.openide.text.CloneableEditorSupport
-
Creates new CloneableEditorSupport attached to given environment.
- CloneableEditorSupport.Env - Interface in org.openide.text
-
Interface for providing data for the support and also
locking the source of data.
- CloneableEditorSupport.Pane - Interface in org.openide.text
-
Describes one existing editor.
- CloneableEditorSupportRedirector - Class in org.openide.text
-
Allows to find another
CloneableEditorSupport
that all the
requests passed to given one should be redirected to.
- CloneableEditorSupportRedirector() - Constructor for class org.openide.text.CloneableEditorSupportRedirector
-
- close() - Method in interface org.openide.cookies.EditorCookie
-
Closes all opened editors (if the user agrees) and
flushes content of the document to file.
- close(boolean) - Method in class org.openide.text.CloneableEditorSupport
-
Closes all opened editors (if the user agrees) and
flushes content of the document to the file.
- closeLast() - Method in class org.openide.text.CloneableEditor
-
When closing last view, also close the document.
- closeLast(boolean) - Method in class org.openide.text.CloneableEditor
-
Utility method to close the document.
- colors - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
Color for each character.
- colors - Variable in class org.openide.text.AttributedCharacters
-
Color for each character.
- componentActivated() - Method in class org.openide.text.CloneableEditor
-
Overrides superclass method.
- componentClosed() - Method in class org.openide.text.CloneableEditor
-
- componentOpened() - Method in class org.openide.text.CloneableEditor
-
- componentShowing() - Method in class org.openide.text.CloneableEditor
-
Overrides superclass method.
- createCloneableEditor() - Method in class org.openide.text.CloneableEditorSupport
-
Allows subclasses to create their own version
of CloneableEditor
component.
- createCloneableTopComponent() - Method in class org.openide.text.CloneableEditorSupport
-
Prepares document, creates and initializes
new CloneableEditor
component.
- createClonedObject() - Method in class org.openide.text.CloneableEditor
-
- createEditor(JEditorPane) - Method in interface org.openide.text.NbDocument.CustomEditor
-
Create a whole editor component over the given JEditorPane
.
- createEditorKit() - Method in class org.openide.text.CloneableEditorSupport
-
Creates editor kit for this source.
- createLine(int) - Method in class org.openide.text.DocumentLine.Set
-
Creates a
Line
for a given offset.
- createPane() - Method in class org.openide.text.CloneableEditorSupport
-
Creates and initializes
new CloneableEditor
component.
- createPart(int, int) - Method in class org.openide.text.Line
-
Create object which represent part of the text on the line.
- createPosition(int) - Method in class org.openide.text.FilterDocument
-
- createPosition(Document, int, Position.Bias) - Static method in class org.openide.text.NbDocument
-
Creates position with a bias.
- createPosition(int, Position.Bias) - Method in interface org.openide.text.NbDocument.PositionBiasable
-
Creates position with a bias.
- createPositionRef(int, Position.Bias) - Method in class org.openide.text.CloneableEditorSupport
-
Create a position reference for the given offset.
- createPrintIterators() - Method in interface org.openide.text.NbDocument.Printable
-
Get an attributed character iterator for the document, so that it may be printed.
- createStyledDocument(EditorKit) - Method in class org.openide.text.CloneableEditorSupport
-
Method that can be overriden by children to create empty
styled document or attach additional document properties to it.
- createToolbar(JEditorPane) - Method in interface org.openide.text.NbDocument.CustomToolbar
-
Implementation shall return a toolbar for the document.
- createUndoRedoManager() - Method in class org.openide.text.CloneableEditorSupport
-
Create an undo/redo manager.
- createWriter(Document, int, Writer) - Method in class org.openide.text.IndentEngine
-
Deprecated.
Creates writer that formats text that is inserted into it.
- current - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
Current position.
- current() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- current - Variable in class org.openide.text.AttributedCharacters
-
Current.
- CURRENT_STYLE_NAME - Static variable in class org.openide.text.NbDocument
-