public abstract class AbstractFXEditor extends EditorPart
HistoricizingDomain
,
IFXCanvasFactory
, and ISelectionProvider
are injected into
the editor on construction.PROP_DIRTY, PROP_INPUT
PROP_TITLE
Constructor and Description |
---|
AbstractFXEditor(Injector injector)
Constructs a new
AbstractFXEditor and uses the given
Injector to inject its members. |
Modifier and Type | Method and Description |
---|---|
protected void |
activate()
Activates the editor by activating its
IDomain . |
protected void |
createActions()
Creates the actions for this editor and registers them in the editor's
site action bar.
|
void |
createPartControl(Composite parent) |
protected void |
deactivate()
Deactivates the editor by deactivating its
IDomain . |
void |
dispose() |
protected void |
disposeActions()
Dispose the actions created by this editor.
|
java.lang.Object |
getAdapter(java.lang.Class key) |
protected javafx.embed.swt.FXCanvas |
getCanvas()
Returns the
FXCanvas that was previously created by the
IFXCanvasFactory which was previously injected into this editor. |
IViewer |
getContentViewer()
|
IDomain |
getDomain()
Returns the
IDomain that was previously injected into this
editor. |
protected void |
hookViewers()
Hooks all viewers that are part of this editor into the
FXCanvas . |
void |
init(IEditorSite site,
IEditorInput input) |
boolean |
isDirty() |
protected void |
markNonDirty()
Marks the current state of the editor to be non-dirty.
|
void |
setFocus() |
protected void |
unhookViewers()
Unhooks all viewers that are part of this editor.
|
checkSite, doSave, doSaveAs, getEditorInput, getEditorSite, getTitleToolTip, isSaveAsAllowed, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartName
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyListener, getSite, getTitle, getTitleImage, removePropertyListener
public AbstractFXEditor(Injector injector)
AbstractFXEditor
and uses the given
Injector
to inject its members.injector
- The Injector
that is used to inject the editor's
members.protected void activate()
IDomain
.protected void createActions()
public void createPartControl(Composite parent)
createPartControl
in interface IWorkbenchPart
createPartControl
in class WorkbenchPart
protected void deactivate()
IDomain
.public void dispose()
dispose
in interface IWorkbenchPart
dispose
in class WorkbenchPart
protected void disposeActions()
public java.lang.Object getAdapter(java.lang.Class key)
getAdapter
in interface IAdaptable
getAdapter
in class WorkbenchPart
protected javafx.embed.swt.FXCanvas getCanvas()
FXCanvas
that was previously created by the
IFXCanvasFactory
which was previously injected into this editor.FXCanvas
that was previously created by the
IFXCanvasFactory
.public IViewer getContentViewer()
public IDomain getDomain()
IDomain
that was previously injected into this
editor.IDomain
that was previously injected into this
editor.protected void hookViewers()
FXCanvas
.public void init(IEditorSite site, IEditorInput input) throws PartInitException
init
in interface IEditorPart
init
in class EditorPart
PartInitException
public boolean isDirty()
isDirty
in interface ISaveablePart
isDirty
in class EditorPart
protected void markNonDirty()
EditorPart.doSave(org.eclipse.core.runtime.IProgressMonitor)
and
EditorPart.doSaveAs()
in case of successful save.public void setFocus()
setFocus
in interface IWorkbenchPart
setFocus
in class WorkbenchPart
protected void unhookViewers()
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.