HostAccessWorkbenchWindowAdvisor

An Eclipse WorkbenchWindowAdvisor class is responsible for configuring an Eclipse workbench window, including its size, location, and style. An implementation of this class is provided for you in the ZIETrans RCP runtime extension plug-in. This class, HostAccessWorkbenchWindowAdvisor, specifies the initial size of the workbench window and hides the coolbar and status line areas since ZIETrans does not contribute to these areas by default.

This class is also responsible for creating the action bar advisor. An action bar advisor is primarily responsible for configuring the menu bar of the workbench window. See HostAccessActionBarAdvisor for more information on customizing the menu bar and toolbar of the workbench window.