Class SectionEditPart
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.ui.part.WorkbenchPart
-
- org.eclipse.ui.part.EditorPart
-
- org.eclipse.gef.mvc.fx.ui.parts.AbstractFXEditor
-
- net.officefloor.eclipse.ide.AbstractAdaptedEditorPart<SectionModel,SectionModel.SectionEvent,SectionChanges>
-
- net.officefloor.eclipse.ide.section.SectionEditPart
-
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.core.runtime.IExecutableExtension
,org.eclipse.ui.IEditorPart
,org.eclipse.ui.ISaveablePart
,org.eclipse.ui.IWorkbenchPart
,org.eclipse.ui.IWorkbenchPart2
,org.eclipse.ui.IWorkbenchPart3
,org.eclipse.ui.part.IWorkbenchPartOrientation
public class SectionEditPart extends AbstractAdaptedEditorPart<SectionModel,SectionModel.SectionEvent,SectionChanges>
Section Editor.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description SectionEditPart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractAdaptedIdeEditor<SectionModel,SectionModel.SectionEvent,SectionChanges>
createEditor(EnvironmentBridge envBridge)
Creates theAbstractAdaptedIdeEditor
.-
Methods inherited from class net.officefloor.eclipse.ide.AbstractAdaptedEditorPart
createPartControl, dispose, doSave, doSaveAs, hookViewers, init, initEditor, isSaveAsAllowed
-
Methods inherited from class org.eclipse.gef.mvc.fx.ui.parts.AbstractFXEditor
activate, createActions, deactivate, disposeActions, getAdapter, getCanvas, getContentViewer, getDomain, isDirty, markNonDirty, setFocus, unhookViewers
-
Methods inherited from class org.eclipse.ui.part.EditorPart
checkSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartName
-
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
-
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
-
-
-
-
Method Detail
-
createEditor
public AbstractAdaptedIdeEditor<SectionModel,SectionModel.SectionEvent,SectionChanges> createEditor(EnvironmentBridge envBridge)
Description copied from class:AbstractAdaptedEditorPart
Creates theAbstractAdaptedIdeEditor
.- Specified by:
createEditor
in classAbstractAdaptedEditorPart<SectionModel,SectionModel.SectionEvent,SectionChanges>
- Parameters:
envBridge
-EnvironmentBridge
.- Returns:
AbstractAdaptedIdeEditor
.
-
-