Uses of Class
org.smallmind.nutsnbolts.layout.Box
-
Packages that use Box Package Description org.smallmind.nutsnbolts.layout -
-
Uses of Box in org.smallmind.nutsnbolts.layout
Classes in org.smallmind.nutsnbolts.layout with type parameters of type Box Modifier and Type Class Description classBox<B extends Box<B>>Subclasses of Box in org.smallmind.nutsnbolts.layout Modifier and Type Class Description classParallelBoxclassSerialBoxMethods in org.smallmind.nutsnbolts.layout that return Box Modifier and Type Method Description Box<?>ParaboxLayout. getHorizontalBox()Box<?>ParaboxLayout. getVerticalBox()Methods in org.smallmind.nutsnbolts.layout with parameters of type Box Modifier and Type Method Description BBox. add(Box<?> box)BBox. add(Box<?> box, Constraint constraint)ParaboxLayoutParaboxLayout. setHorizontalBox(Box<?> horizontalBox)ParaboxLayoutParaboxLayout. setVerticalBox(Box<?> verticalBox)Constructors in org.smallmind.nutsnbolts.layout with parameters of type Box Constructor Description BoxParaboxElement(Box<?> box, Constraint constraint)
-