public class StageAppearanceManager
extends java.lang.Object
Stage instances.| Modifier and Type | Class and Description |
|---|---|
static class |
StageAppearanceManager.AppearanceOptions
Defines a set of options that governs that what degree a the appearance of a registered
Stage should be affected |
| Modifier and Type | Method and Description |
|---|---|
static StageAppearanceManager |
getInstance()
Get the singleton instance for the
StageAppearanceManager class. |
void |
register(javafx.stage.Stage stage)
Registers a
Stage so that its appearance can be altered by the manager. |
void |
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 |
void |
unregister(javafx.stage.Stage stage)
Unregister a
Stage from the StageAppearanceManager |
public static StageAppearanceManager getInstance()
StageAppearanceManager class.StageAppearanceManager class.public void unregister(javafx.stage.Stage stage)
Stage from the StageAppearanceManagerstage - the Stage to unregister.public void register(javafx.stage.Stage stage)
Stage so that its appearance can be altered by the manager.stage - the Stage to register in the StageAppearanceManagerpublic void register(javafx.stage.Stage stage,
StageAppearanceManager.AppearanceOptions... options)
Stage so that its appearance can be altered by the manager, according to the provided StageAppearanceManager.AppearanceOptionsstage - the Stage to register in the StageAppearanceManageroptions - Appearance StageAppearanceManager.AppearanceOptions to apply the the registered stage.Copyright © 2018 Frederic Thevenet. All rights reserved.