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, preUnregisterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostRegister, postUnregister, preRegister, preUnregisterprotected TextSelectionAdapter()
public void selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.text.ITextSelection selection)
selectionChanged in interface TextSelectionListener