Class XdtoPackageEditorInput
java.lang.Object
com._1c.g5.v8.dt.ui.editor.input.DtEditorInput<M>
com._1c.g5.v8.dt.internal.md.ui.editors.input.MdEditorInput<XDTOPackage>
com._1c.g5.v8.dt.internal.md.ui.editors.xdtopackage.XdtoPackageEditorInput
- All Implemented Interfaces:
IDtEditorInput<XDTOPackage>
,org.eclipse.core.runtime.IAdaptable
,org.eclipse.ui.IEditorInput
XDTOPackage
editor input.-
Constructor Summary
ConstructorsConstructorDescriptionXdtoPackageEditorInput
(XDTOPackage xdtoPackage) Instantiates a newXDTOPackage
editor input. -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.internal.md.ui.editors.input.MdEditorInput
toNavigatorSelection
Methods inherited from class com._1c.g5.v8.dt.ui.editor.input.DtEditorInput
copy, equals, exists, getActivationContextIds, getAdapter, getFeature, getImageDescriptor, getModel, getName, getPersistable, getSelection, getToolTipText, hashCode, setFeature, setModel, setSelection
-
Constructor Details
-
XdtoPackageEditorInput
Instantiates a newXDTOPackage
editor input.- Parameters:
xdtoPackage
- the XDTO package, cannot benull
-