Class SubPageSite

java.lang.Object
org.apache.uima.caseditor.editor.SubPageSite
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.jface.window.IShellProvider, org.eclipse.ui.IWorkbenchSite, org.eclipse.ui.part.IPageSite, org.eclipse.ui.services.IServiceLocator

public class SubPageSite extends Object implements org.eclipse.ui.part.IPageSite
The Class SubPageSite.
  • Constructor Details

    • SubPageSite

      public SubPageSite(org.eclipse.ui.part.IPageSite site)
      Instantiates a new sub page site.
      Parameters:
      site - the site
  • Method Details

    • hasService

      public boolean hasService(Class api)
      Specified by:
      hasService in interface org.eclipse.ui.services.IServiceLocator
    • getService

      public Object getService(Class api)
      Specified by:
      getService in interface org.eclipse.ui.services.IServiceLocator
    • getAdapter

      public Object getAdapter(Class adapter)
      Specified by:
      getAdapter in interface org.eclipse.core.runtime.IAdaptable
    • setSelectionProvider

      public void setSelectionProvider(org.eclipse.jface.viewers.ISelectionProvider provider)
      Specified by:
      setSelectionProvider in interface org.eclipse.ui.IWorkbenchSite
    • getWorkbenchWindow

      public org.eclipse.ui.IWorkbenchWindow getWorkbenchWindow()
      Specified by:
      getWorkbenchWindow in interface org.eclipse.ui.IWorkbenchSite
    • getShell

      public org.eclipse.swt.widgets.Shell getShell()
      Specified by:
      getShell in interface org.eclipse.jface.window.IShellProvider
      Specified by:
      getShell in interface org.eclipse.ui.IWorkbenchSite
    • getSelectionProvider

      public org.eclipse.jface.viewers.ISelectionProvider getSelectionProvider()
      Specified by:
      getSelectionProvider in interface org.eclipse.ui.IWorkbenchSite
    • getPage

      public org.eclipse.ui.IWorkbenchPage getPage()
      Specified by:
      getPage in interface org.eclipse.ui.IWorkbenchSite
    • registerContextMenu

      public void registerContextMenu(String menuId, org.eclipse.jface.action.MenuManager menuManager, org.eclipse.jface.viewers.ISelectionProvider selectionProvider)
      Specified by:
      registerContextMenu in interface org.eclipse.ui.part.IPageSite
    • getActionBars

      public org.eclipse.ui.IActionBars getActionBars()
      Specified by:
      getActionBars in interface org.eclipse.ui.part.IPageSite