| Package | Description |
|---|---|
| eu.fthevenet.binjr.dialogs |
| Modifier and Type | Method and Description |
|---|---|
static StageAppearanceManager.AppearanceOptions |
StageAppearanceManager.AppearanceOptions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StageAppearanceManager.AppearanceOptions[] |
StageAppearanceManager.AppearanceOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StageAppearanceManager.register(javafx.stage.Stage stage,
StageAppearanceManager.AppearanceOptions... options)
Registers a
Stage so that its appearance can be altered by the manager, according to the provided StageAppearanceManager.AppearanceOptions |
Copyright © 2018 Frederic Thevenet. All rights reserved.