Uses of Class
kirk.gui.layout.GridSpanConstraints

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(java.awt.Component component)
          Returns the GridSpanConstraints that is associated with the passed key.
 GridSpanConstraints GridSpanLayout.setConstraints(java.awt.Component component, GridSpanConstraints constraints)
          Adds a new association to the internal mapping.
 GridSpanConstraints GridSpanLayout.removeConstraints(java.awt.Component component)
          Removes the association indicated by the component from the internal mapping.
 

Methods in kirk.gui.layout with parameters of type GridSpanConstraints
protected  boolean GridSpanLayout.outOfBounds(GridSpanConstraints constraints)
          Check whether the passed constraints are out of bounds.
 GridSpanConstraints GridSpanLayout.setConstraints(java.awt.Component component, GridSpanConstraints constraints)
          Adds a new association to the internal mapping.