Skip navigation links
org.netbeans.modules.editor.lib/3 4.31.0 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 

S

SAME - Static variable in class org.netbeans.editor.MarkBlock
The blocks have exactly the same start and end positions.
SAVE_POSITION - Static variable in class org.netbeans.editor.BaseAction
Save current position in the jump list
saveSetting(String, Object) - Method in interface org.netbeans.editor.AnnotationTypes.Loader
Save changed property of this class.
saveSetting(String, Object) - Method in class org.netbeans.editor.AnnotationTypes
Save change of property
saveType(AnnotationType) - Method in interface org.netbeans.editor.AnnotationTypes.Loader
Save one annotation type.
saveType(AnnotationType) - Method in class org.netbeans.editor.AnnotationTypes
Save changes in one annotation type
scan(char, boolean) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport.BracketFinder
 
scan() - Method in class org.netbeans.editor.ext.KeywordMatchGenerator
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.AcceptorBwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.AcceptorFwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.CharArrayBwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.CharArrayFwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.CharBwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.CharFwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.GenericBwdFinder
This function decides if it found a desired string or not.
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.GenericFinder
The method that gets the actual character and whether that character is the last in the search.
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.GenericFwdFinder
This function decides if it found a desired string or not.
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.NextWordFwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.NonWhiteBwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.NonWhiteFwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.PreviousWordBwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.StringBwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.StringFwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.WhiteBwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.WhiteFwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.WholeWordsBwdFinder
 
scan(char, boolean) - Method in class org.netbeans.editor.FinderFactory.WholeWordsFwdFinder
 
SCROLL_DEFAULT - Static variable in class org.netbeans.editor.EditorUI
Default scrolling type is used for the standard setDot() call.
SCROLL_FIND - Static variable in class org.netbeans.editor.EditorUI
Scrolling type for find operations, that can request additional configurable area in each direction, so the context around is visible too.
SCROLL_MOVE - Static variable in class org.netbeans.editor.EditorUI
Scrolling type used for regular caret moves.
SCROLL_SMALLEST - Static variable in class org.netbeans.editor.EditorUI
Scrolling type where the smallest covering for the requested rectangle is used.
ScrollBarBounds - Static variable in class org.netbeans.editor.PopupManager
Place popup inside the whole scrollbar
ScrollDownAction() - Constructor for class org.netbeans.editor.ActionFactory.ScrollDownAction
 
scrollDownAction - Static variable in class org.netbeans.editor.BaseKit
Scroll window one line down
scrollRectToVisible(Rectangle, int) - Method in class org.netbeans.editor.EditorUI
Deprecated.
use JComponent.scrollRectToVisible() instead of this method.
ScrollUpAction() - Constructor for class org.netbeans.editor.ActionFactory.ScrollUpAction
 
scrollUpAction - Static variable in class org.netbeans.editor.BaseKit
Scroll window one line up
seek(long) - Method in interface org.netbeans.editor.ext.DataAccessor
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
seek(long) - Method in class org.netbeans.editor.ext.FileAccessor
 
seek(int) - Method in class org.netbeans.editor.ext.FileStorage
 
SegmentCache - Class in org.netbeans.editor
Deprecated.
The caching is no longer performed as the object creation in the present JVMs is fast. Simply use new Segment().
SegmentCache() - Constructor for class org.netbeans.editor.SegmentCache
Deprecated.
Constructs SegmentCache instance.
SelectAllAction() - Constructor for class org.netbeans.editor.BaseKit.SelectAllAction
 
SelectIdentifierAction() - Constructor for class org.netbeans.editor.ActionFactory.SelectIdentifierAction
 
