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

C

canMerge(BaseDocumentEvent) - Method in class org.netbeans.editor.BaseDocumentEvent
Returns true if this event can be merged by the previous one (given as parameter) in the undo-manager queue.
canRedo() - Method in class org.netbeans.editor.BaseDocumentEvent
Returns false if isInProgress or if super does.
canUndo() - Method in class org.netbeans.editor.BaseDocumentEvent
 
caretMoveDot(int, Rectangle, int) - Method in class org.netbeans.editor.EditorUI
Deprecated. 
caretSetDot(int, Rectangle, int) - Method in class org.netbeans.editor.EditorUI
Deprecated. 
CASE_LOWER - Static variable in class org.netbeans.editor.Utilities
Switch the case to small letters.
CASE_SWITCH - Static variable in class org.netbeans.editor.Utilities
Switch the case to reverse.
CASE_UPPER - Static variable in class org.netbeans.editor.Utilities
Switch the case to capital letters.
CELL_MAIN - Static variable in class org.netbeans.editor.StatusBar
 
CELL_POSITION - Static variable in class org.netbeans.editor.StatusBar
 
CELL_TYPING_MODE - Static variable in class org.netbeans.editor.StatusBar
 
chain - Variable in class org.netbeans.editor.MarkBlockChain
Chain of all blocks
changeBackColor(Coloring, Color) - Static method in class org.netbeans.editor.Coloring
Derive a new coloring by changing the background-color and its color-mode and leaving the rest of the coloring unchanged.
changeCase(BaseDocument, int, int, int) - Static method in class org.netbeans.editor.Utilities
Change the case for specified part of document
changedAll() - Method in interface org.netbeans.editor.Annotations.AnnotationsListener
It is not possible to trace what have changed and so the listeners are only informed that something has changed and that the change must be reflected somehow (most probably by complete redraw).
changedAll() - Method in class org.netbeans.editor.GlyphGutter
Repaint whole gutter.
changedLine(int) - Method in interface org.netbeans.editor.Annotations.AnnotationsListener
This method is fired when annotations on the line are changed - annotation was added, removed, changed, etc.
changedLine(int) - Method in class org.netbeans.editor.GlyphGutter
Data for the line has changed and the line must be redraw.
changedUpdate(DocumentEvent) - Method in class org.netbeans.editor.ActionFactory.ToggleRectangularSelectionAction
 
changedUpdate(DocumentEvent) - Method in class org.netbeans.editor.Annotations
Gives notification that an attribute or set of attributes changed.
changedUpdate(DocumentEvent) - Method in class org.netbeans.editor.BaseCaret
 
changedUpdate(DocumentEvent) - Method in class org.netbeans.editor.BaseTextUI
The change in document notification.
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.netbeans.editor.LeafView
Attributes were changed in the are this view is responsible for.
changedUpdate(DocumentEvent) - Method in class org.netbeans.editor.StatusBar
 
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.netbeans.editor.view.spi.LockView
 
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.netbeans.lib.editor.view.GapDocumentView
 
changeEvent - Variable in class org.netbeans.editor.BaseCaret
Change event.
changeFont(Coloring, Font) - Static method in class org.netbeans.editor.Coloring
Derive a new coloring by changing the font and leaving the rest of the coloring (including the font-mode) unchanged.
changeFont(Coloring, Font, int) - Static method in class org.netbeans.editor.Coloring
Derive a new coloring by changing the font and font-mode and leaving the rest of the coloring unchanged.
changeForeColor(Coloring, Color) - Static method in class org.netbeans.editor.Coloring
Derive a new coloring by changing the foreground-color and its color-mode and leaving the rest of the coloring unchanged.
CharacterArrayIterator - Class in org.netbeans.editor.ext
Character-iterator that operates on the array of characters.
CharacterArrayIterator(char[], int, int) - Constructor for class org.netbeans.editor.ext.CharacterArrayIterator
 
CharArrayBwdFinder(char[]) - Constructor for class org.netbeans.editor.FinderFactory.CharArrayBwdFinder
 
