DervaFX Wiki
DervaWindow
Window
DervaWindow is part of the current public DervaFX API surface and is generated directly from the public Java source.
Current Methods
text(String value) : DervaWindowdraggable(boolean value) : DervaWindowresizable(boolean value) : DervaWindowresizable(boolean horizontal, boolean vertical) : DervaWindowresizableHorizontal(boolean value) : DervaWindowresizableVertical(boolean value) : DervaWindowadd(DervaElement<?> child) : DervaWindowremove(DervaElement<?> child) : DervaWindowclear() : DervaWindowtoFront() : DervaWindowpadding(Insets padding) : DervaWindowspacing(double value) : DervaWindowalign(Pos alignment) : DervaWindowfillWidth() : DervaWindowsize(double width, double height) : DervaWindowminSize(double width, double height) : DervaWindowmaxSize(double width, double height) : DervaWindow
Inherited DervaElement Helpers
position(double x, double y)size(double width, double height)minSize(double width, double height)maxSize(double width, double height)padding(Insets insets)padding(double value)spacing(double value)align(Pos pos)fillWidth()fillHeight()text(String value)visible(boolean value)enabled(boolean value)cssClass(String className)style(String inlineStyle)anchorFill()
Notes
- DervaWindow moves its wrapper root rather than the internal VBox.
- This is one of the main public pieces that gives the library its Derma-inspired feel.