Uses of Class
ucar.unidata.idv.IntegratedDataViewer

Packages that use IntegratedDataViewer
ucar.unidata.data The data package. 
ucar.unidata.idv The idv package. 
ucar.unidata.idv.chooser Choosers for the IDV. 
ucar.unidata.idv.collab Collaboration support for the IDV. 
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.flythrough   
ucar.unidata.idv.mac   
ucar.unidata.idv.publish IDV support for publishing to web logs and THREDDS catalogs 
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
 

Uses of IntegratedDataViewer in ucar.unidata.data
 

Methods in ucar.unidata.data that return IntegratedDataViewer
 IntegratedDataViewer DataContext.getIdv()
          Get the reference to the idv
 IntegratedDataViewer DataSourceImpl.getIdv()
          Get the IDV
 

Uses of IntegratedDataViewer in ucar.unidata.idv
 

Subclasses of IntegratedDataViewer in ucar.unidata.idv
 class DefaultIdv
          This is the default implementation of an IDV.
 class IdvServer.MyIdv
          Class description
 class MultiPaneIdv
          An example IDV application that supports muliple view panes in the same window, ala AWIPS
 

Fields in ucar.unidata.idv declared as IntegratedDataViewer
protected  IntegratedDataViewer IdvBase.idv
          The idv.
 

Methods in ucar.unidata.idv that return IntegratedDataViewer
 IntegratedDataViewer IdvBase.getIdv()
          Get the IDV
 IntegratedDataViewer ControlContext.getIdv()
          Get the IDV
 IntegratedDataViewer ViewManager.getIdv()
          Get the IDV
 IntegratedDataViewer IdvManager.getIdv()
          Get the IDV
 

Methods in ucar.unidata.idv with parameters of type IntegratedDataViewer
static void ControlDescriptor.createControlDescriptor(IntegratedDataViewer idv, Element node)
          Create the control descriptor described by the given control node
static void ControlDescriptor.createControlDescriptors(IntegratedDataViewer idv, Element root)
          Create the control descriptors described under the root xml element.
 DisplayControl 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.
 DisplayControl ControlDescriptor.doMakeDisplay(List dataChoices, IntegratedDataViewer viewer, Hashtable argProperties, DataSelection dataSelection, boolean initDisplayInThread)
          Instantiate the DisplayControl defined by the Class data member.
 DisplayControl ControlDescriptor.doMakeDisplay(List dataChoices, IntegratedDataViewer viewer, String argPropertiesString, DataSelection dataSelection, boolean initDisplayInThread)
          Instantiate the DisplayControl defined by the Class data member.
 void ViewManager.initAfterUnPersistence(IntegratedDataViewer idv)
          Called after this object has been unpersisted from xml.
 void MapViewManager.initAfterUnPersistence(IntegratedDataViewer idv)
          Initialize after unpersistence
 void ControlDescriptor.initControl(DisplayControl control, List newDataChoices, IntegratedDataViewer idv, Hashtable newProperties, DataSelection dataSelection)
          Initializes the DisplayControl
 void ControlDescriptor.initControl(DisplayControl control, List newDataChoices, IntegratedDataViewer idv, String properties, DataSelection dataSelection)
          Deprecated. Use other initControl
protected static void ControlDescriptor.load(IntegratedDataViewer idv, XmlResourceCollection resources)
          Iterate through the ControlDescriptor describing xml files defined by the given resources parameter and create the ControlDescriptor objects
 boolean FileHistory.process(IntegratedDataViewer idv)
          Load in the file.
abstract  boolean History.process(IntegratedDataViewer idv)
          Create the data source (or load the file) represented by this object.
 boolean DataSourceHistory.process(IntegratedDataViewer idv)
          Create the data source from the xml
static void ControlDescriptor.processDisplayXml(IntegratedDataViewer idv, String xml)
          Process the given display xml file.
protected  void IdvBase.setIdv(IntegratedDataViewer idv)
          Set the reference to the idv.
 void ViewManager.setIdv(IntegratedDataViewer idv)
          This is here to set the IDV when this object has been unpersisted.
 

Constructors in ucar.unidata.idv with parameters of type IntegratedDataViewer
ArgsManager(IntegratedDataViewer idv, String[] args)
          Create the manager with the given idv and command line arguments.
