|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openoffice.ide.eclipse.core.utils.WorkbenchHelper
public class WorkbenchHelper
Provides a set of useful method to perform actions on the Eclipse workbench.
Constructor Summary | |
---|---|
WorkbenchHelper()
|
Method Summary | |
---|---|
static org.eclipse.ui.IWorkbenchPage |
getActivePage()
Convenience method returning the active workbench page. |
static void |
showFile(org.eclipse.core.resources.IFile pFile,
org.eclipse.ui.IWorkbenchPage pPage)
Simply shows the file in the IDE. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkbenchHelper()
Method Detail |
---|
public static void showFile(org.eclipse.core.resources.IFile pFile, org.eclipse.ui.IWorkbenchPage pPage)
pFile
- the file to showpPage
- the active workbench pagepublic static org.eclipse.ui.IWorkbenchPage getActivePage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |