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 IScene
Component. getScene()
IScene
IComponent. getScene()
Methods in com._1c.g5.aef2.components with parameters of type IScene Modifier and Type Method Description void
Component. setScene(IScene scene)
void
IComponent. 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 IScene
Engine. createScene(IComponent<?> component, IRenderingParameters parameters)
IScene
IEngine. 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 class
Scene
DefaultIScene
implementation.Methods in com._1c.g5.aef2.scenes with parameters of type IScene Modifier and Type Method Description void
ISceneListener. 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 IScene
AbstractExternalValidationSupport. 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 IScene
PropertySheetPage. createScene(IEngine engine, org.eclipse.swt.widgets.Composite parent)
protected IScene
PropertySheetPage. getScene()
Returns scene.Methods in com._1c.g5.properties.ui with parameters of type IScene Modifier and Type Method Description protected void
PropertySheetPage. 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 IScene
AbstractDtGranularEditorAefPage. 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 void
IPropertySheetToolbarItemsProvider. propertyChange(org.eclipse.jface.util.PropertyChangeEvent event, IScene scene)
Called by extension point when property related to some contribution item is changed.protected void
MdPropertySheetPage. 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 IScene
AbstractAefBoundDtEditor. getScene()
Returns the AEF scene, that contains page AEF container component.
-