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

G-Index (NetBeans Editor Code Completion SPI) - NetBeans API Javadoc 5.0.0

 
A C D E F G H I O P Q R S T

G

get() - Static method in class org.netbeans.api.editor.completion.Completion
Get the singleton instance of this class.
getAutoQueryTypes(JTextComponent, String) - Method in interface org.netbeans.spi.editor.completion.CompletionProvider
Called by the code completion infrastructure to check whether a text just typed into a text component triggers an automatic query invocation.
getGotoSourceAction() - Method in interface org.netbeans.spi.editor.completion.CompletionDocumentation
Returns an action that opens the item's source representation in the editor or null if the item has no source representation.
getInsertPrefix() - Method in interface org.netbeans.spi.editor.completion.CompletionItem
Returns a text used for finding of a longest common prefix after the TAB gets pressed or when the completion is opened explicitly.
getPreferredWidth(Graphics, Font) - Method in interface org.netbeans.spi.editor.completion.CompletionItem
Get the preferred visual width of this item.
getPreferredWidth(String, String, Graphics, Font) - Static method in class org.netbeans.spi.editor.completion.support.CompletionUtilities
Get preferred width of the item by knowing its left and right html texts.
getSortPriority() - Method in interface org.netbeans.spi.editor.completion.CompletionItem
Returns the item's priority.
getSortText() - Method in interface org.netbeans.spi.editor.completion.CompletionItem
Returns a text used to sort items alphabetically.
getSortType() - Method in class org.netbeans.spi.editor.completion.CompletionResultSet
Get the sort type currently used by the code completion.
getText() - Method in interface org.netbeans.spi.editor.completion.CompletionDocumentation
Returns a HTML text dispaleyd in the documentation popup.
getURL() - Method in interface org.netbeans.spi.editor.completion.CompletionDocumentation
Returns a URL of the item's external representation that can be displayed in an external browser or null if the item has no external representation.

 
A C D E F G H I O P Q R S T
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.