pl.edu.agh.cast.ui.advisor
Class ApplicationWorkbenchAdvisor

java.lang.Object
  extended by org.eclipse.ui.application.WorkbenchAdvisor
      extended by pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchAdvisor

public class ApplicationWorkbenchAdvisor
extends org.eclipse.ui.application.WorkbenchAdvisor

WorkbenchAdvisor for CAST applications.

Author:
AGH CAST Team

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
 org.eclipse.ui.application.WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
          
 void eventLoopException(Throwable exception)
          
 String getInitialWindowPerspectiveId()
          
 void initialize(org.eclipse.ui.application.IWorkbenchConfigurer configurer)
          
 void postShutdown()
          
 void postStartup()
          
 void preStartup()
          
 
Methods inherited from class org.eclipse.ui.application.WorkbenchAdvisor
createWindowContents, eventLoopIdle, fillActionBars, getComparatorFor, getDefaultPageInput, getMainPreferencePageId, getWorkbenchConfigurer, getWorkbenchErrorHandler, internalBasicInitialize, isApplicationMenu, openIntro, openWindows, postWindowClose, postWindowCreate, postWindowOpen, postWindowRestore, preShutdown, 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
See Also:
#createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer)

initialize

public void initialize(org.eclipse.ui.application.IWorkbenchConfigurer configurer)

Overrides:
initialize in class org.eclipse.ui.application.WorkbenchAdvisor
See Also:
WorkbenchAdvisor.initialize(org.eclipse.ui.application.IWorkbenchConfigurer)

preStartup

public void preStartup()

Overrides:
preStartup in class org.eclipse.ui.application.WorkbenchAdvisor
See Also:
WorkbenchAdvisor.preStartup()

postStartup

public void postStartup()

Overrides:
postStartup in class org.eclipse.ui.application.WorkbenchAdvisor
See Also:
WorkbenchAdvisor.postStartup()

postShutdown

public void postShutdown()

Overrides:
postShutdown in class org.eclipse.ui.application.WorkbenchAdvisor
See Also:
WorkbenchAdvisor.postShutdown()

getInitialWindowPerspectiveId

public String getInitialWindowPerspectiveId()

Specified by:
getInitialWindowPerspectiveId in class org.eclipse.ui.application.WorkbenchAdvisor
See Also:
WorkbenchAdvisor.getInitialWindowPerspectiveId()

eventLoopException

public void eventLoopException(Throwable exception)

Overrides:
eventLoopException in class org.eclipse.ui.application.WorkbenchAdvisor
See Also:
WorkbenchAdvisor.eventLoopException(java.lang.Throwable)


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.