Uses of Interface
com._1c.g5.aef2.scenes.IScene
-
-
Uses of IScene in com._1c.g5.aef2.components
Methods in com._1c.g5.aef2.components that return IScene Modifier and Type Method Description ISceneComponent. getScene()ISceneIComponent. getScene()Methods in com._1c.g5.aef2.components with parameters of type IScene Modifier and Type Method Description voidComponent. setScene(IScene scene)voidIComponent. setScene(IScene scene) -
Uses of IScene in com._1c.g5.aef2.engines
Methods in com._1c.g5.aef2.engines that return IScene Modifier and Type Method Description ISceneEngine. createScene(IComponent<?> component, IRenderingParameters parameters)ISceneIEngine. createScene(IComponent<?> component, IRenderingParameters parameters)Creates the scene.<M extends IModel>
ISceneEngine. showDialog(IComponent<M> component, M model)<M extends IModel>
ISceneIEngine. showDialog(IComponent<M> component, M model)Shows a dialog. -
Uses of IScene in com._1c.g5.aef2.scenes
Classes in com._1c.g5.aef2.scenes that implement IScene Modifier and Type Class Description classSceneDefaultISceneimplementation.Methods in com._1c.g5.aef2.scenes with parameters of type IScene Modifier and Type Method Description voidISceneListener. sceneDisposed(IScene scene)Invoked after the scene disposal. -
Uses of IScene in com._1c.g5.aef2.standard.validation
Methods in com._1c.g5.aef2.standard.validation that return IScene Modifier and Type Method Description protected ISceneAbstractExternalValidationSupport. getScene()Returns the scene. -
Uses of IScene in com._1c.g5.properties.ui
Methods in com._1c.g5.properties.ui that return IScene Modifier and Type Method Description protected IScenePropertySheetPage. createScene(IEngine engine, org.eclipse.swt.widgets.Composite parent)protected IScenePropertySheetPage. getScene()Returns scene.Methods in com._1c.g5.properties.ui with parameters of type IScene Modifier and Type Method Description protected voidPropertySheetPage. registerServiceConsumers(IScene scene)Registers service consumers at given scene. -
Uses of IScene in com._1c.g5.v8.dt.md.ui.editor.aef
Methods in com._1c.g5.v8.dt.md.ui.editor.aef that return IScene Modifier and Type Method Description ISceneAbstractDtGranularEditorAefPage. getScene()Returns the AEF2 scene used by the page. -
Uses of IScene in com._1c.g5.v8.dt.md.ui.properties
Methods in com._1c.g5.v8.dt.md.ui.properties with parameters of type IScene Modifier and Type Method Description voidIPropertySheetToolbarItemsProvider. propertyChange(org.eclipse.jface.util.PropertyChangeEvent event, IScene scene)Called by extension point when property related to some contribution item is changed.protected voidMdPropertySheetPage. registerServiceConsumers(IScene scene) -
Uses of IScene in com._1c.g5.v8.dt.ui.editor.aef
Methods in com._1c.g5.v8.dt.ui.editor.aef that return IScene Modifier and Type Method Description protected ISceneAbstractAefBoundDtEditor. getScene()Returns the AEF scene, that contains page AEF container component.
-