Uses of Class
net.miginfocom.layout.Grid.LinkedDimGroup
-
Packages that use Grid.LinkedDimGroup Package Description net.miginfocom.layout -
-
Uses of Grid.LinkedDimGroup in net.miginfocom.layout
Methods in net.miginfocom.layout that return Grid.LinkedDimGroup Modifier and Type Method Description private static Grid.LinkedDimGroup
Grid. getGroupContaining(java.util.ArrayList<Grid.LinkedDimGroup>[] groupLists, Grid.CompWrap cw)
Methods in net.miginfocom.layout that return types with arguments of type Grid.LinkedDimGroup Modifier and Type Method Description private java.util.ArrayList<Grid.LinkedDimGroup>[]
Grid. divideIntoLinkedGroups(boolean isRows)
For one dimension divide the component wraps into logical groups.Method parameters in net.miginfocom.layout with type arguments of type Grid.LinkedDimGroup Modifier and Type Method Description private static int
Grid. getTotalGroupsSizeParallel(java.util.ArrayList<Grid.LinkedDimGroup> groups, int sType, boolean countSpanning)
-