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

C-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

C

cancelPerformingThread() - Method in class org.netbeans.editor.ext.CompletionJavaDoc
Interrupts timer that is responsible for delayed popup of javadoc window
cancelRequest() - Method in class org.netbeans.editor.ext.Completion
Cancel last request for either displaying or refreshing the pane.
canInsertToken(TokenItem) - Method in class org.netbeans.editor.ext.FormatSupport
Delegation to the same method in format-writer.
canInsertToken(TokenItem) - Method in class org.netbeans.editor.ext.FormatWriter
Check whether a new token can be inserted into the chain before the given token-item.
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.
canModifyToken(TokenItem, int) - Method in class org.netbeans.editor.ext.FormatWriter
Whether the token can be modified either by insertion or removal at the given offset.
canModifyWhitespace(TokenItem) - Method in class org.netbeans.editor.ext.FormatSupport
Check whether the given token enables modifying of a whitespace in it.
canRedo() - Method in class org.netbeans.editor.BaseDocumentEvent
Returns false if isInProgress or if super does.
canRemoveToken(TokenItem) - Method in class org.netbeans.editor.ext.FormatSupport
Whether the token-item can be removed.
canRemoveToken(TokenItem) - Method in class org.netbeans.editor.ext.FormatWriter
Whether the token-item can be removed.
canReplaceToken(TokenItem) - Method in class org.netbeans.editor.ext.FormatSupport
Whether the given token can be replaced or not.
canSplitEnd(TokenItem, int) - Method in class org.netbeans.editor.ext.FormatWriter
 
canSplitStart(TokenItem, int) - Method in class org.netbeans.editor.ext.FormatWriter
 
canUndo() - Method in class org.netbeans.editor.BaseDocumentEvent
 
CARET_BLINK_RATE - Static variable in class org.netbeans.editor.SettingsNames
Caret blink rate in milliseconds.
CARET_COLOR_INSERT_MODE - Static variable in class org.netbeans.editor.SettingsNames
Deprecated. Use FontColorNames instead.
CARET_COLOR_OVERWRITE_MODE - Static variable in class org.netbeans.editor.SettingsNames
Deprecated. Use FontColorNames instead.
CARET_ITALIC_INSERT_MODE - Static variable in class org.netbeans.editor.SettingsNames
Will the insert mode caret be italicized if the underlying font is italic? Values: java.lang.Boolean instances
CARET_ITALIC_OVERWRITE_MODE - Static variable in class org.netbeans.editor.SettingsNames
Will the overwrite mode caret be italicized if the underlying font is italic? Values: java.lang.Boolean instances
CARET_LAYER_NAME - Static variable in class org.netbeans.editor.DrawLayerFactory
Deprecated. Selection draw layer name
CARET_LAYER_VISIBILITY - Static variable in class org.netbeans.editor.DrawLayerFactory
Deprecated. Selection draw layer visibility
CARET_SIMPLE_MATCH_BRACE - Static variable in class org.netbeans.editor.ext.ExtSettingsNames
Whether the fast and simple matching should be used for higlighting the matching brace.
CARET_TYPE_INSERT_MODE - Static variable in class org.netbeans.editor.SettingsNames
Type of caret for insert mode.
CARET_TYPE_OVERWRITE_MODE - Static variable in class org.netbeans.editor.SettingsNames
Type of caret for over write mode.
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
chain - Variable in class org.netbeans.editor.MarkChain
Chain of all marks
chainToString(TokenItem) - Method in class org.netbeans.editor.ext.FormatSupport
Debug the current state of the chain.
chainToString(TokenItem, int) - Method in class org.netbeans.editor.ext.FormatSupport
 
chainToString(TokenItem) - Method in class org.netbeans.editor.ext.FormatWriter
 
