Uses of Class
ucar.unidata.ui.symbol.StationModel

Packages that use StationModel
ucar.unidata.data.point DataSource classes and utilities for point (e.g., surface) data. 
ucar.unidata.idv.chooser.adde   
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
ucar.unidata.ui.symbol Meteorological symbol drawing. 
ucar.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of StationModel in ucar.unidata.data.point
 

Methods in ucar.unidata.data.point that return StationModel
 StationModel PointDataSource.PlotModelSelectionComponent.getPlotModel()
          Get the selected plot model
 

Methods in ucar.unidata.data.point with parameters of type StationModel
 void PointDataSource.PlotModelSelectionComponent.setPlotModel(StationModel model)
          Get the selected plot model
 

Uses of StationModel in ucar.unidata.idv.chooser.adde
 

Methods in ucar.unidata.idv.chooser.adde that return StationModel
 StationModel AddePointDataChooser.getSelectedStationModel()
          Get the selected station model.
 

Uses of StationModel in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return StationModel
 StationModel LayoutModelWidget.getLayoutModel()
          get the plot model
 StationModel ValuePlanViewControl.getLayoutModel()
          Get the current layout model view.
 StationModel TrackControl.getMarkerLayout()
          Get the current layout model view.
 StationModel StationLocationControl.getMyStationModel()
          Get the current station model view.
 StationModel StationModelControl.getStationModel()
          Get the current station model view.
 StationModel StationModelControl.getTheStationModel()
          Get the StationModel property.
 

Methods in ucar.unidata.idv.control with parameters of type StationModel
protected  void StationModelControl.handleChangedStationModel(StationModel changedModel)
          The station model changed
protected  void ValuePlanViewControl.handleChangedStationModel(StationModel changedModel)
          The station model changed
protected  void StationLocationControl.handleChangedStationModel(StationModel changedModel)
          Station model has changed.
 void LayoutModelWidget.setLayoutModel(StationModel sm)
          set the plot model
 void ValuePlanViewControl.setLayoutModel(StationModel model)
          Set the current station model view.
protected  void StationModelControl.setLayoutModel(String id, StationModel stationModel)
          Set layout model
 void ValuePlanViewControl.setLayoutModelFromWidget(StationModel lm)
          Set the layout model
 void TrackControl.setMarkerLayout(StationModel model)
          Set the current station model view.
 void TrackControl.setStationModelFromWidget(StationModel sm)
          set the station model
 void StationModelControl.setStationModelFromWidget(StationModel sm)
          Set the station model
 void StationModelControl.setTheStationModel(StationModel value)
          Set the StationModel property.
 

Constructors in ucar.unidata.idv.control with parameters of type StationModel
LayoutModelWidget(DisplayControlImpl control, Object layoutModelListener, String methodName, StationModel layoutModel)
          Default constructor.
LayoutModelWidget(DisplayControlImpl control, Object layoutModelListener, String methodName, StationModel layoutModel, boolean addNone)
          ctor
 

Uses of StationModel in ucar.unidata.idv.ui
 

Methods in ucar.unidata.idv.ui that return StationModel
 StationModel PlotModelComponent.getPlotModel()
          get the plot model
 

Methods in ucar.unidata.idv.ui with parameters of type StationModel
 void PlotModelComponent.setPlotModel(StationModel sm)
          set the plot model
 

Constructors in ucar.unidata.idv.ui with parameters of type StationModel
PlotModelComponent(IntegratedDataViewer idv, Object plotModelListener, String methodName, StationModel plotModel)
          Create a new PlotModelComponent
PlotModelComponent(IntegratedDataViewer idv, Object plotModelListener, String methodName, StationModel plotModel, boolean addNone)
          Create a new PlotModelComponent
 

Uses of StationModel in ucar.unidata.ui.symbol
 

Methods in ucar.unidata.ui.symbol that return StationModel
 StationModel StationModelManager.getDefaultStationModel()
          Get the default station model.
 StationModel StationModelManager.getSelectedStationModel()
          Get the station model to use for selected locations
 StationModel StationModelManager.getStationModel()
          Return the currently station model being edited.
 StationModel StationModelCanvas.getStationModel()
          Get the current station model
 StationModel StationModelManager.getStationModel(String name)
          Get the named station model
 

Methods in ucar.unidata.ui.symbol with parameters of type StationModel
 void StationModelManager.addStationModel(StationModel stationModel)
          Add the station model into the list of user SMS
 void StationModelCanvas.setStationModel(StationModel l)
          Set the current station model_
 void StationModelCanvas.setStationModel(StationModel newModel, boolean closeDialogs)
          Set the current station model
 void StationModelManager.show(StationModel initModel)
          Show the editor dialog for the station model.
 

Uses of StationModel in ucar.visad.display
 

Methods in ucar.visad.display that return StationModel
 StationModel StationModelDisplayable.getStationModel()
          Get the station model used by this displayable.
 

Methods in ucar.visad.display with parameters of type StationModel
 void StationModelDisplayable.setStationModel(StationModel model)
          Set the station ob model for this object
 void StationModelDisplayable.setStationModel(StationModel model, boolean update)
          Set the station ob model for this object
 

Constructors in ucar.visad.display with parameters of type StationModel
StationLocationDisplayable(String name, StationModel view)
          Constructs an instance with the supplied reference name and station model view.
StationModelDisplayable(StationModel model)
          Construct a StationModelDisplayable using the specified model.
StationModelDisplayable(StationModel model, JythonManager jythonManager)
          Construct a StationModelDisplayable using the specified model.
StationModelDisplayable(String name, StationModel stationModel)
          Construct a StationModelDisplayable using the specified model and name.
StationModelDisplayable(String name, StationModel stationModel, JythonManager jythonManager)
          Construct a StationModelDisplayable using the specified model and name.