Uses of Class
de.terrestris.shoguncore.model.layout.Layout
-
Packages that use Layout Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.model.layout de.terrestris.shoguncore.model.module de.terrestris.shoguncore.rest de.terrestris.shoguncore.service -
-
Uses of Layout in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type Layout Modifier and Type Class Description classLayoutDao<E extends Layout> -
Uses of Layout in de.terrestris.shoguncore.model.layout
Subclasses of Layout in de.terrestris.shoguncore.model.layout Modifier and Type Class Description classAbsoluteLayoutThis class is the representation of an absolute layout, where components are anchored in absolute positions, which are stored in theAbsoluteLayout.coordsproperty.classBorderLayoutThis class is the representation of an border layout, where components are anchored in (predefined) regions, which are stored in theBorderLayout.regionsproperty. -
Uses of Layout in de.terrestris.shoguncore.model.module
Methods in de.terrestris.shoguncore.model.module that return Layout Modifier and Type Method Description LayoutCompositeModule. getLayout()Methods in de.terrestris.shoguncore.model.module with parameters of type Layout Modifier and Type Method Description voidCompositeModule. setLayout(Layout layout) -
Uses of Layout in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type Layout Modifier and Type Class Description classLayoutRestController<E extends Layout,D extends LayoutDao<E>,S extends LayoutService<E,D>> -
Uses of Layout in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type Layout Modifier and Type Class Description classLayoutService<E extends Layout,D extends LayoutDao<E>>Service class for theLayoutmodel.
-