java.lang.Objectcom.ibm.jdg2e.view.files.ui.FileView.SelectionInput
Listener for part selection; the current selection can be used as the input if it is of the right type.
| Constructor Summary | |
|---|---|
(package private) |
FileView.SelectionInput()
|
| Method Summary | |
|---|---|
void |
selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
This view attempts to determine its content based on the active selection from any workbench part. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
FileView.SelectionInput()
| Method Detail |
public void selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
IResource). Selection of the existing input is
ignored so as to not trigger redundant processing.
selectionChanged in interface org.eclipse.ui.ISelectionListenerISelectionListener.selectionChanged(org.eclipse.ui.IWorkbenchPart,
org.eclipse.jface.viewers.ISelection)