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