public abstract class SceneLayout extends 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 and Description |
---|---|
protected |
SceneLayout(Scene scene)
Creates a scene layout that is related to a specific scene.
|
Modifier and Type | Method and 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()