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 

G

GapBranchElement - Class in org.netbeans.lib.editor.util.swing
Branch element that uses gap list to maintain its child elements.
GapBranchElement() - Constructor for class org.netbeans.lib.editor.util.swing.GapBranchElement
 
GapBranchElement.Edit - Class in org.netbeans.lib.editor.util.swing
 
GapBranchElement.LastIndex - Class in org.netbeans.lib.editor.util.swing
Extension of GapBranchElement that overrides GapBranchElement.LastIndex.getElementIndex(int) which remembers the last returned element index.
GapList<E> - Class in org.netbeans.lib.editor.util
List implementation that stores items in an array with a gap.
GapList(int) - Constructor for class org.netbeans.lib.editor.util.GapList
Constructs an empty list with the specified initial capacity.
GapList() - Constructor for class org.netbeans.lib.editor.util.GapList
Constructs an empty list with an initial capacity of ten.
GapList(Collection<? extends E>) - Constructor for class org.netbeans.lib.editor.util.GapList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
get(Object) - Method in class org.netbeans.lib.editor.util.CompactMap
 
get(int) - Method in class org.netbeans.lib.editor.util.GapList
Returns the element at the specified position in this list.
get(int, int, int, int) - Static method in class org.netbeans.lib.editor.util.swing.BlockCompare
Compare block X and Y.
getChildrenAdded() - Method in class org.netbeans.lib.editor.util.swing.GapBranchElement.Edit
 
getChildrenRemoved() - Method in class org.netbeans.lib.editor.util.swing.GapBranchElement.Edit
 
getComparator() - Static method in class org.netbeans.lib.editor.util.swing.PositionRegion
Get comparator for position regions comparing start offsets of the two given regions.
getDescription() - Method in class org.netbeans.lib.editor.util.swing.DocumentListenerPriority
 
getDocumentListenerCount(Document) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Get total count of document listeners attached to a particular document (useful e.g.
getDocumentTimestamp(Document) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Attempts to get the timestamp of a Document.
getDocumentVersion(Document) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Attempts to get the version of a Document.
getElement() - Method in class org.netbeans.lib.editor.util.swing.GapBranchElement.Edit
 
getElement(int) - Method in class org.netbeans.lib.editor.util.swing.GapBranchElement
 
getElementCount() - Method in class org.netbeans.lib.editor.util.swing.GapBranchElement
 
getElementIndex(int) - Method in class org.netbeans.lib.editor.util.swing.GapBranchElement
Gets the child element index closest to the given offset.
getElementIndex(int) - Method in class org.netbeans.lib.editor.util.swing.GapBranchElement.LastIndex
Implementation that remembers the last returned element index and checks the element at the last index when next called.
getEndOffset() - Method in class org.netbeans.lib.editor.util.swing.PositionRegion
Get ending offset of this region.
getEndPosition() - Method in class org.netbeans.lib.editor.util.swing.PositionRegion
Get ending position of this region.
getEventProperty(DocumentEvent, Object) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Get a property of a given document event.
getFirstEntry(int) - Method in class org.netbeans.lib.editor.util.CompactMap
Get an entry from a bucket that corresponds to the given hash code.
getIndex() - Method in class org.netbeans.lib.editor.util.swing.GapBranchElement.Edit
 
getKey() - Method in class org.netbeans.lib.editor.util.CompactMap.DefaultMapEntry
 
getKey() - Method in class org.netbeans.lib.editor.util.CompactMap.MapEntry
 
getLength() - Method in class org.netbeans.lib.editor.util.swing.PositionRegion
Get length of this region.
getListenerCount() - Method in class org.netbeans.lib.editor.util.ListenerList
Returns the total number of listeners for this listener list.
getListenerCount() - Method in class org.netbeans.lib.editor.util.PriorityListenerList
Get total count of listeners contained in this list at all priority levels.
getListeners() - Method in class org.netbeans.lib.editor.util.ListenerList
Returns a list of listeners.
getListenersArray() - Method in class org.netbeans.lib.editor.util.PriorityListenerList
Return the actual array of listeners arrays maintained by this listeners list.
getLockThread() - Method in class org.netbeans.lib.editor.util.PriorityMutex
Return a thread that acquired this mutex.
getMimeType(Document) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Gets the mime type of a document.
getMimeType(JTextComponent) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Gets the mime type of a document in JTextComponent.
getModificationText(DocumentEvent) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Get text of the given document modification.
getParagraphElement(Document, int) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Get the paragraph element for the given document.
getParagraphRootElement(Document) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Get the root of the paragraph elements for the given document.
getStartOffset() - Method in class org.netbeans.lib.editor.util.swing.PositionRegion
Get starting offset of this region.
getStartPosition() - Method in class org.netbeans.lib.editor.util.swing.PositionRegion
Get starting position of this region.
getString(Document) - Method in class org.netbeans.lib.editor.util.swing.PositionRegion
Get text enclosed by this position region as a String.
getText(Document) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Get text of the given document as char sequence.
getText(Document, int, int) - Static method in class org.netbeans.lib.editor.util.swing.DocumentUtilities
Get a portion of text of the given document as char sequence.
getText(Document) - Method in class org.netbeans.lib.editor.util.swing.PositionRegion
Get text enclosed by this position region as a character sequence.
getValue() - Method in class org.netbeans.lib.editor.util.CompactMap.DefaultMapEntry
 
getValue() - Method in class org.netbeans.lib.editor.util.CompactMap.MapEntry
 
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