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

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

C

CARET_UPDATE - Static variable in class org.netbeans.lib.editor.util.swing.DocumentListenerPriority
Caret udpate gets notified as last.
charArray(char[]) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
charArray(char[], int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
charArray(char[], int, int, boolean) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
charArray(char[], int, int, int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
charAt(int) - Method in class org.netbeans.lib.editor.util.AbstractCharSequence
Returns the character at the specified index.
charAt(int) - Method in class org.netbeans.lib.editor.util.CharSubSequence
 
CharSequenceUtilities - Class in org.netbeans.lib.editor.util
Utility methods related to character sequences.
CharSubSequence - Class in org.netbeans.lib.editor.util
Subsequence of the given character sequence.
CharSubSequence(CharSequence, int, int) - Constructor for class org.netbeans.lib.editor.util.CharSubSequence
Construct character subsequence with the given backing character sequence.
CharSubSequence.StringLike - Class in org.netbeans.lib.editor.util
Subclass providing string-like implementation of hashCode() and equals() method accepting strings with the same content like charsequence has.
CharSubSequence.StringLike(CharSequence, int, int) - Constructor for class org.netbeans.lib.editor.util.CharSubSequence.StringLike
 
checkIndexesValid(CharSequence, int, int) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Ensure that the given start and end parameters are valid indices of the given text.
checkIndexesValid(CharSequence, int, int) - Static method in class org.netbeans.lib.editor.util.CharSubSequence
Deprecated. use CharSequenceUtilities.checkIndexesValid(CharSequence, int, int)
checkIndexNonNegative(int) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Ensure that the given index is >=0 and lower than the given length.
checkIndexValid(int, int) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Ensure that the given index is >=0 and lower than the given length.
clear() - Method in class org.netbeans.lib.editor.util.CompactMap
 
clear() - Method in class org.netbeans.lib.editor.util.GapList
Removes all of the elements from this list.
clone() - Method in class org.netbeans.lib.editor.util.GapList
Returns a shallow copy of this GapList instance.
CompactMap<K,V> - Class in org.netbeans.lib.editor.util
Map implementation that allows to define the class that implements the Map.Entry.
CompactMap() - Constructor for class org.netbeans.lib.editor.util.CompactMap
 
CompactMap(int) - Constructor for class org.netbeans.lib.editor.util.CompactMap
 
CompactMap.DefaultMapEntry<K,V> - Class in org.netbeans.lib.editor.util
Default implementation of the map entry similar to e.g.
CompactMap.DefaultMapEntry(K) - Constructor for class org.netbeans.lib.editor.util.CompactMap.DefaultMapEntry
 
CompactMap.MapEntry<K,V> - Class in org.netbeans.lib.editor.util
Abstract implementation of the map entry.
CompactMap.MapEntry() - Constructor for class org.netbeans.lib.editor.util.CompactMap.MapEntry
 
compare(Position, Position) - Method in class org.netbeans.lib.editor.util.swing.PositionComparator
 
consistencyCheck(boolean) - Method in class org.netbeans.lib.editor.util.FlyOffsetGapList
Check consistency of this list.
consistencyCheck() - Method in class org.netbeans.lib.editor.util.GapList
Internal consistency check.
consistencyCheck() - Method in class org.netbeans.lib.editor.util.OffsetGapList
 
consistencyError(String) - Method in class org.netbeans.lib.editor.util.GapList
 
contains(Object) - Method in class org.netbeans.lib.editor.util.GapList
Returns true if this list contains the specified element.
containsKey(Object) - Method in class org.netbeans.lib.editor.util.CompactMap
 
containsValue(Object) - Method in class org.netbeans.lib.editor.util.CompactMap
 
copyElements(int, int, Object[], int) - Method in class org.netbeans.lib.editor.util.GapList
Copy elements of this list between the given index range to the given object array.
copyElements(int, int, Collection<E>) - Method in class org.netbeans.lib.editor.util.GapList
Copy elements of this list between the given index range to the end of the given collection.
copyElements(int, int, Element[], int) - Method in class org.netbeans.lib.editor.util.swing.GapBranchElement
 
copyItems(int, int, Object[], int) - Method in class org.netbeans.lib.editor.util.GapList
Deprecated. use GapList.copyElements(int, int, Object[], int) which performs the same operation
createFixedPosition(int) - Static method in class org.netbeans.lib.editor.util.swing.PositionRegion
Create a fixed position instance that just wraps a given integer offset.

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.