Package ucar.unidata.data.point
Class PointDataSource.PlotModelSelectionComponent
java.lang.Object
ucar.unidata.data.DataSelectionComponent
ucar.unidata.data.point.PointDataSource.PlotModelSelectionComponent
- Enclosing class:
PointDataSource
Class PlotModelSelectionComponent holds plot (layout) model. Used for
field selector and the properties
- Author:
- IDV Development Team
-
Field Summary
Fields inherited from class ucar.unidata.data.DataSelectionComponent
dataSelection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyToDataSelection
(DataSelection dataSelection) set properties on dataselectionprotected JComponent
Make the gui for the data subset panelGet the selected plot modelboolean
Should we show in the control properties tabs.void
setPlotModel
(StationModel model) Get the selected plot modelMethods inherited from class ucar.unidata.data.DataSelectionComponent
getContents, getContents, getName
-
Constructor Details
-
PlotModelSelectionComponent
ctor- Parameters:
pointDataSource
- the associated source
-
-
Method Details
-
doMakeContents
Make the gui for the data subset panel- Specified by:
doMakeContents
in classDataSelectionComponent
- Returns:
- gui for data subset panel
-
applyToDataSelection
set properties on dataselection- Specified by:
applyToDataSelection
in classDataSelectionComponent
- Parameters:
dataSelection
- the dataselection
-
setPlotModel
Get the selected plot model- Parameters:
model
- plot model
-
getPlotModel
Get the selected plot model- Returns:
- plot model
-
getShowInControlProperties
public boolean getShowInControlProperties()Should we show in the control properties tabs.- Overrides:
getShowInControlProperties
in classDataSelectionComponent
- Returns:
- false;
-