Uses of Class
jexer.layout.AnchoredLayoutManager.Anchor
-
Packages that use AnchoredLayoutManager.Anchor Package Description jexer.layout Available layout managers. -
-
Uses of AnchoredLayoutManager.Anchor in jexer.layout
Methods in jexer.layout that return AnchoredLayoutManager.Anchor Modifier and Type Method Description static AnchoredLayoutManager.AnchorAnchoredLayoutManager.Anchor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AnchoredLayoutManager.Anchor[]AnchoredLayoutManager.Anchor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jexer.layout with parameters of type AnchoredLayoutManager.Anchor Modifier and Type Method Description voidAnchoredLayoutManager. setAnchor(TWidget child, TWidget relativeWidget, AnchoredLayoutManager.Anchor anchor)Set a child widget's anchor.
-