Package com._1c.g5.v8.dt.dcs.ui
Interface IDcsNestedSchemaEditorInput
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.ui.IEditorInput
- All Known Implementing Classes:
DcsNestedSchemaEditorInput
public interface IDcsNestedSchemaEditorInput
extends org.eclipse.ui.IEditorInput
Nested schema editor input.
-
Method Summary
Modifier and TypeMethodDescriptionGet dcs editor of parent schemaGet parent nested schema objectMethods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.ui.IEditorInput
exists, getImageDescriptor, getName, getPersistable, getToolTipText
-
Method Details
-
getParentNested
NestedDataCompositionSchema getParentNested()Get parent nested schema object- Returns:
- parent object, never null
-
getParentEditor
DataCompositionSchemaEditor getParentEditor()Get dcs editor of parent schema- Returns:
- editor, never null
-