CharArrayFwdFinder(char[]) - Constructor for class org.netbeans.editor.FinderFactory.CharArrayFwdFinder
 
charAt(int) - Method in interface org.netbeans.editor.CharSeq
Deprecated.
Returns the character at the specified index.
charBackspaced(BaseDocument, int, Caret, char) - Method in class org.netbeans.editor.BaseKit.DeleteCharAction
Deprecated.
Please use Typing Hooks instead, for details see Editor Library 2.
CharBwdFinder(char) - Constructor for class org.netbeans.editor.FinderFactory.CharBwdFinder
 
charDeleted(BaseDocument, int, Caret, char) - Method in class org.netbeans.editor.BaseKit.DeleteCharAction
Deprecated.
Please use Typing Hooks instead, for details see Editor Library 2.
CharFwdFinder(char) - Constructor for class org.netbeans.editor.FinderFactory.CharFwdFinder
 
CharSeq - Interface in org.netbeans.editor
Deprecated.
use DocumentUtilities.getText(javax.swing.text.Document) to obtain CharSequence instance from a document instead.
checkAddEntry() - Static method in class org.netbeans.editor.JumpList
Adds the caret position of the active JTextComponent to the list.
checkAddEntry(JTextComponent) - Static method in class org.netbeans.editor.JumpList
Adds the caret position of the provided JTextComponent to the list.
checkAddEntry(JTextComponent, int) - Static method in class org.netbeans.editor.JumpList
Deprecated.
checkAndExpand(char, ActionEvent) - Method in class org.netbeans.editor.Abbrev
Deprecated.
 
checkAndExpand(ActionEvent) - Method in class org.netbeans.editor.Abbrev
Deprecated.
 
checkBytesSize(int) - Method in class org.netbeans.editor.ext.FileStorage
Check size of bytes[] array
checkCompletion(JTextComponent, String) - Method in class org.netbeans.editor.ext.ExtKit.ExtDefaultKeyTypedAction
Deprecated.
Please use Editor Code Completion API instead, for details see Editor Code Completion.
checkCompletion(JTextComponent, String, boolean) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
Check and possibly popup, hide or refresh the completion
checkDamageRange(int, int, Position.Bias, Position.Bias) - Method in class org.netbeans.lib.editor.view.GapDocumentView
Check whether damage range should be performed in a regular way or whether the view hierarchy is not updated yet and so just the boundaries of the damage should just be remembered until the insertUpdate() etc.
checkedRemove(MarkBlock) - Method in class org.netbeans.editor.MarkBlockChain
Removes mark block and possibly updates the chain.
checkIndent(JTextComponent, String) - Method in class org.netbeans.editor.BaseKit.DefaultKeyTypedAction
Deprecated.
Please use AutomatedIndentig or Typing Hooks instead, for details see Editor Library 2.
checkIndentHotChars(JTextComponent, String) - Method in class org.netbeans.editor.ext.ExtKit.ExtDefaultKeyTypedAction
Deprecated.
Please use AutomatedIndentig or Typing Hooks instead, for details see Editor Library 2.
checkReset(char) - Method in class org.netbeans.editor.Abbrev
Deprecated.
 
checkReverse() - Method in class org.netbeans.editor.MarkBlock
 
checkSettings(Class) - Static method in class org.netbeans.editor.EditorDebug
Deprecated.
 
checkSize() - Method in class org.netbeans.editor.GlyphGutter
Check whether it is not necessary to resize the gutter
checkTrailingSpaces(int) - Method in class org.netbeans.editor.BaseDocument
 
checkViewHierarchy(View) - Static method in class org.netbeans.editor.view.spi.ViewUtilities
Check correctness of the hierarchy under the given view.
checkViewHierarchy(View) - Static method in class org.netbeans.lib.editor.view.ViewUtilitiesImpl
 
