public abstract class Assistent<T> extends AssistentPage<T>
Modifier and Type | Field and Description |
---|---|
protected Map<String,AssistentPage<?>> |
availablePages |
protected javafx.beans.property.StringProperty |
currentNextPageIdProperty |
protected javafx.beans.property.ObjectProperty<AssistentPage<?>> |
currentPage |
protected javafx.beans.property.ObjectProperty<Object> |
currentResultProperty |
protected int |
height |
protected javafx.stage.Stage |
owner |
protected javafx.scene.layout.BorderPane |
pane |
protected javafx.beans.property.ListProperty<AssistentPage<?>> |
previousPages |
protected javafx.stage.Stage |
stage |
protected javafx.scene.text.Text |
text |
protected javafx.scene.text.Text |
title |
protected int |
width |
contentProperty, nextPageIdBinding, resultProperty, textProperty, titleProperty
Constructor and Description |
---|
Assistent(javafx.stage.Stage owner,
String stageTitle,
String title,
String text,
javafx.scene.Node content,
com.google.common.base.Function<T,String> nextPageIdFunction) |
Modifier and Type | Method and Description |
---|---|
protected void |
cancel() |
protected void |
createBottom() |
protected abstract javafx.scene.Node |
createInitialNode() |
protected abstract void |
createPages() |
protected void |
createTop() |
protected void |
initialize() |
protected void |
next() |
protected void |
previous() |
void |
showAndWait() |
onNext
protected final int width
protected final int height
protected final javafx.stage.Stage stage
protected final javafx.scene.layout.BorderPane pane
protected final javafx.scene.text.Text title
protected final javafx.scene.text.Text text
protected final Map<String,AssistentPage<?>> availablePages
protected final javafx.beans.property.ObjectProperty<AssistentPage<?>> currentPage
protected final javafx.beans.property.ObjectProperty<Object> currentResultProperty
protected final javafx.beans.property.StringProperty currentNextPageIdProperty
protected final javafx.beans.property.ListProperty<AssistentPage<?>> previousPages
protected final javafx.stage.Stage owner
protected void initialize()
public void showAndWait()
protected abstract javafx.scene.Node createInitialNode()
protected abstract void createPages()
protected final void next()
protected final void previous()
protected final void cancel()
protected final void createTop()
protected final void createBottom()
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.