public class AboutInfoController extends DialogController<javafx.scene.control.ButtonType>
| Constructor and Description |
|---|
AboutInfoController() |
| Modifier and Type | Method and Description |
|---|---|
AboutInfoController |
addInfo(@Nullable java.net.URL url)
Add an info message to the dialog.
|
AboutInfoController |
setLogo(javafx.scene.image.Image image)
Set the application logo.
|
AboutInfoController |
setModuleInfo(de.carne.util.ManifestInfos moduleInfos)
Set the module information.
|
addButtonEventFilter, getModality, getStyle, getWindow, loadDialog, lookupButton, setupDialog, setupUI, show, showAndWaitgetResources, getUI, loadUIpublic AboutInfoController setModuleInfo(de.carne.util.ManifestInfos moduleInfos)
moduleInfos - the module information to display.public AboutInfoController setLogo(javafx.scene.image.Image image)
image - The logo image to display.public AboutInfoController addInfo(@Nullable java.net.URL url)
The first line of the submitted text resource is used as a title. The remaining lines are displayed as a single text.
If the submitted URL is null or cannot be read, no info message is added to the dialog.
url - The URL of the text resource to add.