Class ApplicationWorkbenchAdvisor


  • public class ApplicationWorkbenchAdvisor
    extends org.eclipse.ui.application.WorkbenchAdvisor
    This workbench advisor creates the window advisor, and specifies the perspective id for the initial window.
    • Field Summary

      • Fields inherited from class org.eclipse.ui.application.WorkbenchAdvisor

        FILL_COOL_BAR, FILL_MENU_BAR, FILL_PROXY, FILL_STATUS_LINE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.ui.application.WorkbenchWindowAdvisor createWorkbenchWindowAdvisor​(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)  
      java.lang.String getInitialWindowPerspectiveId()  
      • Methods inherited from class org.eclipse.ui.application.WorkbenchAdvisor

        createWindowContents, eventLoopException, eventLoopIdle, fillActionBars, getComparatorFor, getDefaultPageInput, getMainPreferencePageId, getWorkbenchConfigurer, getWorkbenchErrorHandler, initialize, internalBasicInitialize, isApplicationMenu, openIntro, openWindows, postShutdown, postStartup, postWindowClose, postWindowCreate, postWindowOpen, postWindowRestore, preShutdown, preStartup, preWindowOpen, preWindowShellClose, restoreState, saveState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApplicationWorkbenchAdvisor

        public ApplicationWorkbenchAdvisor()
    • Method Detail

      • createWorkbenchWindowAdvisor

        public org.eclipse.ui.application.WorkbenchWindowAdvisor createWorkbenchWindowAdvisor​(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
        Overrides:
        createWorkbenchWindowAdvisor in class org.eclipse.ui.application.WorkbenchAdvisor
      • getInitialWindowPerspectiveId

        public java.lang.String getInitialWindowPerspectiveId()
        Specified by:
        getInitialWindowPerspectiveId in class org.eclipse.ui.application.WorkbenchAdvisor