Uses of Interface
org.eclipse.jface.viewers.ITreeSelection
-
Packages that use ITreeSelection Package Description org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. -
-
Uses of ITreeSelection in org.eclipse.jface.viewers
Classes in org.eclipse.jface.viewers that implement ITreeSelection Modifier and Type Class Description class
TreeSelection
A concrete implementation of theITreeSelection
interface, suitable for instantiating.Methods in org.eclipse.jface.viewers that return ITreeSelection Modifier and Type Method Description ITreeSelection
AbstractTreeViewer. getStructuredSelection()
Returns theITreeSelection
of this viewer.
-