selectIdentifierAction - Static variable in class org.netbeans.editor.BaseKit
Select the nearest identifier around caret
SELECTION_REMOVE - Static variable in class org.netbeans.editor.BaseAction
Remove the selected text at the action begining
selectionFirstNonWhiteAction - Static variable in class org.netbeans.editor.BaseKit
First non-white character on the line
selectionLastNonWhiteAction - Static variable in class org.netbeans.editor.BaseKit
Last non-white character on the line
selectionLineFirstColumnAction - Static variable in class org.netbeans.editor.BaseKit
Name of the action moving caret to the first column on the line and extending the selection
selectionMatchBraceAction - Static variable in class org.netbeans.editor.ext.ExtKit
Select the text to the matching bracket
selectionPageDownAction - Static variable in class org.netbeans.editor.BaseKit
Move one page down and make or extend selection
selectionPageUpAction - Static variable in class org.netbeans.editor.BaseKit
Move one page up and make or extend selection
selectLayoutMajorAxis(int) - Method in interface org.netbeans.editor.view.spi.ViewLayoutState
Select which axis will be used as major axis by this layout state.
selectLayoutMajorAxis(int) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
selectLayoutMajorAxis(int) - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
SelectLineAction() - Constructor for class org.netbeans.editor.BaseKit.SelectLineAction
 
SelectNextParameterAction() - Constructor for class org.netbeans.editor.ActionFactory.SelectNextParameterAction
 
selectNextParameterAction - Static variable in class org.netbeans.editor.BaseKit
Select the next parameter (after the comma) in the given context
SelectWordAction() - Constructor for class org.netbeans.editor.BaseKit.SelectWordAction
 
setActions(Action[]) - Method in class org.netbeans.editor.AnnotationType
Setter for Actions property
setBackgroundDrawing(Boolean) - Method in class org.netbeans.editor.AnnotationTypes
Setter for the BackgroundDrawing property
setBackgroundGlyphAlpha(int) - Method in class org.netbeans.editor.AnnotationTypes
Setter for the BackgroundGlyphAlpha property
setBlinkRate(int) - Method in class org.netbeans.editor.BaseCaret
Sets the caret blink rate.
setBlocks(int[]) - Method in class org.netbeans.editor.FinderFactory.AbstractBlocksFinder
 
setBlocks(int[]) - Method in interface org.netbeans.editor.FinderFactory.BlocksFinder
Set the array into which the finder puts the position blocks.
setBody(String) - Method in class org.netbeans.editor.MacroDialogSupport
Deprecated.
 
setBoldText(String, String) - Method in class org.netbeans.editor.StatusBar
 
setBrowseable(boolean) - Method in class org.netbeans.editor.AnnotationType
 
setCharacterAttributes(int, int, AttributeSet, boolean) - Method in class org.netbeans.editor.GuardedDocument
 
setCombinationOrder(int) - Method in class org.netbeans.editor.AnnotationType
Setter for the CombinationOrder property
setCombinationOrder(String) - Method in class org.netbeans.editor.AnnotationType
Setter for the CombinationOrder property
setCombinations(AnnotationType.CombinationMember[]) - Method in class org.netbeans.editor.AnnotationType
Setter for Combinations property
setCombineGlyphs(Boolean) - Method in class org.netbeans.editor.AnnotationTypes
Setter for the CombineGlyphs property
setContentType(String) - Method in class org.netbeans.editor.AnnotationType
Setter for the ContentType property
setContextKeyNotFoundAction(Action) - Method in class org.netbeans.editor.MultiKeymap
What to do when key is not resolved for context
setCustomSidebarColor(Color) - Method in class org.netbeans.editor.AnnotationType
 
setDefaultAction(Action) - Method in class org.netbeans.editor.MultiKeymap
 
setDelegate(Action) - Method in class org.netbeans.editor.DelegateAction
 
setDescription(String) - Method in class org.netbeans.editor.AnnotationType
Setter for the Description property
setDialogFactory(DialogSupport.DialogFactory) - Static method in class org.netbeans.editor.DialogSupport
Deprecated.
The method for setting custom factory for creating dialogs via the createDialog method.
setDismissDelay(int) - Method in class org.netbeans.editor.ext.ToolTipSupport
Set the delay between displaying of the tooltip and its automatic hiding in milliseconds.
setDot(int) - Method in class org.netbeans.editor.BaseCaret
Assign the caret a new offset in the underlying document.
setDot(int, boolean) - Method in class org.netbeans.editor.BaseCaret
 
