Layer implementations can be found
in this package.| Class | Description |
|---|---|
| FloatingActionButton |
The floating action button consists of a button placed on a
Layer. |
| MenuPopupView |
The MenuPopupView class is used to show JavaFX
Menu instances within the user interface - it will appear
relative to the given owner node. |
| MenuSidePopupView |
The MenuPopupView class is a layer used to show JavaFX Menu instances within the user interface that will scroll
out from the edge of the screen.
|
| PopupView |
The PopupView class is used to show a list of Nodes within the user interface - it will appear
relative to the given owner node.
|
| SidePopupView |
The SidePopupView class is a Layer used to show a JavaFX Node that will scroll out from the edge of the screen.
|
| SnackbarPopupView |
The SnackbarPopupView class is used to show a message - it will scroll out from the bottom of the screen.
|