Uses of Class
com.tick42.glue.desktop.layouts.Layout
| Package | Description |
|---|---|
| com.tick42.glue.desktop.layouts |
-
Uses of Layout in com.tick42.glue.desktop.layouts
Methods in com.tick42.glue.desktop.layouts that return types with arguments of type Layout Modifier and Type Method Description CompletionStage<Collection<Layout>>Layouts. exportLayouts()Exports the layouts of this user for external use.Collection<Layout>Layouts. list()Lists available layouts.Method parameters in com.tick42.glue.desktop.layouts with type arguments of type Layout Modifier and Type Method Description CompletionStage<Void>Layouts. importLayouts(Collection<Layout> layouts, LayoutImportMode mode)Imports layouts by either merging them or replacing them.