setDot(int, Rectangle, int, boolean) - Method in class org.netbeans.editor.BaseCaret
Deprecated.
use #setDot(int, boolean) preceded by JComponent.scrollRectToVisible().
setDot(int, Rectangle, int) - Method in class org.netbeans.editor.BaseCaret
Deprecated.
use #setDot(int) preceded by JComponent.scrollRectToVisible().
setDot() - Method in class org.netbeans.editor.JumpList.Entry
Navigates to the component and position maintained by this entry.
setEnabled(boolean) - Method in class org.netbeans.editor.ext.ToolTipSupport
Set whether the tooltip support is enabled.
setEstimatedSpan(boolean) - Method in interface org.netbeans.editor.view.spi.EstimatedSpanView
Set whether this view uses estimated span computation instead of exact measurements.
setEstimatedSpan(boolean) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
setForegroundColor(Color) - Method in class org.netbeans.editor.AnnotationType
Setter for the Foreground property
setGlobalCell(String, JLabel) - Static method in class org.netbeans.editor.StatusBar
 
setGlyph(URL) - Method in class org.netbeans.editor.AnnotationType
Setter for the Glyph property
setGlyphGutter(GlyphGutter) - Method in class org.netbeans.editor.EditorUI
 
setGlyphsOverLineNumbers(Boolean) - Method in class org.netbeans.editor.AnnotationTypes
Setter for the GlyphsOverLineNumbers property
setHelperInd(int) - Method in class org.netbeans.editor.BaseView
This function is used to correct information about which index this child view occupies in parent view's array of children.
setHighlight(Color) - Method in class org.netbeans.editor.AnnotationType
Setter for the Highlight property
setIndex(int) - Method in class org.netbeans.editor.ext.CharacterArrayIterator
 
setInfoText(String) - Method in class org.netbeans.editor.KeySequenceInputPanel
 
setInheritForegroundColor(boolean) - Method in class org.netbeans.editor.AnnotationType
Setter for the InheritfForegroundColor property
setInitialDelay(int) - Method in class org.netbeans.editor.ext.ToolTipSupport
Set the delay between stopping mouse movement and displaying of the tooltip in milliseconds.
setInnerLevel(int) - Method in class org.netbeans.editor.CodeFoldingSideBar.PaintInfo
Deprecated.
 
setKeySequences(List) - Method in class org.netbeans.editor.MacroSavePanel
Deprecated.
 
setLastLineElement(Element) - Method in class org.netbeans.lib.editor.view.GapMultiLineView
 
setLayoutMajorAxisPreferredSpan(float) - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
setLayoutMajorAxisRawOffset(double) - Method in interface org.netbeans.editor.view.spi.ViewLayoutState
Parent can set the view's raw offset along the parent view's major axis using this method.
setLayoutMajorAxisRawOffset(double) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
setLayoutMajorAxisRawOffset(double) - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
setLayoutMinorAxisAlignment(float) - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
setLayoutMinorAxisMaximumSpan(float) - Method in class org.netbeans.lib.editor.view.DefaultViewLayoutState
 
setLayoutMinorAxisMinimumSpan(float) - Method in class org.netbeans.lib.editor.view.DefaultViewLayoutState
 
setLayoutMinorAxisPreferredSpan(float) - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
setLine(int) - Method in class org.netbeans.editor.Annotations.LineAnnotations
Setter for the line number property
setLineNumberEnabled(boolean) - Method in class org.netbeans.editor.EditorUI
 
setLogicalStyle(int, Style) - Method in class org.netbeans.editor.GuardedDocument
Sets the logical style to use for the paragraph at the given position.
setMacroBody(String) - Method in class org.netbeans.editor.MacroSavePanel
Deprecated.
 
setMacroName(String) - Method in class org.netbeans.editor.MacroSavePanel
Deprecated.
 
setMagicCaretPosition(Point) - Method in class org.netbeans.editor.BaseCaret
Saves the current caret position.
setMinimumOptionals(int) - Method in class org.netbeans.editor.AnnotationType
 
setMinimumOptionals(String) - Method in class org.netbeans.editor.AnnotationType
 
setName(String) - Method in class org.netbeans.editor.AnnotationType
Setter for the Name property
setNext(MarkBlock) - Method in class org.netbeans.editor.MarkBlock
 
setNextChain(MarkBlock) - Method in class org.netbeans.editor.MarkBlock
Set the next block of this one in the chain.
setNormalStyleName(String) - Method in class org.netbeans.editor.GuardedDocument
Set the name for normal style.
setOffset(int) - Method in class org.netbeans.editor.ext.FileStorage
 
