Uses of Interface
com._1c.g5.aef2.engines.IEngine
-
-
Uses of IEngine in com._1c.g5.aef2.engines
Classes in com._1c.g5.aef2.engines that implement IEngine Modifier and Type Class Description classEngineAEF engine implementation.Methods in com._1c.g5.aef2.engines that return IEngine Modifier and Type Method Description static IEngineEngineFactory. createEngine(String engineName)CreatesIEngineinstance with the specified engine name.static IEngineEngineFactory. createEngineWithSharedRunnableExecutor(String engineName)CreatesIEngineinstance with the specified engine name. -
Uses of IEngine in com._1c.g5.aef2.scenes
Methods in com._1c.g5.aef2.scenes that return IEngine Modifier and Type Method Description IEngineIScene. getEngine()IEngineScene. getEngine()Constructors in com._1c.g5.aef2.scenes with parameters of type IEngine Constructor Description Scene(IEngine engine)Instantiates a new scene. -
Uses of IEngine in com._1c.g5.properties.ui
Methods in com._1c.g5.properties.ui with parameters of type IEngine Modifier and Type Method Description protected IScenePropertySheetPage. createScene(IEngine engine, org.eclipse.swt.widgets.Composite parent)protected voidPropertySheetPage. initializeEngine(IEngine engine) -
Uses of IEngine in com._1c.g5.v8.dt.md.ui.editor.aef
Methods in com._1c.g5.v8.dt.md.ui.editor.aef that return IEngine Modifier and Type Method Description protected IEngineAbstractDtGranularEditorAefPage. getEngine()Returns the editorIEngine. -
Uses of IEngine in com._1c.g5.v8.dt.md.ui.editor.base
Methods in com._1c.g5.v8.dt.md.ui.editor.base that return IEngine Modifier and Type Method Description IEngineDtGranularEditor. getEngine()Returns the AEF 2.0 engine.Methods in com._1c.g5.v8.dt.md.ui.editor.base with parameters of type IEngine Modifier and Type Method Description protected voidDtGranularEditor. initializeEngine(IEngine engine)Initializes the pageIEngine. -
Uses of IEngine in com._1c.g5.v8.dt.md.ui.properties
Methods in com._1c.g5.v8.dt.md.ui.properties with parameters of type IEngine Modifier and Type Method Description protected voidMdPropertySheetPage. initializeEngine(IEngine engine) -
Uses of IEngine in com._1c.g5.v8.dt.md.ui.wizards.base.aef
Methods in com._1c.g5.v8.dt.md.ui.wizards.base.aef that return IEngine Modifier and Type Method Description protected IEngineDtAefNewWizard. getEngine()
-