public abstract class TsdbScene
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
TsdbScene(Stage stage,
java.lang.String title) |
protected |
TsdbScene(java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
protected abstract Parent |
createContent() |
protected void |
onClose() |
protected void |
onShown() |
void |
show() |
protected final Stage stage
protected TsdbScene(java.lang.String title)
protected TsdbScene(Stage stage, java.lang.String title)
protected abstract Parent createContent()
public final void show()
protected void onShown()
protected void onClose()