Package ui.common
Klasse C64Window
java.lang.Object
ui.common.C64Window
- Bekannte direkte Unterklassen:
About,AudioSettings,EmulationSettings,JoystickSettings,JSidPlay2,Keyboard,ProxySettings,STILView,TuneInfos,Ultimate64Window,Update,WhatsSidSettings
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDefault Constructor for JavaFX Preview in Eclipse, only (Player with default configuration for the controller)Create a scene in the existing primary stage.Create a scene in a new stage. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclose()voidclose(javafx.scene.Node node) javafx.stage.StagegetStage()getUtil()protected abstract voidvoidinitialize(URL location, ResourceBundle resources) booleanisWait()voidopen()voidsetCloseActionEnabler(Supplier<Boolean> closeActionEnabler) voidsetWait(boolean wait) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ui.common.UIPart
build, doClose, getBundleName, getFxml
-
Felddetails
-
util
-
stage
private javafx.stage.Stage stage -
scene
private javafx.scene.Scene scene -
wait
private boolean wait -
closeActionEnabler
-
-
Konstruktordetails
-
C64Window
public C64Window()Default Constructor for JavaFX Preview in Eclipse, only (Player with default configuration for the controller) -
C64Window
Create a scene in a new stage. -
C64Window
Create a scene in the existing primary stage.
-
-
Methodendetails
-
initialize
- Angegeben von:
initializein Schnittstellejavafx.fxml.Initializable
-
initialize
protected abstract void initialize() -
open
public void open() -
close
public void close() -
close
public void close(javafx.scene.Node node) -
setCloseActionEnabler
-
getStage
public javafx.stage.Stage getStage() -
isWait
public boolean isWait() -
setWait
public void setWait(boolean wait) -
getUtil
-