| Package | Description |
|---|---|
| eu.fthevenet.binjr.controllers | |
| eu.fthevenet.binjr.preferences |
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.control.ChoiceBox<NotificationDurationChoices> |
PreferenceDialogController.notifcationDurationChoiceBox |
| Modifier and Type | Method and Description |
|---|---|
static NotificationDurationChoices |
NotificationDurationChoices.valueOf(javafx.util.Duration duration)
Returns the
NotificationDurationChoices value corresponding to the provided duration or NotificationDurationChoices.NEVER if there isn't one. |
static NotificationDurationChoices |
NotificationDurationChoices.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationDurationChoices[] |
NotificationDurationChoices.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.