| Modifier and Type | Field and Description |
|---|---|
private StageAction |
action
The action.
|
private Class<? extends Model> |
rootModelClass
The root model class attached to the stage.
|
private Region |
rootPane
The root pane of the scene.
|
private Scene |
scene
The first scen to display into the stage.
|
private Stage |
stage
The stage to manage.
|
private String |
stageKey
The unique identifier for this stage.
|
| Constructor and Description |
|---|
StageWaveBean() |
| Modifier and Type | Method and Description |
|---|---|
StageAction |
getAction()
Gets the action.
|
Class<? extends Model> |
getRootModelClass()
Gets the root model class.
|
Region |
getRootPane()
Gets the root pane.
|
Scene |
getScene()
Gets the scene.
|
Stage |
getStage()
Gets the stage.
|
String |
getStageKey()
Gets the stage key.
|
void |
setAction(StageAction action)
Sets the action.
|
void |
setRootModelClass(Class<? extends Model> rootModelClass)
Sets the root model class.
|
void |
setRootPane(Region rootPane)
Sets the root pane.
|
void |
setScene(Scene scene)
Sets the scene.
|
void |
setStage(Stage stage)
Sets the stage.
|
void |
setStageKey(String stageKey)
Sets the stage key.
|
private StageAction action
private Class<? extends Model> rootModelClass
private Region rootPane
private Scene scene
private Stage stage
private String stageKey
public StageAction getAction()
public Class<? extends Model> getRootModelClass()
public Region getRootPane()
public Scene getScene()
public Stage getStage()
public String getStageKey()
public void setAction(StageAction action)
action - the new actionpublic void setRootModelClass(Class<? extends Model> rootModelClass)
rootModelClass - the root model classpublic void setRootPane(Region rootPane)
rootPane - the new root panepublic void setScene(Scene scene)
scene - the new scenepublic void setStage(Stage stage)
stage - the new stagepublic void setStageKey(String stageKey)
stageKey - the new stage keyCopyright © 2011–2014 JRebirth OSS. All rights reserved.