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 TypeMethodDescriptionvoid
Adds the specified DCS model changed listener.int
getAlias()
Получить текущий вариант встроенного языкаGets actualDataCompositionSchemaControlContext
Class<? extends org.eclipse.ui.IEditorActionBarContributor>
Get editor page contributor's classorg.eclipse.ui.IEditorPart
Get embedded editor for the pageПолучить схемуvoid
Removes 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
Class
instance for the exact page,null
in case of missing contributor.
-
getEmbeddedEditor
org.eclipse.ui.IEditorPart getEmbeddedEditor()Get embedded editor for the page- Returns:
- embedded editor if exists,
null
otherwise
-