.. | |
---|
Anchor | |
AnchorPane | |
ColLayout | A ColLayout is a layout that represents a single row of elements (a set
of multiple columns). Each column has the same size and can contain one
element only. If another element is added to the same column, the column's
current element is removed from the layout. |
Expander | |
ExpanderDirection | The direction the Expander grows in. |
GridLayout | A GridLayout is a Layout that places elements into equal-sized grid
cells. |
Layout | Base class for all layouts. |
RowLayout | A RowLayout is a layout that represents a single column of elements (a set
of multple rows). Each row has the same size and can contain one element
only. If another element is added to the same row, the row's current element
is removed from the layout. |
ScrollPane | A scroll pane works like an AnchorPane with scroll bars if the content
grows larger than the scroll pane element. |