childrenToString() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
childrenToString(int) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
childToString(int) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
clear() - Static method in class org.netbeans.editor.FontMetricsCache
Clear all the metrics from the cache.
clear() - Method in class org.netbeans.editor.KeySequenceInputPanel
Clears actual sequence of KeyStrokes
clear() - Method in class org.netbeans.editor.WordMatch
Clear word matching, so that it forgots the remembered matching words.
CLEAR_STATUS_TEXT - Static variable in class org.netbeans.editor.BaseAction
Clear status bar text
clearStatusBits(int) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
clearStatusBits(int) - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
clearStatusText(JTextComponent) - Static method in class org.netbeans.editor.Utilities
 
clone() - Method in class org.netbeans.editor.BaseKit
Clone this editor kit
clone() - Method in class org.netbeans.editor.ext.CharacterArrayIterator
 
close() - Method in interface org.netbeans.editor.ext.DataAccessor
Closes DataAccessor file resource
close() - Method in class org.netbeans.editor.ext.FileAccessor
Closes DataAccessor file resource
close() - Method in class org.netbeans.editor.ext.FileStorage
 
close() - Method in class org.netbeans.editor.LineSeparatorConversion.InitialSeparatorReader
Deprecated.
 
closeBlocks() - Method in class org.netbeans.editor.FinderFactory.AbstractBlocksFinder
Insert closing sequence [-1, -1]
CodeFoldingSideBar - Class in org.netbeans.editor
Deprecated.
You should use FoldUtilities#createSidebarComponent(javax.swing.text.JTextComponent) or FoldUtilities#getFoldingSidebarFactory() instead. Subclassing CodeFoldingSidebar is no longer actively supported, though still working.
CodeFoldingSideBar() - Constructor for class org.netbeans.editor.CodeFoldingSideBar
Deprecated.
Don't use this constructor, it does nothing!
CodeFoldingSideBar(JTextComponent) - Constructor for class org.netbeans.editor.CodeFoldingSideBar
Deprecated.
 
CodeFoldingSideBar.Mark - Class in org.netbeans.editor
Deprecated.
Keeps info of visible folding mark
CodeFoldingSideBar.PaintInfo - Class in org.netbeans.editor
Deprecated.
This class should be never used by other code; will be made private
codeSelectAction - Static variable in class org.netbeans.editor.ext.ExtKit
Deprecated.
this action name is not actively used by ExtKit and will be removed in future releases.
CodeSelectAction() - Constructor for class org.netbeans.editor.ext.ExtKit.CodeSelectAction
Deprecated.
 
CollapseAllFolds() - Constructor for class org.netbeans.editor.ActionFactory.CollapseAllFolds
Deprecated.
 
collapseAllFoldsAction - Static variable in class org.netbeans.editor.BaseKit
Collapse all existing folds in the document.
CollapseFold() - Constructor for class org.netbeans.editor.ActionFactory.CollapseFold
Deprecated.
 
collapseFoldAction - Static variable in class org.netbeans.editor.BaseKit
Collapse a fold.
collectPaintInfos(View, Fold, Map<Integer, CodeFoldingSideBar.PaintInfo>, int, int, int) - Method in class org.netbeans.editor.CodeFoldingSideBar
Deprecated.
 
collisionLabel - Variable in class org.netbeans.editor.KeySequenceInputPanel
 
Coloring - Class in org.netbeans.editor
Immutable class that stores font and foreground and background colors.
Coloring() - Constructor for class org.netbeans.editor.Coloring
Construct empty coloring
Coloring(Font, Color, Color) - Constructor for class org.netbeans.editor.Coloring
Construct new coloring
Coloring(Font, int, Color, Color) - Constructor for class org.netbeans.editor.Coloring
Construct new coloring
Coloring(Font, int, Color, Color, Color, Color) - Constructor for class org.netbeans.editor.Coloring
Construct new coloring
Coloring(Font, int, Color, Color, Color, Color, Color) - Constructor for class org.netbeans.editor.Coloring
Construct new coloring
Coloring(Font, int, Color, Color, Color, Color, Color, Color, Color, Color, Color) - Constructor for class org.netbeans.editor.Coloring
 
CombinationMember(String, boolean, boolean, int) - Constructor for class org.netbeans.editor.AnnotationType.CombinationMember
 
