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

Field Summary
static String SCROLL_BAR_STYLE
          Widget style for scroll bar with spinner.
static String SLIDER_STYLE
          Widget style for slider with spinner.
static String SPINNER_STYLE
          Widget style for spinner only.
 
Method Summary
 
Methods inherited from interface org.scijava.widget.InputWidget
get, getValue, isLabeled, isMessage, refreshWidget, set, supports, updateModel
 
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
 
Methods inherited from interface org.scijava.Prioritized
getPriority, setPriority
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
 
Methods inherited from interface org.scijava.Typed
getType
 
Methods inherited from interface org.scijava.widget.UIComponent
getComponent, getComponentType
 

Field Detail

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–2015 SciJava. All rights reserved.