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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionSchemaEditor
getParentEditor()
Get dcs editor of parent schemaNestedDataCompositionSchema
getParentNested()
Get parent nested schema object
-
-
-
Method Detail
-
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
-
-