com.vistech.graphics
Class AttributeSetterUtil
java.lang.Object
|
+--com.vistech.graphics.AttributeSetterUtil
- public class AttributeSetterUtil
- extends java.lang.Object
A utility class that creates a variety of GUI components.
- Version:
- 1.0 24 July 1999
- Author:
- Larry Rodrigues
Method Summary |
static javax.swing.JComboBox |
createChoice(java.lang.Object obj,
java.lang.String prName,
java.lang.String[] tag,
int[] value)
|
static javax.swing.JComboBox |
createColorChoice(java.lang.Object obj,
java.lang.String prName)
|
static javax.swing.JPanel |
doGridbagLayout(java.awt.Component[] comp,
int column)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeSetterUtil
public AttributeSetterUtil()
doGridbagLayout
public static javax.swing.JPanel doGridbagLayout(java.awt.Component[] comp,
int column)
createChoice
public static javax.swing.JComboBox createChoice(java.lang.Object obj,
java.lang.String prName,
java.lang.String[] tag,
int[] value)
createColorChoice
public static javax.swing.JComboBox createColorChoice(java.lang.Object obj,
java.lang.String prName)