org.scijava.widget
Interface NumberWidget<U>
- All Superinterfaces:
- Comparable<Prioritized>, Contextual, HasPluginInfo, InputWidget<Number,U>, Prioritized, RichPlugin, SciJavaPlugin, Typed<WidgetModel>, TypedPlugin<WidgetModel>, UIComponent<U>, WrapperPlugin<WidgetModel>
public interface NumberWidget<U>
- extends InputWidget<Number,U>
Widget interface for number choosers.
- Author:
- Curtis Rueden
SLIDER_STYLE
static final String SLIDER_STYLE
- Widget style for slider with spinner.
- See Also:
Parameter.style()
,
Constant Field Values
SPINNER_STYLE
static final String SPINNER_STYLE
- Widget style for spinner only.
- See Also:
Parameter.style()
,
Constant Field Values
SCROLL_BAR_STYLE
static final String SCROLL_BAR_STYLE
- Widget style for scroll bar with spinner.
- See Also:
Parameter.style()
,
Constant Field Values
Copyright © 2009–2014 SciJava. All rights reserved.