Package com.tick42.glue.desktop.layouts
Class Layout
java.lang.Object
com.tick42.glue.desktop.layouts.Layout
Describes a layout with all of its state.
-
Constructor Summary
ConstructorsConstructorDescriptionLayout(String name, LayoutType type, List<LayoutComponent> components, Map<String, Object> context) -
Method Summary
-
Constructor Details
-
Layout
public Layout(String name, LayoutType type, List<LayoutComponent> components, Map<String, Object> context)
-
-
Method Details
-
getName
-
getType
-
getComponents
-
getContext
-