chainToString(TokenItem, int) - Method in class org.netbeans.editor.ext.FormatWriter
Debug the current state of the chain.
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.
changeBlockIndent(BaseDocument, int, int, int) - Method in class org.netbeans.editor.Formatter
Increase/decrease indentation of the block of the code.
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.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.
changeLineIndent(FormatTokenPosition, int) - Method in class org.netbeans.editor.ext.FormatSupport
Change the indentation of the line.
changeRowIndent(BaseDocument, int, int) - Method in class org.netbeans.editor.Formatter
Change the indent of the given row.
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
 
charAt(int) - Method in interface org.netbeans.editor.CharSeq
Returns the character at the specified index.
charBackspaced(BaseDocument, int, Caret, char) - Method in class org.netbeans.editor.BaseKit.DeleteCharAction
 
CharSeq - Interface in org.netbeans.editor
Subset of functionality of CharSequence present in JDK1.4.
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. Use JumpList.addEntry(JTextComponent, int) instead.
checkAndExpand(char, ActionEvent) - Method in class org.netbeans.editor.Abbrev
 
checkAndExpand(ActionEvent) - Method in class org.netbeans.editor.Abbrev
 
checkBytesSize(int) - Method in class org.netbeans.editor.ext.FileStorage
Check size of bytes[] array
checkChain() - Method in class org.netbeans.editor.ext.FormatWriter
Check the chain whether it's OK.
checkCompletion(JTextComponent, String) - Method in class org.netbeans.editor.ext.ExtKit.ExtDefaultKeyTypedAction
Check and possibly popup, hide or refresh the completion
checkCompletion(JTextComponent, String, boolean) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
Check and possibly popup, hide or refresh the completion
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
Check whether there was any important character typed so that the line should be possibly reformatted.
checkIndentHotChars(JTextComponent, String) - Method in class org.netbeans.editor.ext.ExtKit.ExtDefaultKeyTypedAction
Check the characters that should cause reindenting the line.
checkReset(char) - Method in class org.netbeans.editor.Abbrev
 
checkReverse() - Method in class org.netbeans.editor.MarkBlock
 
checkSettings(Class) - Static method in class org.netbeans.editor.EditorDebug
 
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
clearHistory() - Method in class org.netbeans.editor.ext.CompletionJavaDoc
 
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.ext.FormatWriter
 
close() - Method in class org.netbeans.editor.LineSeparatorConversion.InitialSeparatorReader
 
closeBlocks() - Method in class org.netbeans.editor.FinderFactory.AbstractBlocksFinder
Insert closing sequence [-1, -1]
CODE_FOLDING_BAR_COLORING - Static variable in class org.netbeans.editor.SettingsNames
Deprecated. Use FontColorNames instead.
CODE_FOLDING_COLORING - Static variable in class org.netbeans.editor.SettingsNames
Deprecated. Use FontColorNames instead.
CODE_FOLDING_ENABLE - Static variable in class org.netbeans.editor.SettingsNames
Enable/Disable code folding
CodeFoldingSideBar - Class in org.netbeans.editor
Code Folding Side Bar.
CodeFoldingSideBar() - Constructor for class org.netbeans.editor.CodeFoldingSideBar
Creates a new instance of CodeFoldingSideBar
CodeFoldingSideBar(JTextComponent) - Constructor for class org.netbeans.editor.CodeFoldingSideBar
 
CodeFoldingSideBar.Mark - Class in org.netbeans.editor
Keeps info of visible folding mark
CodeFoldingSideBar.Mark(int, int, int, boolean) - Constructor for class org.netbeans.editor.CodeFoldingSideBar.Mark
 
CodeFoldingSideBar.PaintInfo - Class in org.netbeans.editor
 
CodeFoldingSideBar.PaintInfo(int, int, int, int, boolean) - Constructor for class org.netbeans.editor.CodeFoldingSideBar.PaintInfo
 
