public class FlowEntryValueDialog
extends java.lang.Object
FlowWidget to let the user edit the value
of a FlowEntry.| Constructor and Description |
|---|
FlowEntryValueDialog() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Double |
showValueDialog(double value,
java.text.NumberFormat floatFormatter)
Opens a Dialog for entering a float number.
|
public static java.lang.Double showValueDialog(double value,
java.text.NumberFormat floatFormatter)
value - The initial value to be shownNULL if the user did not
close the dialog using the "Set" button