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

Field Summary
static String LIST_BOX_STYLE
          Widget style for list boxes.
static String RADIO_BUTTON_HORIZONTAL_STYLE
          Widget style for radio buttons arranged on a single line.
static String RADIO_BUTTON_VERTICAL_STYLE
          Widget style for radio buttons arranged one per line.
 
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

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