org.scijava.widget
Interface ChoiceWidget<U>
- All Superinterfaces:
- Comparable<Prioritized>, Contextual, HasPluginInfo, InputWidget<String,U>, Prioritized, RichPlugin, SciJavaPlugin, Typed<WidgetModel>, TypedPlugin<WidgetModel>, UIComponent<U>, WrapperPlugin<WidgetModel>
public interface ChoiceWidget<U>
- extends InputWidget<String,U>
Widget interface for multiple choice selectors.
- Author:
- Curtis Rueden
LIST_BOX_STYLE
static final String LIST_BOX_STYLE
- Widget style for list boxes.
- See Also:
Parameter.style()
,
Constant Field Values
RADIO_BUTTON_HORIZONTAL_STYLE
static final String RADIO_BUTTON_HORIZONTAL_STYLE
- Widget style for radio buttons arranged on a single line.
- See Also:
Parameter.style()
,
Constant Field Values
RADIO_BUTTON_VERTICAL_STYLE
static final String RADIO_BUTTON_VERTICAL_STYLE
- Widget style for radio buttons arranged one per line.
- See Also:
Parameter.style()
,
Constant Field Values
Copyright © 2009–2015 SciJava. All rights reserved.