public interface DashboardGui
Modifier and Type | Method and Description |
---|---|
void |
removeTile(String tileId) |
void |
showInOverlay(javafx.scene.Node node,
String title,
javafx.scene.Node settingsContent,
String ownerTileType)
Shows a JavaFX component in a maximized panel on top of the Dashboard.
|
void showInOverlay(javafx.scene.Node node, String title, @Nullable javafx.scene.Node settingsContent, String ownerTileType)
node
- the component to showtitle
- the title displayed in the top bar of the componentvoid removeTile(String tileId)
Copyright © 2019. All rights reserved.