Skip navigation links
org.netbeans.modules.editor.util/1 1.89
A B C D E F G H I K L M N O P R S T U V 

I

indexOf(CharSequence, int) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Implementation of String.indexOf(int) for character sequences.
indexOf(CharSequence, int, int) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Implementation of String.indexOf(int,int) for character sequences.
indexOf(CharSequence, CharSequence) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Implementation of String.indexOf(String) for character sequences.
indexOf(CharSequence, CharSequence, int) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Implementation of String.indexOf(String,int) for character sequences.
indexOf(Object) - Method in class org.netbeans.lib.editor.util.GapList
Searches for the first occurence of the given argument, testing for equality using the equals method.
initPriorityListening(Document) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
This method should be used by swing document implementations that want to support document listeners prioritization.
inside() - Method in class org.netbeans.lib.editor.util.swing.BlockCompare
Check if block X is contained in block Y.
insideStrict() - Method in class org.netbeans.lib.editor.util.swing.BlockCompare
Check if X is inside Y but X and Y are not equal.
INSTANCE - Static variable in class org.netbeans.lib.editor.util.swing.PositionComparator
 
intArray(int[]) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
intArray(int[], int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
intArray(int[], int, int, boolean) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
intArray(int[], int, int, int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
invalidX() - Method in class org.netbeans.lib.editor.util.swing.BlockCompare
Check if block X has invalid bounds (start offset higher than its end offset).
invalidY() - Method in class org.netbeans.lib.editor.util.swing.BlockCompare
Check if block Y has invalid bounds (start offset higher than its end offset).
isElementFlyweight(E) - Method in class org.netbeans.lib.editor.util.FlyOffsetGapList
Check whether the given element is flyweight and therefore skipped during update operations.
isEmpty() - Method in class org.netbeans.lib.editor.util.CompactMap
 
isEmpty() - Method in class org.netbeans.lib.editor.util.GapList
Tests if this list has no elements.
isLeaf() - Method in class org.netbeans.lib.editor.util.swing.GapBranchElement
 
isPriorityThread() - Method in class org.netbeans.lib.editor.util.PriorityMutex
Return true if the current thread that is entering this method is a priority thread and should be allowed to enter as soon as possible.
isPriorityThreadWaiting() - Method in class org.netbeans.lib.editor.util.PriorityMutex
Can be called by the thread that acquired the mutex to check whether there is a priority thread (such as AWT event-notification thread) waiting.
isReadLocked(Document) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Check whether the given document is read-locked by at least one thread or whether it was write-locked by the current thread (write-locking grants the read-access automatically).
isRegionsSorted(List<? extends PositionRegion>) - Static method in class org.netbeans.lib.editor.util.swing.PositionRegion
Check whether a list of position regions is sorted according the start offsets of the regions.
isTypingModification(Document) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
This method should be used by document listeners to check whether the just performed document modification was caused by user's typing.
isTypingModification(DocumentEvent) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Deprecated. 
isWriteLocked(Document) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Check whether the given document is write-locked by the current thread.
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links
org.netbeans.modules.editor.util/1 1.89