public class TextSelectionAdapter extends Adapter implements TextSelectionListener
TextSelectionListener
.
The methods in this class are empty. This class exists
as convenience for creating listener objects.
Extend this class to create a TextSelectionListener
and override the methods for the events of interest.
Adapter
,
TextSelectionListener
Modifier | Constructor and Description |
---|---|
protected |
TextSelectionAdapter()
Constructor for use by subclasses.
|
Modifier and Type | Method and Description |
---|---|
void |
selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.text.ITextSelection selection) |
postRegister, postUnregister, preRegister, preUnregister
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postRegister, postUnregister, preRegister, preUnregister
protected TextSelectionAdapter()
public void selectionChanged(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.text.ITextSelection selection)
selectionChanged
in interface TextSelectionListener