CombinationMember(String, boolean, boolean, String) - Constructor for class org.netbeans.editor.AnnotationType.CombinationMember
 
commentAction - Static variable in class org.netbeans.editor.ext.ExtKit
Comment out the selected block
CommentAction(String) - Constructor for class org.netbeans.editor.ext.ExtKit.CommentAction
 
compact() - Method in class org.netbeans.editor.GapObjectArray
 
compare(JMenu, JMenu) - Method in class org.netbeans.editor.Annotations.MenuComparator
 
compare(int) - Method in class org.netbeans.editor.Mark
Deprecated.
Compare this mark to some position.
compare(int, int) - Method in class org.netbeans.editor.MarkBlock
Compares the position of the given block against current block.
compareBlock(int, int) - Method in class org.netbeans.editor.MarkBlockChain
Tests whether the position range is partly or fully inside some mark block from the chain.
compareState(Syntax.StateInfo) - Method in class org.netbeans.editor.ext.MultiSyntax
Compare state of this analyzer to given state info.
compareState(Syntax.StateInfo) - Method in class org.netbeans.editor.Syntax
Compare state of this analyzer to given state info
compareTo(AnnotationDesc) - Method in class org.netbeans.editor.AnnotationDesc
 
compareTo(Object) - Method in class org.netbeans.editor.AnnotationType.Severity
COMPLETION_CANCEL - Static variable in class org.netbeans.editor.ext.ExtSyntaxSupport
Cancel request without changing completion visibility.
COMPLETION_HIDE - Static variable in class org.netbeans.editor.ext.ExtSyntaxSupport
Hide completion.
COMPLETION_POPUP - Static variable in class org.netbeans.editor.ext.ExtSyntaxSupport
Schedule content update making completion visible.
COMPLETION_POST_REFRESH - Static variable in class org.netbeans.editor.ext.ExtSyntaxSupport
Schedule content update if it's currently visible.
COMPLETION_REFRESH - Static variable in class org.netbeans.editor.ext.ExtSyntaxSupport
Update content immediatelly if it's currently visible.
completionShowAction - Static variable in class org.netbeans.editor.ext.ExtKit
Find the completion help and show it in the completion pane.
CompletionShowAction() - Constructor for class org.netbeans.editor.ext.ExtKit.CompletionShowAction
Deprecated.
 
completionTooltipShowAction - Static variable in class org.netbeans.editor.ext.ExtKit
Show completion tooltip
CompletionTooltipShowAction() - Constructor for class org.netbeans.editor.ext.ExtKit.CompletionTooltipShowAction
Deprecated.
 
component - Variable in class org.netbeans.editor.BaseCaret
Component this caret is bound to
component - Variable in class org.netbeans.editor.CodeFoldingSideBar
Deprecated.
This field should be treated as final.
COMPONENT_PROPERTY - Static variable in class org.netbeans.editor.EditorUI
 
componentToolTipTextChanged(PropertyChangeEvent) - Method in class org.netbeans.editor.ext.ToolTipSupport
Called automatically when the JComponent.TOOL_TIP_TEXT_KEY property of the corresponding editor component gets changed.
By default it calls ToolTipSupport.setToolTipText(java.lang.String) with the new tooltip text of the component.
CompoundAction(String, Action[]) - Constructor for class org.netbeans.editor.BaseKit.CompoundAction
Deprecated.
 
CompoundAction(String, int, Action[]) - Constructor for class org.netbeans.editor.BaseKit.CompoundAction
Deprecated.
 
computeBounds(JComponent, JComponent, Rectangle, PopupManager.Placement, PopupManager.HorizontalBounds) - Static method in class org.netbeans.editor.PopupManager
Variation of the method for computing the bounds for the concrete view component.
computeBounds(JComponent, JComponent, Rectangle, PopupManager.Placement) - Static method in class org.netbeans.editor.PopupManager
 
