net.sourceforge.pmd.cpd

Class GridBagHelper

public class GridBagHelper extends Object

BSD-style license; for more info see http://pmd.sourceforge.net/license.html
Constructor Summary
GridBagHelper(Container container, double[] weights)
Method Summary
voidadd(Component component)
voidadd(Component component, int width)
voidaddLabel(String label)
voidnextRow()

Constructor Detail

GridBagHelper

public GridBagHelper(Container container, double[] weights)

Method Detail

add

public void add(Component component)

add

public void add(Component component, int width)

addLabel

public void addLabel(String label)

nextRow

public void nextRow()