Uses of Class
com.tick42.glue.desktop.layouts.LayoutImportMode
-
Packages that use LayoutImportMode Package Description com.tick42.glue.desktop.layouts -
-
Uses of LayoutImportMode in com.tick42.glue.desktop.layouts
Methods in com.tick42.glue.desktop.layouts that return LayoutImportMode Modifier and Type Method Description static LayoutImportModeLayoutImportMode. fromString(String mode)static LayoutImportModeLayoutImportMode. valueOf(String name)Returns 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 LayoutImportMode Modifier and Type Method Description CompletionStage<Void>Layouts. importLayouts(Collection<Layout> layouts, LayoutImportMode mode)Imports layouts by either merging them or replacing them.
-