org.scijava.widget
Interface DateWidget<U>

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

public interface DateWidget<U>
extends InputWidget<Date,U>

Widget interface for dates.

Author:
Curtis Rueden

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
 



Copyright © 2009–2014 SciJava. All rights reserved.