Uses of Class
com.tick42.glue.desktop.layouts.LayoutComponentType
-
Packages that use LayoutComponentType Package Description com.tick42.glue.desktop.layouts -
-
Uses of LayoutComponentType in com.tick42.glue.desktop.layouts
Methods in com.tick42.glue.desktop.layouts that return LayoutComponentType Modifier and Type Method Description static LayoutComponentTypeLayoutComponentType. fromString(String name)LayoutComponentTypeLayoutComponent. getComponentType()static LayoutComponentTypeLayoutComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static LayoutComponentType[]LayoutComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.tick42.glue.desktop.layouts with parameters of type LayoutComponentType Constructor Description LayoutComponent(String application, LayoutComponentType componentType, Map<String,Object> state)
-