Math2mat

/home/ythoma/docs/math2mat/svn/wp1/framework/m2mGUI/src/m2m/frontend/ApplicationWorkbenchAdvisor.java

Go to the documentation of this file.
00001 
00020 package m2m.frontend;
00021 
00022 import org.eclipse.ui.application.IWorkbenchWindowConfigurer;
00023 import org.eclipse.ui.application.WorkbenchAdvisor;
00024 import org.eclipse.ui.application.WorkbenchWindowAdvisor;
00025 
00030 public class ApplicationWorkbenchAdvisor extends WorkbenchAdvisor {
00031         
00032         private static final String PERSPECTIVE_ID = "m2mgui.perspective";
00033 
00034     public WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer) {
00035         return new ApplicationWorkbenchWindowAdvisor(configurer);
00036     }
00037 
00038         public String getInitialWindowPerspectiveId() {
00039                 return PERSPECTIVE_ID;
00040         } 
00041 }
 All Classes Namespaces Files Functions Variables Enumerations