Uses of Interface
ucar.unidata.util.DatedThing
Packages that use DatedThing
Package
Description
DataSource classes and utilities for radar data.
Choosers for the IDV.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
User interface utilities: extensions of AWT and Swing classes.
General utilities.
-
Uses of DatedThing in ucar.unidata.data.radar
Classes in ucar.unidata.data.radar that implement DatedThingModifier and TypeClassDescriptionclass
Class DatasetURIInfo _more_class
Class InvDatasetInfo _more_class
Class DatasetURIInfo _more_class
Class to hold an InvDataset and a Date -
Uses of DatedThing in ucar.unidata.idv.chooser
Classes in ucar.unidata.idv.chooser that implement DatedThingModifier and TypeClassDescriptionclass
The Class DatasetURIInfo.class
Class to hold an InvDataset and a DateMethods in ucar.unidata.idv.chooser that return types with arguments of type DatedThingModifier and TypeMethodDescriptionprotected List
<DatedThing> TimesChooser.makeDatedObjects
(List items) Utility to wrap the given items as DatedThings -
Uses of DatedThing in ucar.unidata.idv.control
Classes in ucar.unidata.idv.control that implement DatedThingModifier and TypeClassDescriptionstatic class
Class DatedText Holds text and a date -
Uses of DatedThing in ucar.unidata.ui
Methods in ucar.unidata.ui that return DatedThingModifier and TypeMethodDescriptionprotected DatedThing
Timeline.findClosest
(Point p) find closest thingprotected DatedThing
Timeline.findClosest
(Point p, int minimumDistance) find closest thingTimeline.getHighlightedDate()
Methods in ucar.unidata.ui with parameters of type DatedThing -
Uses of DatedThing in ucar.unidata.util
Classes in ucar.unidata.util that implement DatedThingMethod parameters in ucar.unidata.util with type arguments of type DatedThingModifier and TypeMethodDescriptionDate[]
DateSelection.getRange
(List<DatedThing> dataTimes) _more_