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

F

FALSE - Static variable in class org.netbeans.editor.AcceptorFactory
 
FalseBlocksFinder() - Constructor for class org.netbeans.editor.FinderFactory.FalseBlocksFinder
 
FalseFinder() - Constructor for class org.netbeans.editor.FinderFactory.FalseFinder
 
FILE_NAME_PROP - Static variable in class org.netbeans.editor.BaseDocument
File name property
FileAccessor - Class in org.netbeans.editor.ext
DataAccessor for Code Completion DB files via RandomAccessFile implementation
FileAccessor(File) - Constructor for class org.netbeans.editor.ext.FileAccessor
Creates a new instance of FileAccessor
fileNotFound - Variable in class org.netbeans.editor.ext.FileStorage
 
FileStorage - Class in org.netbeans.editor.ext
Management of storage of the data for the java completion.
FileStorage(String) - Constructor for class org.netbeans.editor.ext.FileStorage
 
FileStorage(String, StringCache) - Constructor for class org.netbeans.editor.ext.FileStorage
 
FileStorage(DataAccessor, StringCache) - Constructor for class org.netbeans.editor.ext.FileStorage
 
FilterItem(TokenItem) - Constructor for class org.netbeans.editor.TokenItem.FilterItem
 
finalize() - Method in class org.netbeans.editor.LeafElement
 
finalize() - Method in class org.netbeans.editor.MarkBlock
Destroy the marks if necessary
find(Finder, int, int) - Method in class org.netbeans.editor.BaseDocument
Find something in document using a finder.
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.ext.ExtFinderFactory.LineBlocksFinder
find function that must be defined by descendant
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.ext.ExtFinderFactory.LineBwdFinder
find function that must be defined by descendant
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.ext.ExtFinderFactory.LineFwdFinder
find function that must be defined by descendant
find(int, char[], int, int, int, int) - Method in interface org.netbeans.editor.Finder
This is the most important function in finder.
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.FinderFactory.FalseBlocksFinder
 
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.FinderFactory.FalseFinder
 
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.FinderFactory.GenericBwdFinder
 
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.FinderFactory.GenericFinder
 
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.FinderFactory.GenericFwdFinder
 
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.FinderFactory.PosVisColFwdFinder
finds BOL on current line
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.FinderFactory.StringBlocksFinder
 
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.FinderFactory.TrueFinder
 
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.FinderFactory.VisColPosFwdFinder
finds BOL on current line
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.FinderFactory.WholeWordsBlocksFinder
 
find(int, char[], int, int, int, int) - Method in class org.netbeans.editor.WordMatch
 
