Class XdtoPackageEditor
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
org.eclipse.ui.part.MultiPageEditorPart
org.eclipse.ui.forms.editor.FormEditor
com._1c.g5.v8.dt.md.ui.editor.base.DtGranularEditor<XDTOPackage>
com._1c.g5.v8.dt.internal.md.ui.editors.xdtopackage.XdtoPackageEditor
- All Implemented Interfaces:
IDtEditor<XDTOPackage>
,IDtGranularEditor<XDTOPackage>
,IGotoSelection
,org.eclipse.core.runtime.IAdaptable
,org.eclipse.core.runtime.IExecutableExtension
,org.eclipse.jface.dialogs.IPageChangeProvider
,org.eclipse.ui.IEditorPart
,org.eclipse.ui.INavigationLocationProvider
,org.eclipse.ui.ISaveablePart
,org.eclipse.ui.IShowEditorInput
,org.eclipse.ui.IWorkbenchPart
,org.eclipse.ui.IWorkbenchPart2
,org.eclipse.ui.IWorkbenchPart3
,org.eclipse.ui.part.ISetSelectionTarget
,org.eclipse.ui.part.IShowInSource
,org.eclipse.ui.part.IWorkbenchPartOrientation
XDTOPackage
editor.-
Field Summary
Fields inherited from class org.eclipse.ui.forms.editor.FormEditor
pages
Fields inherited from class org.eclipse.ui.part.MultiPageEditorPart
PAGE_CONTAINER_SITE
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Returns the editor id used in extension to declare pages.void
gotoSelection
(ISelection selection) Sets selection to the editorMethods inherited from class com._1c.g5.v8.dt.md.ui.editor.base.DtGranularEditor
addDefaultPage, addPage, addPageForFeatures, addPages, createEmbeddedEditorSite, createEmptyNavigationLocation, createNavigationLocation, createPage, createPageContainer, createPages, createToolkit, dispose, doSave, doSaveAs, getAction, getAdapter, getApiEditingContext, getEditingContext, getEditingLanguageManager, getEditor, getEditorInput, getEngine, getEventBroker, getModel, getModelManager, getPageForFeature, getPageForFeatureOrDefault, getProjectOperationApi, getShowInContext, getTitleImage, getV8projectManager, init, init, initializeEngine, isActive, isDirty, isSaveAsAllowed, isUsePurposesChanged, needShowErrorInPageTitle, notifyEmbeddedEditorPropertyChanged, pageChange, processChangeEvent, refreshDirty, removePage, selectReveal, setActiveFeature, setActiveSelection, setFocus, showEditorInput, showEditorInput
Methods inherited from class org.eclipse.ui.forms.editor.FormEditor
addPage, addPage, addPage, addPage, addPage, addPage, close, commitPages, configurePage, editorDirtyStateChanged, findPage, getActiveEditor, getActivePageInstance, getCurrentPage, getSelectedPage, getToolkit, removePage, selectReveal, setActivePage, setActivePage, setActivePage, updateActionBarContributor
Methods inherited from class org.eclipse.ui.part.MultiPageEditorPart
activateSite, addPageChangedListener, createContainer, createItem, createPartControl, createSite, deactivateSite, findEditors, getActivePage, getContainer, getControl, getPageCount, getPageImage, getPageSite, getPageText, handlePropertyChange, initializePageSwitching, removePageChangedListener, setActiveEditor, setControl, setPageImage, setPageText
Methods inherited from class org.eclipse.ui.part.EditorPart
checkSite, 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, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.ui.IEditorPart
getEditorSite
Methods inherited from interface org.eclipse.ui.ISaveablePart
isSaveOnCloseNeeded
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, createPartControl, getSite, getTitle, getTitleToolTip, removePropertyListener
-
Constructor Details
-
XdtoPackageEditor
public XdtoPackageEditor()
-
-
Method Details
-
gotoSelection
Description copied from interface:IGotoSelection
Sets selection to the editor- Specified by:
gotoSelection
in interfaceIGotoSelection
- Overrides:
gotoSelection
in classDtGranularEditor<XDTOPackage>
- Parameters:
selection
- actual selection, can benull
-
getEditorId
Description copied from class:DtGranularEditor
Returns the editor id used in extension to declare pages.- Specified by:
getEditorId
in classDtGranularEditor<XDTOPackage>
- Returns:
- the editor id used in extension to declare pages
-