org.ow2.clif.console.lib.egui.rcp
Class ClifAdvisor

java.lang.Object
  extended by org.eclipse.ui.application.WorkbenchAdvisor
      extended by org.ow2.clif.console.lib.egui.rcp.ClifAdvisor

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

Author:
Joan Chaumont

Field Summary
 
Fields inherited from class org.eclipse.ui.application.WorkbenchAdvisor
FILL_COOL_BAR, FILL_MENU_BAR, FILL_PROXY, FILL_STATUS_LINE
 
Constructor Summary
ClifAdvisor()
          Constructs a new BrowserAdvisor.
 
Method Summary
 org.eclipse.ui.application.WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
           
protected  void declareWorkbenchImages()
          Declares all IDE-specific workbench images.
 java.lang.String getInitialWindowPerspectiveId()
           
 void initialize(org.eclipse.ui.application.IWorkbenchConfigurer configurer)
           
 void preStartup()
           
 void preWindowOpen(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
           
 
Methods inherited from class org.eclipse.ui.application.WorkbenchAdvisor
createWindowContents, eventLoopException, eventLoopIdle, fillActionBars, getDefaultPageInput, getMainPreferencePageId, getWorkbenchConfigurer, getWorkbenchErrorHandler, internalBasicInitialize, isApplicationMenu, openIntro, openWindows, postShutdown, postStartup, postWindowClose, postWindowCreate, postWindowOpen, postWindowRestore, preShutdown, preWindowShellClose, restoreState, saveState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClifAdvisor

public ClifAdvisor()
Constructs a new BrowserAdvisor.

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

preStartup

public void preStartup()
Overrides:
preStartup in class org.eclipse.ui.application.WorkbenchAdvisor

preWindowOpen

public void preWindowOpen(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
Overrides:
preWindowOpen in class org.eclipse.ui.application.WorkbenchAdvisor

getInitialWindowPerspectiveId

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

declareWorkbenchImages

protected void declareWorkbenchImages()
Declares all IDE-specific workbench images. This includes both "shared" images (named in and internal images (named in IDEInternalWorkbenchImages).


initialize

public void initialize(org.eclipse.ui.application.IWorkbenchConfigurer configurer)
Overrides:
initialize in class org.eclipse.ui.application.WorkbenchAdvisor