Package net.officefloor.viewer
Class WoofViewer
- 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<WoofModel,WoofModel.WoofEvent,WoofChanges>
-
- net.officefloor.eclipse.woof.WoofEditor
-
- net.officefloor.viewer.WoofViewer
-
- 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 WoofViewer extends WoofEditor
Viewer for WoOF configuration.- 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 WoofViewer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
Methods inherited from class net.officefloor.eclipse.woof.WoofEditor
editorStyle, fileName, 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, init, 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
-
-