public abstract class SceneLayout
extends java.lang.Object
The SceneLayout can be invoked by SceneLayout.invokeLayout method. This method just schedules the scene layout to be performed after the scene validation is done.
| Modifier | Constructor | Description |
|---|---|---|
protected |
SceneLayout(Scene scene) |
Creates a scene layout that is related to a specific scene.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
invokeLayout() |
Schedules the performing of this scene layout just immediately after the scene validation.
|
void |
invokeLayoutImmediately() |
Schedules the performing of this scene layout just immediately after the scene validation.
|
protected abstract void |
performLayout() |
Called immediately after the scene validation and is responsible for performing the logic e.g.
|
protected SceneLayout(Scene scene)
scene - the related scenepublic final void invokeLayout()
public final void invokeLayoutImmediately()
protected abstract void performLayout()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.