| java.lang.Object org.eclipse.ui.internal.CompatibleWorkbenchPage
All known Subclasses: org.eclipse.ui.internal.WorkbenchPage,
CompatibleWorkbenchPage | public class CompatibleWorkbenchPage implements ICompatibleWorkbenchPage(Code) | | Internal class used in providing increased binary compatibility for pre-3.0
plug-ins. This declaration masks the empty class of the same name declared in
the Workbench proper. This class implements IWorkbenchPage that existed in
2.1 but were removed in 3.0 because they referenced resource API.
Plug-ins should not refer to this type or its containing fragment from their
class path. It is intended only to provide binary compatibility for pre-3.0
plug-ins, and should not be referenced at development time.
since: 3.0 |
Method Summary | |
public IEditorPart | openEditor(IFile input) openEditor(IFile) is declared on IWorkbenchPage in 2.1. | public IEditorPart | openEditor(IFile input, String editorID) openEditor(IFile,String) is declared on IWorkbenchPage in 2.1. | public IEditorPart | openEditor(IFile input, String editorID, boolean activate) openEditor(IFile,String,boolean) is declared on IWorkbenchPage in 2.1. | public IEditorPart | openEditor(IMarker marker) openEditor(IMarker) is declared on IWorkbenchPage in 2.1. | public IEditorPart | openEditor(IMarker marker, boolean activate) openEditor(IMarker,boolean) is declared on IWorkbenchPage in 2.1. | public void | openSystemEditor(IFile file) openSystemEditor(IFile) is declared on IWorkbenchPage in 2.1. |
openEditor | public IEditorPart openEditor(IFile input) throws PartInitException(Code) | | openEditor(IFile) is declared on IWorkbenchPage in 2.1. This method was
removed in 3.0 because it references resource API.
|
openEditor | public IEditorPart openEditor(IFile input, String editorID) throws PartInitException(Code) | | openEditor(IFile,String) is declared on IWorkbenchPage in 2.1. This
method was removed in 3.0 because it references resource API.
|
openEditor | public IEditorPart openEditor(IFile input, String editorID, boolean activate) throws PartInitException(Code) | | openEditor(IFile,String,boolean) is declared on IWorkbenchPage in 2.1.
This method was removed in 3.0 because it references resource API.
|
openEditor | public IEditorPart openEditor(IMarker marker) throws PartInitException(Code) | | openEditor(IMarker) is declared on IWorkbenchPage in 2.1. This method was
removed in 3.0 because it references resource API.
|
openEditor | public IEditorPart openEditor(IMarker marker, boolean activate) throws PartInitException(Code) | | openEditor(IMarker,boolean) is declared on IWorkbenchPage in 2.1. This
method was removed in 3.0 because it references resource API.
|
openSystemEditor | public void openSystemEditor(IFile file) throws PartInitException(Code) | | openSystemEditor(IFile) is declared on IWorkbenchPage in 2.1. This method
was removed in 3.0 because it references resource API.
|
|
|