Package | Description |
---|---|
conexp.fx.gui.notification |
Modifier and Type | Method and Description |
---|---|
static Notification.TransitionType |
Notification.TransitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.TransitionType[] |
Notification.TransitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Notification.setContentPane(javafx.scene.layout.Pane contentPane,
javafx.geometry.Pos position,
int xShift,
int yShift,
Notification.TransitionType type) |
protected void |
Notification.setContentPane(javafx.scene.layout.Pane contentPane,
javafx.geometry.Pos position,
int xShift,
int yShift,
Notification.TransitionType type,
javafx.util.Duration duration) |
Constructor and Description |
---|
Notification(javafx.scene.layout.Pane contentPane,
javafx.geometry.Pos position,
int xShift,
int yShift,
Notification.TransitionType type) |
Notification(javafx.scene.layout.Pane contentPane,
javafx.geometry.Pos position,
int xShift,
int yShift,
Notification.TransitionType type,
javafx.util.Duration duration) |
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.