public interface DashboardGui
Defines the public operations of a Dashboard component.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
removeTile(java.lang.String tileId) |
|
public void |
showInOverlay(org.w3c.dom.Node node, java.lang.String title, org.w3c.dom.Node settingsContent, java.lang.String ownerTileType)Shows a JavaFX component in a maximized panel on top of the Dashboard. |
Shows a JavaFX component in a maximized panel on top of the Dashboard.
node - the component to showtitle - the title displayed in the top bar of the component