Package

io.youi.hypertext

layout

Permalink

package layout

Visibility
  1. Public
  2. All

Type Members

  1. abstract class BasicLayout extends Layout with Listener[Vector[AbstractComponent]]

    Permalink
  2. class FlowLayout extends BasicLayout

    Permalink
  3. class GridLayout extends BasicLayout

    Permalink
  4. abstract class Layout extends AnyRef

    Permalink

    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 no layout is defined and each child is responsible for its own positioning and sizing.

  5. class VerticalBoxLayout extends BasicLayout

    Permalink

Value Members

  1. object Layout

    Permalink

Ungrouped