setPacked(boolean) - Method in class org.netbeans.editor.BaseView
Setter for packed flag
setPaintOperation(int) - Method in class org.netbeans.editor.CodeFoldingSideBar.PaintInfo
Deprecated.
 
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class org.netbeans.editor.GuardedDocument
Change attributes for part of the text.
setParent(View) - Method in class org.netbeans.editor.LeafView
 
setParent(View) - Method in class org.netbeans.editor.view.spi.LockView
 
setParent(View) - Method in class org.netbeans.lib.editor.view.GapBoxView
Sets the parent of the view.
setParent(View) - Method in class org.netbeans.lib.editor.view.GapDocumentView
 
setParentLocked(View) - Method in class org.netbeans.editor.view.spi.LockView
 
setPopupMenu(JPopupMenu) - Method in class org.netbeans.editor.EditorUI
 
setPostModificationDocumentListener(DocumentListener) - Method in class org.netbeans.editor.BaseDocument
Deprecated.
Use addPostModificationDocumentListener(DocumentListener)
setPreScan(int) - Method in class org.netbeans.editor.Syntax.BaseStateInfo
 
setPreScan(int) - Method in interface org.netbeans.editor.Syntax.StateInfo
Store the preScan value
setPrev(MarkBlock) - Method in class org.netbeans.editor.MarkBlock
 
setPrevChain(MarkBlock) - Method in class org.netbeans.editor.MarkBlock
Set the previous block of this one in the chain
setPriority(int) - Method in class org.netbeans.editor.AnnotationType
 
setResolveParent(Keymap) - Method in class org.netbeans.editor.MultiKeymap
 
setSelectionVisible(boolean) - Method in class org.netbeans.editor.BaseCaret
Sets the selection visibility
setSeverity(AnnotationType.Severity) - Method in class org.netbeans.editor.AnnotationType
 
setShowGlyphGutter(Boolean) - Method in class org.netbeans.editor.AnnotationTypes
Setter for the ShowGlyphGutter property
setSize(Dimension) - Method in class org.netbeans.editor.FoldingToolTip
Deprecated.
 
setSize(int, int) - Method in class org.netbeans.editor.FoldingToolTip
Deprecated.
Setting size of popup panel.
setSize(float, float) - Method in class org.netbeans.editor.view.spi.LockView
 
setSize(float, float) - Method in class org.netbeans.lib.editor.view.GapBoxView
Sets the size of the view.
setSize(float, float) - Method in class org.netbeans.lib.editor.view.GapDocumentView
 
setSpanOnMajorAxis(float) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
setSpanOnMinorAxis(float) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
setState(int) - Method in class org.netbeans.editor.Syntax.BaseStateInfo
 
setState(int) - Method in interface org.netbeans.editor.Syntax.StateInfo
Store the internal state
setStateObject(HashMap) - Static method in class org.netbeans.editor.EditorState
Deprecated.
 
setStatusBits(int) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
setStatusBits(int) - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
setStatusBoldText(JTextComponent, String) - Static method in class org.netbeans.editor.Utilities
 
setStatusText(JTextComponent, String) - Static method in class org.netbeans.editor.Utilities
 
setStatusText(JTextComponent, String, int) - Static method in class org.netbeans.editor.Utilities
 
setStatusText(JTextComponent, String, Coloring) - Static method in class org.netbeans.editor.Utilities
 
setTabSize(int) - Method in class org.netbeans.editor.FinderFactory.PosVisColFwdFinder
 
setTabSize(int) - Method in class org.netbeans.editor.FinderFactory.VisColPosFwdFinder
 
setText(String, String) - Method in class org.netbeans.editor.StatusBar
 
setText(String, String, Coloring) - Method in class org.netbeans.editor.StatusBar
 
setText(String, String, Coloring, int) - Method in class org.netbeans.editor.StatusBar
 
setText(String, int) - Method in class org.netbeans.editor.StatusBar
Set text into main cell with a given importance.
settingsChangeImpl(String) - Method in class org.netbeans.editor.EditorUI
 
