Package org.eclipse.zest.core.viewers
Interface IZoomableWorkbenchPart
public interface IZoomableWorkbenchPart
An interface that can be added to IWorkbenchParts based on ZEST views so that
 zooming is supported.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the viewer that is zoomable.
- 
Method Details- 
getZoomableViewerAbstractZoomableViewer getZoomableViewer()Returns the viewer that is zoomable.- Returns:
- the viewer that is zoomable.
 
 
-