public class AboutStageBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
javafx.stage.Stage |
build() |
static AboutStageBuilder |
start(String title) |
AboutStageBuilder |
withAppName(String name) |
AboutStageBuilder |
withCloseOnFocusLoss() |
AboutStageBuilder |
withCopyright(String copyright) |
AboutStageBuilder |
withHtml(String html) |
AboutStageBuilder |
withImage(javafx.scene.image.Image image) |
AboutStageBuilder |
withSize(int with,
int height) |
AboutStageBuilder |
withTitle(String title) |
AboutStageBuilder |
withUrl(String url) |
AboutStageBuilder |
withVersionString(String version) |
public javafx.stage.Stage build()
public AboutStageBuilder withCloseOnFocusLoss()
public AboutStageBuilder withSize(int with, int height)
public AboutStageBuilder withTitle(String title)
public AboutStageBuilder withVersionString(String version)
public AboutStageBuilder withAppName(String name)
public AboutStageBuilder withHtml(String html)
public AboutStageBuilder withUrl(String url)
public AboutStageBuilder withCopyright(String copyright)
public AboutStageBuilder withImage(javafx.scene.image.Image image)
public static AboutStageBuilder start(String title)
Copyright © 2016 CenterDevice GmbH. All rights reserved.