ControlDescriptor(IntegratedDataViewer idv, Element node)
          Create the descriptor
ControlDescriptor(IntegratedDataViewer idv, String displayTemplateFile, DisplayControl prototype)
          Constructor for when we are a wrapper around a display template
DisplayConventions(IntegratedDataViewer idv)
          Create this object with the given idv
IdvManager(IntegratedDataViewer idv)
          Construct this object with the given IDV
IdvMonitor.MonitorRequestHandler(IntegratedDataViewer idv, HttpServer server, Socket socket)
          ctor
IdvMonitor(IntegratedDataViewer idv, int port)
          _more_
IdvObjectStore(IntegratedDataViewer idv, String systemName, String appName, XmlEncoder encoder, String overrideUserDirectory)
          Create the store.
IdvPersistenceManager(IntegratedDataViewer idv)
          The ctor
IdvPreferenceManager(IntegratedDataViewer idv)
          Create the dialog with the given idv
IdvProjectionManager(IntegratedDataViewer idv)
          Create an IdvProjectionManager with the given idv and list of resources.
IdvResourceManager(IntegratedDataViewer idv)
          Create me
ImageServer.ImageRequestHandler(IntegratedDataViewer idv, HttpServer server, Socket socket)
          ctor
ImageServer(IntegratedDataViewer idv, int port)
          ctor
ImageServer(IntegratedDataViewer idv, String propertyFile)
          ctor
InstallManager(IntegratedDataViewer idv)
          Create this manager
JythonManager(IntegratedDataViewer idv)
          Create the manager and call initPython.
OneInstanceServer.OneInstanceRequestHandler(IntegratedDataViewer idv, HttpServer server, Socket socket)
          ctor
OneInstanceServer(IntegratedDataViewer idv, int port)
          ctor
PluginManager(IntegratedDataViewer idv)
          ctor
StateManager(IntegratedDataViewer idv)
          Create this manager
VMManager(IntegratedDataViewer idv)
          Construct this manager with the given idv.
 

Uses of IntegratedDataViewer in ucar.unidata.idv.chooser
 

Methods in ucar.unidata.idv.chooser that return IntegratedDataViewer
 IntegratedDataViewer IdvChooser.getIdv()
          Getter method to return the IDV
 

Constructors in ucar.unidata.idv.chooser with parameters of type IntegratedDataViewer
IdvChooser(IntegratedDataViewer idv, Element chooserNode)
          Create the chooser
IdvChooser(IntegratedDataViewer idv, IdvChooserManager chooserManager, Element chooserNode)
          Create the chooser
IdvChooserManager(IntegratedDataViewer idv)
          Create a new IdvChooserManager.
 

Uses of IntegratedDataViewer in ucar.unidata.idv.collab
 

Constructors in ucar.unidata.idv.collab with parameters of type IntegratedDataViewer
CaptureManager(IntegratedDataViewer idv, CollabManager collabManager)
          Create the capture manager
CollabManager(IntegratedDataViewer idv)
          Create the CollabManager
 

Uses of IntegratedDataViewer in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return IntegratedDataViewer
 IntegratedDataViewer DisplayControlImpl.getIdv()
          Get the integraed data viewer that this is part of
 

Methods in ucar.unidata.idv.control with parameters of type IntegratedDataViewer
 boolean DisplaySetting.changeName(IntegratedDataViewer idv, JDialog dialog)
          Change the name of this display setting
static void DisplaySetting.doSave(IntegratedDataViewer idv, JDialog dialog, List<PropertyValue> propList, DisplayControlImpl display)
          Save the display settings
 

Constructors in ucar.unidata.idv.control with parameters of type IntegratedDataViewer
DisplaySettingsDialog(IntegratedDataViewer idv)
          ctor
DisplaySettingsDialog(IntegratedDataViewer idv, DisplayControlImpl display)
          ctor
DisplaySettingsDialog(IntegratedDataViewer idv, DisplayControlImpl display, boolean showDialog)
          The ctor
 

Uses of IntegratedDataViewer in ucar.unidata.idv.flythrough
 

Methods in ucar.unidata.idv.flythrough that return IntegratedDataViewer
 IntegratedDataViewer Flythrough.getIdv()
          _more_
 

