Uses of Class
net.miginfocom.layout.Grid.Cell
-
Packages that use Grid.Cell Package Description net.miginfocom.layout -
-
Uses of Grid.Cell in net.miginfocom.layout
Fields in net.miginfocom.layout with type parameters of type Grid.Cell Modifier and Type Field Description private java.util.LinkedHashMap<java.lang.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.Cell Modifier and Type Method Description private Grid.Cell
Grid. getCell(int r, int c)
Methods in net.miginfocom.layout with parameters of type Grid.Cell Modifier and Type Method Description private void
Grid. setCell(int r, int c, Grid.Cell cell)
Method parameters in net.miginfocom.layout with type arguments of type Grid.Cell Modifier and Type Method Description private static void
Grid. saveGrid(ComponentWrapper parComp, java.util.LinkedHashMap<java.lang.Integer,Grid.Cell> grid)
private static void
Grid. sortCellsByPlatform(java.util.Collection<Grid.Cell> cells, ContainerWrapper parent)
Sort components (normally buttons in a button bar) so they appear in the correct order.
-