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 classTreeSelectionA concrete implementation of theITreeSelectioninterface, suitable for instantiating.Methods in org.eclipse.jface.viewers that return ITreeSelection Modifier and Type Method Description ITreeSelectionAbstractTreeViewer. getStructuredSelection()Returns theITreeSelectionof this viewer.
-