Class DiagramEditorWorkbenchAdvisor
- java.lang.Object
-
- org.eclipse.ui.application.WorkbenchAdvisor
-
- org.modelversioning.emfprofile.diagram.application.DiagramEditorWorkbenchAdvisor
-
public class DiagramEditorWorkbenchAdvisor extends WorkbenchAdvisor
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PERSPECTIVE_ID
-
Fields inherited from class org.eclipse.ui.application.WorkbenchAdvisor
FILL_COOL_BAR, FILL_MENU_BAR, FILL_PROXY, FILL_STATUS_LINE
-
-
Constructor Summary
Constructors Constructor Description DiagramEditorWorkbenchAdvisor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkbenchWindowAdvisor
createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer)
String
getInitialWindowPerspectiveId()
void
initialize(IWorkbenchConfigurer configurer)
-
Methods inherited from class org.eclipse.ui.application.WorkbenchAdvisor
createWindowContents, eventLoopException, eventLoopIdle, fillActionBars, getComparatorFor, getDefaultPageInput, getMainPreferencePageId, getWorkbenchConfigurer, getWorkbenchErrorHandler, internalBasicInitialize, isApplicationMenu, openIntro, openWindows, postShutdown, postStartup, postWindowClose, postWindowCreate, postWindowOpen, postWindowRestore, preShutdown, preStartup, preWindowOpen, preWindowShellClose, restoreState, saveState
-
-
-
-
Field Detail
-
PERSPECTIVE_ID
public static final String PERSPECTIVE_ID
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
getInitialWindowPerspectiveId
public String getInitialWindowPerspectiveId()
- Specified by:
getInitialWindowPerspectiveId
in classWorkbenchAdvisor
- Generated class or method.
-
initialize
public void initialize(IWorkbenchConfigurer configurer)
- Overrides:
initialize
in classWorkbenchAdvisor
- Generated class or method.
-
createWorkbenchWindowAdvisor
public WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer)
- Overrides:
createWorkbenchWindowAdvisor
in classWorkbenchAdvisor
- Generated class or method.
-
-