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

Packages that use GridBagConstraintsIFS
at.tuwien.ifs.somtoolbox.apps.viewer.controls This package provides control elements, mostly dialogs, for the SOMViewer application. 
at.tuwien.ifs.somtoolbox.util Provides various helper classes. 
 

Uses of GridBagConstraintsIFS in at.tuwien.ifs.somtoolbox.apps.viewer.controls
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls declared as GridBagConstraintsIFS
private  GridBagConstraintsIFS ClusteringControl.c
           
 

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.setBottonInset(int bottom)
           
 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.setLeftInset(int left)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setPadding(int padx, int pady)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setPadding(int padx, int pady, Insets insets)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setRightInset(int right)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setTopInset(int top)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setWeights(double weightx, double weighty)
          set the x and y weights
 GridBagConstraintsIFS GridBagConstraintsIFS.setWeightX(double weightX)
           
 GridBagConstraintsIFS GridBagConstraintsIFS.setWeightY(double weightY)