Uses of Class
org.smallmind.nutsnbolts.layout.ParaboxLayout
-
Packages that use ParaboxLayout Package Description org.smallmind.nutsnbolts.layout -
-
Uses of ParaboxLayout in org.smallmind.nutsnbolts.layout
Methods in org.smallmind.nutsnbolts.layout that return ParaboxLayout Modifier and Type Method Description protected ParaboxLayoutBox. getLayout()ParaboxLayoutParaboxLayout. setHorizontalBox(Box<?> horizontalBox)ParaboxLayoutParaboxLayout. setVerticalBox(Box<?> verticalBox)Constructors in org.smallmind.nutsnbolts.layout with parameters of type ParaboxLayout Constructor Description Box(Class<B> managedClass, ParaboxLayout layout)ParallelBox(ParaboxLayout layout)ParallelBox(ParaboxLayout layout, Alignment alignment)SerialBox(ParaboxLayout layout)SerialBox(ParaboxLayout layout, boolean greedy)SerialBox(ParaboxLayout layout, double gap)SerialBox(ParaboxLayout layout, double gap, boolean greedy)SerialBox(ParaboxLayout layout, double gap, Justification justification)SerialBox(ParaboxLayout layout, double gap, Justification justification, boolean greedy)SerialBox(ParaboxLayout layout, Gap gap)SerialBox(ParaboxLayout layout, Gap gap, boolean greedy)SerialBox(ParaboxLayout layout, Gap gap, Justification justification)SerialBox(ParaboxLayout layout, Gap gap, Justification justification, boolean greedy)SerialBox(ParaboxLayout layout, Justification justification)SerialBox(ParaboxLayout layout, Justification justification, boolean greedy)
-