package layout
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class FlowLayout extends Layout
- class GridLayout extends Layout
-
trait
Layout extends AnyRef
Layouts can be defined and connected to an AbstractContainer to manage the layout of the children.
Layouts can be defined and connected to an AbstractContainer to manage the layout of the children. By default Layout.None is defined and each child is responsible for its own positioning and sizing.
- case class Margins(left: Double = 0.0, right: Double = 0.0, top: Double = 0.0, bottom: Double = 0.0) extends Product with Serializable
- class VerticalLayout extends Layout