- 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
-
Determines whether text typed in a document should automatically pop up the code completion
window.
- 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.
- getSubItems() - Method in interface org.netbeans.spi.editor.completion.CompositeCompletionItem
-
Gets sub-items of the code completion item.
- 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.