- 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.
- 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(Collection<? extends E>, int, int) - Method in class org.netbeans.lib.editor.util.GapList
-
Appends elements from 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.
- addAll(int, Collection<? extends E>, int, int) - Method in class org.netbeans.lib.editor.util.GapList
-
Inserts elements in the specified Collection into this
list, starting at the specified position.
- addArray(Object[]) - Method in class org.netbeans.lib.editor.util.GapList
-
Inserts all elements of the given array at the end of this list.
- addArray(int, Object[]) - Method in class org.netbeans.lib.editor.util.GapList
-
Inserts all elements from the given array into this list, starting
at the given index.
- 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
-
- 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.
- addPropertyChangeListener(Document, PropertyChangeListener) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
-
Adds PropertyChangeListener
to a document.
- addWeakPropertyChangeListener(Document, PropertyChangeListener) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
-
Adds a weak PropertyChangeListener
to a document.
- after() - Method in class org.netbeans.lib.editor.util.swing.BlockCompare
-
Check if block X is after block Y.
- 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
-
- appendEvent(StringBuilder, DocumentEvent) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
-
Get string representation of an offset for debugging purposes
in form "offset[line:column]".
- 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
-
- appendOffset(StringBuilder, Document, int) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
-
Get string representation of an offset for debugging purposes
in form "offset[line:column]".
- 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.