| Package | Description |
|---|---|
| edu.wisc.ssec.mcidasv.util |
| Modifier and Type | Method and Description |
|---|---|
static McVGuiUtils.Position |
McVGuiUtils.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McVGuiUtils.Position[] |
McVGuiUtils.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static JPanel |
McVGuiUtils.makeComponentLabeled(JComponent thing,
JLabel label,
McVGuiUtils.Position position) |
static JPanel |
McVGuiUtils.makeComponentLabeled(JComponent thing,
String label,
McVGuiUtils.Position position) |
static JPanel |
McVGuiUtils.makeLabeledComponent(JLabel label,
JComponent thing,
McVGuiUtils.Position position) |
static JPanel |
McVGuiUtils.makeLabeledComponent(String label,
JComponent thing,
McVGuiUtils.Position position) |
static void |
McVGuiUtils.setLabelPosition(JLabel existingLabel,
McVGuiUtils.Position position) |