setToolTip(JComponent) - Method in class org.netbeans.editor.ext.ToolTipSupport
Set the tooltip component.
setToolTip(JComponent, PopupManager.HorizontalBounds, PopupManager.Placement) - Method in class org.netbeans.editor.ext.ToolTipSupport
 
setToolTip(JComponent, PopupManager.HorizontalBounds, PopupManager.Placement, int, int) - Method in class org.netbeans.editor.ext.ToolTipSupport
 
setToolTip(JComponent, PopupManager.HorizontalBounds, Point, int, int, int) - Method in class org.netbeans.editor.ext.ToolTipSupport
Sets the tooltip.
setToolTip(JComponent, PopupManager.HorizontalBounds, PopupManager.Placement, int, int, int) - Method in class org.netbeans.editor.ext.ToolTipSupport
 
setTooltipText(String) - Method in class org.netbeans.editor.AnnotationType
Setter for the TooltipText property
setToolTipText(String) - Method in class org.netbeans.editor.ext.ToolTipSupport
Set the tooltip text to make the tooltip to be shown on the screen.
setToolTipVisible(boolean) - Method in class org.netbeans.editor.ext.ToolTipSupport
Set the visibility of the tooltip.
setToolTipVisible(boolean, boolean) - Method in class org.netbeans.editor.ext.ToolTipSupport
Set the visibility of the tooltip.
setTypes(Map) - Method in class org.netbeans.editor.AnnotationTypes
Initialize the map of all annotation types
setUseCustomSidebarColor(boolean) - Method in class org.netbeans.editor.AnnotationType
 
setUseHighlightColor(boolean) - Method in class org.netbeans.editor.AnnotationType
Setter for the UseHighlightColor property
setUseWaveUnderlineColor(boolean) - Method in class org.netbeans.editor.AnnotationType
Setter for the UseWaveUnderlineColor property
setVersion(int) - Method in class org.netbeans.editor.ext.FileStorage
Setter for version of Code Completion DB file.
setView(View) - Method in class org.netbeans.editor.view.spi.LockView
Set a new single child of this view.
setViewRawIndex(int) - Method in interface org.netbeans.editor.view.spi.ViewLayoutState
Parent can set the index of the view (wrapped by this layout state) in itself.
setViewRawIndex(int) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
setViewRawIndex(int) - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
setVisCol(int) - Method in class org.netbeans.editor.FinderFactory.VisColPosFwdFinder
Set visual column that this finder will try to reach
setVisible(boolean) - Method in class org.netbeans.editor.AnnotationType
Setter for the Visible property
setVisible(String) - Method in class org.netbeans.editor.AnnotationType
Setter for the Visible property
setVisible(boolean) - Method in class org.netbeans.editor.BaseCaret
Sets the caret visibility
setVisible(boolean) - Method in class org.netbeans.editor.StatusBar
 
setVisibleImpl(boolean) - Method in class org.netbeans.editor.BaseCaret
 
setWaveUnderlineColor(Color) - Method in class org.netbeans.editor.AnnotationType
Setter for the WaveUnderline property
setWholeLine(boolean) - Method in class org.netbeans.editor.AnnotationType
Setter for the WholeLine property
setWholeLine(String) - Method in class org.netbeans.editor.AnnotationType
Setter for the WholeLine property
ShiftLineAction() - Constructor for class org.netbeans.editor.ActionFactory.ShiftLineAction
 
shiftLineLeftAction - Static variable in class org.netbeans.editor.BaseKit
Shift line left action
shiftLineRightAction - Static variable in class org.netbeans.editor.BaseKit
Shift line right action
showConfirmDialog(String) - Method in class org.netbeans.editor.MacroDialogSupport
Deprecated.
 
showGotoDialog(KeyEventBlocker) - Method in class org.netbeans.editor.ext.GotoDialogSupport
 
showMacroDialog() - Method in class org.netbeans.editor.MacroDialogSupport
Deprecated.
 
showPopupMenu(int, int) - Method in class org.netbeans.editor.EditorUI
 
showPopupMenuAction - Static variable in class org.netbeans.editor.ext.ExtKit
Show popup menu.
ShowPopupMenuAction() - Constructor for class org.netbeans.editor.ext.ExtKit.ShowPopupMenuAction
 
