Uses of Enum
com.tick42.glue.desktop.layouts.LayoutType
Packages that use LayoutType
-
Uses of LayoutType in com.tick42.glue.desktop.layouts
Methods in com.tick42.glue.desktop.layouts that return LayoutTypeModifier and TypeMethodDescriptionstatic LayoutTypeLayoutType.fromString(String name) LayoutSaveRequest.getLayoutType()Returns the type of the layout to be saved.Layout.getType()LayoutRestoreOptions.getType()NewLayoutOptions.getType()static LayoutTypeReturns the enum constant of this type with the specified name.static LayoutType[]LayoutType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tick42.glue.desktop.layouts with parameters of type LayoutTypeModifier and TypeMethodDescriptionLayouts.delete(LayoutType type, String name) Delete a layout via its name and typeLayoutRestoreOptions.Builder.withType(LayoutType type) NewLayoutOptions.Builder.withType(LayoutType type) Constructors in com.tick42.glue.desktop.layouts with parameters of type LayoutTypeModifierConstructorDescriptionLayout(String name, LayoutType type, List<LayoutComponent> components, Map<String, Object> context)