Uses of Class
ucar.unidata.data.DataChoice
Packages that use DataChoice
Package
Description
The data package.
DataSource classes and utilities for GIS-like data.
DataSource classes and utilities for gridded data.
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
DataSource classes and utilities for point (e.g., surface) data.
DataSource classes and utilities for wind profiler data.
DataSource classes and utilities for radar data.
DataSource classes and utilities for sounding data.
DataSource classes and utilities for text-like data.
The idv package.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
Charting facilities used by DisplayControls.
User Interface (UI) classes for the IDV
-
Uses of DataChoice in ucar.unidata.data
Subclasses of DataChoice in ucar.unidata.dataModifier and TypeClassDescriptionclass
A class for compositing data choices.class
A data choice that simply holds a reference to a visad.Data objectclass
A subclass of DataChoice for derived quantities.class
A subclass of DataChoice for supporting a leaf choice.class
A subclass of DataChoice for derived quantities.class
Represents a DataChoice in a formula that is unbound.class
A DataChoice for a URLclass
Represents a DataChoice in a formula that is numeric.Fields in ucar.unidata.data declared as DataChoiceModifier and TypeFieldDescriptionprotected DataChoice
DataInstance.dataChoice
TheDataChoice
associated with the instanceprotected DataChoice
DataChoice.parent
DataChoice-s can follow a composite pattern.Fields in ucar.unidata.data with type parameters of type DataChoiceModifier and TypeFieldDescriptionprotected List
<DataChoice> DataSourceImpl.dataChoices
List of associated DataChoicesMethods in ucar.unidata.data that return DataChoiceModifier and TypeMethodDescriptionCompositeDataChoice.cloneMe()
Method for cloning this choice.abstract DataChoice
DataChoice.cloneMe()
Create a new instance of this DataChoice.DataDataChoice.cloneMe()
Clone meDerivedDataChoice.cloneMe()
Create a new instance of this object.DirectDataChoice.cloneMe()
Method for cloning.ListDataChoice.cloneMe()
Create a new instance of this object.UnboundDataChoice.cloneMe()
Create a clone of this.UrlDataChoice.cloneMe()
Override superclass method for creating a clone.UserDataChoice.cloneMe()
Make a clone of me.final DataChoice
DataChoice.createClone()
Create a new instance of this DataChoice.DataSource.findDataChoice
(Object dataChoiceId) A utility method to find a given DataChoice based on the idDataSourceImpl.findDataChoice
(Object id) Search through the list of DataChoice-s and return the DataChoice object whose id equals the given id parameter.ListDataSource.get
(int i) Get the DataChoice at index iCacheDataSource.DataChoiceHolder.getDataChoice()
Get the DataChoice property.DataInstance.getDataChoice()
Get theDataChoice
associated with this instance.DataChoice.getParent()
Return the parent of this DataChoice (may be, and usually is, null).Methods in ucar.unidata.data with parameters of type DataChoiceModifier and TypeMethodDescriptionprotected void
ListDataChoice.addDataChangeListeners
(DataChoice dataChoice) Add the data change listeners to the data choicevoid
CacheDataSource.addDataChoice
(DataChoice dataChoice, String name, Data data) Add a data choice into the list with the given name.void
CacheDataSource.addDataChoice
(DataChoice dataChoice, String name, Data data, DataSelection dataSelection) add the data choicevoid
CompositeDataChoice.addDataChoice
(DataChoice c) Add aDataChoice
to the compositeprotected void
DataSourceImpl.addDataChoice
(DataChoice choice) Insert the new DataChoice into the dataChoice list.void
ListDataSource.addDataChoice
(DataChoice choice) Add a DataChoice.static void
DerivedDataDescriptor.addToChoicesSoFar
(Hashtable choicesSoFar, DataChoice dataChoice) Add the given data choice into the Hashtable of choicesSoFar.boolean
DataChoice.basicallyEquals
(DataChoice that) This just checks for basic equality.boolean
DirectDataChoice.basicallyEquals
(DataChoice that) This just checks for basic equality.boolean
ListDataChoice.basicallyEquals
(DataChoice that) This just checks for basic equality.boolean
DataSource.canAddCurrentName
(DataChoice dataChoice) can we add the data choice to the global list of parameter namesboolean
DataSourceImpl.canAddCurrentName
(DataChoice dataChoice) Can we add the data choice name to the global list of parameter names (used in the station model editor)boolean
ListDataSource.contains
(DataChoice choice) See if this contains the choice in question.protected Object
DataSourceImpl.createCacheKey
(DataChoice dataChoice, DataSelection dataSelection, Hashtable requestProperties) Utility to create the key used when cachingDataSource.getAllDateTimes
(DataChoice dataChoice) Get the list of all times available from the DataChoiceDataSourceImpl.getAllDateTimes
(DataChoice dataChoice) Get all the times for the given DataChoiceDataSource.getAllLevels
(DataChoice dataChoice) Get the list of all levels available from this DataSourceDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get all levels for the data choice and selectionDataSourceImpl.getAllLevels
(DataChoice dataChoice) Get the list of all levels available from this DataSourceDataSourceImpl.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get all of the levelsDataSourceImpl.getAllTimesForTimeDriver
(DataChoice dataChoice, DataSelection selection, List<DateTime> timeDriverTimes) Get the list of times to compare to the time driver timesDataSource.getData
(DataChoice dataChoice, DataCategory category, Hashtable requestProperties) Return the visad.Data object represented by the given dataChoice argumentDataSource.getData
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Return the visad.Data object represented by the given dataChoice argumentDataSourceImpl.getData
(DataChoice dataChoice, DataCategory dataCategory, Hashtable requestProperties) Get the data applicable to the DataChoice and selection criteria.DataSourceImpl.getData
(DataChoice dataChoice, DataCategory category, DataSelection incomingDataSelection, Hashtable requestProperties) Get the data applicable to the DataChoice and selection criteria.protected Data
CacheDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) protected Data
DataSourceImpl.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection) Have this one around for other, non-unidata, datasource implementations.protected Data
DataSourceImpl.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
DescriptorDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Override the superclass method to return null, since this does not have any data.protected Data
ListDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) This should never get called.protected Data
SerializedDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
VisadDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) This method should create and return the visad.Data that is identified by the givenDataChoice
.DataSource.getDataSelectionComponents
(DataChoice dataChoice) Returns a list of DataSelectionComponents that are shown in the field selectorDataSourceImpl.getDataSelectionComponents
(DataChoice dataChoice) A hook to allow this data source to add data selection components to the IDV field selectorDataSource.getSelectedDateTimes
(DataChoice dataChoice) Get the list of all times selected from the DataChoiceDataSourceImpl.getSelectedDateTimes
(DataChoice dataChoice) Get the selected times for the given DataChoice.protected List
DataSourceImpl.getTimesFromDataSelection
(DataSelection givenDataSelection, DataChoice dataChoice) If givenDataSelection is non-null and has a non-null times list then return that.void
DataSourceImpl.initDataChoice
(DataChoice dataChoice) Sets the global id of the given dataChoice to be a per process unique string value.protected void
DataSourceImpl.initDataSelectionComponents
(List<DataSelectionComponent> components, DataChoice dataChoice) Add any data selection componentsvoid
CompositeDataChoice.removeDataChoice
(DataChoice c) Remove aDataChoice
from the compositeprotected void
DataSourceImpl.removeDataChoice
(DataChoice choice) Remove the choicevoid
ListDataSource.removeDataChoice
(DataChoice choice) Remove a DataChoice from the list.void
CompositeDataChoice.replaceDataChoice
(DataChoice oldDataChoice, DataChoice newDataChoice) Replace the given child with the given choldvoid
DataSourceImpl.replaceDataChoice
(DataChoice oldDataChoice, DataChoice newDataChoice) Replace the given child with the given choldvoid
CacheDataSource.DataChoiceHolder.setDataChoice
(DataChoice value) Set the DataChoice property.void
DataChoice.setParent
(DataChoice parent) Set the parent of this DataChoice.protected boolean
DataSourceImpl.shouldCache
(DataChoice dataChoice, Data data) See if this DataSource should cache or notConstructors in ucar.unidata.data with parameters of type DataChoiceModifierConstructorDescriptionDataChoice
(DataChoice other) Create a new DataChoice, using the state of the given DataChoice to initialize the new object.DataChoiceHolder
(DataChoice dataChoice, String name, DataSelection dataSelection) ctorDataInstance
(DataChoice dataChoice, DataSelection dataSelection, Hashtable requestProperties) Create a new DataInstance.DataInstance
(DataChoice dataChoice, DataSelection dataSelection, Hashtable requestProperties, Data theData) Create a new DataInstance. -
Uses of DataChoice in ucar.unidata.data.gis
Subclasses of DataChoice in ucar.unidata.data.gisModifier and TypeClassDescriptionclass
Class KmlGroundOverlay represents a ground overlay in KMLclass
Class KmlImageElement represents a ground overlay in KMLclass
Class KmlInfo holds information about a kml node or group of nodesclass
Class KmlPhotoOverlay represents a photo overlay in KMLclass
Class KmlPoints holds point info from KMLclass
Class KmlPolygons represents polygons from KMLMethods in ucar.unidata.data.gis with parameters of type DataChoiceModifier and TypeMethodDescriptionJsonDataSource.getAllDateTimes
(DataChoice dataChoice) Get all the times for the given DataChoiceJsonDataSource.getAllTimesForTimeDriver
(DataChoice dataChoice, DataSelection selection, List<DateTime> timeDriverTimes) Get the list of times to compare to the time driver timesprotected Data
DemDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
GeodasDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
GeotiffDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) This method should create and return the visad.Data that is identified by the givenDataChoice
.protected Data
JsonDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
KmlDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
PlaceFileDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
ShapeFileDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
WmsDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce. -
Uses of DataChoice in ucar.unidata.data.grid
Methods in ucar.unidata.data.grid with parameters of type DataChoiceModifier and TypeMethodDescriptionucar.nc2.dt.grid.GeoGrid
GeoGridDataSource.findGridForDataChoice
(ucar.nc2.dt.grid.GridDataset ds, DataChoice dc) Find the grid in the dataset from the DataChoiceucar.nc2.ft2.coverage.adapter.DtCoverage
GridCoverageDataSource.findGridForDataChoice
(ucar.nc2.ft2.coverage.adapter.DtCoverageDataset ds, DataChoice dc) Find the grid in the dataset from the DataChoiceGeoGridDataSource.getAllDateTimes
(DataChoice dataChoice) Override the base class method to return the times for the data choiceGridCoverageDataSource.getAllDateTimes
(DataChoice dataChoice) Override the base class method to return the times for the data choiceGeoGridDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get the list of all levels available from this DataSourceGridCoverageDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get the list of all levels available from this DataSourceprotected Data
GeoGridDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection givenDataSelection, Hashtable requestProperties) Get the Data object specified by the particular selection criteria.protected Data
GridCoverageDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection givenDataSelection, Hashtable requestProperties) Get the Data object specified by the particular selection criteria.protected Data
Vis5DDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the data described by the selection parametersVis5DDataSource.getField
(DataChoice dc, DataSelection dataSelection) Get the grid described by the selection parametersConstructors in ucar.unidata.data.grid with parameters of type DataChoiceModifierConstructorDescriptionGridDataInstance
(DataChoice dataChoice, DataSelection dataSelection, Hashtable requestProperties) Create a GridDataInstance.GridDataInstance
(DataChoice dataChoice, DataSelection dataSelection, Hashtable requestProperties, Data theData) Create a GridDataInstance. -
Uses of DataChoice in ucar.unidata.data.imagery
Fields in ucar.unidata.data.imagery declared as DataChoiceFields in ucar.unidata.data.imagery with type parameters of type DataChoiceModifier and TypeFieldDescriptionprotected List
<DataChoice> AddeImageDataSource.stashedChoices
_more_Methods in ucar.unidata.data.imagery that return DataChoiceModifier and TypeMethodDescriptionAddeImageAdvancedPanel.getDataChoice()
_more_AddeImageDataSelection.getDataChoice()
_more_Methods in ucar.unidata.data.imagery with parameters of type DataChoiceModifier and TypeMethodDescriptionprotected void
AddeImageDataSource.addDataChoice
(DataChoice choice) _more_ImageDataSource.getAllDateTimes
(DataChoice dataChoice) Override the base class method for the non composite choices.ImageXmlDataSource.getAllDateTimes
(DataChoice dataChoice) Override the base class method to return the times for the data choiceprotected Data
AddeImageDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) _more_protected Data
ImageDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Create the actual data represented by the givenDataChoice
.protected Data
ImageXmlDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) This method should create and return the visad.Data that is identified by the givenDataChoice
.protected Data
McIDASImageDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) _more_protected List
AddeImageDataSource.getDescriptors
(DataChoice dataChoice, DataSelection subset) _more_protected List
ImageDataSource.getDescriptors
(DataChoice dataChoice, DataSelection subset) Get a list of descriptors from the choice and subsetImageDataSource.getSelectedDateTimes
(DataChoice dataChoice) Override the base class method for the non-composite choices.protected void
AddeImageDataSource.initDataSelectionComponents
(List components, DataChoice dataChoice) _more_protected void
McIDASImageDataSource.initDataSelectionComponents
(List components, DataChoice dataChoice) _more_protected void
AddeImageDataSource.initOldBundle
(DataChoice dataChoice, List<AddeImageDescriptor> descriptors, String sourceStr) _more_protected final SingleBandedImage
ImageDataSource.makeImage
(DataChoice dataChoice, DataSelection subset) Create the single image defined by the given dataChoice.protected ImageSequence
ImageDataSource.makeImageSequence
(DataChoice dataChoice, DataSelection subset) Create the image sequence defined by the given dataChoice.void
AddeImageAdvancedPanel.setDataChoice
(DataChoice choice) _more_void
AddeImageDataSelection.AddeImagePreviewPanel.setDataChoice
(DataChoice dataChoice) _more_void
AddeImageDataSelection.setDataChoice
(DataChoice choice) _more_void
AddeImagePreviewPanel.setDataChoice
(DataChoice dataChoice) _more_Constructors in ucar.unidata.data.imagery with parameters of type DataChoiceModifierConstructorDescriptionAddeImageAdvancedPanel
(AddeImageDataSource dataSource, DataChoice dc, String source, AREAnav baseAnav, AddeImageDescriptor descriptor, MapProjection sample, AddeImagePreviewPanel region) Construct a AddeImageAdvancedPanelAddeImageDataSelection
(ImageDataSource dataSource, DataChoice dc, String source, AREAnav baseAnav, AddeImageDescriptor descriptor, MapProjection sample, AreaAdapter aAdapter) Construct a AddeImageDataSelectionAddeImageDataSelection
(ImageDataSource dataSource, DataChoice dc, String source, AREAnav baseAnav, AddeImageInfo addeImageInfo, MapProjection sample, AreaAdapter aAdapter, Calibrator cali, int band) -
Uses of DataChoice in ucar.unidata.data.point
Methods in ucar.unidata.data.point that return DataChoiceModifier and TypeMethodDescriptionprotected DataChoice
PointDataSource.getDescriptionDataChoice()
Get the data choice to use for the descriptionMethods in ucar.unidata.data.point with parameters of type DataChoiceModifier and TypeMethodDescriptionboolean
PointDataSource.canAddCurrentName
(DataChoice dataChoice) not sure what this doesNetcdfPointCloudDataSource.getAllDateTimes
(DataChoice dataChoice) Get all the times for the given DataChoiceAddePointDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get the list of all levels available from this DataSourceprotected Data
NetcdfPointCloudDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) _more_protected Data
PointCloudDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) _more_protected Data
PointDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the data represented by this class.protected Data
TextPointDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the data represented by this class.protected Data
WRFHDNetcdfDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) _more_protected FieldImpl
AddePointDataSource.getSample
(DataChoice dataChoice) Get a sample observationprotected FieldImpl
NetcdfPointDataSource.getSample
(DataChoice dataChoice) Read a sample of the data.protected FieldImpl
PointDataSource.getSample
(DataChoice dataChoice) Read a sample of the data.protected FieldImpl
TextPointDataSource.getSample
(DataChoice dataChoice) Read a sample of the data.static List
NetcdfPointCloudDataSource.getSelectedTimes
(DataChoice dataChoice, DataSelection subset) protected String
PointDataSource.getSource
(DataChoice dataChoice) Get the file or url source path from the given data choice.protected String
TextPointDataSource.getSource
(DataChoice dataChoice) the data choiceprotected void
PointDataSource.initDataSelectionComponents
(List<DataSelectionComponent> components, DataChoice dataChoice) Add the GridParameters for the field selectorprotected FieldImpl
AddePointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) Get the data from the ADDE URL and make the FieldImpl of PointObs from it.protected FieldImpl
AddePointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, boolean sampleIt) CDOGTextPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, String trackParam, boolean sampleIt, boolean showAttributeGuiIfNeeded) make the observations from the given datachoiceprotected FieldImpl
DbPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) make the obsprotected FieldImpl
NetcdfPointCloudDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, boolean sample) make the obsprotected FieldImpl
NetcdfPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) Make PointObs from the choiceprotected FieldImpl
NetcdfPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, boolean sample) make the obsprotected abstract FieldImpl
PointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) Make the observation dataTextPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) Make PointObs from the raw VisAD dataTextPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, String trackParam, boolean sampleIt, boolean showAttributeGuiIfNeeded) make the observations from the given datachoiceprotected FieldImpl
WaterMLDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) make the obsprotected FieldImpl
WRFHDNetcdfDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, boolean sample) make the obsstatic FieldImpl
PointObFactory.makePointObs
(ucar.nc2.ft.FeatureDatasetPoint input, DataChoice dataChoice, double binRoundTo, double binWidth, ucar.unidata.geoloc.LatLonRect llr, DateSelection dateSelection, boolean sample) Make point obsprotected boolean
PointDataSource.shouldCache
(DataChoice dataChoice, Data data) See if this DataSource should cache or notConstructors in ucar.unidata.data.point with parameters of type DataChoiceModifierConstructorDescriptionPointDataInstance
(DataChoice choice, DataSelection selection, Hashtable requestProperties) Create a new PointDataInstance from the parameters -
Uses of DataChoice in ucar.unidata.data.profiler
Methods in ucar.unidata.data.profiler with parameters of type DataChoiceModifier and TypeMethodDescriptionprotected Data
AddeProfilerDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
CDMProfilerDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
EOLProfilerDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce. -
Uses of DataChoice in ucar.unidata.data.radar
Methods in ucar.unidata.data.radar with parameters of type DataChoiceModifier and TypeMethodDescriptionCDMRadarDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get the list of all levels available from this DataSourceLevel2RadarDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get the list of all levels available from this DataSourceCDMRadarDataSource.getAllTimesForTimeDriver
(DataChoice dataChoice, DataSelection selection, List<DateTime> timeDriverTimes) Get all times for the time driverCDMRadarAdapter.getData
(DataChoice dataChoice, DataSelection subset, Hashtable requestProperties) Get the data for the given DataChoice and selection criteria.DoradeAdapter.getData
(DataChoice dataChoice, DataSelection subset, Hashtable requestProperties) Get the data for the given DataChoice and selection criteria.Level2Adapter.getData
(DataChoice choice, DataSelection ds, Hashtable requestProperties) Get the data for this DataChoiceNetcdfSweepfileAdapter.getData
(DataChoice dataChoice, DataSelection subset, Hashtable requestProperties) Get the data for the given DataChoice and selection criteria.RadarAdapter.getData
(DataChoice dataChoice, DataSelection subset, Hashtable requestProperties) Get the data for the given DataChoice and selection criteria.protected Data
RadarDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection subset, Hashtable requestProperties) Get the data for the given DataChoice and selection criteria. -
Uses of DataChoice in ucar.unidata.data.sounding
Methods in ucar.unidata.data.sounding that return types with arguments of type DataChoiceModifier and TypeMethodDescriptionprotected List
<DataChoice> RaobDataSource.getTimeMatchingDataChoices
(List<SoundingOb> soundingObs) _more_Methods in ucar.unidata.data.sounding with parameters of type DataChoiceModifier and TypeMethodDescriptionRaobDataSource.getAllTimesForTimeDriver
(DataChoice dataChoice, DataSelection selection, List<DateTime> timeDriverTimes) _more_protected String
TrackDataSource.getChoiceId
(DataChoice dc) Utility to extract the choice idprotected String
TrackDataSource.getChoiceId0
(DataChoice dc) Utility to extract the choice idprotected Data
RaobDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) protected Data
SondeDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the VisAD Data object that corresponds to the dataChoice category and dataSelection criteria.protected Data
TrackDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the VisAD Data object that corresponds to the dataChoice category and dataSelection criteria.protected Data
TrajectoryFeatureTypeDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the VisAD Data object that corresponds to the dataChoice category and dataSelection criteria.protected FieldImpl
TrackDataSource.getLastPointOb
(DataChoice dc, DataSelection dataSelection) Gets the last point ob associated with this trackprotected FieldImpl
TrackDataSource.getPointObTrack
(DataChoice dc, DataSelection dataSelection, ucar.ma2.Range range) Gets the point ob track associated with this DataChoiceprotected Data
TrackDataSource.getSoundingOb
(DataChoice dc, DataSelection dataSelection) Gets the SoundingOb associated with this DataChoiceprotected Data
TrackDataSource.getSoundingTrace
(DataChoice dc, DataSelection dataSelection) Gets the sounding trace associated with this DataChoiceprotected FlatField
TrackDataSource.getTrack
(DataChoice dc, DataSelection dataSelection, Hashtable requestProperties) Gets the track associated with this DataChoiceprotected String
TrackDataSource.getTrackId
(DataChoice dc) Utility to get the track idprotected List
TrackDataSource.getTracks
(DataChoice dc, DataSelection dataSelection, Hashtable requestProperties) Gets the track associated with this DataChoiceprotected FieldImpl
CDMProfileDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) protected FieldImpl
DbTrajectoryDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) _more_ -
Uses of DataChoice in ucar.unidata.data.text
Methods in ucar.unidata.data.text with parameters of type DataChoiceModifier and TypeMethodDescriptionprotected Data
AddeTextDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
DrawingDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
FrontDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
MovieDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Override the base class to do nothing.protected Data
TextDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce. -
Uses of DataChoice in ucar.unidata.idv
Methods in ucar.unidata.idv that return DataChoiceModifier and TypeMethodDescriptionDisplayControl.getDataChoice()
Get theDataChoice
associated with this control.IntegratedDataViewer.selectDataChoice
(ControlDescriptor descriptor) Popup a dialog containing aDataTree
showing theDataChoice
s that are applicable to the givenControlDescriptor
.Methods in ucar.unidata.idv with parameters of type DataChoiceModifier and TypeMethodDescriptionboolean
ControlDescriptor.applicableTo
(DataChoice dataChoice) Wrapper that calls applicableTo with the list of categories of the givenDataChoice
.void
JythonManager.deleteKeyPressed
(DataChoice dataChoice) Delete the data choice if it is a user formulaIntegratedDataViewer.doMakeControl
(String controlName, DataChoice dataChoice) make a controlIntegratedDataViewer.doMakeControl
(DataChoice dataChoice, ControlDescriptor descriptor, String properties) IntegratedDataViewer.doMakeControl
(DataChoice dataChoice, ControlDescriptor descriptor, String properties, DataSelection dataSelection) ControlContext.doMakeDataChoiceMenu
(DataChoice dataChoice) Create a menu of commands for the given DataChoiceIntegratedDataViewer.doMakeDataChoiceMenu
(DataChoice dataChoice) Make and return the menu of commands that can be applied to the givenDataChoice
.void
JythonManager.doMakeDataChoiceMenuItems
(DataChoice dataChoice, List items) Create the list of menu items for editing a data choice that represents an end user formula.ControlDescriptor.doMakeDisplay
(DataChoice dataChoice, IntegratedDataViewer viewer, String argProperties, DataSelection dataSelection) Wrapper method that makes a single element array of DataChoices with the given DataChoice parameter.void
IntegratedDataViewer.evaluateAndSave
(DataChoice dataChoice) Evalute the data choice and then save it off in a CacheDataSourcevoid
JythonManager.evaluateDataChoice
(DataChoice dataChoice) This simply clones the given data choice and calls getData on it.void
IntegratedDataViewer.saveInCache
(DataChoice dataChoice, Data data) Clone the data choice and then save it off in a CacheDataSourcevoid
IntegratedDataViewer.saveInCache
(DataChoice dataChoice, Data data, String name) Clone the data choice and then save it off in a CacheDataSourcevoid
IntegratedDataViewer.saveInCache
(DataChoice dataChoice, Data data, DataSelection dataSelection) Save the given data in the CacheDataSourcevoid
IntegratedDataViewer.saveInCache
(DataChoice dataChoice, Data data, DataSelection dataSelection, String name) Clone the data choice and then save it off in a CacheDataSource -
Uses of DataChoice in ucar.unidata.idv.control
Fields in ucar.unidata.idv.control declared as DataChoiceModifier and TypeFieldDescriptionprotected DataChoice
WindTimeHeightControl.currentDataChoice
selected data choiceprotected DataChoice
DrawingControl.datachoice
protected DataChoice
GridTrajectoryControlNew.MyTrajectoryControl.datachoice
data choice for the dataprotected DataChoice
PlanViewControl.datachoice
data choice for the dataprotected DataChoice
VolumeVectorControl.datachoice
data choice for the dataScatterDisplay.dataChoiceX
_more_ScatterDisplay.dataChoiceY
_more_Methods in ucar.unidata.idv.control that return DataChoiceModifier and TypeMethodDescriptionWindTimeHeightControl.getCurrentDataChoice()
Get the CurrentDataChoice property.DisplayControlImpl.getDataChoice()
Return the singleDataChoice
ProbeControl.getDataChoiceAtRow
(int row) Get the DataChoice associated with the parameter at a particular row.VerticalProfileControl.getDataChoiceAtRow
(int row) Get the DataChoice associated with the parameter at a particular row.Methods in ucar.unidata.idv.control that return types with arguments of type DataChoiceModifier and TypeMethodDescriptionprotected List
<DataChoice> DisplayControlImpl.selectDataChoices
(String dialogMessage, Component from, boolean multiples, List categories) Popup a DataTreeDialogMethods in ucar.unidata.idv.control with parameters of type DataChoiceModifier and TypeMethodDescriptionboolean
DisplayControlImpl.addDataChoice
(DataChoice c) Add the givenDataChoice
to the list of data choices and return true if this is a new DataChoice.protected DataInstance
CappiControl.doMakeDataInstance
(DataChoice dataChoice) Override the super class to set the initial levelprotected DataInstance
DisplayControlImpl.doMakeDataInstance
(DataChoice dataChoice) Creates and returns theDataInstance
corresponding to aDataChoice
.protected DataInstance
GridDisplayControl.doMakeDataInstance
(DataChoice dataChoice) Create the GridDataInstance from the dataChoice.protected DataInstance
GridTrajectoryControl.doMakeDataInstance
(DataChoice dataChoice) _more_protected DataInstance
GridTrajectoryControlNew.doMakeDataInstance
(DataChoice dataChoice) _more_protected DataInstance
GridTrajectoryControlNew.MyTrajectoryControl.doMakeDataInstance
(DataChoice dataChoice) _more_protected DataInstance
ImageSequenceControl.doMakeDataInstance
(DataChoice dataChoice) Make the data instanceprotected DataInstance
ObsDisplayControl.doMakeDataInstance
(DataChoice dataChoice) Creates and returns theDataInstance
corresponding to aDataChoice
.protected DataInstance
ProfilerMultiStationControl.doMakeDataInstance
(DataChoice dataChoice) Creates and returns theGridDataInstance
corresponding to aDataChoice
.protected DataInstance
RadarSweepControl.doMakeDataInstance
(DataChoice dataChoice) Override the super class to set the initial levelprotected DataInstance
StationLocationControl.doMakeDataInstance
(DataChoice dataChoice) Creates and returns theDataInstance
corresponding to aDataChoice
.protected DataInstance
WMSControl.doMakeDataInstance
(DataChoice dataChoice) make the data instanceboolean
ADTControl.init
(DataChoice choice) boolean
AnimationTextControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; also calls code to made its Displayable, the line.boolean
AudioControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; This method is called from inside DisplayControlImpl init(several args).boolean
ChatLogControl.init
(DataChoice dataChoice) Initialize this class with the suppliedDataChoice
.boolean
ColorRadarVolumeControl.init
(DataChoice dataChoice) Basic constructor-like actions; returns false if setData failsboolean
ContourCrossSectionControl.MyContourCrossSectionControl.init
(DataChoice dataChoice, CrossSectionSelector crossSectionSelector) Construct the display, frame, and controlsboolean
CrossSectionControl.init
(DataChoice dataChoice) Initialize the control using the data choiceboolean
DataTransectControl.init
(DataChoice dataChoice) Initialize the class.boolean
DisplayControlImpl.init
(DataChoice choice) Initialize this instance according to a data choice.boolean
DrawingControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
FlowCrossSectionControl.MyFlowCrossSectionControl.init
(DataChoice dataChoice, CrossSectionSelector crossSectionSelector) Construct the display, frame, and controlsboolean
GriddedSoundingControl.init
(DataChoice dataChoice) Constructs the vertical profile display and control buttonsboolean
GridTableControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
GridTrajectoryControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
GridTrajectoryControlNew.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
GridTrajectoryControlNew.MyTrajectoryControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
HovmollerControl.init
(DataChoice dataChoice) Construct the display, frame, and controlsboolean
ImageControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; also calls code to made the Displayable.boolean
ImageMovieControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; This method is called from inside DisplayControlImpl init(several args).boolean
ImageSequenceControl.init
(DataChoice choice) Called to make this kind of Display Control; also calls code to made the Displayable.protected boolean
ImageSequenceControl.init
(DataChoice choice, boolean doLoad) Called to make this kind of Display Control; also calls code to made the Displayable.boolean
JythonControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; also calls code to made the Displayable.boolean
LocationIndicatorControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
MapDisplayControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; also calls code to made its Displayable.boolean
MovieDisplayControl.init
(DataChoice dataChoice) Initialize the control.boolean
NoteControl.init
(DataChoice dataChoice) Initialize this classboolean
ObsListControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
PlanViewControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; also calls code to made the Displayable.boolean
PointCloudControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
ProfileControl.init
(DataChoice dataChoice) Construct the vertical profile display and control buttonsboolean
ProfilerMultiStationControl.init
(DataChoice dataChoice) Construct the Displayable and controls; get and load data in display.boolean
ProfilerTimeHeightControl.init
(DataChoice dataChoice) Construct the DisplayMaster, Displayable, frame, and controls.boolean
RadarGridControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; also makes the Displayable.boolean
RadarSweepControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
RadarVWPControl.init
(DataChoice dataChoice) Construct the DisplayMaster, Displayable, frame, and controls.boolean
RangeAndBearingControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; also calls code to made its Displayable, the line.boolean
RaobSoundingControl.init
(DataChoice dataChoice) Initializes this instance with aDataChoice
.boolean
RGBCompositeControl.init
(DataChoice dataChoice) boolean
ShapefileControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
StationLocationControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; also calls code to made the Displayable.boolean
StationModelControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
TemplateControl.init
(DataChoice dataChoice) After this object is created the init method is called, passing in the DataChoice that was selected.boolean
TextDisplayControl.init
(DataChoice dataChoice) Initialize this class with the suppliedDataChoice
.boolean
TextProductControl.init
(DataChoice dataChoice) boolean
ThreeDSurfaceControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
TimeHeightControl.init
(DataChoice dataChoice) Construct the display, frame, and controlsboolean
TimeHeightControl.MyTimeHeightControl.init
(DataChoice dataChoice) Construct the display, frame, and controlsboolean
TimeSeriesControl.init
(DataChoice dataChoice) Construct a time series display of data values at one map location versus time, and its control buttons, in a window.boolean
TrackControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
TrackSoundingControl.init
(DataChoice dataChoice) Creates the display and control buttons from aDataChoice
.boolean
TrajectoryFeatureTypeSoundingControl.init
(DataChoice dataChoice) Creates the display and control buttons from aDataChoice
.boolean
VerticalProfileControl.init
(DataChoice dataChoice) Construct the vertical profile display and control buttonsboolean
VolumeRenderControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
VolumeVectorControl.init
(DataChoice dataChoice) Call to help make this kind of Display Control; also calls code to made the Displayable (empty of data thus far).boolean
WindTimeHeightControl.init
(DataChoice dataChoice) Construct the DisplayMaster, Displayable, frame, and controls.boolean
WMSControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; This method is called from inside DisplayControlImpl init(several args).boolean
WorldWindControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; also calls code to made the Displayable.boolean
YahooLocationControl.init
(DataChoice dataChoice) Called to make this kind of Display Control; also calls code to made the Displayable.protected boolean
ProfilerTimeHeightControl.initStation
(DataChoice dataChoice) get data field; load in displayable; make LineProbe in placeprotected boolean
RadarVWPControl.initStation
(DataChoice dataChoice) Initialize the data.protected boolean
WindTimeHeightControl.initStation
(DataChoice dataChoice) Initialize a station from the data choiceprotected void
CrossSectionControl.processNewData
(DataChoice dc, CrossSectionControl csc) Override base class method which is called when the user has selected new data choices.void
CrossSectionControl.processNewDataV
(DataChoice dc, CrossSectionControl csc) Override base class method which is called when the user has selected new data choices.protected void
DrawingControl.processProperties
(DataChoice dataChoice) Process the visad data object.boolean
GridTrajectoryControlNew.reInit
(DataChoice dataChoice) Call the api when reset the datachoice such as time driver times changedvoid
DisplayControlImpl.removeDataChoice
(DataChoice dataChoice) Remove the givenDataChoice
from the myDataChoices list.void
WindTimeHeightControl.setCurrentDataChoice
(DataChoice value) Set the CurrentDataChoice property.protected boolean
ColorRadarVolumeControl.setData
(DataChoice dataChoice) Called by the init(datachoice) method.protected boolean
ColorRhiControl.setData
(DataChoice choice) Set the data in the controlprotected boolean
ContourCrossSectionControl.MyContourCrossSectionControl.setData
(DataChoice dataChoice) User has asked to see a different new parameter in this existing display.protected boolean
ContourCrossSectionControl.setData
(DataChoice dataChoice) Set the data for this controlprotected boolean
ContourPlanViewControl.setData
(DataChoice data) Set the data displayed by this controlprotected boolean
CrossSectionControl.setData
(DataChoice dataChoice) Called when the user asked for a new kind of parameter to be displayed in a pre-existing display of this class, with other kind of data already displayed there.protected boolean
DisplayControlImpl.setData
(DataChoice dataChoice) Sets the data associated with this instance.protected boolean
FlowCrossSectionControl.MyFlowCrossSectionControl.setData
(DataChoice dataChoice) User has asked to see a different new parameter in this existing display.protected boolean
FlowCrossSectionControl.setData
(DataChoice dataChoice) Called to initialize this control from the given dataChoice; override super class instance to set skip factor before displaying data.protected boolean
FlowPlanViewControl.setData
(DataChoice dataChoice) Called to initialize this control from the given dataChoice; override super class instance to set skip factor before displaying data.protected boolean
GridTableControl.setData
(DataChoice choice) Set the data in the display control from the data choiceprotected boolean
GridTrajectoryControlNew.MyTrajectoryControl.setData
(DataChoice choice) Set the data in this control.protected boolean
HovmollerControl.setData
(DataChoice dataChoice) User has asked to see a different new parameter in this existing display.protected boolean
ImageControl.setData
(DataChoice dataChoice) Called to initialize this control from the given dataChoice; sets levels controls to match data; make data slice at first level; set display's color table and display units.protected boolean
ImagePlanViewControl.setData
(DataChoice dataChoice) Called to initialize this control from the given dataChoice; sets levels controls to match data; make data slice at first level; set display's color table and display units.protected boolean
Level2ColorCrossSectionControl.setData
(DataChoice choice) Set the data in the controlprotected boolean
ObsListControl.setData
(DataChoice choice) Set the data for this instance from the choice supplied.protected boolean
PlanViewControl.setData
(DataChoice dataChoice) Called to initialize this control from the given dataChoice; sets levels controls to match data; make data slice at first level; set display's color table and display units.protected boolean
PointCloudControl.setData
(DataChoice choice) Set the data in this control.protected boolean
ProfileControl.setData
(DataChoice dataChoice) Set the data for this control based on the data choice.protected boolean
ProfilerMultiStationControl.setData
(DataChoice dataChoice) Get FieldImpl with data to display, from the DataChoice.protected boolean
RadarCrossSectionControl.setData
(DataChoice choice) Set the data in the controlprotected boolean
RadarRhiControl.setData
(DataChoice choice) Set the data in the controlprotected boolean
RadarSweepControl.setData
(DataChoice choice) Set the data in the control.protected boolean
ShapefileControl.setData
(DataChoice choice) Set the data in this control.protected boolean
StationLocationControl.setData
(DataChoice choice) Override the superclass method since currently, the DataChoice for this instance is null or not used.protected boolean
StationModelControl.setData
(DataChoice choice) Set the data for this instance from the choice supplied.protected boolean
TemplateControl.setData
(DataChoice choice) The setData method is called when the user has selected a different DataChoice for this control.protected boolean
ThreeDSurfaceControl.setData
(DataChoice choice) Set the data in the display control from the data choiceprotected boolean
TimeHeightControl.MyTimeHeightControl.setData
(DataChoice dataChoice) User has asked to see a different new parameter in this existing display.protected boolean
TimeHeightControl.setData
(DataChoice dataChoice) User has asked to see a different new parameter in this existing display.protected boolean
TimeSeriesControl.setData
(DataChoice dataChoice) Set the data from the given dataChoice.protected boolean
TrackControl.setData
(DataChoice choice) Set the data in this controlprotected boolean
VolumeRenderControl.setData
(DataChoice choice) Set the data in this control.protected boolean
VolumeVectorControl.setData
(DataChoice choice) Set the data in this control.protected boolean
WMSControl.setData
(DataChoice dataChoice) set the data -
Uses of DataChoice in ucar.unidata.idv.control.chart
Methods in ucar.unidata.idv.control.chart that return DataChoiceMethods in ucar.unidata.idv.control.chart with parameters of type DataChoiceModifier and TypeMethodDescriptionvoid
ChartWrapper.addDataChoice
(DataChoice dataChoice) Add the dta choiceprotected DataChoiceWrapper
ChartWrapper.createDataChoiceWrapper
(DataChoice dataChoice) A utility to create a data choice wrappervoid
DataChoiceWrapper.setDataChoice
(DataChoice value) Set the DataChoice property.Constructors in ucar.unidata.idv.control.chart with parameters of type DataChoice -
Uses of DataChoice in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui that return DataChoiceModifier and TypeMethodDescriptionDataControlDialog.getDataChoice()
Get theDataChoice
we are representingDataTree.getSelectedDataChoice()
Find and return the first DataChoice that is selected.DataTree.getSelectedDataChoice
(ControlDescriptor descriptor) Find the first selected data choice that the givenControlDescriptor
is applicable to.IdvUIManager.selectDataChoice
(ControlDescriptor descriptor) Popup aDataTreeDialog
to let the user select aDataChoice
that the given control descriptor is applicable to.Methods in ucar.unidata.idv.ui that return types with arguments of type DataChoiceModifier and TypeMethodDescriptionDataTree.getSelectedDataChoices()
Get the list of selected data choicesDataTree.getSelectedDataChoicesRecursive()
Get the list of selected data choicesMethods in ucar.unidata.idv.ui with parameters of type DataChoiceModifier and TypeMethodDescriptionvoid
DataSourceHolder.addDisplayControl
(DisplayControl control, DataChoice choice) A no-op that can be overrode by a derived classvoid
DataTree.addDisplayControl
(DisplayControl control, DataChoice choice) We have this here so we can display theDisplayControl
-s in the DataTree.void
AutoDisplayEditor.addDisplayForDataSource
(DataChoice dataChoice, ControlDescriptor cd) Add into the autodisplays collection the given data choice and controlvoid
IdvUIManager.createDataChoiceMenuItem
(DataChoice choice, JMenu parentMenu, JMenu dataMenu) Create the menu items for dealing with the given data choiceDataControlDialog.doMakeDataChoiceDialog
(DataChoice dataChoice) Make the GUI for configuring aDataChoice
IdvUIManager.doMakeDataChoiceMenu
(DataChoice dataChoice) Make the menu for the given data choiceIdvUIManager.doMakeDataChoiceMenuItems
(DataChoice dataChoice, boolean isUserFormula, boolean showAll) Make the menu items for the given data choiceIdvUIManager.doMakeDataChoiceMenus
(DataChoice dataChoice) Make the menu items for the given data choicevoid
DataControlDialog.setDataChoice
(DataChoice dc) Set theDataChoice
we are representingprotected void
DataSelectionWidget.updateSelectionTab
(DataChoice dataChoice) Update the tabbed paneprotected boolean
DataSelectionWidget.updateSelectionTab
(DataSource dataSource, DataChoice dc) Update selection panel for data sourceConstructors in ucar.unidata.idv.ui with parameters of type DataChoiceModifierConstructorDescriptionDataControlDialog
(IntegratedDataViewer idv, DataChoice dataChoice, int x, int y) Constructor for configuring aDataChoice