Class SectionEditorMain
- 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.editor.AbstractIdeEclipseEditor<SectionModel,SectionModel.SectionEvent,SectionChanges>
-
- net.officefloor.eclipse.section.SectionEditor
-
- net.officefloor.eclipse.section.test.SectionEditorMain
-
- 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 SectionEditorMain extends SectionEditor
Allows testing of theSectionEditor
.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.officefloor.eclipse.ide.editor.AbstractIdeEclipseEditor
AbstractIdeEclipseEditor.OutsideWorkbenchLauncher
-
-
Constructor Summary
Constructors Constructor Description SectionEditorMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Runs theSectionEditor
for testing.-
Methods inherited from class net.officefloor.eclipse.section.SectionEditor
editorStyle, fileName, init, launchConfigurer, loadParents, loadRootModel, paletteIndicatorStyle, paletteStyle, prototype, saveRootModel
-
Methods inherited from class net.officefloor.eclipse.ide.editor.AbstractIdeEclipseEditor
activate, createOperations, dispose, doSave, doSaveAs, getCanvas, getContentViewer, getEditorStyleId, getOsgiBridge, getPaletteIndicatorStyleId, getPaletteStyleId, getParents, hookViewers, isSaveAsAllowed, launch, launch, launchOutsideWorkbench, setInput, setSelectOnly, setSite, translateStyle
-
Methods inherited from class org.eclipse.gef.mvc.fx.ui.parts.AbstractFXEditor
createActions, createPartControl, deactivate, disposeActions, getAdapter, getDomain, init, isDirty, markNonDirty, setFocus, unhookViewers
-
Methods inherited from class org.eclipse.ui.part.EditorPart
checkSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, 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, setTitle, setTitleImage, setTitleToolTip, showBusy
-
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
Runs theSectionEditor
for testing.- Parameters:
args
- Command line arguments.- Throws:
java.lang.Exception
- If failure in running.
-
-