Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.ui.viewer |
This package provides an
ISceneContainer
implementation for the propagation of a JavaFX Scene to an FXCanvas: FXCanvasSceneContainer . |
org.eclipse.gef4.mvc.fx.viewer |
Modifier and Type | Class and Description |
---|---|
class |
FXCanvasSceneContainer |
Modifier and Type | Class and Description |
---|---|
class |
FXStageSceneContainer |
Modifier and Type | Field and Description |
---|---|
protected ISceneContainer |
FXViewer.sceneContainer |
Modifier and Type | Method and Description |
---|---|
protected void |
FXViewer.createAndHookScene(ISceneContainer container,
javafx.scene.Parent rootVisual)
Creates a
Scene , inserts the given root visual into it, and sets
that Scene on the given ISceneContainer . |
void |
FXViewer.setSceneContainer(ISceneContainer sceneContainer) |
Copyright (c) 2014 itemis AG and others. All rights reserved.