computeBounds(JComponent, int, int, Rectangle, PopupManager.Placement, PopupManager.HorizontalBounds) - Static method in class org.netbeans.editor.PopupManager
Computes a best-fit bounds of popup panel according to available space in the underlying view (visible part of the pane).
computeBounds(JComponent, int, int, Rectangle, PopupManager.Placement) - Static method in class org.netbeans.editor.PopupManager
 
concat(char[], char[]) - Static method in class org.netbeans.editor.Analyzer
 
contains(TokenContextPath) - Method in class org.netbeans.editor.TokenContextPath
Does this path contain the given path.
containsKey(char[], int, int) - Method in class org.netbeans.editor.StringMap
 
ContextMark(boolean) - Constructor for class org.netbeans.editor.MarkFactory.ContextMark
 
ContextMark(boolean, boolean) - Constructor for class org.netbeans.editor.MarkFactory.ContextMark
 
ContextMark(Position.Bias, boolean) - Constructor for class org.netbeans.editor.MarkFactory.ContextMark
 
CONTINUE - Static variable in class org.netbeans.editor.MarkBlock
Single bit value that means that the tested block doesn't overlap with THIS block, but either its start position is equal to end position of THIS block or its end position is equal to the start position of THIS block.
CONTINUE_BEGIN - Static variable in class org.netbeans.editor.MarkBlock
Tested block completely before THIS mark block but its end position equals to the start position of THIS block.
CONTINUE_END - Static variable in class org.netbeans.editor.MarkBlock
Tested block completely after THIS mark block but its start position equals to the end position of THIS block.
convertFromLineFeed(String, String) - Static method in class org.netbeans.editor.LineSeparatorConversion
Deprecated.
Convert all the occurrences of '\n' in the given text to the requested line separator.
convertFromLineFeed(String, int, int, String, StringBuffer) - Static method in class org.netbeans.editor.LineSeparatorConversion
Deprecated.
Convert all the occurrences of '\n' in the given text to the requested line separator.
convertLFToLS(char[], int, char[], String) - Static method in class org.netbeans.editor.Analyzer
Convert text with LF line separators to text that uses line separators of the document.
convertLSToLF(char[], int) - Static method in class org.netbeans.editor.Analyzer
Convert text with generic line separators to line feeds (LF).
convertLSToLF(String) - Static method in class org.netbeans.editor.Analyzer
Convert string with generic line separators to line feeds (LF).
convertToLineFeed(String) - Static method in class org.netbeans.editor.LineSeparatorConversion
Deprecated.
Convert all the occurrences of '\r' and '\r\n' in the text to '\n'.
convertToLineFeed(String, int, int, StringBuffer) - Static method in class org.netbeans.editor.LineSeparatorConversion
Deprecated.
Convert all the occurrences of '\r' and '\r\n' in the text to '\n'.
CopyAction() - Constructor for class org.netbeans.editor.BaseKit.CopyAction
 
copyItems(int, int, Object[], int) - Method in class org.netbeans.editor.GapObjectArray
 
copyItems(int, int, Object[], int) - Method in interface org.netbeans.editor.ObjectArray.CopyItems
Copy the items in the given index range from the object array into destination array.
copyItems(ObjectArray, Object[]) - Static method in class org.netbeans.editor.ObjectArrayUtilities
Copy all items from the given object array into destination array.
copyItems(ObjectArray, int, int, Object[], int) - Static method in class org.netbeans.editor.ObjectArrayUtilities
Copy items from the given object array into destination array.
CopySelectionElseLineDownAction() - Constructor for class org.netbeans.editor.ActionFactory.CopySelectionElseLineDownAction
 
copySelectionElseLineDownAction - Static variable in class org.netbeans.editor.BaseKit
 
CopySelectionElseLineUpAction() - Constructor for class org.netbeans.editor.ActionFactory.CopySelectionElseLineUpAction
 
copySelectionElseLineUpAction - Static variable in class org.netbeans.editor.BaseKit
 
copyText(Document, int, int, char[], int) - Static method in class org.netbeans.editor.DocumentUtilities
Copy portion of the document into target character array.
create() - Static method in class org.netbeans.editor.BaseKit.BeginLineAction
 
