|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridSpanConstraints | |
kirk.gui.layout |
Uses of GridSpanConstraints in kirk.gui.layout |
Methods in kirk.gui.layout that return GridSpanConstraints | |
GridSpanConstraints |
GridSpanLayout.getConstraints(Component component)
Returns the GridSpanConstraints that is associated with the
passed key. |
GridSpanConstraints |
GridSpanLayout.setConstraints(Component component,
GridSpanConstraints constraints)
Adds a new association to the internal mapping. |
GridSpanConstraints |
GridSpanLayout.removeConstraints(Component component)
Removes the association indicated by the component from the internal mapping. |
Methods in kirk.gui.layout with parameters of type GridSpanConstraints | |
boolean |
GridSpanLayout.outOfBounds(GridSpanConstraints constraints)
Check whether the passed constraints are out of bounds. |
GridSpanConstraints |
GridSpanLayout.setConstraints(Component component,
GridSpanConstraints constraints)
Adds a new association to the internal mapping. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |