Uses of Class
net.miginfocom.layout.Grid.Cell
Packages that use Grid.Cell
-
Uses of Grid.Cell in net.miginfocom.layout
Fields in net.miginfocom.layout with type parameters of type Grid.CellModifier and TypeFieldDescriptionprivate final LinkedHashMap
<Integer, Grid.Cell> Grid.grid
An x, y array implemented as a sparse array to accommodate for any grid size without wasting memory (or rather 15 bit (0-MAX_GRID * 0-MAX_GRID).Methods in net.miginfocom.layout that return Grid.CellMethods in net.miginfocom.layout with parameters of type Grid.CellMethod parameters in net.miginfocom.layout with type arguments of type Grid.CellModifier and TypeMethodDescriptionprivate static void
Grid.saveGrid
(ComponentWrapper parComp, LinkedHashMap<Integer, Grid.Cell> grid) private static void
Grid.sortCellsByPlatform
(Collection<Grid.Cell> cells, ContainerWrapper parent) Sort components (normally buttons in a button bar) so they appear in the correct order.