Package com._1c.g5.v8.dt.dcs.ui
Interface EditorPage
- All Known Implementing Classes:
CalculatedFields,DataSets,EditorPageBase,Links,NestedSchemas,Parameters,Resources,Settings,Templates
public interface EditorPage
Страница редактора схемы компоновки данных.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the specified DCS model changed listener.intgetAlias()Получить текущий вариант встроенного языкаGets actualDataCompositionSchemaControlContextClass<? extends org.eclipse.ui.IEditorActionBarContributor>Get editor page contributor's classorg.eclipse.ui.IEditorPartGet embedded editor for the pageПолучить схемуvoidRemoves the specified DCS model changed listener.
-
Method Details
-
getContext
DataCompositionSchemaControlContext getContext()Gets actualDataCompositionSchemaControlContext- Returns:
- actual
DataCompositionSchemaControlContext, nevernull
-
getSchema
DataCompositionSchema getSchema()Получить схему- Returns:
- схема
-
getAlias
int getAlias()Получить текущий вариант встроенного языка- Returns:
- текущий вариант
-
addModelChangedListener
Adds the specified DCS model changed listener.- Parameters:
listener- the listener, cannot benull.
-
removeModelChangedNotifier
Removes the specified DCS model changed listener.- Parameters:
listener- the listener, cannot benull.
-
getContributorClass
Class<? extends org.eclipse.ui.IEditorActionBarContributor> getContributorClass()Get editor page contributor's class- Returns:
- contributor's
Classinstance for the exact page,nullin case of missing contributor.
-
getEmbeddedEditor
org.eclipse.ui.IEditorPart getEmbeddedEditor()Get embedded editor for the page- Returns:
- embedded editor if exists,
nullotherwise
-