org.radrails.ide.ui
Class RadRailsWorkbenchAdvisor

java.lang.Object
  extended byorg.eclipse.ui.application.WorkbenchAdvisor
      extended byorg.radrails.ide.ui.RadRailsWorkbenchAdvisor

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

The main workbench class. Used to specify the initial perspective and register adapters before the application is run.

Author:
Marc

Field Summary
 
Fields inherited from class org.eclipse.ui.application.WorkbenchAdvisor
FILL_COOL_BAR, FILL_MENU_BAR, FILL_PROXY, FILL_STATUS_LINE
 
Constructor Summary
RadRailsWorkbenchAdvisor()
           
 
Method Summary
 org.eclipse.ui.application.WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
           
 java.lang.String getInitialWindowPerspectiveId()
           
 void initialize(org.eclipse.ui.application.IWorkbenchConfigurer configurer)
           
 void preStartup()
           
 
Methods inherited from class org.eclipse.ui.application.WorkbenchAdvisor
createWindowContents, eventLoopException, eventLoopIdle, fillActionBars, getDefaultPageInput, getMainPreferencePageId, internalBasicInitialize, isApplicationMenu, openIntro, openWindows, postShutdown, postStartup, postWindowClose, postWindowCreate, postWindowOpen, postWindowRestore, preShutdown, preWindowOpen, preWindowShellClose, restoreState, saveState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadRailsWorkbenchAdvisor

public RadRailsWorkbenchAdvisor()
Method Detail

createWorkbenchWindowAdvisor

public org.eclipse.ui.application.WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
See Also:
WorkbenchAdvisor.createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer)

getInitialWindowPerspectiveId

public java.lang.String getInitialWindowPerspectiveId()
See Also:
WorkbenchAdvisor.getInitialWindowPerspectiveId()

initialize

public void initialize(org.eclipse.ui.application.IWorkbenchConfigurer configurer)
See Also:
WorkbenchAdvisor.initialize(org.eclipse.ui.application.IWorkbenchConfigurer)

preStartup

public void preStartup()
See Also:
WorkbenchAdvisor.preStartup()