com.opnworks.timesheet.client
Class TimesheetClientWorkbenchAdvisor

java.lang.Object
  extended byorg.eclipse.ui.application.WorkbenchAdvisor
      extended bycom.opnworks.timesheet.client.TimesheetClientWorkbenchAdvisor

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


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

Constructor Detail

TimesheetClientWorkbenchAdvisor

public TimesheetClientWorkbenchAdvisor()
Method Detail

getInitialWindowPerspectiveId

public java.lang.String getInitialWindowPerspectiveId()

preWindowOpen

public void preWindowOpen(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)

postWindowOpen

public void postWindowOpen(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)

fillActionBars

public void fillActionBars(org.eclipse.ui.IWorkbenchWindow window,
                           org.eclipse.ui.application.IActionBarConfigurer configurer,
                           int flags)

preShutdown

public boolean preShutdown()