public static class PointDataSource.PlotModelSelectionComponent extends DataSelectionComponent
dataSelection| Constructor and Description | 
|---|
PlotModelSelectionComponent(PointDataSource pointDataSource)
ctor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
applyToDataSelection(DataSelection dataSelection)
set properties on dataselection 
 | 
protected javax.swing.JComponent | 
doMakeContents()
Make the gui for the data subset panel 
 | 
StationModel | 
getPlotModel()
Get the selected plot model 
 | 
boolean | 
getShowInControlProperties()
Should we show in the control properties tabs. 
 | 
void | 
setPlotModel(StationModel model)
Get the selected plot model 
 | 
getContents, getContents, getNamepublic PlotModelSelectionComponent(PointDataSource pointDataSource)
pointDataSource - the associated sourceprotected javax.swing.JComponent doMakeContents()
doMakeContents in class DataSelectionComponentpublic void applyToDataSelection(DataSelection dataSelection)
applyToDataSelection in class DataSelectionComponentdataSelection - the dataselectionpublic void setPlotModel(StationModel model)
model - plot modelpublic StationModel getPlotModel()
public boolean getShowInControlProperties()
getShowInControlProperties in class DataSelectionComponent