Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to Configure WorkbenchWindow
How to Configure WorkbenchWindow [message #166917] Sun, 07 December 2003 09:11
Eclipse UserFriend
I am trying to configure the WorkbenchWindow for startup. I subclassed
WorkbenchAdvisor and overrode preWindowOpen which seems to have no effect.
Also, I dont see where I can change the size or cause the workbench to be
opened maximized. The following code has no effect even though the debugger
shows the title has been set. showTitle is set to true by default.

public void preWindowOpen(IWorkbenchWindowConfigurer
workbenchWindowConfigurer) {

workbenchWindowConfigurer.setTitle("MyTItle");

}
Previous Topic:Dynamicly change content of FolderLayout
Next Topic:IActionDelegate implementation
Goto Forum:
  


Current Time: Thu May 08 04:58:58 EDT 2025

Powered by FUDForum. Page generated in 0.02885 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top