Class AbstractZoomableViewer

All Implemented Interfaces:
IInputProvider, IInputSelectionProvider, IPostSelectionProvider, ISelectionProvider
Direct Known Subclasses:
AbstractStructuredGraphViewer

public abstract class AbstractZoomableViewer extends StructuredViewer
A simple interface that provides zooming capabilites. Not intended to be subclassed by clients.
@noextend
This class is not intended to be subclassed by clients.
  • Constructor Details

    • AbstractZoomableViewer

      public AbstractZoomableViewer()
  • Method Details

    • getZoomManager

      protected abstract org.eclipse.zest.core.viewers.internal.ZoomManager getZoomManager()
      Returns a ZoomManager that zooming can be done on. May return null if none is available.
      Returns:
      a ZoomManager that zooming can be done on.
    • zoomTo

      public void zoomTo(int x, int y, int width, int height)