findAction - Static variable in class org.netbeans.editor.ext.ExtKit
Deprecated.
Without any replacement.
findDeclarationPosition(String, int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
Find either the local or global declaration position.
findEdit(Class) - Method in class org.netbeans.editor.BaseDocumentEvent
 
Finder - Interface in org.netbeans.editor
Finders are used to find some information in document without creating copy of the data.
FinderFactory - Class in org.netbeans.editor
Various finders are located here.
FinderFactory() - Constructor for class org.netbeans.editor.FinderFactory
 
FinderFactory.AbstractBlocksFinder - Class in org.netbeans.editor
Support for creating blocks finders.
FinderFactory.AbstractFinder - Class in org.netbeans.editor
Abstract finder implementation.
FinderFactory.AcceptorBwdFinder - Class in org.netbeans.editor
 
FinderFactory.AcceptorFwdFinder - Class in org.netbeans.editor
 
FinderFactory.BlocksFinder - Interface in org.netbeans.editor
Finder that constructs [begin-pos, end-pos] blocks.
FinderFactory.CharArrayBwdFinder - Class in org.netbeans.editor
Searches for anyone of the specified chars in backward direction.
FinderFactory.CharArrayFwdFinder - Class in org.netbeans.editor
Searches for anyone of the specified chars in forward direction.
FinderFactory.CharBwdFinder - Class in org.netbeans.editor
Searches for the specified char in backward direction.
FinderFactory.CharFwdFinder - Class in org.netbeans.editor
Searches for the specified char in forward direction.
FinderFactory.FalseBlocksFinder - Class in org.netbeans.editor
 
FinderFactory.FalseFinder - Class in org.netbeans.editor
Request non-existent position immediately
FinderFactory.GenericBwdFinder - Class in org.netbeans.editor
Generic backward finder that simplifies the search process.
FinderFactory.GenericFinder - Class in org.netbeans.editor
 
FinderFactory.GenericFwdFinder - Class in org.netbeans.editor
Generic forward finder that simplifies the search process.
FinderFactory.NextWordFwdFinder - Class in org.netbeans.editor
Next word forward finder
FinderFactory.NonWhiteBwdFinder - Class in org.netbeans.editor
Find first non-white character backward
FinderFactory.NonWhiteFwdFinder - Class in org.netbeans.editor
Find first non-white character forward
FinderFactory.PosVisColFwdFinder - Class in org.netbeans.editor
Finder for getting visual column value for particular position.
FinderFactory.PreviousWordBwdFinder - Class in org.netbeans.editor
Find start of the word.
FinderFactory.StringBlocksFinder - Class in org.netbeans.editor
String forward finder that creates position blocks
FinderFactory.StringBwdFinder - Class in org.netbeans.editor
String backward finder
FinderFactory.StringFinder - Interface in org.netbeans.editor
Finder that looks for some search expression expressed by string.
FinderFactory.StringFwdFinder - Class in org.netbeans.editor
String forward finder
FinderFactory.TrueFinder - Class in org.netbeans.editor
Return successful match on the first searched char
FinderFactory.VisColPosFwdFinder - Class in org.netbeans.editor
Finder for getting position from visual column knowledge.
FinderFactory.WhiteBwdFinder - Class in org.netbeans.editor
Find first white character backward
FinderFactory.WhiteFwdFinder - Class in org.netbeans.editor
Find first white character forward
FinderFactory.WholeWordsBlocksFinder - Class in org.netbeans.editor
String forward finder that finds whole words only and that creates position blocks.
FinderFactory.WholeWordsBwdFinder - Class in org.netbeans.editor
String backward finder that finds whole words only.
FinderFactory.WholeWordsFwdFinder - Class in org.netbeans.editor
String forward finder that finds whole words only.
findFirstLFOffset(char[], int, int) - Static method in class org.netbeans.editor.Analyzer
 
findFirstLFOffset(String) - Static method in class org.netbeans.editor.Analyzer
 
findFirstNonSpace(char[], int, int) - Static method in class org.netbeans.editor.Analyzer
Return the first index that is not space
findFirstNonTab(char[], int, int) - Static method in class org.netbeans.editor.Analyzer
Return the first index that is not space
findFirstNonWhite(char[], int, int) - Static method in class org.netbeans.editor.Analyzer
Return the first index that is not space or tab or new-line char
findFirstTab(char[], int, int) - Static method in class org.netbeans.editor.Analyzer
 
findFirstTabOrLF(char[], int, int) - Static method in class org.netbeans.editor.Analyzer
 
findGlobalDeclarationPosition(String, int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
Get the position of the global declaration of a given variable.
findIndex(ObjectArray, Object) - Static method in class org.netbeans.editor.ObjectArrayUtilities
Get index of the occurrence of the given item in the object array by using binary search and scanning the adjacent items that are equal copmared to the searched item.
findIndex(ObjectArray, Object, Comparator) - Static method in class org.netbeans.editor.ObjectArrayUtilities
Get index of the occurrence of the given item in the object array by using binary search and scanning the adjacent items that are equal copmared to the searched item.
findInsideBlocks(Finder, int, int, int[]) - Method in class org.netbeans.editor.SyntaxSupport
 
findLastNonWhite(char[], int, int) - Static method in class org.netbeans.editor.Analyzer
Return the last index that is not space or tab or new-line char
findLocalDeclarationPosition(String, int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
 
findLowerViewIndex(View, int, boolean) - Static method in class org.netbeans.lib.editor.view.ViewUtilitiesImpl
The semantics is the same like findViewIndex() but if there are any empty views at the offset (e.g.
findMatchingBlock(int, boolean) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
Find matching bracket or more generally block that matches with the current position.
findNextAction - Static variable in class org.netbeans.editor.BaseKit
Find next occurence action
findOutsideBlocks(Finder, int, int, int[]) - Method in class org.netbeans.editor.SyntaxSupport
 
findPreviousAction - Static variable in class org.netbeans.editor.BaseKit
Find previous occurence action
findSelectionAction - Static variable in class org.netbeans.editor.BaseKit
Find current word
findType(String, int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
Find the type of the variable.
findUpperViewIndex(View, int, boolean) - Static method in class org.netbeans.lib.editor.view.ViewUtilitiesImpl
The semantics is the same like findViewIndex() but if there are any empty views at the offset (e.g.
findValue(String) - Method in class org.netbeans.editor.BaseAction
Deprecated.
this method is deprecated like the LocaleSupport which it uses by default. It should be replaced by implementing BaseAction.getShortDescriptionBundleClass()
findViewIndex(View, int) - Static method in class org.netbeans.lib.editor.view.ViewUtilitiesImpl
Find the child view index that best represents the given offset.
findViewIndexBounded(View, int) - Static method in class org.netbeans.lib.editor.view.ViewUtilitiesImpl
Find child index representing the given offset or -1 if the offset is not represented by any child view i.e.
finishScan() - Method in class org.netbeans.editor.ext.KeywordMatchGenerator
 
fireChangedAll() - Method in class org.netbeans.editor.Annotations
Fire AnnotationsListener.ChangedAll change
fireChangedLine(int) - Method in class org.netbeans.editor.Annotations
Fire AnnotationsListener.ChangedLine change
fireChangedUpdate(DocumentEvent) - Method in class org.netbeans.editor.BaseDocument
 
fireInsertUpdate(DocumentEvent) - Method in class org.netbeans.editor.BaseDocument
 
firePropertyChange(String, Object, Object) - Method in class org.netbeans.editor.AnnotationDesc
Fire property change to registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.netbeans.editor.AnnotationType
Fire property change to registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.netbeans.editor.AnnotationTypes
Fire property change to registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.netbeans.editor.EditorUI
 
firePropertyChange(String, Object, Object) - Method in class org.netbeans.editor.ext.ToolTipSupport
Fire the change of the given property.
firePropertyChange(Object, String, Object, Object) - Method in class org.netbeans.editor.WeakPropertyChangeSupport
 
fireRemoveUpdate(DocumentEvent) - Method in class org.netbeans.editor.BaseDocument
 
fireStateChanged() - Method in class org.netbeans.editor.BaseCaret
Notifies listeners that caret position has changed
fireUndoableEditUpdate(UndoableEditEvent) - Method in class org.netbeans.editor.BaseDocument
 
first() - Method in class org.netbeans.editor.ext.CharacterArrayIterator
 
FirstNonWhiteAction() - Constructor for class org.netbeans.editor.ActionFactory.FirstNonWhiteAction
 
firstNonWhiteAction - Static variable in class org.netbeans.editor.BaseKit
First non-white character on the line
FixedPoint - Static variable in class org.netbeans.editor.PopupManager
Place the popup on a fixed point of the view, measured from top-left corner
FLAG_HIDE_ON_MOUSE_MOVE - Static variable in class org.netbeans.editor.ext.ToolTipSupport
 
FLAG_HIDE_ON_TIMER - Static variable in class org.netbeans.editor.ext.ToolTipSupport
 
FLAG_PERMANENT - Static variable in class org.netbeans.editor.ext.ToolTipSupport
 
FLAGS_HEAVYWEIGHT_TOOLTIP - Static variable in class org.netbeans.editor.ext.ToolTipSupport
 
FLAGS_LIGHTWEIGHT_TOOLTIP - Static variable in class org.netbeans.editor.ext.ToolTipSupport
 
flasher - Variable in class org.netbeans.editor.BaseCaret
Timer used for blinking the caret
flyInstance(View) - Method in interface org.netbeans.editor.view.spi.FlyView
Create an instance of the view dependent on the context given by the parent view.
FlyView - Interface in org.netbeans.editor.view.spi
Interface marking the flyweight views.
FlyView.Parent - Interface in org.netbeans.editor.view.spi
Interface that views capable of maintaining flyweight views as their children must implement.
FMT_GUARDED_INSERT_LOCALE - Static variable in class org.netbeans.editor.GuardedDocument
 
FMT_GUARDED_REMOVE_LOCALE - Static variable in class org.netbeans.editor.GuardedDocument
 
focusGained(FocusEvent) - Method in class org.netbeans.editor.ext.GotoDialogPanel
 
focusLost(FocusEvent) - Method in class org.netbeans.editor.ext.GotoDialogPanel
 
foldHierarchyChanged(FoldHierarchyEvent) - Method in class org.netbeans.editor.BaseCaret
Deprecated. 
FoldingToolTip - Class in org.netbeans.editor
Deprecated.
This is an utility class which should not have been public. It is used only from code folding implementation and was not intended for general purpose. This implementation is retained for backward compatibility only. The live implementation can be found in editor.fold.nbui module.
FoldingToolTip(View, EditorUI) - Constructor for class org.netbeans.editor.FoldingToolTip
Deprecated.
Creates a new instance of FoldingToolTip
font - Variable in class org.netbeans.editor.CodeFoldingSideBar
Deprecated.
Without any replacement.
FONT_MODE_APPLY_NAME - Static variable in class org.netbeans.editor.Coloring
Apply only the name from the font.
FONT_MODE_APPLY_SIZE - Static variable in class org.netbeans.editor.Coloring
Apply only the size from the font.
FONT_MODE_APPLY_STYLE - Static variable in class org.netbeans.editor.Coloring
Apply only the style from the font.
FONT_MODE_DEFAULT - Static variable in class org.netbeans.editor.Coloring
Replace the underlying font by the coloring's font.
FontMetricsCache - Class in org.netbeans.editor
Static cache that holds the font metrics for the fonts.
FontMetricsCache() - Constructor for class org.netbeans.editor.FontMetricsCache
 
FontMetricsCache.Info - Interface in org.netbeans.editor
 
foreColor - Variable in class org.netbeans.editor.CodeFoldingSideBar
Deprecated.
Without any replacement.
FormatAction() - Constructor for class org.netbeans.editor.ActionFactory.FormatAction
 
formatAction - Static variable in class org.netbeans.editor.BaseKit
Format part of the document text using Indent
FORMATTER - Static variable in class org.netbeans.editor.BaseDocument
Name of the formatter setting.
forward - Variable in class org.netbeans.editor.FinderFactory.GenericFinder
Flag that determines whether the search is in the forward direction
ForwardAction() - Constructor for class org.netbeans.editor.BaseKit.ForwardAction
 
found - Variable in class org.netbeans.editor.FinderFactory.AbstractFinder
Was the string found?
fromAttributeSet(AttributeSet) - Static method in class org.netbeans.editor.Coloring
Converts AttributeSet to a Coloring.
FromLineFeed(char[], int, int, String) - Constructor for class org.netbeans.editor.LineSeparatorConversion.FromLineFeed
Deprecated.
 
FromLineFeed(char[], int, int, String, int) - Constructor for class org.netbeans.editor.LineSeparatorConversion.FromLineFeed
Deprecated.
 
FromLineFeed(String, int, int, String) - Constructor for class org.netbeans.editor.LineSeparatorConversion.FromLineFeed
Deprecated.
 
FromLineFeed(String, int, int, String, int) - Constructor for class org.netbeans.editor.LineSeparatorConversion.FromLineFeed
Deprecated.
 
frontAnnotation(AnnotationDesc) - Method in class org.netbeans.editor.Annotations
Move annotation in front of others.
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.9.1 23

Built on March 27 2024.  |   Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.