com.ibm.jdg2e.miniwp
Class MiniWPWorkbenchAdvisor

java.lang.Object
  extended byorg.eclipse.ui.application.WorkbenchAdvisor
      extended bycom.ibm.jdg2e.miniwp.MiniWPWorkbenchAdvisor

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

The heart of the Mini-Workplace, MiniWPWorkbenchAdvisor, decides what elements make up the main window and the set of base actions.


Field Summary
 
Fields inherited from class org.eclipse.ui.application.WorkbenchAdvisor
FILL_COOL_BAR, FILL_MENU_BAR, FILL_PROXY, FILL_STATUS_LINE
 
Constructor Summary
MiniWPWorkbenchAdvisor()
           
 
Method Summary
 org.eclipse.ui.application.WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
           
 java.lang.String getInitialWindowPerspectiveId()
          Return the "main" perspective as defined in the org.eclipse.ui.perspectives extension.
 
Methods inherited from class org.eclipse.ui.application.WorkbenchAdvisor
createWindowContents, eventLoopException, eventLoopIdle, fillActionBars, getDefaultPageInput, getMainPreferencePageId, getWorkbenchConfigurer, initialize, internalBasicInitialize, isApplicationMenu, openIntro, openWindows, postShutdown, postStartup, postWindowClose, postWindowCreate, postWindowOpen, postWindowRestore, preShutdown, 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

MiniWPWorkbenchAdvisor

public MiniWPWorkbenchAdvisor()
Method Detail

createWorkbenchWindowAdvisor

public org.eclipse.ui.application.WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)

getInitialWindowPerspectiveId

public java.lang.String getInitialWindowPerspectiveId()
Return the "main" perspective as defined in the org.eclipse.ui.perspectives extension.

See Also:
MiniWPPerspectiveFactory