public class CompletionAdapter extends Adapter implements CompletionListener
CompletionListener.
The methods in this class are empty. This class exists
as convenience for creating listener objects.
Extend this class to create a CompletionListener
and override the methods for the events of interest.
Adapter,
CompletionListener| Modifier | Constructor and Description |
|---|---|
protected |
CompletionAdapter()
Constructor for use by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applied(org.eclipse.jface.text.contentassist.ICompletionProposal proposal) |
void |
assistSessionEnded(org.eclipse.jface.text.contentassist.ContentAssistEvent event) |
void |
assistSessionRestarted(org.eclipse.jface.text.contentassist.ContentAssistEvent event) |
void |
assistSessionStarted(org.eclipse.jface.text.contentassist.ContentAssistEvent event) |
void |
selectionChanged(org.eclipse.jface.text.contentassist.ICompletionProposal proposal,
boolean smart) |
postRegister, postUnregister, preRegister, preUnregisterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostRegister, postUnregister, preRegister, preUnregisterprotected CompletionAdapter()
public void assistSessionStarted(org.eclipse.jface.text.contentassist.ContentAssistEvent event)
assistSessionStarted in interface org.eclipse.jface.text.contentassist.ICompletionListenerpublic void assistSessionRestarted(org.eclipse.jface.text.contentassist.ContentAssistEvent event)
assistSessionRestarted in interface org.eclipse.jface.text.contentassist.ICompletionListenerExtensionpublic void assistSessionEnded(org.eclipse.jface.text.contentassist.ContentAssistEvent event)
assistSessionEnded in interface org.eclipse.jface.text.contentassist.ICompletionListenerpublic void applied(org.eclipse.jface.text.contentassist.ICompletionProposal proposal)
applied in interface org.eclipse.jface.text.contentassist.ICompletionListenerExtension2public void selectionChanged(org.eclipse.jface.text.contentassist.ICompletionProposal proposal,
boolean smart)
selectionChanged in interface org.eclipse.jface.text.contentassist.ICompletionListener