CodeFoldingSideBar.PaintInfo(int, int, int, int) - Constructor for class org.netbeans.editor.CodeFoldingSideBar.PaintInfo
 
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.
collapseAllFoldsAction - Static variable in class org.netbeans.editor.BaseKit
Collapse all existing folds in the document.
collapseFoldAction - Static variable in class org.netbeans.editor.BaseKit
Collapse a fold.
collectPaintInfos(Fold, Map, int, int, int) - Method in class org.netbeans.editor.CodeFoldingSideBar
 
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_NAME_LIST - Static variable in class org.netbeans.editor.SettingsNames
Deprecated. Use Editor Settings and Editor Settings Storage APIs instead.
COLORING_NAME_PRINT_SUFFIX - Static variable in class org.netbeans.editor.SettingsNames
Deprecated. Use Editor Settings and Editor Settings Storage APIs instead.
COLORING_NAME_SUFFIX - Static variable in class org.netbeans.editor.SettingsNames
Deprecated. Use Editor Settings and Editor Settings Storage APIs instead.
commentAction - Static variable in class org.netbeans.editor.ext.ExtKit
Comment out the selected block
compact() - Method in class org.netbeans.editor.GapObjectArray
 
compare(Object, Object) - Method in class org.netbeans.editor.Annotations.MenuComparator
 
compare(int) - Method in class org.netbeans.editor.Mark
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.
compareMark(int) - Method in class org.netbeans.editor.MarkChain
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(Object) - Method in class org.netbeans.editor.AnnotationType.Severity
Completion - Class in org.netbeans.editor.ext
General Completion display formatting and services
Completion(ExtEditorUI) - Constructor for class org.netbeans.editor.ext.Completion
 
COMPLETION_AUTO_POPUP - Static variable in class org.netbeans.editor.ext.ExtSettingsNames
Whether the code completion window should popup automatically.
COMPLETION_AUTO_POPUP_DELAY - Static variable in class org.netbeans.editor.ext.ExtSettingsNames
The delay after which the completion window is shown automatically.
COMPLETION_CANCEL - Static variable in class org.netbeans.editor.ext.ExtSyntaxSupport
Cancel request without changing completion visibility.
COMPLETION_CASE_SENSITIVE - Static variable in class org.netbeans.editor.ext.ExtSettingsNames
Whether the code completion query search will be case sensitive Values: java.lang.Boolean
COMPLETION_HIDE - Static variable in class org.netbeans.editor.ext.ExtSyntaxSupport
Hide completion.
COMPLETION_INSTANT_SUBSTITUTION - Static variable in class org.netbeans.editor.ext.ExtSettingsNames
Whether perform instant substitution, if the search result contains only one item Values: java.lang.Boolean
COMPLETION_NATURAL_SORT - Static variable in class org.netbeans.editor.ext.ExtSettingsNames
Whether the code completion sorting will be natural Values: java.lang.Boolean
COMPLETION_PANE_MAX_SIZE - Static variable in class org.netbeans.editor.ext.ExtSettingsNames
The maximum size of the completion pane component.
COMPLETION_PANE_MIN_SIZE - Static variable in class org.netbeans.editor.ext.ExtSettingsNames
The minimum size of the completion pane component.
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.
COMPLETION_REFRESH_DELAY - Static variable in class org.netbeans.editor.ext.ExtSettingsNames
The delay after which the completion window is refreshed.
COMPLETION_SUBSTITUTE_TEXT - Static variable in class org.netbeans.editor.ext.JDCPopupPanel
 
COMPLETION_SUBSTITUTE_TEXT_SIMPLE - Static variable in class org.netbeans.editor.ext.JDCPopupPanel
 
completionCancel() - Method in class org.netbeans.editor.ext.Completion
 
CompletionJavaDoc - Class in org.netbeans.editor.ext
Support for javadoc in code completion.
CompletionJavaDoc(ExtEditorUI) - Constructor for class org.netbeans.editor.ext.CompletionJavaDoc
Creates a new instance of CompletionJavaDoc
CompletionJavaDoc.JavaDocTagItem - Interface in org.netbeans.editor.ext
 
