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

I-Index (Editor Utilities) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.util/1 1.17
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.
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
 
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.
isRegionsSorted(List<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.

org.netbeans.modules.editor.util/1 1.17
A B C D E F G H I K L M N O P R S T U V
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.