Package | Description |
---|---|
org.eclipse.jface.text.contentassist |
Provides a content assist add-on for an ITextViewer.
|
org.eclipse.jface.text.quickassist |
This package provides the quick assist assistant add-on for an ISourceViewer.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentAssistant.addCompletionListener(ICompletionListener listener) |
void |
IContentAssistantExtension2.addCompletionListener(ICompletionListener listener)
Adds a completion listener that will be informed before proposals are computed.
|
void |
ContentAssistant.removeCompletionListener(ICompletionListener listener) |
void |
IContentAssistantExtension2.removeCompletionListener(ICompletionListener listener)
Removes a completion listener.
|
Modifier and Type | Method and Description |
---|---|
void |
QuickAssistAssistant.addCompletionListener(ICompletionListener listener) |
void |
IQuickAssistAssistant.addCompletionListener(ICompletionListener listener)
Adds a completion listener that will be informed before proposals are computed.
|
void |
QuickAssistAssistant.removeCompletionListener(ICompletionListener listener) |
void |
IQuickAssistAssistant.removeCompletionListener(ICompletionListener listener)
Removes a completion listener.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentAssistantFacade.addCompletionListener(ICompletionListener listener)
Adds a completion listener that will be informed before proposals are
computed.
|
void |
ContentAssistantFacade.removeCompletionListener(ICompletionListener listener)
Removes a completion listener.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyBindingSupportForAssistant
Helper class to make navigation key bindings work for the content assistant
and the quick assist assistant while the editor has focus.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.