© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.util
Class FormBuilder

java.lang.Object
  extended by org.ximtec.igesture.tool.util.FormBuilder

public class FormBuilder
extends Object

This is a simple two column form builder.

Author:
Ueli Kurmann

Field Summary
static int LEFT
           
static int RIGHT
           
 
Constructor Summary
FormBuilder()
           
 
Method Summary
 void addLeft(JComponent component)
           
 void addRight(JComponent component)
           
 JPanel getPanel()
           
 void nextLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

public static final int LEFT
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values
Constructor Detail

FormBuilder

public FormBuilder()
Method Detail

nextLine

public void nextLine()

addLeft

public void addLeft(JComponent component)

addRight

public void addRight(JComponent component)

getPanel

public JPanel getPanel()

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.