- getActions() - Method in class org.openide.text.CloneableEditor
-
- getAllAttributeKeys() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getAnnotationCount() - Method in class org.openide.text.Annotatable
-
The count of already attached annotations.
- getAnnotationType() - Method in class org.openide.text.Annotation
-
Returns name of the file which describes the annotation type.
- getAttachedAnnotatable() - Method in class org.openide.text.Annotation
-
Gets annotatable object to which this annotation is attached.
- getAttribute(AttributedCharacterIterator.Attribute) - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getAttributes() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getBackground(AttributeSet) - Method in class org.openide.text.FilterDocument
-
- getBackground(AttributeSet) - Method in class org.openide.text.FilterStyledDocument
-
- getBegin() - Method in class org.openide.text.PositionBounds
-
Get the starting position of this range.
- getBeginIndex() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getCharacterElement(int) - Method in class org.openide.text.FilterDocument
-
- getCharacterElement(int) - Method in class org.openide.text.FilterStyledDocument
-
- getCloneableEditorSupport() - Method in class org.openide.text.PositionRef
-
- getColumn() - Method in class org.openide.text.Line.Part
-
Start column of annotation
- getColumn() - Method in class org.openide.text.PositionRef
-
Get the column number where this position points to.
- getComponent() - Method in class org.openide.text.CloneableEditor
-
- getComponent() - Method in interface org.openide.text.CloneableEditorSupport.Pane
-
Get the TopComponent that contains the EditorPane
- getCurrent(int) - Method in class org.openide.text.DocumentLine.Set
-
- getCurrent(int) - Method in class org.openide.text.Line.Set
-
Find line object representing the line in current document.
- getDate() - Method in class org.openide.text.Line.Set
-
Get creation time for this line set.
- getDefault() - Static method in class org.openide.text.IndentEngine
-
Deprecated.
Returns a simple indentation engine that does no formatting.
- getDefaultRootElement() - Method in class org.openide.text.FilterDocument
-
- getDisplayName() - Method in class org.openide.text.Line
-
Composes a human presentable name for the line.
- getDocument() - Method in interface org.openide.cookies.EditorCookie
-
Get the document (but do not block).
- getDocument() - Method in class org.openide.text.CloneableEditorSupport
-
Get the document.
- getDocument(Lookup.Provider) - Static method in class org.openide.text.NbDocument
-
Get the document associated with a file.
- getEditorKit(String) - Static method in class org.openide.text.CloneableEditorSupport
-
Gets an EditorKit
from Netbeans registry.
- getEditorPane() - Method in class org.openide.text.CloneableEditor
-
Returns editor pane.
- getEditorPane() - Method in interface org.openide.text.CloneableEditorSupport.Pane
-
get the editor pane component represented by this wrapper.
- getEdits() - Method in class org.openide.text.StableCompoundEdit
-
- getEditToBeRedoneOfType(EditorCookie, Class<T>) - Static method in class org.openide.text.NbDocument
-
Get an edit of given type that would be redone if a redo operation would be invoked
at this time for an editor cookie.
- getEditToBeUndoneOfType(EditorCookie, Class<T>) - Static method in class org.openide.text.NbDocument
-
Get an edit of given type that would be undone if an undo operation would be invoked
at this time for an editor cookie.
- getEnd() - Method in class org.openide.text.PositionBounds
-
Get the ending position of this range.
- getEndIndex() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getEndPosition() - Method in class org.openide.text.FilterDocument
-
- getFont(AttributeSet) - Method in class org.openide.text.FilterDocument
-
- getFont(AttributeSet) - Method in class org.openide.text.FilterStyledDocument
-
- getFooterAlignment() - Static method in class org.openide.text.PrintPreferences
-
- getFooterFont() - Static method in class org.openide.text.PrintPreferences
-
- getFooterFormat() - Static method in class org.openide.text.PrintPreferences
-
- getForeground(AttributeSet) - Method in class org.openide.text.FilterDocument
-
- getForeground(AttributeSet) - Method in class org.openide.text.FilterStyledDocument
-
- getHeaderAlignment() - Static method in class org.openide.text.PrintPreferences
-
- getHeaderFont() - Static method in class org.openide.text.PrintPreferences
-
- getHeaderFormat() - Static method in class org.openide.text.PrintPreferences
-
- getHelpCtx() - Method in class org.openide.text.CloneableEditor
-
Get context help for this editor pane.
- getHelpCtx() - Method in class org.openide.text.IndentEngine
-
Deprecated.
- getIndex() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getInputStream() - Method in class org.openide.text.CloneableEditorSupport
-
Returns an InputStream which reads the current data from this editor, taking into
account the encoding of the file.
- getLength() - Method in class org.openide.text.FilterDocument
-
- getLength() - Method in class org.openide.text.Line.Part
-
Length of the annotated text.
- getLine() - Method in class org.openide.text.Line.Part
-
Line can change during editting
- getLine() - Method in class org.openide.text.PositionRef
-
Get the line number where this position points to.
- getLineAscentCorrection() - Static method in class org.openide.text.PrintPreferences
-
- getLineNumber() - Method in class org.openide.text.DocumentLine
-
- getLineNumber() - Method in class org.openide.text.Line
-
Get the line number.
- getLines() - Method in class org.openide.text.DocumentLine.Set
-
- getLines() - Method in class org.openide.text.Line.Set
-
Returns a set of line objects sorted by their
line numbers.
- getLineSet() - Method in interface org.openide.cookies.LineCookie
-
Creates new line set.
- getLineSet() - Method in class org.openide.text.CloneableEditorSupport
-
Get the line set for all paragraphs in the document.
- getLogicalStyle(int) - Method in class org.openide.text.FilterDocument
-
- getLogicalStyle(int) - Method in class org.openide.text.FilterStyledDocument
-
- getLookup() - Method in class org.openide.text.Line
-
Provides access to the context passed into the line constructor.
- getMimeType() - Method in interface org.openide.text.CloneableEditorSupport.Env
-
Mime type of the document.
- getOffset() - Method in class org.openide.text.PositionRef
-
- getOpenedPanes() - Method in interface org.openide.cookies.EditorCookie
-
Get a list of all editor panes opened on this object.
- getOpenedPanes() - Method in class org.openide.text.CloneableEditorSupport
-
Gets editor panes opened by this support.
- getOriginal(int) - Method in class org.openide.text.DocumentLine.Set
-
- getOriginal(int) - Method in class org.openide.text.Line.Set
-
Find line object in the line set corresponding to original line number.
- getOriginalLineNumber(Line) - Method in class org.openide.text.DocumentLine.Set
-
- getOriginalLineNumber(Line) - Method in class org.openide.text.Line.Set
-
Finds an original line number for given line in this line set.
- getPageFormat(PrinterJob) - Static method in class org.openide.text.PrintPreferences
-
- getParagraphElement(int) - Method in class org.openide.text.FilterDocument
-
- getParagraphElement(int) - Method in class org.openide.text.FilterStyledDocument
-
- getPersistenceType() - Method in class org.openide.text.CloneableEditor
-
Overriden to explicitely set persistence type of CloneableEditor
to PERSISTENCE_ONLY_OPENED
- getPosition() - Method in class org.openide.text.PositionRef
-
- getPositionBias() - Method in class org.openide.text.PositionRef
-
- getPreferredSize() - Method in class org.openide.text.CloneableEditor
-
- getPresentationName() - Method in class org.openide.text.StableCompoundEdit
-
- getProperty(Object) - Method in class org.openide.text.FilterDocument
-
- getRedoPresentationName() - Method in class org.openide.text.StableCompoundEdit
-
- getRootElements() - Method in class org.openide.text.FilterDocument
-
- getRunLimit() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getRunLimit(AttributedCharacterIterator.Attribute) - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getRunStart() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getRunStart(AttributedCharacterIterator.Attribute) - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- getShortDescription() - Method in class org.openide.text.Annotation
-
Gets the tool tip text for this annotation.
- getStartPosition() - Method in class org.openide.text.FilterDocument
-
- getStyle(String) - Method in class org.openide.text.FilterDocument
-
- getStyle(String) - Method in class org.openide.text.FilterStyledDocument
-
- getText() - Method in class org.openide.text.Annotatable
-
Get content of the annotatable.
- getText() - Method in class org.openide.text.DocumentLine
-
- getText(int, int) - Method in class org.openide.text.FilterDocument
-
- getText(int, int, Segment) - Method in class org.openide.text.FilterDocument
-
- getText() - Method in class org.openide.text.Line
-
- getText() - Method in class org.openide.text.PositionBounds
-
Finds the text contained in this range.
- getTime() - Method in interface org.openide.text.CloneableEditorSupport.Env
-
Gets the last modification time for the document.
- getUndoPresentationName() - Method in class org.openide.text.StableCompoundEdit
-
- getUndoRedo() - Method in class org.openide.text.CloneableEditor
-
The undo/redo manager of the support.
- getUndoRedo() - Method in class org.openide.text.CloneableEditorSupport
-
Gets the undo redo manager.
- getWrap() - Static method in class org.openide.text.PrintPreferences
-
Wrap lines.
- GUARDED - Static variable in class org.openide.text.NbDocument
-
Attribute that signals that a given character is guarded (cannot
be modified).