Package com._1c.g5.v8.dt.ui.editor
Interface IGotoSelection
-
- All Known Subinterfaces:
IAefEditor<M>
,IDtEditor<M>
,IDtGranularEditor<M>
,IDtGranularEditorAefPage<M>
,IDtGranularEditorEmbeddedEditorPage<M>
,IDtGranularEditorPage<M>
,IHtmlDocumentPreviewGranularEditorPage
,IHtmlDocumentTextGranularEditorPage
,IHtmlDocumentWysiwygGranularEditorPage
- All Known Implementing Classes:
AbstractAefBoundDtEditor
,AbstractDtGranularEditorAefPage
,AefBoundDtEditor
,AefDescriptorBasedDtEditor
,AllRolesEditor
,BpSchemeEditor
,DtEditor
,DtGranularEditor
,DtGranularEditorAefDescriptorBasedPage
,DtGranularEditorAefPage
,DtGranularEditorEmbeddedEditorPage
,DtGranularEditorPage
,DtGranularEditorSingleSectionPage
,DtGranularEditorXtextEditorPage
,ErdEmbeddedEditorPage
,FormAdditionalEditorPage
,FormEditor
,FormEditorModulePage
,FormEditorPage
,RightsEditor
,RightsEditorRestrictionTemplatesPage
,RightsEditorRightsPage
,TemplateEditorAddInPage
,TemplateEditorBaseSpreadsheetPage
,TemplateEditorGraphicalSchemePage
,TemplateEditorResultSpreadsheetPage
,TemplateEditorSpreadsheetPage
,TextDocumentTemplateEditorPage
public interface IGotoSelection
Special interface for extending API of DT editors.
Contains method for setting selection to the editor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
gotoSelection(ISelection selection)
Sets selection to the editor
-
-
-
Method Detail
-
gotoSelection
void gotoSelection(ISelection selection)
Sets selection to the editor- Parameters:
selection
- actual selection, can benull
-
-