org.scijava.widget
Interface TextWidget<U>

All Superinterfaces:
Comparable<Prioritized>, Contextual, HasPluginInfo, InputWidget<String,U>, Prioritized, RichPlugin, SciJavaPlugin, Typed<WidgetModel>, TypedPlugin<WidgetModel>, UIComponent<U>, WrapperPlugin<WidgetModel>

public interface TextWidget<U>
extends InputWidget<String,U>

Widget interface for text fields and areas.

Author:
Curtis Rueden

Field Summary
static String AREA_STYLE
          Widget style for text areas.
static String FIELD_STYLE
          Widget style for text fields.
static String PASSWORD_STYLE
          Widget style for password fields.
 
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

FIELD_STYLE

static final String FIELD_STYLE
Widget style for text fields.

See Also:
Parameter.style(), Constant Field Values

AREA_STYLE

static final String AREA_STYLE
Widget style for text areas.

See Also:
Parameter.style(), Constant Field Values

PASSWORD_STYLE

static final String PASSWORD_STYLE
Widget style for password fields.

See Also:
Parameter.style(), Constant Field Values


Copyright © 2009–2014 SciJava. All rights reserved.