Uses of IntegratedDataViewer in ucar.unidata.idv.mac
 

Constructors in ucar.unidata.idv.mac with parameters of type IntegratedDataViewer
MacBridge(IntegratedDataViewer idv)
          Create this manager
 

Uses of IntegratedDataViewer in ucar.unidata.idv.publish
 

Methods in ucar.unidata.idv.publish that return IntegratedDataViewer
 IntegratedDataViewer IdvPublisher.getIdv()
           
 

Methods in ucar.unidata.idv.publish with parameters of type IntegratedDataViewer
static List<TwoFacedObject> PublishManager.getPublisherTypes(IntegratedDataViewer idv, Element root)
          Process the given xml, instantiating a list of IdvPublishers
protected  void IdvPublisher.setIdv(IntegratedDataViewer idv)
           
 

Constructors in ucar.unidata.idv.publish with parameters of type IntegratedDataViewer
IdvPublisher(IntegratedDataViewer idv, Element element)
          Construct the object with the reference to the idv
PublishManager(IntegratedDataViewer idv)
          Create me with the IDV
 

Uses of IntegratedDataViewer in ucar.unidata.idv.ui
 

Fields in ucar.unidata.idv.ui declared as IntegratedDataViewer
protected  IntegratedDataViewer DataSourceHolder.idv
          The IDV
 

Methods in ucar.unidata.idv.ui that return IntegratedDataViewer
 IntegratedDataViewer IdvComponentGroup.getIdv()
          Get the Idv property.
 IntegratedDataViewer DataSourceHolder.getIdv()
          Return the IDV member.
 IntegratedDataViewer QuicklinkPanel.getIdv()
          get idv
 IntegratedDataViewer IdvComponentHolder.getIdv()
          Get the Idv property.
 

Methods in ucar.unidata.idv.ui with parameters of type IntegratedDataViewer
static JComponent QuicklinkPanel.createQuicklinksFromResources(IntegratedDataViewer idv)
          Create the quicklinks panel from the resource definitions
protected static void ViewPanelImpl.initButtonState(IntegratedDataViewer idv)
          Initialize the button state
 void IdvComponentGroup.setIdv(IntegratedDataViewer value)
          Set the Idv property.
 void IdvComponentHolder.setIdv(IntegratedDataViewer value)
          Set the Idv property.
 

Constructors in ucar.unidata.idv.ui with parameters of type IntegratedDataViewer
AliasEditor(IntegratedDataViewer idv)
          Create an AliasEditor with the given idv and list of resources.
AutoDisplayEditor(IntegratedDataViewer idv)
          Create the editor
DataControlDialog(IntegratedDataViewer idv, boolean inOwnWindow, boolean horizontalOrientation)
          Constructor for when we are a part of the DataSelector
DataControlDialog(IntegratedDataViewer idv, DataChoice dataChoice, int x, int y)
          Constructor for configuring a DataChoice
DataSelectionWidget(IntegratedDataViewer idv)
          Constructor for when we are a part of the DataSelector
DataSelectionWidget(IntegratedDataViewer idv, boolean doSettings)
          Constructor for when we are a part of the DataSelector
DataSelectionWidget(IntegratedDataViewer idv, boolean doSettings, boolean doUseDisplay)
          Constructor for when we are a part of the DataSelector
DataSelector(IntegratedDataViewer idv, boolean horizontalOrientation, DataSource formulaDataSource)
          Create a DataSelector with the given idv and lsit of formulas
DataSelector(IntegratedDataViewer idv, DataSource formulaDataSource)
          Create a DataSelector with the given idv and lsit of formulas
DataSelector(IntegratedDataViewer idv, Dimension defaultSize, boolean singletonDataSource)
          Create a DataSelector with the given idv and list of formulas
DataSourceHolder(IntegratedDataViewer idv, DataSource formulaDataSource, Dimension defaultDimension)
          Create this object
DataTree(IntegratedDataViewer idv, boolean showDataSourceNode, boolean treatFormulaDataSourceSpecial)
          Create a DataTree with the given idv reference.
DataTree(IntegratedDataViewer idv, DataSource formulaDataSource)
          Create a DataTree with the given idv reference and formula data source.
