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

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

A

AbstractCharSequence - Class in org.netbeans.lib.editor.util
Abstract implementation of character sequence with String-like implementation of hashCode() and equals().
AbstractCharSequence() - Constructor for class org.netbeans.lib.editor.util.AbstractCharSequence
 
AbstractCharSequence.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.
AbstractCharSequence.StringLike() - Constructor for class org.netbeans.lib.editor.util.AbstractCharSequence.StringLike
 
add(E) - Method in class org.netbeans.lib.editor.util.GapList
Appends the specified element to the end of this list.
add(int, E) - Method in class org.netbeans.lib.editor.util.GapList
Inserts the specified element at the specified position in this list.
add(T) - Method in class org.netbeans.lib.editor.util.ListenerList
Adds the given listener to this listener list.
add(T, int) - Method in class org.netbeans.lib.editor.util.PriorityListenerList
Add listener with the given priority.
addAll(Collection<? extends E>) - Method in class org.netbeans.lib.editor.util.GapList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class org.netbeans.lib.editor.util.GapList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addArray(int, Object[]) - Method in class org.netbeans.lib.editor.util.GapList
 
addArray(int, Object[], int, int) - Method in class org.netbeans.lib.editor.util.GapList
Inserts elements from the given array into this list, starting at the given index.
addDocumentListener(Document, DocumentListener, DocumentListenerPriority) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Add document listener to document with given priority or default to using regular Document.addDocumentListener(DocumentListener) if the given document is not listener priority aware.
addEventPropertyStorage(DocumentEvent) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Document provider should call this method to allow for document event properties being stored in document events.
addPriorityDocumentListener(Document, DocumentListener, DocumentListenerPriority) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Suitable for document implementations - adds document listener to document with given priority and does not do anything if the given document is not listener priority aware.
AFTER_CARET_UPDATE - Static variable in class org.netbeans.lib.editor.util.swing.DocumentListenerPriority
Udpate that follows caret update.
append(StringBuffer, CharSequence) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Append character sequence to the given string buffer.
append(StringBuffer, CharSequence, int, int) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Append part of the character sequence to the given string buffer.
appendBracketedIndex(StringBuilder, int, int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
appendBracketedIndex(StringBuffer, int, int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
appendIndex(StringBuilder, int, int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
appendIndex(StringBuffer, int, int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
appendSpaces(StringBuilder, int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
appendSpaces(StringBuffer, int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
ArrayUtilities - Class in org.netbeans.lib.editor.util
Utility methods related to arrays.

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.