create(Element) - Method in class org.netbeans.editor.BaseTextUI
Creates a view for an element.
create(Element, int, int) - Method in class org.netbeans.editor.BaseTextUI
Creates a view for an element.
createActions() - Method in class org.netbeans.editor.BaseKit
Create actions that this kit supports.
createActions() - Method in class org.netbeans.editor.ext.ExtKit
 
createAdjustBottom() - Static method in class org.netbeans.editor.ActionFactory.AdjustCaretAction
 
createAdjustBottom() - Static method in class org.netbeans.editor.ActionFactory.AdjustWindowAction
 
createAdjustCenter() - Static method in class org.netbeans.editor.ActionFactory.AdjustCaretAction
 
createAdjustCenter() - Static method in class org.netbeans.editor.ActionFactory.AdjustWindowAction
 
createAdjustTop() - Static method in class org.netbeans.editor.ActionFactory.AdjustCaretAction
 
createAdjustTop() - Static method in class org.netbeans.editor.ActionFactory.AdjustWindowAction
 
createBlock(int, int) - Method in class org.netbeans.editor.MarkBlockChain
 
createBlockEndMark() - Method in class org.netbeans.editor.MarkBlockChain
 
createBlockStartMark() - Method in class org.netbeans.editor.MarkBlockChain
 
createCaret() - Method in class org.netbeans.editor.BaseKit
Create caret to navigate through document
createChild(View) - Method in class org.netbeans.lib.editor.view.GapBoxView
New ViewLayoutState records are created through this method to allow subclasses the extend the ViewLayoutState records to do/hold more
createColoringMap() - Method in class org.netbeans.editor.EditorUI
Deprecated.
Use Editor Settings or Editor Settings Storage API instead. This method is never called.
createColumnOne() - Static method in class org.netbeans.editor.BaseKit.BeginLineAction
 
createContextAwareInstance(Lookup) - Method in class org.netbeans.editor.ActionFactory.ToggleRectangularSelectionAction
 
