org.eclipse.actf.model.ui.editors.ie
Class WebBrowserEditor
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
org.eclipse.actf.model.ui.editors.ie.WebBrowserEditor
- All Implemented Interfaces:
- IModelServiceHolder, IAdaptable, IExecutableExtension, IEditorPart, ISaveablePart, IWorkbenchPart, IWorkbenchPart2, IWorkbenchPart3, IWorkbenchPartOrientation
public class WebBrowserEditor
- extends EditorPart
- implements IModelServiceHolder
The Editor implementation to open Web content by using Internet Explorer. It
also provide access to HTML DOM via IModelService. The model service
also implements IWebBrowserACTF.
- See Also:
IModelServiceHolder,
IModelService,
IWebBrowserACTF
|
Field Summary |
static String |
ID
ID of this Editor |
| Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
addPartPropertyListener, addPropertyListener, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy |
ID
public static final String ID
- ID of this Editor
WebBrowserEditor
public WebBrowserEditor()
- Creates a new Internet Explorer Editor.
createPartControl
public void createPartControl(Composite parent)
- Specified by:
createPartControl in interface IWorkbenchPart- Specified by:
createPartControl in class WorkbenchPart
dispose
public void dispose()
- Specified by:
dispose in interface IWorkbenchPart- Overrides:
dispose in class WorkbenchPart
setFocus
public void setFocus()
- Specified by:
setFocus in interface IWorkbenchPart- Specified by:
setFocus in class WorkbenchPart
doSave
public void doSave(IProgressMonitor monitor)
- Specified by:
doSave in interface ISaveablePart- Specified by:
doSave in class EditorPart
doSaveAs
public void doSaveAs()
- Specified by:
doSaveAs in interface ISaveablePart- Specified by:
doSaveAs in class EditorPart
init
public void init(IEditorSite site,
IEditorInput input)
throws PartInitException
- Specified by:
init in interface IEditorPart- Specified by:
init in class EditorPart
- Throws:
PartInitException
isDirty
public boolean isDirty()
- Specified by:
isDirty in interface ISaveablePart- Specified by:
isDirty in class EditorPart
isSaveAsAllowed
public boolean isSaveAsAllowed()
- Specified by:
isSaveAsAllowed in interface ISaveablePart- Specified by:
isSaveAsAllowed in class EditorPart
getModelService
public IModelService getModelService()
- Description copied from interface:
IModelServiceHolder
- Get
IModelService to access to model of the content
- Specified by:
getModelService in interface IModelServiceHolder
- Returns:
IModelService
getEditorPart
public IEditorPart getEditorPart()
- Description copied from interface:
IModelServiceHolder
- Get
IEditorPart implemented together with this interface
- Specified by:
getEditorPart in interface IModelServiceHolder
- Returns:
IEditorPart
setEditorTitle
public void setEditorTitle(String title)
- Description copied from interface:
IModelServiceHolder
- Set title to
IEditorPart implemented together with this interface
- Specified by:
setEditorTitle in interface IModelServiceHolder
- Parameters:
title - target title