|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.cdo.ui.CDOEditorUtil
public final class CDOEditorUtil
Some utility methods to cope with CDOEditor and CDOEditorInput
| Method Summary | |
|---|---|
static CDOEditorInput |
createCDOEditorInput(CDOView view,
java.lang.String resourcePath,
boolean viewOwned)
Returns an implementation of CDOEditorInput interface |
static IEditorReference[] |
findEditor(IWorkbenchPage page,
CDOView view,
java.lang.String resourcePath)
Returns references to possibly opened instances of CDOEditor with certain CDOView and resource |
static void |
openEditor(IWorkbenchPage page,
CDOView view,
java.lang.String resourcePath)
Opens the specified resource in CDOEditor |
static void |
refreshEditors(IWorkbenchPage page,
CDOView view)
Refreshes all editor's viewers that are using certain CDOView. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CDOEditorInput createCDOEditorInput(CDOView view,
java.lang.String resourcePath,
boolean viewOwned)
-
public static void openEditor(IWorkbenchPage page,
CDOView view,
java.lang.String resourcePath)
page - The page in which the editor will be openresourcePath - absolute path to the resource in the repository
public static IEditorReference[] findEditor(IWorkbenchPage page,
CDOView view,
java.lang.String resourcePath)
page - The page where to search for opened editorsview - The editors to find are using the specified CDOViewresourcePath - The editors are editing the CDOResource specified with this path
public static void refreshEditors(IWorkbenchPage page,
CDOView view)
page - the IWorkbenchPage where CDOEditor is openedview - instance of CDOView our editors are using
|
Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||