Interface NumberRangeDialogInput
- All Superinterfaces:
DialogInput
A number range dialog input.
Created via DialogInput.numberRange(String, int, Component, String, float, float, Float, Float)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA builder for creating instances ofNumberRangeDialogInput. -
Method Summary
Modifier and TypeMethodDescriptionfloatend()The end of the range.initial()The initial value of the input, or null if not set.label()The label for the input.The format for the label, which can be a translation key or a format string.floatstart()The start of the range.step()The step size for the input, or null if not set.width()The width of the input.Methods inherited from interface DialogInput
key
-
Method Details
-
width
-
label
-
labelFormat
-
start
-
end
-
initial
-
step
-