Uses of Class
at.tuwien.ifs.somtoolbox.util.GridBagConstraintsIFS

Packages that use GridBagConstraintsIFS
at.tuwien.ifs.somtoolbox.util Provides various helper classes. 
 

Uses of GridBagConstraintsIFS in at.tuwien.ifs.somtoolbox.util
 

Methods in at.tuwien.ifs.somtoolbox.util that return GridBagConstraintsIFS
 GridBagConstraintsIFS GridBagConstraintsIFS.clone()
           
 GridBagConstraintsIFS GridBagConstraintsIFS.fillHeight()
          Create a new instance with vertical weight 1
 GridBagConstraintsIFS GridBagConstraintsIFS.fillWidth()
          Create a new instance with horizontal weight 1
 GridBagConstraintsIFS GridBagConstraintsIFS.moveTo(int x, int y)
          moves to the given position
 GridBagConstraintsIFS GridBagConstraintsIFS.nextCol()
          move into the next column
 GridBagConstraintsIFS GridBagConstraintsIFS.nextRow()
          move into the next row
 GridBagConstraintsIFS GridBagConstraintsIFS.resetWeights()
          resets the weights to 0
 GridBagConstraintsIFS GridBagConstraintsIFS.setAnchor(int anchor)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setFill(int fill)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setGridHeight(int gridheight)
          set the grid height
 GridBagConstraintsIFS GridBagConstraintsIFS.setGridWidth(int gridwidth)
          set the grid width
 GridBagConstraintsIFS GridBagConstraintsIFS.setInsets(Insets insets)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setInsets(int padding)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setInsets(int x, int y)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setPadding(int padx, int pady)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setPadding(int padx, int pady, Insets insets)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setWeights(int weightx, int weighty)
          set the x and y weights