public class Utilities
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.deckfour.uitopia.api.model.ViewType |
dummyViewType
Dummy view type for not showing any visualizer in the dropdown
|
Constructor and Description |
---|
Utilities() |
Modifier and Type | Method and Description |
---|---|
static void |
changeIcon(javafx.scene.control.Label button,
java.lang.String oldIcon,
java.lang.String newIcon)
Updates the icon of a Label button.
|
static void |
setAnchors(javafx.scene.Node node,
double value)
Sets the anchors for each side of a node to some value.
|
public static org.deckfour.uitopia.api.model.ViewType dummyViewType
public static void setAnchors(javafx.scene.Node node, double value)
public static void changeIcon(javafx.scene.control.Label button, java.lang.String oldIcon, java.lang.String newIcon)