CompletionPane - Interface in org.netbeans.editor.ext
Pane displaying the completion view and accompanying components like label for title etc.
CompletionQuery - Interface in org.netbeans.editor.ext
Code completion querying SPI and support.
CompletionQuery.AbstractResult - Class in org.netbeans.editor.ext
The very basic funztionality of Result is implemented by this class, but parts general enough to not need to be overriden.
CompletionQuery.AbstractResult(List, String) - Constructor for class org.netbeans.editor.ext.CompletionQuery.AbstractResult
 
CompletionQuery.AbstractResultItem - Class in org.netbeans.editor.ext
A class providing generic, nearly full implementation of ResultItem
CompletionQuery.AbstractResultItem(String) - Constructor for class org.netbeans.editor.ext.CompletionQuery.AbstractResultItem
Create new ResultItem for given text, should be used in subclass constructors
CompletionQuery.DefaultResult - Class in org.netbeans.editor.ext
Full implementation of Result, managing substitution of the text and finding and substituting common prefix of items
CompletionQuery.DefaultResult(JTextComponent, String, List, int, int) - Constructor for class org.netbeans.editor.ext.CompletionQuery.DefaultResult
Constructor for DefaultResult
CompletionQuery.DefaultResultItem - Class in org.netbeans.editor.ext
 
CompletionQuery.DefaultResultItem(String, Color) - Constructor for class org.netbeans.editor.ext.CompletionQuery.DefaultResultItem
 
CompletionQuery.Result - Interface in org.netbeans.editor.ext
Result of the query or expression evaluation.
CompletionQuery.ResultItem - Interface in org.netbeans.editor.ext
An interface used as an item of List returned by CompletionQuery.Result.getData() Such items are then able to their part in Completion process themselves
CompletionQuery.ResultItemAssociatedObject - Interface in org.netbeans.editor.ext
An interface allowing to obtain the object carrying the actual data associated with the result item.
CompletionQuery.SupportsSpeculativeInvocation - Interface in org.netbeans.editor.ext
Deprecated. It is a workaround. It's suggested that providers should wait for new completion query SPI that should better support speculative queries, partial results, result cancellation and result narrowing. Implement only if it's simple.
completionShowAction - Static variable in class org.netbeans.editor.ext.ExtKit
Find the completion help and show it in the completion pane.
completionTooltipShowAction - Static variable in class org.netbeans.editor.ext.ExtKit
Show completion tooltip
CompletionView - Interface in org.netbeans.editor.ext
Code copmletion view component interface.
component - Variable in class org.netbeans.editor.BaseCaret
Component this caret is bound to
component - Variable in class org.netbeans.editor.CodeFoldingSideBar
 
COMPONENT_PROPERTY - Static variable in class org.netbeans.editor.EditorUI
 
COMPONENT_SIZE_INCREMENT - Static variable in class org.netbeans.editor.SettingsNames
How much space will be added additionaly when the component needs to be resized.
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.
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
 
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.
convertCompletionObject(Object) - Method in class org.netbeans.editor.ext.CompletionJavaDoc
 
convertFromLineFeed(String, String) - Static method in class org.netbeans.editor.LineSeparatorConversion
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
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
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
Convert all the occurrences of '\r' and '\r\n' in the text to '\n'.
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.
copyText(Document, int, int, char[], int) - Static method in class org.netbeans.editor.DocumentUtilities
Copy portion of the document into target character array.
CORE_LEVEL - Static variable in class org.netbeans.editor.Settings
Core level used by the settings initializers.
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
 
createAndInsertNewMark(int) - Method in class org.netbeans.editor.MarkChain
 
createBlock(int, int) - Method in class org.netbeans.editor.MarkBlockChain
 
createBlockEndMark() - Method in class org.netbeans.editor.MarkBlockChain
 
