Uses of Class
roneditor.AbstractMultiViewerPage.MultiViewerPageViewer

Packages that use AbstractMultiViewerPage.MultiViewerPageViewer
roneditor   
 

Uses of AbstractMultiViewerPage.MultiViewerPageViewer in roneditor
 

Fields in roneditor declared as AbstractMultiViewerPage.MultiViewerPageViewer
private  AbstractMultiViewerPage.MultiViewerPageViewer AbstractMultiViewerPage.currentViewer
          The viewer that is showed in the Thumbnail, the current ISelectionProvider for this page's IPageSite and providing a ZoomManager for the zoom actions via a ZoomManagerDelegate.
private  AbstractMultiViewerPage.MultiViewerPageViewer[] AbstractMultiViewerPage.viewers
          An array of the viewers hosted by this page.
 

Methods in roneditor that return AbstractMultiViewerPage.MultiViewerPageViewer
protected  AbstractMultiViewerPage.MultiViewerPageViewer[] AbstractMultiViewerPage.getViewers()
          Method to get the array of viewers if needed to implement advanced editor features.
 

Methods in roneditor with parameters of type AbstractMultiViewerPage.MultiViewerPageViewer
protected  void AbstractMultiViewerPage.setCurrentViewer(AbstractMultiViewerPage.MultiViewerPageViewer viewer)
          This method sets the current graphical viewer of this page which implies that the passed viewer will be shown in the Thumbnail, becomes the current ISelectionProvider for this page's IPageSite and provides the ZoomManager for the zoom actions the ZoomManagerDelegate delegates to.