shrink(int, int) - Method in class org.netbeans.editor.MarkBlock
Shrink this mark block by the block specified.
SideBarFactory - Interface in org.netbeans.editor
Deprecated.
use SideBarFactory from editor.lib2 module.
SimpleViewLayoutState - Class in org.netbeans.lib.editor.view
Implementation of ViewLayoutState for non-flyweight views that only caches preferred spans along both axes.
SimpleViewLayoutState(View) - Constructor for class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
SINGLE_PAINT_MARK - Static variable in class org.netbeans.editor.CodeFoldingSideBar
Deprecated.
Single-line marker, both start and end
size - Variable in class org.netbeans.editor.CodeFoldingSideBar.Mark
Deprecated.
 
SPACE_NL - Static variable in class org.netbeans.editor.AcceptorFactory
 
splitLineAction - Static variable in class org.netbeans.editor.BaseKit
split the current line at cursor position
SplitLineAction() - Constructor for class org.netbeans.editor.BaseKit.SplitLineAction
 
StartMacroRecordingAction() - Constructor for class org.netbeans.editor.ActionFactory.StartMacroRecordingAction
Deprecated.
 
startMacroRecordingAction - Static variable in class org.netbeans.editor.BaseKit
Start recording of macro.
startMark - Variable in class org.netbeans.editor.LeafElement
Mark giving start offset of this element
startMark - Variable in class org.netbeans.editor.MarkBlock
 
StartNewLine() - Constructor for class org.netbeans.editor.ActionFactory.StartNewLine
 
startNewLineAction - Static variable in class org.netbeans.editor.BaseKit
Starts a new line in code
startsWith(char[], char[]) - Static method in class org.netbeans.editor.Analyzer
 
state - Variable in class org.netbeans.editor.Syntax
Internal state of the lexical analyzer.
stateChanged(ChangeEvent) - Method in class org.netbeans.editor.EditorUI
 
statHits - Variable in class org.netbeans.editor.ext.StringCache
 
statQueries - Variable in class org.netbeans.editor.ext.StringCache
 
STATUS_COMPONENT_VISIBLE - Static variable in class org.netbeans.editor.ext.ToolTipSupport
Status indicating that the tooltip is visible because ToolTipSupport.setToolTip(javax.swing.JComponent) was called.
STATUS_ERROR - Static variable in class org.netbeans.editor.AnnotationType.Severity
Status error.
STATUS_HIDDEN - Static variable in class org.netbeans.editor.ext.ToolTipSupport
Status indicating that the tooltip is not showing on the screen.
STATUS_NONE - Static variable in class org.netbeans.editor.AnnotationType.Severity
Status OK.
STATUS_OK - Static variable in class org.netbeans.editor.AnnotationType.Severity
Status OK.
STATUS_TEXT_VISIBLE - Static variable in class org.netbeans.editor.ext.ToolTipSupport
Status indicating that the tooltip is visible because ToolTipSupport.setToolTipText(java.lang.String) was called.
STATUS_VISIBILITY_ENABLED - Static variable in class org.netbeans.editor.ext.ToolTipSupport
Status indicating that the tooltip is not showing on the screen but once either the ToolTipSupport.setToolTipText(java.lang.String) or ToolTipSupport.setToolTip(javax.swing.JComponent) gets called the tooltip will become visible.
STATUS_WARNING - Static variable in class org.netbeans.editor.AnnotationType.Severity
Status warning.
StatusBar - Class in org.netbeans.editor
Status bar support.
StatusBar(EditorUI) - Constructor for class org.netbeans.editor.StatusBar
 
StatusBar.StatusBarFactory - Class in org.netbeans.editor
 
StatusBarFactory() - Constructor for class org.netbeans.editor.StatusBar.StatusBarFactory
 
stopBlocking(boolean) - Method in class org.netbeans.editor.ext.KeyEventBlocker
Has to be called from AWT event thread to be properly synchronized
stopBlocking() - Method in class org.netbeans.editor.ext.KeyEventBlocker
 
StopMacroRecordingAction() - Constructor for class org.netbeans.editor.ActionFactory.StopMacroRecordingAction
Deprecated.
 