createBlockEndMark() - Method in class org.netbeans.editor.MarkBlockChain.LayerChain
 
createBlockStartMark() - Method in class org.netbeans.editor.MarkBlockChain
 
createBlockStartMark() - Method in class org.netbeans.editor.MarkBlockChain.LayerChain
 
createCaret() - Method in class org.netbeans.editor.BaseKit
Create caret to navigate through document
createCaret() - Method in class org.netbeans.editor.ext.ExtKit
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
createChildren() - Method in class org.netbeans.lib.editor.view.GapBoxView
Can be overriden by subclasses to return a different children implementation.
createChildren() - Method in class org.netbeans.lib.editor.view.GapDocumentView
 
createChildren() - Method in class org.netbeans.lib.editor.view.GapLineView
 
createColoringMap() - Method in class org.netbeans.editor.EditorUI
Deprecated. Use Editor Settings or Editor Settings Storage API instead. This method is never called.
createCompletion(ExtEditorUI) - Method in class org.netbeans.editor.ext.ExtKit
 
createCompletionJavaDoc(ExtEditorUI) - Method in class org.netbeans.editor.ext.ExtKit
 
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
createDefaultEditorKit() - Method in class org.netbeans.editor.ext.HTMLJavaDocView
 
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
 
createFormatSupport(FormatWriter) - Method in class org.netbeans.editor.ext.AbstractFormatLayer
Create the format-support as an abstraction over the format-writer.
createFormatSyntax(Document) - Method in class org.netbeans.editor.BaseKit
Create the syntax used for formatting
createFormatter() - Method in class org.netbeans.editor.BaseKit
Create the formatter appropriate for this kit
createGotoDialog() - Method in class org.netbeans.editor.ext.GotoDialogSupport
 
createHyperlinkAction() - Method in class org.netbeans.editor.ext.ScrollJavaDocPane
 
createMark() - Method in class org.netbeans.editor.MarkChain
 
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.
createQuery() - Method in class org.netbeans.editor.ext.Completion
 
createSideBar(JTextComponent) - Method in class org.netbeans.editor.GlyphGutter
 
createSideBar(JTextComponent) - Method in interface org.netbeans.editor.SideBarFactory
 
createSideBar(JTextComponent) - Method in class org.netbeans.editor.StatusBar.StatusBarFactory
 
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
createSyntax(Document) - Method in class org.netbeans.editor.BaseKit
Create new instance of syntax coloring scanner
createSyntaxSupport(BaseDocument) - Method in class org.netbeans.editor.BaseKit
Create syntax support
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
createToolBarComponent() - Method in class org.netbeans.editor.EditorUI
Construct the toolbar component appropriate for this editor.
createVariableMapTokenProcessor(int, int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
 
createView() - Method in class org.netbeans.editor.ext.Completion
 
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.
createWriter(Document, int, Writer) - Method in class org.netbeans.editor.ext.ExtFormatter
Create the indentation writer.
createWriter(Document, int, Writer) - Method in class org.netbeans.editor.Formatter
Creates a writer that formats text that is inserted into it.
curMark - Variable in class org.netbeans.editor.MarkChain
Current mark to make checks faster
current() - Method in class org.netbeans.editor.ext.CharacterArrayIterator
 
currentBlock - Variable in class org.netbeans.editor.MarkBlockChain
Current block to make checks faster
currentContent - Variable in class org.netbeans.editor.ext.CompletionJavaDoc
 
CUSTOM_ACTION_LIST - Static variable in class org.netbeans.editor.SettingsNames
List of actions that will be added to the standard list of actions for the particular kit.
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
 
cutToLineBeginAction - Static variable in class org.netbeans.editor.BaseKit
Cut text from caret position to line begining action.
cutToLineEndAction - Static variable in class org.netbeans.editor.BaseKit
Cut text from caret position to line end action.

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.