edu.jhu.tmaj.client.tables
Class GridBagPanelMaker

java.lang.Object
  extended by edu.jhu.tmaj.client.tables.GridBagPanelMaker

final class GridBagPanelMaker
extends java.lang.Object

A Utility class for creating a component with a GridBagLayout.


Constructor Summary
GridBagPanelMaker()
           
 
Method Summary
 void add(java.awt.Component comp)
           
 void add(java.awt.Component comp, int x, int y)
           
 javax.swing.JPanel getPanel()
           
 void nextColumn()
           
 void nextRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridBagPanelMaker

public GridBagPanelMaker()
Method Detail

add

public void add(java.awt.Component comp)

nextRow

public void nextRow()

nextColumn

public void nextColumn()

add

public void add(java.awt.Component comp,
                int x,
                int y)

getPanel

public javax.swing.JPanel getPanel()