Uses of Class
io.guise.framework.component.layout.Region
-
Packages that use Region Package Description io.guise.framework.component.layout -
-
Uses of Region in io.guise.framework.component.layout
Fields in io.guise.framework.component.layout declared as Region Modifier and Type Field Description protected static Region[][][]
Region. REGIONS
The three regions for each axis/direction combination.Methods in io.guise.framework.component.layout that return Region Modifier and Type Method Description static Region
Region. getRegion(Orientation orientation, Flow flow, int regionIndex)
Determines the corresponding region for an orientation flow and absolute region number.Region
RegionConstraints. getRegion()
static Region
Region. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Region[]
Region. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.guise.framework.component.layout with parameters of type Region Modifier and Type Method Description Component
RegionLayout. getComponent(Region region)
Retrieves a component for a given region.Constructors in io.guise.framework.component.layout with parameters of type Region Constructor Description RegionConstraints(Region region)
Region constructor.
-