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