de.cau.cs.kieler.krep.evalbench.application
Class ApplicationWorkbenchAdvisor

java.lang.Object
  extended by org.eclipse.ui.application.WorkbenchAdvisor
      extended by de.cau.cs.kieler.krep.evalbench.application.ApplicationWorkbenchAdvisor

public class ApplicationWorkbenchAdvisor
extends WorkbenchAdvisor

Configures this application's workbench.

Rating red

Field Summary
 
Fields inherited from class org.eclipse.ui.application.WorkbenchAdvisor
FILL_COOL_BAR, FILL_MENU_BAR, FILL_PROXY, FILL_STATUS_LINE
 
Constructor Summary
ApplicationWorkbenchAdvisor()
           
 
Method Summary
 WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer)
           
 String getInitialWindowPerspectiveId()
           
 void initialize(IWorkbenchConfigurer configurer)
           
 void postStartup()
           
 boolean preShutdown()
           
 
Methods inherited from class org.eclipse.ui.application.WorkbenchAdvisor
createWindowContents, eventLoopException, eventLoopIdle, fillActionBars, getComparatorFor, getDefaultPageInput, getMainPreferencePageId, getWorkbenchConfigurer, getWorkbenchErrorHandler, internalBasicInitialize, isApplicationMenu, openIntro, openWindows, postShutdown, postWindowClose, postWindowCreate, postWindowOpen, postWindowRestore, 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

initialize

public void initialize(IWorkbenchConfigurer configurer)
Overrides:
initialize in class WorkbenchAdvisor

createWorkbenchWindowAdvisor

public WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer)
Overrides:
createWorkbenchWindowAdvisor in class WorkbenchAdvisor

getInitialWindowPerspectiveId

public String getInitialWindowPerspectiveId()
Specified by:
getInitialWindowPerspectiveId in class WorkbenchAdvisor

postStartup

public void postStartup()
Overrides:
postStartup in class WorkbenchAdvisor

preShutdown

public boolean preShutdown()
Overrides:
preShutdown in class WorkbenchAdvisor