Class TemplateEditorInput
- java.lang.Object
-
- com._1c.g5.v8.dt.ui.editor.input.DtEditorInput<M>
-
- com._1c.g5.v8.dt.internal.md.ui.editors.input.MdEditorInput<BasicTemplate>
-
- com._1c.g5.v8.dt.md.ui.editor.template.TemplateEditorInput
-
- All Implemented Interfaces:
IDtEditorInput<BasicTemplate>
,org.eclipse.core.runtime.IAdaptable
,org.eclipse.ui.IEditorInput
public class TemplateEditorInput extends com._1c.g5.v8.dt.internal.md.ui.editors.input.MdEditorInput<BasicTemplate>
Common template editor input
-
-
Constructor Summary
Constructors Constructor Description TemplateEditorInput(BasicTemplate template)
Instantiates a new common template editor input.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
-
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, getPersistable, getSelection, getToolTipText, hashCode, setFeature, setModel, setSelection
-
-
-
-
Constructor Detail
-
TemplateEditorInput
public TemplateEditorInput(BasicTemplate template)
Instantiates a new common template editor input.- Parameters:
template
- - common template
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.eclipse.ui.IEditorInput
- Overrides:
getName
in classDtEditorInput<BasicTemplate>
-
-