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

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

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.Edit(int, Element[], Element[]) - Constructor for class org.netbeans.lib.editor.util.swing.GapBranchElement.Edit
 
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.
GapBranchElement.LastIndex() - Constructor for class org.netbeans.lib.editor.util.swing.GapBranchElement.LastIndex
 
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.
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
 
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.
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.
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.
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.
getValue() - Method in class org.netbeans.lib.editor.util.CompactMap.DefaultMapEntry
 
getValue() - Method in class org.netbeans.lib.editor.util.CompactMap.MapEntry
 

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.