|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use McVGuiUtils.Width | |
---|---|
edu.wisc.ssec.mcidasv.util |
Uses of McVGuiUtils.Width in edu.wisc.ssec.mcidasv.util |
---|
Methods in edu.wisc.ssec.mcidasv.util that return McVGuiUtils.Width | |
---|---|
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. |
Methods in edu.wisc.ssec.mcidasv.util with parameters of type McVGuiUtils.Width | ||
---|---|---|
static JComboBox |
McVGuiUtils.makeComboBox(Collection<?> items,
Object selected,
McVGuiUtils.Width width)
|
|
static
|
McVGuiUtils.makeComboBox(E[] items,
Object 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |