Package | Description |
---|---|
edu.wisc.ssec.mcidasv.util |
Modifier and Type | Method and Description |
---|---|
static McVGuiUtils.Width |
McVGuiUtils.Width.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McVGuiUtils.Width[] |
McVGuiUtils.Width.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <E> JComboBox<E> |
McVGuiUtils.makeComboBox(Collection<E> items,
E selected,
McVGuiUtils.Width width) |
static <E> JComboBox<E> |
McVGuiUtils.makeComboBox(E[] items,
E selected,
McVGuiUtils.Width width) |
static JLabel |
McVGuiUtils.makeLabelLeft(String title,
McVGuiUtils.Width width) |
static JLabel |
McVGuiUtils.makeLabelRight(String title,
McVGuiUtils.Width width) |
static JTextField |
McVGuiUtils.makeTextField(String value,
McVGuiUtils.Width width) |
static void |
McVGuiUtils.setComponentWidth(JComponent existingComponent,
McVGuiUtils.Width width)
Set the width of an existing component using standard McIDAS-V component
widths.
|