stopMacroRecordingAction - Static variable in class org.netbeans.editor.BaseKit
Stop the active recording
stopOffset - Variable in class org.netbeans.editor.Syntax
On which offset in the buffer scanning should stop.
stopPosition - Variable in class org.netbeans.editor.Syntax
The position in the document that logically corresponds to the stopOffset value.
storeState(Syntax.StateInfo) - Method in class org.netbeans.editor.ext.MultiSyntax
Store state of this analyzer into given mark state.
storeState(Syntax.StateInfo) - Method in class org.netbeans.editor.Syntax
Store state of this analyzer into given mark state.
STRING_BWD_FINDER_PROP - Static variable in class org.netbeans.editor.BaseDocument
String backward finder property
STRING_FINDER_PROP - Static variable in class org.netbeans.editor.BaseDocument
String forward finder property
StringBlocksFinder(String, boolean) - Constructor for class org.netbeans.editor.FinderFactory.StringBlocksFinder
 
StringBwdFinder(String, boolean) - Constructor for class org.netbeans.editor.FinderFactory.StringBwdFinder
 
StringCache - Class in org.netbeans.editor.ext
Cache holding the most commonly used strings.
StringCache() - Constructor for class org.netbeans.editor.ext.StringCache
 
StringCache(int) - Constructor for class org.netbeans.editor.ext.StringCache
 
StringCache(int, int) - Constructor for class org.netbeans.editor.ext.StringCache
 
StringFwdFinder(String, boolean) - Constructor for class org.netbeans.editor.FinderFactory.StringFwdFinder
 
StringMap - Class in org.netbeans.editor
Support for comparing part of char array to hash map with strings as keys.
StringMap() - Constructor for class org.netbeans.editor.StringMap
 
StringMap(int) - Constructor for class org.netbeans.editor.StringMap
 
StringMap(int, float) - Constructor for class org.netbeans.editor.StringMap
 
StringMap(Map) - Constructor for class org.netbeans.editor.StringMap
 
styles - Variable in class org.netbeans.editor.GuardedDocument
Style context to hold the styles
supposedTokenID - Variable in class org.netbeans.editor.Syntax
This variable can be populated by the parseToken() method in case the user types an errorneous construction but it's clear what correct token he meant to write.
switchCaseAction - Static variable in class org.netbeans.editor.BaseKit
Switch the case of the selected text or current character
Syntax - Class in org.netbeans.editor
Lexical analyzer that works on a given text buffer.
Syntax() - Constructor for class org.netbeans.editor.Syntax
 
syntax - Variable in class org.netbeans.editor.SyntaxDebug
 
Syntax.BaseStateInfo - Class in org.netbeans.editor
Base implementation of the StateInfo interface
Syntax.StateInfo - Interface in org.netbeans.editor
Interface that stores two basic pieces of information about the state of the whole lexical analyzer - its internal state and preScan.
SyntaxDebug - Class in org.netbeans.editor
Debugging stuff for the syntax scanners
SyntaxDebug(Syntax) - Constructor for class org.netbeans.editor.SyntaxDebug
 
SyntaxMark() - Constructor for class org.netbeans.editor.MarkFactory.SyntaxMark
Deprecated.
 
SyntaxSupport - Class in org.netbeans.editor
Support methods for syntax analyzes
SyntaxSupport(BaseDocument) - Constructor for class org.netbeans.editor.SyntaxSupport
 
syntaxUpdateEnd() - Method in class org.netbeans.editor.SyntaxUpdateTokens
Notification that updating of lexical states has ended so there will be no more tokens relexed for the modification.
syntaxUpdateStart() - Method in class org.netbeans.editor.SyntaxUpdateTokens
Notification that updating of the lexical states is starting for the last performed modification.
syntaxUpdateToken(TokenID, TokenContextPath, int, int) - Method in class org.netbeans.editor.SyntaxUpdateTokens
Notification that a token was found during updating of lexical states.
SyntaxUpdateTokens - Class in org.netbeans.editor
Notification about the tokens being relexed as result of a document modification.
SyntaxUpdateTokens() - Constructor for class org.netbeans.editor.SyntaxUpdateTokens
 
SyntaxUpdateTokens.TokenInfo - Class in org.netbeans.editor
 
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.31.0 23