createCustomView(ViewFactory, int, int, int) - Method in class org.netbeans.lib.editor.view.GapBoxView
Create custom child view starting at startOffset.
createDeclarationTokenProcessor(String, int, int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
 
createDefaultChild(View) - Method in class org.netbeans.lib.editor.view.GapBoxView
Return default implementation of the view layout state wrapper.
createDefaultDocument() - Method in class org.netbeans.editor.BaseKit
Create empty document
createDefaultToolTip() - Method in class org.netbeans.editor.ext.ToolTipSupport
Create the default tooltip component.
createDefaultValue(String) - Method in class org.netbeans.editor.BaseAction
This method is called when there is no value for the particular key.
createDialog(String, JPanel, boolean, JButton[], boolean, int, int, ActionListener) - Static method in class org.netbeans.editor.DialogSupport
Deprecated.
The method for creating a dialog with specified properties.
createDialog(String, JPanel, boolean, JButton[], boolean, int, int, ActionListener) - Method in interface org.netbeans.editor.DialogSupport.DialogFactory
Deprecated.
The method for creating a dialog with specified properties.
createDocumentEvent(int, int, DocumentEvent.EventType) - Method in class org.netbeans.editor.BaseDocument
 
createDocumentEvent(int, int, DocumentEvent.EventType) - Method in class org.netbeans.editor.GuardedDocument
 
createDocumentProperties(Dictionary) - Method in class org.netbeans.editor.BaseDocument
 
createDocumentView(Element) - Static method in class org.netbeans.editor.view.spi.ViewUtilities
Create view that will cover the whole document.
createEditorUI() - Method in class org.netbeans.editor.BaseKit
Create extended UI
createEditorUI() - Method in class org.netbeans.editor.ext.ExtKit
 
createExtComponent() - Method in class org.netbeans.editor.EditorUI
 
createFormatSyntax(Document) - Method in class org.netbeans.editor.BaseKit
Deprecated.
Please use Editor Indentation API instead, for details see Editor Indentation.
createGotoDialog() - Method in class org.netbeans.editor.ext.GotoDialogSupport
 
createMenu(BaseKit, int) - Method in class org.netbeans.editor.Annotations
Creates popup menu with all actions for the given line.
createPanel() - Method in class org.netbeans.editor.StatusBar
 
createPopupMenu(BaseKit, int) - Method in class org.netbeans.editor.Annotations
Creates popup menu with all actions for the given line.
createPopupMenu(JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.BuildPopupMenuAction
 
createPosition(int, Position.Bias) - Method in class org.netbeans.editor.BaseDocument
Create biased position in document
createPrintEditorUI(BaseDocument) - Method in class org.netbeans.editor.BaseKit
Deprecated.
this method is no longer being called by EditorUI. BaseKit.createPrintEditorUI(BaseDocument, boolean, boolean) is being called instead.
createPrintEditorUI(BaseDocument, boolean, boolean) - Method in class org.netbeans.editor.BaseKit
Create extended UI for printing a document.
createSideBar(JTextComponent) - Method in class org.netbeans.editor.GlyphGutter
 
createSideBar(JTextComponent) - Method in interface org.netbeans.editor.SideBarFactory
Deprecated.
 
createSideBar(JTextComponent) - Method in class org.netbeans.editor.StatusBar.StatusBarFactory
 
createSingleLineEditor(String) - Static method in class org.netbeans.editor.Utilities
Creates a single line editor pane.
createSpacesBuffer(int) - Static method in class org.netbeans.editor.Analyzer
Get buffer of the requested size filled entirely with space character.
createStateInfo() - Method in class org.netbeans.editor.ext.MultiSyntax
 
createStateInfo() - Method in class org.netbeans.editor.Syntax
Create state info appropriate for particular analyzer
createSwitchCase() - Static method in class org.netbeans.editor.ActionFactory.ChangeCaseAction
 
createSyntax(Document) - Method in class org.netbeans.editor.BaseKit
Deprecated.
Please use Lexer instead, for details see Lexer.
createSyntaxSupport(BaseDocument) - Method in class org.netbeans.editor.BaseKit
Deprecated.
Please use Lexer instead, for details see Lexer.
createSyntaxSupport(BaseDocument) - Method in class org.netbeans.editor.ext.ExtKit
 
createSyntaxSupport(Class) - Method in class org.netbeans.editor.SyntaxSupport
 
createTextUI() - Method in class org.netbeans.editor.BaseKit
Create text UI
createToLowerCase() - Static method in class org.netbeans.editor.ActionFactory.ChangeCaseAction
 
createToolBarComponent() - Method in class org.netbeans.editor.EditorUI
Construct the toolbar component appropriate for this editor.
createToUpperCase() - Static method in class org.netbeans.editor.ActionFactory.ChangeCaseAction
 
createVariableMapTokenProcessor(int, int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
 
createWhiteSpaceFillBuffer(int, int, int) - Static method in class org.netbeans.editor.Analyzer
Deprecated. 
createWhitespaceFillBuffer(int, int, int) - Static method in class org.netbeans.editor.Analyzer
Get buffer filled with spaces/tabs so that it reaches from some column to some other column.
current() - Method in class org.netbeans.editor.ext.CharacterArrayIterator
 
currentBlock - Variable in class org.netbeans.editor.MarkBlockChain
Current block to make checks faster
customInsertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
customReloadChildren(int, int, int, int) - Method in class org.netbeans.lib.editor.view.GapBoxView
Loads child views in a custom way.
customRemoveUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
CutAction() - Constructor for class org.netbeans.editor.BaseKit.CutAction
 
cutToLineBeginAction - Static variable in class org.netbeans.editor.BaseKit
Cut text from caret position to line begining action.
CutToLineBeginOrEndAction() - Constructor for class org.netbeans.editor.ActionFactory.CutToLineBeginOrEndAction
Construct new action.
cutToLineEndAction - Static variable in class org.netbeans.editor.BaseKit
Cut text from caret position to line end action.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links
org.netbeans.modules.editor.lib/3 4.10.1 23