Uses of Enum
com.tick42.glue.desktop.layouts.LayoutComponentType
Packages that use LayoutComponentType
-
Uses of LayoutComponentType in com.tick42.glue.desktop.layouts
Methods in com.tick42.glue.desktop.layouts that return LayoutComponentTypeModifier and TypeMethodDescriptionstatic LayoutComponentTypeLayoutComponentType.fromString(String name) LayoutComponent.getComponentType()static LayoutComponentTypeReturns 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 LayoutComponentTypeModifierConstructorDescriptionLayoutComponent(String application, LayoutComponentType componentType, Map<String, Object> state)