Class FlexLayout

java.lang.Object
com.spinyowl.legui.system.layout.flex.FlexLayout
All Implemented Interfaces:
Layout

public class FlexLayout extends Object implements Layout
  • Field Details

  • Constructor Details

    • FlexLayout

      public FlexLayout()
  • Method Details

    • layout

      public void layout(Component parent)
      Used to lay out child components for parent component.
      Specified by:
      layout in interface Layout
      Parameters:
      parent - component to lay out.
    • layout

      public void layout(Component parent, Frame frame, Context context)
      Used to lay out child components for parent component.
      Specified by:
      layout in interface Layout
      Parameters:
      parent - component to lay out.
      frame - component frame (for event generation).
      context - context (used for event generation).