DataTree(IntegratedDataViewer idv, DataSource formulaDataSource, Dimension defaultSize)
          Create a DataTree with the given idv reference, formula data source and window size.
DataTree(IntegratedDataViewer idv, List sources, List categories)
          Create a DataTree with the given idv reference, list of DataSource-s and (potentially null) list of DataCategory-s If the categories list is non-null then this DataTree will only show data choices that are applicable to the categories.
DataTree(IntegratedDataViewer idv, List sources, List categories, Dimension defaultSize)
          Create a DataTree with the given idv reference, list of DataSource-s, (potentially null) list of DataCategory-s and default window size.
DataTree(IntegratedDataViewer idv, List sources, List categories, String initialSelectedFieldName, Dimension defaultSize)
          Create a DataTree with the given idv reference, list of DataSource-s, (potentially null) list of DataCategory-s and default window size.
DataTreeDialog(IntegratedDataViewer idv, Component src, List operands, List dataSources, List selectedDataChoices)
          Create the dialog
FormulaDialog(IntegratedDataViewer idv, Component src)
          Create the dialog.
FormulaDialog(IntegratedDataViewer idv, DerivedDataDescriptor ddd, Component src, List categories)
          Create the dialog.
FormulaDialog(IntegratedDataViewer idv, DerivedDataDescriptor ddd, Component src, List categories, boolean newFormula)
          _more_
IdvComponentGroup(IntegratedDataViewer idv, String name)
          _more_
IdvComponentHolder(IntegratedDataViewer idv, Object object)
          _more_
IdvSplash(IntegratedDataViewer idv)
          Create the splash screen
IdvUIManager(IntegratedDataViewer idv)
          Create me with the IDV
IdvWindow(String title, IntegratedDataViewer theIdv)
          Create the window
IdvWindow(String title, IntegratedDataViewer theIdv, boolean isAMainWindow)
          Create the window
IdvXmlUi(IdvWindow window, List viewManagers, IntegratedDataViewer idv, Element root)
          Construct this object
IdvXmlUi(IdvWindow window, List viewManagers, IntegratedDataViewer idv, Element root, Element startNode)
          _more_
IdvXmlUi(IntegratedDataViewer idv, Element root)
          Construct this object
ImageGenerator(IntegratedDataViewer idv)
          Create me with the IDV
ImageGenerator(IntegratedDataViewer idv, List scriptFiles)
          Create me with the IDV and start processing files
ImageSequenceGrabber(String filename, IntegratedDataViewer idv, ImageGenerator imageGenerator, Element scriptingNode, List<ImageWrapper> imageFiles, Dimension size, double displayRate)
          This gets called when we automatically create a movie.
ImageSequenceGrabber(String filename, IntegratedDataViewer idv, ImageGenerator imageGenerator, Element scriptingNode, List<ImageWrapper> imageFiles, Dimension size, double displayRate, double endPause)
          This gets called when we automatically create a movie.
ImageSequenceGrabber(ViewManager viewManager, String filename, IntegratedDataViewer idv)
          This gets called when we automatically create a movie.
ImageSequenceGrabber(ViewManager viewManager, String filename, IntegratedDataViewer idv, ImageGenerator imageGenerator, Element scriptingNode)
          This gets called when we automatically create a movie.
JythonShell(IntegratedDataViewer theIdv)
          ctor
ParamDefaultsEditor(IntegratedDataViewer idv)
          Create the editor with the given collection of xml resources
ParamGroupsEditor(IntegratedDataViewer idv)
          Create the editor with the given collection of xml resources
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
QuicklinkPanel.Bundle(IntegratedDataViewer idv, String name, int type)
          ctor
QuicklinkPanel.Control(IntegratedDataViewer idv, String name)
          ctor
QuicklinkPanel.FileHistory(IntegratedDataViewer idv, String name)
          ctor
QuicklinkPanel.Html(IntegratedDataViewer idv, String name, String mouseOverString, String html)
          ctor
QuicklinkPanel(IntegratedDataViewer idv, String name)
          ctor
ResourceViewer(IntegratedDataViewer idv)
          _more_
SettingsTree(IntegratedDataViewer theIdv)
          ctor
ViewPanelImpl(IntegratedDataViewer idv)
          Create me with the IDV