Uses of Enum
com.tick42.glue.desktop.layouts.LayoutImportMode
Packages that use LayoutImportMode
-
Uses of LayoutImportMode in com.tick42.glue.desktop.layouts
Methods in com.tick42.glue.desktop.layouts that return LayoutImportModeModifier and TypeMethodDescriptionstatic LayoutImportModeLayoutImportMode.fromString(String mode) static LayoutImportModeReturns the enum constant of this type with the specified name.static LayoutImportMode[]LayoutImportMode.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 LayoutImportModeModifier and TypeMethodDescriptionLayouts.importLayouts(Collection<Layout> layouts, LayoutImportMode mode) Imports layouts by either merging them or replacing them.