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 class
Engine
AEF engine implementation.Methods in com._1c.g5.aef2.engines that return IEngine Modifier and Type Method Description static IEngine
EngineFactory. createEngine(String engineName)
CreatesIEngine
instance with the specified engine name.static IEngine
EngineFactory. createEngineWithSharedRunnableExecutor(String engineName)
CreatesIEngine
instance 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 IEngine
IScene. getEngine()
IEngine
Scene. 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 IScene
PropertySheetPage. createScene(IEngine engine, org.eclipse.swt.widgets.Composite parent)
protected void
PropertySheetPage. 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 IEngine
AbstractDtGranularEditorAefPage. 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 IEngine
DtGranularEditor. 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 void
DtGranularEditor. 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 void
MdPropertySheetPage. 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 IEngine
DtAefNewWizard. getEngine()
-