站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

I-Index (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

I

ICON_RESOURCE_PROPERTY - Static variable in class org.netbeans.editor.BaseAction
Resource for the icon
ID_PROP - Static variable in class org.netbeans.editor.BaseDocument
Registry identification property
IDENTIFIER_ACCEPTOR - Static variable in class org.netbeans.editor.SettingsNames
Acceptor that recognizes the identifier characters.
IGNORE_CASE - Static variable in class org.netbeans.editor.ext.KeywordMatchGenerator
 
IGNORE_EMPTY - Static variable in class org.netbeans.editor.MarkBlock
This value can be used to clear the two bits saying if the tested or THIS block are empty (The EMPTY and THIS_EMPTY are cleared).
IGNORE_VISUAL_CHANGES - Static variable in class org.netbeans.editor.SettingsNames
Ignore the changes made to the settings through the visual property editors working over the methods manipulating the settings.
ImageTokenID - Interface in org.netbeans.editor
Token-id with the fixed token image.
ImplementationProvider - Class in org.netbeans.editor
Deprecated. See org.netbeans.spi.editor.lib2.EditorImplementationProvider
ImplementationProvider() - Constructor for class org.netbeans.editor.ImplementationProvider
Deprecated.  
INC_SEARCH_COLORING - Static variable in class org.netbeans.editor.SettingsNames
Deprecated. Use FontColorNames instead.
INC_SEARCH_LAYER_NAME - Static variable in class org.netbeans.editor.DrawLayerFactory
Deprecated. Incremental search layer name
INC_SEARCH_LAYER_VISIBILITY - Static variable in class org.netbeans.editor.DrawLayerFactory
Deprecated. Incremental search layer visibility
INCLUDE - Static variable in class org.netbeans.editor.MarkBlock
Tested block fully includes THIS block and extends it by at least one character in both directions.
incSearch - Variable in class org.netbeans.editor.ext.FindDialogPanel
Deprecated.  
incSearch(Map, int) - Method in class org.netbeans.editor.FindSupport
Deprecated.  
incSearchReset() - Method in class org.netbeans.editor.FindSupport
Deprecated.  
INDENT_HOT_CHARS_ACCEPTOR - Static variable in class org.netbeans.editor.ext.ExtSettingsNames
Acceptor sensitive to characters that cause that that the current line will be reformatted immediately.
INDENT_SHIFT_WIDTH - Static variable in class org.netbeans.editor.SettingsNames
Shift-width says how many spaces should the formatter use to indent the more inner level of code.
indentBlock(BaseDocument, int, int) - Static method in class org.netbeans.editor.BaseKit.PasteAction
 
indentLine(Document, int) - Method in class org.netbeans.editor.ext.ExtFormatter
Indents the current line.
indentLine(Document, int) - Method in class org.netbeans.editor.Formatter
Indents the current line.
indentNewLine(Document, int) - Method in class org.netbeans.editor.ext.ExtFormatter
Inserts new line at given position and indents the new line with spaces.
indentNewLine(Document, int) - Method in class org.netbeans.editor.Formatter
Inserts new line at given position and indents the new line with spaces.
init(DrawContext) - Method in class org.netbeans.editor.DrawLayer.AbstractLayer
Deprecated.  
init(DrawContext) - Method in interface org.netbeans.editor.DrawLayer
Deprecated. Called each time the paint begins for all layers in the layer chain regardless whether they are currently active or not.
init(DrawContext) - Method in class org.netbeans.editor.DrawLayerFactory.BlockSearchLayer
Deprecated.  
init(DrawContext) - Method in class org.netbeans.editor.DrawLayerFactory.CaretLayer
Deprecated.  
init(DrawContext) - Method in class org.netbeans.editor.DrawLayerFactory.ColorLineLayer
Deprecated.  
init(DrawContext) - Method in class org.netbeans.editor.DrawLayerFactory.HighlightSearchLayer
Deprecated.  
init(DrawContext) - Method in class org.netbeans.editor.DrawLayerFactory.IncSearchLayer
Deprecated.  
init(DrawContext) - Method in class org.netbeans.editor.DrawLayerFactory.StyleLayer
Deprecated.  
init(DrawContext) - Method in class org.netbeans.editor.DrawLayerFactory.SyntaxLayer
Deprecated.  
init(DrawContext) - Method in class org.netbeans.editor.DrawLayerFactory.WordColoringLayer
Deprecated.  
init() - Method in class org.netbeans.editor.GlyphGutter
Do initialization of the glyph gutter
INIT - Static variable in class org.netbeans.editor.Syntax
Initial internal state of the analyzer
initDocument(BaseDocument) - Method in class org.netbeans.editor.BaseKit
Initialize document by adding the draw-layers for example.
inited - Variable in class org.netbeans.editor.BaseDocument
 
initEmptyLines() - Method in interface org.netbeans.editor.PrintContainer
 
initFormatLayers() - Method in class org.netbeans.editor.ext.ExtFormatter
Add the desired format-layers to the formatter
initGlyphCorner(JScrollPane) - Method in class org.netbeans.editor.EditorUI
 
INITIAL_DELAY - Static variable in class org.netbeans.editor.ext.ToolTipSupport
Initial delay before the tooltip is shown in milliseconds.
initializersToString() - Static method in class org.netbeans.editor.Settings
Debug the current initializers
initialRead(BaseDocument, Reader, boolean) - Static method in class org.netbeans.editor.Analyzer
Do initial reading of document.
initPanel() - Method in class org.netbeans.editor.StatusBar
 
initScan(String) - Method in class org.netbeans.editor.ext.KeywordMatchGenerator
 
initSyntax(Syntax, int, int, boolean, boolean) - Method in class org.netbeans.editor.SyntaxSupport
Initialize the syntax so it's ready to scan the given area.
INNER - Static variable in class org.netbeans.editor.MarkBlock
Tested block is fully inside THIS block and there is at least one more character left in THIS block after the end of the tested block in both directions.
INPUT_METHODS_ENABLED - Static variable in class org.netbeans.editor.SettingsNames
Whether the input-methods should be enabled.
INSERT_LOCALE - Static variable in class org.netbeans.editor.StatusBar
 
insertAll(int, Object[]) - Method in class org.netbeans.editor.GapObjectArray
 
insertAll(int, Object[], int, int) - Method in class org.netbeans.editor.GapObjectArray
 
insertChain(MarkBlock) - Method in class org.netbeans.editor.MarkBlock
Insert block before this one
insertChain(MarkFactory.ChainDrawMark) - Method in class org.netbeans.editor.MarkFactory.ChainDrawMark
Insert mark before this one in chain
insertDateTimeAction - Static variable in class org.netbeans.editor.BaseKit
Insert the current Date and Time
insertImageToken(TokenItem, ImageTokenID, TokenContextPath) - Method in class org.netbeans.editor.ext.ExtFormatSupport
Insert the token that has token-id containing image, so additional text is not necessary.
insertItem(int, Object) - Method in class org.netbeans.editor.GapObjectArray
 
insertMark(BaseDocument, Mark, int) - Static method in class org.netbeans.editor.Utilities
 
insertSpaces(TokenItem, int) - Method in class org.netbeans.editor.ext.FormatSupport
 
insertString(int, String, AttributeSet) - Method in class org.netbeans.editor.BaseDocument
Inserts string into document
insertString(BaseDocument, int, Caret, String, boolean) - Method in class org.netbeans.editor.BaseKit.DefaultKeyTypedAction
Hook to insert the given string at the given position into the given document in insert-mode, no selection, writeable document.
insertString(TokenItem, int, String) - Method in class org.netbeans.editor.ext.FormatSupport
 
insertString(FormatTokenPosition, String) - Method in class org.netbeans.editor.ext.FormatSupport
 
insertString(TokenItem, int, String) - Method in class org.netbeans.editor.ext.FormatWriter
Insert the text at the offset inside the given token.
insertTabString(BaseDocument, int) - Method in class org.netbeans.editor.Formatter
Modify the line to move the text starting at dotPos one tab column to the right.
insertToken(TokenItem, TokenID, TokenContextPath, String) - Method in class org.netbeans.editor.ext.FormatSupport
Delegation to the same method in format-writer.
insertToken(TokenItem, TokenID, TokenContextPath, String) - Method in class org.netbeans.editor.ext.FormatWriter
Create a new token-item and insert it before the token-item given as parameter.
insertUpdate(DocumentEvent) - Method in class org.netbeans.editor.Annotations
Checks the number of inserted lines and recalculate LineAnnotations.line property
insertUpdate(DocumentEvent) - Method in class org.netbeans.editor.BaseCaret
 
insertUpdate(AbstractDocument.DefaultDocumentEvent, AttributeSet) - Method in class org.netbeans.editor.BaseDocument
 
insertUpdate(DocumentEvent) - Method in class org.netbeans.editor.BaseTextUI
Insert to document notification.
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.netbeans.editor.LeafView
Gives notification that something was inserted into the document in a location that this view is responsible for.
insertUpdate(DocumentEvent) - Method in class org.netbeans.editor.StatusBar
 
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.netbeans.editor.view.spi.LockView
 
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.netbeans.lib.editor.view.GapDocumentView
 
insets - Variable in class org.netbeans.editor.BaseView
Border insets of this view.
INSETS_BOTTOM - Static variable in class org.netbeans.editor.BaseView
Bottom insets paint type.
INSETS_TOP - Static variable in class org.netbeans.editor.BaseView
Top insets paint type.
INSIDE - Static variable in class org.netbeans.editor.MarkBlock
Two bit value meaning that the tested block is fully inside THIS block.
INSIDE_BEGIN - Static variable in class org.netbeans.editor.MarkBlock
Tested block completely inside THIS block and its end position is lower than end position of THIS block and start positions are the same.
INSIDE_END - Static variable in class org.netbeans.editor.MarkBlock
Tested block completely inside THIS block and its start position is greater than THIS block start position and end positions are the same.
install(JTextComponent) - Method in class org.netbeans.editor.BaseCaret
Called when UI is being installed into JTextComponent
install(JEditorPane) - Method in class org.netbeans.editor.BaseKit
Called after the kit is installed into JEditorPane
install(JTextComponent) - Method in class org.netbeans.editor.ext.ExtCaret
 
install(JComponent) - Method in class org.netbeans.editor.PopupManager
Install popup component to textComponent root pane based on caret coordinates with the Largest placement.
install(JComponent, Rectangle, PopupManager.Placement, PopupManager.HorizontalBounds, int, int) - Method in class org.netbeans.editor.PopupManager
 
install(JComponent, Rectangle, PopupManager.Placement, PopupManager.HorizontalBounds) - Method in class org.netbeans.editor.PopupManager
 
install(JComponent, Rectangle, PopupManager.Placement) - Method in class org.netbeans.editor.PopupManager
 
installKeyboardActions() - Method in class org.netbeans.editor.BaseTextUI
 
installTitleComponent() - Method in class org.netbeans.editor.ext.ScrollCompletionPane
 
installTitleComponent() - Method in class org.netbeans.editor.ext.ScrollJavaDocPane
 
installUI(JComponent) - Method in class org.netbeans.editor.BaseTextUI
Installs the UI for a component.
installUI(JTextComponent) - Method in class org.netbeans.editor.EditorUI
Called when the BaseTextUI is being installed into the component.
instantSubstitution(int) - Method in class org.netbeans.editor.ext.Completion
Performs instant text substitution, provided that result contains only one item and completion has been invoked at the end of the word.
INVALID - Static variable in class org.netbeans.editor.MarkBlock
This value is not used directly in this class but can be used by other classes to report that the comparison of blocks has no sense for some reason.
invalidateLastResult() - Method in class org.netbeans.editor.ext.Completion
Reset the result of the last valid completion query.
invalidateStartY() - Method in class org.netbeans.editor.BaseTextUI
 
invalidateStartY() - Method in class org.netbeans.editor.BaseView
Informs the view that if it had cached start y of itself it should invalidate it as it is no longer valid and it should call getViewStartY() to get updated value.
invalidateSyntaxMarks() - Method in class org.netbeans.editor.BaseDocument
Invalidate the state-infos in all the syntax-marks in the whole document.
InvalidMarkException - Exception in org.netbeans.editor
This exception is thrown either if the mark is invalid and it should be valid (getOffset(), getLine(), remove()) or on the oposite side if the mark is valid and it shouldn't be i.e.
isAbbrevDisabled(JTextComponent) - Static method in class org.netbeans.editor.Abbrev
Test whether the abbreviation expansion is disabled at the caret position in the given component's document.
isAbbrevDisabled(int) - Method in class org.netbeans.editor.SyntaxSupport
Check whether the abbreviation expansion should be disabled at the given offset.
isAbsorbAll() - Method in class org.netbeans.editor.AnnotationType.CombinationMember
Getter for AbsorbAll property
isActive(DrawContext, MarkFactory.DrawMark) - Method in interface org.netbeans.editor.DrawLayer
Deprecated. Return whether the layer is active or not.
isActive(DrawContext, MarkFactory.DrawMark) - Method in class org.netbeans.editor.DrawLayerFactory.AnnotationLayer
Deprecated.  
isActive(DrawContext, MarkFactory.DrawMark) - Method in class org.netbeans.editor.DrawLayerFactory.BlockSearchLayer
Deprecated.  
isActive(DrawContext, MarkFactory.DrawMark) - Method in class org.netbeans.editor.DrawLayerFactory.CaretLayer
Deprecated.  
isActive(DrawContext, MarkFactory.DrawMark) - Method in class org.netbeans.editor.DrawLayerFactory.ColorLineLayer
Deprecated.  
isActive(DrawContext, MarkFactory.DrawMark) - Method in class org.netbeans.editor.DrawLayerFactory.HighlightSearchLayer
Deprecated.  
isActive(DrawContext, MarkFactory.DrawMark) - Method in class org.netbeans.editor.DrawLayerFactory.IncSearchLayer
Deprecated.  
isActive(DrawContext, MarkFactory.DrawMark) - Method in class org.netbeans.editor.DrawLayerFactory.StyleLayer
Deprecated.  
isActive(DrawContext, MarkFactory.DrawMark) - Method in class org.netbeans.editor.DrawLayerFactory.SyntaxLayer
Deprecated.  
isActive(DrawContext, MarkFactory.DrawMark) - Method in class org.netbeans.editor.DrawLayerFactory.WordColoringLayer
Deprecated.  
isActiveLayoutState() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
isAfter(TokenItem, TokenItem) - Method in class org.netbeans.editor.ext.FormatSupport
 
isAfter(FormatTokenPosition, FormatTokenPosition) - Method in class org.netbeans.editor.ext.FormatSupport
 
isAfter(TokenItem, TokenItem) - Method in class org.netbeans.editor.ext.FormatWriter
It checks whether the tested token is after some other token in the chain.
isAfter(FormatTokenPosition, FormatTokenPosition) - Method in class org.netbeans.editor.ext.FormatWriter
Checks whether the tested position is after some other position.
isAtomicLock() - Method in class org.netbeans.editor.BaseDocument
Is the document currently atomically locked? It's not synced as this method must be called only from writer thread.
isAutoPopupEnabled() - Method in class org.netbeans.editor.ext.Completion
Return true if the completion should popup automatically
isAxisValid(int) - Static method in class org.netbeans.editor.view.spi.ViewUtilities
Test whether the axis is valid.
isBackgroundDrawing() - Method in class org.netbeans.editor.AnnotationTypes
Getter for BackgroundDrawing property
isBOL() - Method in interface org.netbeans.editor.DrawContext
Is current drawing position at the begining of the line? This flag is undefined for the line-number drawing.
isBOL() - Method in class org.netbeans.editor.LeafElement
Is this view begining at begin of line
isBrowseable() - Method in class org.netbeans.editor.AnnotationType
 
isChainModified() - Method in class org.netbeans.editor.ext.FormatWriter
Return the flag that is set automatically if the new removal or insertion into chain occurs.
isChainStartPosition(FormatTokenPosition) - Method in class org.netbeans.editor.ext.FormatSupport
 
isChainStartPosition(FormatTokenPosition) - Method in class org.netbeans.editor.ext.FormatWriter
Check whether this is the first position in the chain of tokens.
isChildrenLayoutNecessary() - Method in class org.netbeans.lib.editor.view.GapBoxView
Test whether complete layout of the children necessary.
isChildrenResizeDisabled() - Method in class org.netbeans.lib.editor.view.GapBoxView
Return true if the children should not be attempted to resize once setSize() is called on this view.
isCollapsed() - Method in class org.netbeans.editor.CodeFoldingSideBar.PaintInfo
 
isCombineGlyphs() - Method in class org.netbeans.editor.AnnotationTypes
Getter for CombineGlyphs property
isComment(TokenItem, int) - Method in class org.netbeans.editor.ext.ExtFormatSupport
Is the given token a comment token? By default it returns false but it can be redefined in descendants.
isComment(FormatTokenPosition) - Method in class org.netbeans.editor.ext.ExtFormatSupport
 
isCommentOrWhitespace(int, int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
 
isDefaultGlyph() - Method in class org.netbeans.editor.AnnotationDesc
Checks whether the annotation type has its own glyph icon
isDefaultGlyph() - Method in class org.netbeans.editor.AnnotationType
Whether the annotation type has its own glyph icon or not
isDocumentMark() - Method in class org.netbeans.editor.MarkFactory.DrawMark
 
isDragPossible(MouseEvent) - Method in class org.netbeans.editor.BaseCaret
Determines if the following are true: the press event is located over a selection the dragEnabled property is true A TranferHandler is installed
isEnabled() - Method in class org.netbeans.editor.DrawLayerFactory.BlockSearchLayer
Deprecated.  
isEnabled() - Method in class org.netbeans.editor.DrawLayerFactory.HighlightSearchLayer
Deprecated.  
isEnabled() - Method in class org.netbeans.editor.DrawLayerFactory.IncSearchLayer
Deprecated.  
isEnabled() - Method in class org.netbeans.editor.ext.ToolTipSupport
 
isEOL() - Method in interface org.netbeans.editor.DrawContext
Is current drawing position at the end of the line This flag is undefined for the line-number drawing.
isEOL() - Method in class org.netbeans.editor.LeafElement
Is this view ending at end of line ?
isEstimatedSpan() - Method in interface org.netbeans.editor.view.spi.EstimatedSpanView
Check whether this view is currently in a mode when it just estimates its span.
isEstimatedSpan() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
isExternalJavaDocMounted() - Method in class org.netbeans.editor.ext.CompletionJavaDoc
 
isFlyweight() - Method in interface org.netbeans.editor.view.spi.ViewLayoutState
Check whether this layout state and its associated view is flyweight (there is just one immutable shared instance of it).
isFlyweight() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
isFlyweight() - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
isFolded - Variable in class org.netbeans.editor.CodeFoldingSideBar.Mark
 
isForward() - Method in class org.netbeans.editor.FinderFactory.GenericFinder
 
isFound() - Method in interface org.netbeans.editor.Finder
Using this function caller determines if finder found desired string.
isFound() - Method in class org.netbeans.editor.FinderFactory.AbstractFinder
Was the string found?
isGlyphButtonColumn() - Method in class org.netbeans.editor.Annotations
Return whether this document has or had more annotations on one line.
isGlyphColumn() - Method in class org.netbeans.editor.Annotations
Return whether this document has or had any glyph icon attached.
isGlyphGutterVisible() - Method in class org.netbeans.editor.EditorUI
Is glyph gutter created and visible for the document or not
isGlyphsOverLineNumbers() - Method in class org.netbeans.editor.AnnotationTypes
Getter for GlyphsOverLineNumbers property
isHyperlinkPoint(Document, int) - Method in interface org.netbeans.lib.editor.hyperlink.spi.HyperlinkProvider
Should determine whether there should be a hyperlink on the given offset in the given document.
isIdentifier(String) - Method in class org.netbeans.editor.SyntaxSupport
Check whether the given word is identifier or not.
isIdentifierPart(char) - Method in class org.netbeans.editor.BaseDocument
 
isImportant(TokenItem, int) - Method in class org.netbeans.editor.ext.ExtFormatSupport
Whether the given position is not a whitespace or comment.
isImportant(FormatTokenPosition) - Method in class org.netbeans.editor.ext.ExtFormatSupport
 
isIndentOnly() - Method in class org.netbeans.editor.ext.FormatSupport
Delegation to the same method in format-writer.
isIndentOnly() - Method in class org.netbeans.editor.ext.FormatWriter
Whether the purpose of this writer is to find the proper indentation instead of formatting the tokens.
isInheritForegroundColor() - Method in class org.netbeans.editor.AnnotationType
Getter for InheritForegroundColor property
isInProgress() - Method in class org.netbeans.editor.BaseDocumentEvent
 
isInRedo() - Method in class org.netbeans.editor.BaseDocumentEvent
Whether this event is being fired because it's being redone.
isInUndo() - Method in class org.netbeans.editor.BaseDocumentEvent
Whether this event is being fired because it's being undone.
isLayoutMinorAxisPreferenceChanged(boolean) - Method in class org.netbeans.lib.editor.view.GapBoxView
Test whether the preference along the layout state minor axis has really changed.
isLayoutValid() - Method in interface org.netbeans.editor.view.spi.ViewLayoutState
Check whether there are any layout duties present.
isLayoutValid() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
isLayoutValid() - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
isLeaf() - Method in class org.netbeans.editor.BaseElement
Does this element have any children?
isLeaf() - Method in class org.netbeans.editor.LeafElement
Does this element have any children?
isLineEmpty(FormatTokenPosition) - Method in class org.netbeans.editor.ext.FormatSupport
Check whether there are no tokens except the ending EOL on the given line.
isLineNumberEnabled() - Method in class org.netbeans.editor.EditorUI
 
isLineNumbersVisible() - Method in class org.netbeans.editor.ActionFactory.ToggleLineNumbersAction
 
isLineStart(FormatTokenPosition) - Method in class org.netbeans.editor.ext.ExtFormatSupport
Whether the given position is at the begining of the line.
isLineWhite(FormatTokenPosition) - Method in class org.netbeans.editor.ext.FormatSupport
Check whether there are only the whitespace tokens on the given line.
isLocallyDefined(KeyStroke) - Method in class org.netbeans.editor.MultiKeymap
 
isMajorAxisPreferenceChanged() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
isMark(int) - Method in class org.netbeans.editor.MarkChain
Is there mark at given position?
isMarkStillReferenced(Mark) - Method in class org.netbeans.editor.Annotations.LineAnnotations
Is this given mark still referenced by some annotation or it can be removed from the draw mark chain
isMatchCase() - Method in class org.netbeans.editor.FindSupport.SearchPatternWrapper
Deprecated.  
isMinorAxisPreferenceChanged() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
isModified() - Method in class org.netbeans.editor.BaseDocument
Was the document modified by either insert/remove but not the initial read)?
isNewLine(FormatTokenPosition) - Method in class org.netbeans.editor.ext.ExtFormatSupport
 
isOptional() - Method in class org.netbeans.editor.AnnotationType.CombinationMember
Getter for Optional property
isPacked() - Method in class org.netbeans.editor.BaseView
Getter for packed flag
isPaneVisible() - Method in class org.netbeans.editor.ext.Completion
Return true when the pane exists and is visible.
isPosGuarded(int) - Method in class org.netbeans.editor.GuardedDocument
 
isPriorityThread(Thread) - Method in class org.netbeans.editor.view.spi.ViewHierarchyMutex
 
isPriorityThreadWaiting() - Method in class org.netbeans.editor.view.spi.LockView
 
isPriorityThreadWaiting() - Method in class org.netbeans.editor.view.spi.ViewHierarchyMutex
This method is intended to be called by the non-priority thread that acquired the mutex to check whether there is no priority thread (such as AWT event-notification thread) waiting.
isRegExp() - Method in class org.netbeans.editor.FindSupport.SearchPatternWrapper
Deprecated.  
isRepaintPending() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
isRepaintTillEnd() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
isRestartFormat() - Method in class org.netbeans.editor.ext.FormatSupport
Delegation to the same method in format-writer.
isRestartFormat() - Method in class org.netbeans.editor.ext.FormatWriter
Return whether the layer requested to restart the format.
isReverse() - Method in class org.netbeans.editor.MarkBlock
 
isRootViewReplaceNecessary() - Method in class org.netbeans.editor.BaseTextUI
 
isRowEmpty(BaseDocument, int) - Static method in class org.netbeans.editor.Utilities
Tests whether the line contains no characters except the ending new-line.
isRowValid(int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
Does the line contain some valid code besides of possible white space and comments?
isRowWhite(BaseDocument, int) - Static method in class org.netbeans.editor.Utilities
Tests whether the line contains only whitespace characters.
isSelectionVisible() - Method in class org.netbeans.editor.BaseCaret
Is the selection visible?
isShowGlyphGutter() - Method in class org.netbeans.editor.AnnotationTypes
Getter for ShowGlyphGutter property
isSimple() - Method in class org.netbeans.editor.ext.ExtFormatter
Whether do no formatting at all.
isSimple() - Method in class org.netbeans.editor.ext.ExtFormatter.Simple
 
isSpace(String) - Static method in class org.netbeans.editor.Analyzer
 
isSpace(char[], int, int) - Static method in class org.netbeans.editor.Analyzer
Return true if the array contains only space chars
isStatusBitsNonZero(int) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
isStatusBitsNonZero(int) - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
isToolTipVisible() - Method in class org.netbeans.editor.ext.ToolTipSupport
 
isUseCustomSidebarColor() - Method in class org.netbeans.editor.AnnotationType
 
isUseHighlightColor() - Method in class org.netbeans.editor.AnnotationType
Getter for UseHighlightColor property
isUseWaveUnderlineColor() - Method in class org.netbeans.editor.AnnotationType
Getter for UseWaveUnderlineColor property
isValid() - Method in class org.netbeans.editor.Mark
 
isValidUI() - Method in class org.netbeans.editor.MarkFactory.DrawMark
 
isVisible() - Method in class org.netbeans.editor.AnnotationDesc
Is annotation type visible.
isVisible() - Method in class org.netbeans.editor.AnnotationType
Getter for Visible property
isVisible() - Method in class org.netbeans.editor.BaseCaret
Whether the caret currently visible.
isVisible() - Method in class org.netbeans.editor.ext.CompletionJavaDoc
 
isVisible() - Method in interface org.netbeans.editor.ext.CompletionPane
Is the pane visible?
isVisible() - Method in class org.netbeans.editor.StatusBar
 
isWhitespace(char[], int, int) - Static method in class org.netbeans.editor.Analyzer
Return true if the array contains only space or tab chars
isWhitespace(char) - Method in class org.netbeans.editor.BaseDocument
 
isWhitespace(TokenItem, int) - Method in class org.netbeans.editor.ext.FormatSupport
Decide whether the character at the given offset in the given token is whitespace.
isWhitespace(FormatTokenPosition) - Method in class org.netbeans.editor.ext.FormatSupport
 
isWhitespaceToken(TokenID, char[], int, int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
 
isWholeLine() - Method in class org.netbeans.editor.AnnotationDesc
Whether this annotation annotates whole line or just part of the text
isWholeLine() - Method in class org.netbeans.editor.AnnotationType
Getter for WholeLine property
isWholeWords() - Method in class org.netbeans.editor.FindSupport.SearchPatternWrapper
Deprecated.  
isXLayoutStateMajorAxis() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
isXMajorAxis() - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 

org.netbeans.modules.editor.lib/1 1.14.0 3
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.