|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.common.ui.util.WorkbenchPartActivator
This is just a helper class that is packages the steps necessary to activate a view's window in convenient methods.
| Method Summary | |
static IViewPart |
showBookmarkNavigator()
A convenience method, calls the #showView with the proper view Id. |
static IViewPart |
showContentOutline()
A convenience method, calls the #showView with the proper view Id. |
static IViewPart |
showEditorArea()
A convenience method, calls the #showView with the proper view Id. |
static IViewPart |
showProblemView()
Ensures that the Eclipse 3.0 Problems view is visible, if it is open. |
static IViewPart |
showPropertySheet()
A convenience method, calls the #showView with the proper view Id. |
static IViewPart |
showResourceNavigator()
A convenience method, calls the #showView with the proper view Id. |
static IViewPart |
showTaskList()
A convenience method, calls the #showView with the proper view Id. |
static IViewPart |
showView(java.lang.String viewId)
The function that tries to activate the view-window in the context of the GUI thread -which also means create the view if necessary-. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static IViewPart showView(java.lang.String viewId)
viewId - The unique id of the view as registered with eclipse.
public static IViewPart showTaskList()
public static IViewPart showProblemView()
public static IViewPart showBookmarkNavigator()
public static IViewPart showEditorArea()
public static IViewPart showContentOutline()
public static IViewPart showPropertySheet()
public static IViewPart showResourceNavigator()
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.