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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddModelChangedListener(IDcsModelChangedListener listener)Adds the specified DCS model changed listener.intgetAlias()Получить текущий вариант встроенного языкаDataCompositionSchemaControlContextgetContext()Gets actualDataCompositionSchemaControlContextClass<? extends org.eclipse.ui.IEditorActionBarContributor>getContributorClass()Get editor page contributor's classorg.eclipse.ui.IEditorPartgetEmbeddedEditor()Get embedded editor for the pageDataCompositionSchemagetSchema()Получить схемуvoidremoveModelChangedNotifier(IDcsModelChangedListener listener)Removes the specified DCS model changed listener.
-
-
-
Method Detail
-
getContext
DataCompositionSchemaControlContext getContext()
Gets actualDataCompositionSchemaControlContext- Returns:
- actual
DataCompositionSchemaControlContext, nevernull
-
getSchema
DataCompositionSchema getSchema()
Получить схему- Returns:
- схема
-
getAlias
int getAlias()
Получить текущий вариант встроенного языка- Returns:
- текущий вариант
-
addModelChangedListener
void addModelChangedListener(IDcsModelChangedListener listener)
Adds the specified DCS model changed listener.- Parameters:
listener- the listener, cannot benull.
-
removeModelChangedNotifier
void removeModelChangedNotifier(IDcsModelChangedListener listener)
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
-
-