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, getName
public PlotModelSelectionComponent(PointDataSource pointDataSource)
pointDataSource
- the associated sourceprotected javax.swing.JComponent doMakeContents()
doMakeContents
in class DataSelectionComponent
public void applyToDataSelection(DataSelection dataSelection)
applyToDataSelection
in class DataSelectionComponent
dataSelection
- the dataselectionpublic void setPlotModel(StationModel model)
model
- plot modelpublic StationModel getPlotModel()
public boolean getShowInControlProperties()
getShowInControlProperties
in class DataSelectionComponent