Package | Description |
---|---|
org.eclipse.jface.text.contentassist |
Provides a content assist add-on for an ITextViewer.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Method and Description |
---|---|
void |
ICompletionListener.assistSessionEnded(ContentAssistEvent event)
Called when a code assist session ends (for example, the proposal popup is closed).
|
void |
ICompletionListenerExtension.assistSessionRestarted(ContentAssistEvent event)
Called when code assist is invoked when there is already a current code assist session.
|
void |
ICompletionListener.assistSessionStarted(ContentAssistEvent event)
Called when code assist is invoked when there is no current code assist session.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyBindingSupportForAssistant.assistSessionEnded(ContentAssistEvent event) |
void |
KeyBindingSupportForAssistant.assistSessionStarted(ContentAssistEvent event) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.