Interface IDtGranularEditorAefPage<M extends org.eclipse.emf.ecore.EObject>
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IDtEditor<M>
,IDtGranularEditorPage<M>
,org.eclipse.ui.IEditorPart
,org.eclipse.ui.forms.editor.IFormPage
,IGotoSelection
,org.eclipse.ui.ISaveablePart
,org.eclipse.ui.IShowEditorInput
,org.eclipse.ui.part.IShowInSource
,org.eclipse.ui.IWorkbenchPart
- All Known Implementing Classes:
AbstractDtGranularEditorAefPage
,AccountingRegisterEditorDataPage
,AccountingRegisterEditorMainPage
,AccumulationRegisterEditorAggregatesPage
,AccumulationRegisterEditorDataPage
,AccumulationRegisterEditorMainPage
,AdoptedDtGranularEditorFormsPage
,AdoptedDtGranularEditorPredefinedDataPage
,BotEditorMainPage
,BusinessProcessEditorDataPage
,BusinessProcessEditorMainPage
,CalculationRegisterEditorDataPage
,CalculationRegisterEditorMainPage
,CalculationRegisterEditorRecalculationsPage
,CatalogEditorDataPage
,CatalogEditorMainPage
,CatalogEditorOwnersPage
,ChartOfAccountsEditorDataPage
,ChartOfAccountsEditorMainPage
,ChartOfCalculationTypesEditorCalculationPage
,ChartOfCalculationTypesEditorDataPage
,ChartOfCalculationTypesEditorMainPage
,ChartOfCharacteristicTypesEditorDataPage
,ChartOfCharacteristicTypesEditorMainPage
,CommandGroupEditorMainPage
,CommonAttributeEditorContentPage
,CommonAttributeEditorMainPage
,CommonCommandEditorMainPage
,CommonFormEditorMainPage
,CommonModuleEditorMainPage
,CommonPictureEditorMainPage
,ConfigurationEditorMainPage
,ConfigurationEditorStandaloneContentPage
,ConstantEditorMainPage
,CubeEditorDataPage
,CubeEditorMainPage
,DataProcessorEditorDataPage
,DataProcessorEditorMainPage
,DefinedTypeEditorMainPage
,DimensionTableEditorDataPage
,DimensionTableEditorMainPage
,DocumentEditorDataPage
,DocumentEditorJournalsPage
,DocumentEditorMainPage
,DocumentEditorPostingPage
,DocumentEditorSequencesPage
,DocumentJournalEditorDataPage
,DocumentJournalEditorMainPage
,DocumentNumeratorEditorMainPage
,DtGranularEditorAefDescriptorBasedPage
,DtGranularEditorAefPage
,DtGranularEditorCharacteristicsPage
,DtGranularEditorCommandsPage
,DtGranularEditorCommonAttributesPage
,DtGranularEditorDataExchangePage
,DtGranularEditorFormsPage
,DtGranularEditorFunctionalOptionsPage
,DtGranularEditorGenerationPage
,DtGranularEditorPredefinedDataPage
,DtGranularEditorRecordersPage
,DtGranularEditorSubsystemsPage
,DtGranularEditorTemplatesPage
,EnumEditorDataPage
,EnumEditorMainPage
,EventSubscriptionEditorMainPage
,ExchangePlanEditorContentPage
,ExchangePlanEditorDataPage
,ExchangePlanEditorMainPage
,ExternalDataProcessorEditorDataPage
,ExternalDataProcessorEditorMainPage
,ExternalDataSourceEditorDataPage
,ExternalDataSourceEditorFunctionsPage
,ExternalDataSourceEditorMainPage
,ExternalReportEditorDataPage
,ExternalReportEditorMainPage
,FilterCriterionEditorContentPage
,FilterCriterionEditorMainPage
,FunctionalOptionEditorContentPage
,FunctionalOptionEditorMainPage
,FunctionalOptionsParameterEditorMainPage
,HTTPServiceEditorMainPage
,HTTPServiceEditorUrlTemplatesPage
,InformationRegisterEditorDataPage
,InformationRegisterEditorMainPage
,IntegrationServiceEditorIntegrationServiceChannelsPage
,IntegrationServiceEditorMainPage
,LanguagesEditorPage
,ReportEditorDataPage
,ReportEditorMainPage
,RoleEditorMainPage
,ScheduledJobEditorMainPage
,SequenceEditorDataPage
,SequenceEditorMainPage
,SequenceEditorUsagePage
,SessionParameterEditorMainPage
,SettingsStorageEditorMainPage
,StyleEditorMainPage
,StyleEditorStylePage
,StyleItemEditorMainPage
,SubsystemEditorContentPage
,SubsystemEditorMainPage
,TableEditorDataPage
,TableEditorMainPage
,TaskEditorDataPage
,TaskEditorMainPage
,TemplateEditorAddInPage
,TemplateEditorBinaryDataPage
,TemplateEditorMainPage
,WebServiceEditorMainPage
,WebServiceEditorOperationsPage
,WebSocketClientEditorMainPage
,WsReferenceEditorMainPage
,WsReferenceEditorWsDefinitionsPage
,XdtoPackageEditorMainPage
,XdtoPackageEditorPackagePage
public interface IDtGranularEditorAefPage<M extends org.eclipse.emf.ecore.EObject>
extends IDtGranularEditorPage<M>
The contract of the granular editor AEF 2.0 page.
-
Field Summary
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
-
Method Summary
Modifier and TypeMethodDescriptionCollection<org.eclipse.emf.ecore.EStructuralFeature>
Returns the collection of the page features.Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface com._1c.g5.v8.dt.ui.editor.IDtEditor
getApiEditingContext, getEditingContext, getEditorInput, getModel, init, setActiveFeature, setActiveSelection, showEditorInput
Methods inherited from interface com._1c.g5.v8.dt.ui.editor.IDtGranularEditorPage
activate, deactivate, setDefaultFeature
Methods inherited from interface org.eclipse.ui.IEditorPart
getEditorSite, init
Methods inherited from interface org.eclipse.ui.forms.editor.IFormPage
canLeaveThePage, getEditor, getId, getIndex, getManagedForm, getPartControl, initialize, isActive, isEditor, selectReveal, setActive, setIndex
Methods inherited from interface com._1c.g5.v8.dt.ui.editor.IGotoSelection
gotoSelection
Methods inherited from interface org.eclipse.ui.ISaveablePart
doSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded
Methods inherited from interface org.eclipse.ui.IShowEditorInput
showEditorInput
Methods inherited from interface org.eclipse.ui.part.IShowInSource
getShowInContext
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
-
Method Details
-
getPageFeatures
Collection<org.eclipse.emf.ecore.EStructuralFeature> getPageFeatures()Returns the collection of the page features.- Returns:
- the collection of features, never
null
.
-