public abstract class C64Window extends Object implements UIPart, javafx.fxml.Initializable
Constructor and Description |
---|
C64Window()
Default Constructor for JavaFX Preview in Eclipse, only (Player with default
configuration for the controller)
|
C64Window(Player player)
Create a scene in a new stage.
|
C64Window(javafx.stage.Stage stage,
Player player)
Create a scene in the existing primary stage.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
close(UIPart part) |
javafx.stage.Stage |
getStage() |
UIUtil |
getUtil() |
protected abstract void |
initialize() |
void |
initialize(URL location,
ResourceBundle resources) |
boolean |
isWait() |
void |
open() |
void |
setCloseActionEnabler(Supplier<Boolean> closeActionEnabler) |
void |
setWait(boolean wait) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build, doClose, getBundleName, getFxml
protected UIUtil util
public C64Window()
public C64Window(Player player)
public C64Window(javafx.stage.Stage stage, Player player)
public void initialize(URL location, ResourceBundle resources)
initialize
in interface javafx.fxml.Initializable
protected abstract void initialize()
public void open()
public void close()
public void close(UIPart part)
public javafx.stage.Stage getStage()
public boolean isWait()
public void setWait(boolean wait)
public UIUtil getUtil()
Copyright © 2018 Ken Händel. All rights reserved.