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, preUnregister
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postRegister, postUnregister, preRegister, preUnregister
protected CompletionAdapter()
public void assistSessionStarted(org.eclipse.jface.text.contentassist.ContentAssistEvent event)
assistSessionStarted
in interface org.eclipse.jface.text.contentassist.ICompletionListener
public void assistSessionRestarted(org.eclipse.jface.text.contentassist.ContentAssistEvent event)
assistSessionRestarted
in interface org.eclipse.jface.text.contentassist.ICompletionListenerExtension
public void assistSessionEnded(org.eclipse.jface.text.contentassist.ContentAssistEvent event)
assistSessionEnded
in interface org.eclipse.jface.text.contentassist.ICompletionListener
public void applied(org.eclipse.jface.text.contentassist.ICompletionProposal proposal)
applied
in interface org.eclipse.jface.text.contentassist.ICompletionListenerExtension2
public void selectionChanged(org.eclipse.jface.text.contentassist.ICompletionProposal proposal, boolean smart)
selectionChanged
in interface org.eclipse.jface.text.contentassist.ICompletionListener