Uses of Class
ucar.unidata.idv.IntegratedDataViewer
Packages that use IntegratedDataViewer
Package
Description
The data package.
The idv package.
Choosers for the IDV.
Collaboration support for the IDV.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
IDV support for publishing to web logs and THREDDS catalogs
User Interface (UI) classes for the IDV
-
Uses of IntegratedDataViewer in ucar.unidata.data
Methods in ucar.unidata.data that return IntegratedDataViewer -
Uses of IntegratedDataViewer in ucar.unidata.idv
Subclasses of IntegratedDataViewer in ucar.unidata.idvModifier and TypeClassDescriptionclassThis is the default implementation of an IDV.classClass descriptionclassAn example IDV application that supports muliple view panes in the same window, a la AWIPSFields in ucar.unidata.idv declared as IntegratedDataViewerMethods in ucar.unidata.idv that return IntegratedDataViewerModifier and TypeMethodDescriptionControlContext.getIdv()Get the IDVIdvBase.getIdv()Get the IDVIdvManager.getIdv()Get the IDVViewManager.getIdv()Get the IDVMethods in ucar.unidata.idv with parameters of type IntegratedDataViewerModifier and TypeMethodDescriptionstatic voidOldVersionCheck.check(IntegratedDataViewer idv) Deal with old version.static voidControlDescriptor.createControlDescriptor(IntegratedDataViewer idv, Element node) Create the control descriptor described by the given control nodestatic voidControlDescriptor.createControlDescriptors(IntegratedDataViewer idv, Element root) Create the control descriptors described under the root xml element.ControlDescriptor.doMakeDisplay(List dataChoices, IntegratedDataViewer viewer, String argPropertiesString, DataSelection dataSelection, boolean initDisplayInThread) Instantiate the DisplayControl defined by the Class data member.ControlDescriptor.doMakeDisplay(List dataChoices, IntegratedDataViewer viewer, Hashtable argProperties, DataSelection dataSelection, boolean initDisplayInThread) Instantiate the DisplayControl defined by the Class data member.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.final voidMapViewManager.initAfterUnPersistence(IntegratedDataViewer idv) Initialize after unpersistencevoidViewManager.initAfterUnPersistence(IntegratedDataViewer idv) Called after this object has been unpersisted from xml.voidControlDescriptor.initControl(DisplayControl control, List newDataChoices, IntegratedDataViewer idv, String properties, DataSelection dataSelection) Initializes theDisplayControlvoidControlDescriptor.initControl(DisplayControl control, List newDataChoices, IntegratedDataViewer idv, Hashtable newProperties, DataSelection dataSelection) Initializes theDisplayControlprotected static voidControlDescriptor.load(IntegratedDataViewer idv, XmlResourceCollection resources) Iterate through the ControlDescriptor describing xml files defined by the given resources parameter and create the ControlDescriptor objectsbooleanDataSourceHistory.process(IntegratedDataViewer idv) Create the data source from the xmlbooleanFileHistory.process(IntegratedDataViewer idv) Load in the file.abstract booleanHistory.process(IntegratedDataViewer idv) Create the data source (or load the file) represented by this object.static voidControlDescriptor.processDisplayXml(IntegratedDataViewer idv, String xml) Process the given display xml file.protected voidIdvBase.setIdv(IntegratedDataViewer idv) Set the reference to the idv.voidViewManager.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 IntegratedDataViewerModifierConstructorDescriptionArgsManager(IntegratedDataViewer idv, String[] args) Create the manager with the given idv and command line arguments.ControlDescriptor(IntegratedDataViewer idv, String displayTemplateFile, DisplayControl prototype) Constructor for when we are a wrapper around a display templateControlDescriptor(IntegratedDataViewer idv, Element node) Create the descriptorCreate this object with the given idvConstruct this object with the given IDVIdvMonitor(IntegratedDataViewer idv, int port) _more_IdvObjectStore(IntegratedDataViewer idv, String systemName, String appName, XmlEncoder encoder, String overrideUserDirectory) Create the store.The ctorCreate the dialog with the given idvCreate an IdvProjectionManager with the given idv and list of resources.Create meImageRequestHandler(IntegratedDataViewer idv, HttpServer server, Socket socket) ctorImageServer(IntegratedDataViewer idv, int port) ctorImageServer(IntegratedDataViewer idv, String propertyFile) ctorCreate this managerCreate the manager and call initPython.MonitorRequestHandler(IntegratedDataViewer idv, HttpServer server, Socket socket) ctorOneInstanceRequestHandler(IntegratedDataViewer idv, HttpServer server, Socket socket) ctorOneInstanceServer(IntegratedDataViewer idv, int port) ctorctorConstruct a ServerUrlRemapperCreate this managerConstruct this manager with the given idv. -
Uses of IntegratedDataViewer in ucar.unidata.idv.chooser
Methods in ucar.unidata.idv.chooser that return IntegratedDataViewerConstructors in ucar.unidata.idv.chooser with parameters of type IntegratedDataViewerModifierConstructorDescriptionIdvChooser(IntegratedDataViewer idv, Element chooserNode) Create the chooserIdvChooser(IntegratedDataViewer idv, IdvChooserManager chooserManager, Element chooserNode) Create the chooserCreate a new IdvChooserManager. -
Uses of IntegratedDataViewer in ucar.unidata.idv.collab
Constructors in ucar.unidata.idv.collab with parameters of type IntegratedDataViewerModifierConstructorDescriptionCaptureManager(IntegratedDataViewer idv, CollabManager collabManager) Create the capture managerCreate the CollabManager -
Uses of IntegratedDataViewer in ucar.unidata.idv.control
Methods in ucar.unidata.idv.control that return IntegratedDataViewerModifier and TypeMethodDescriptionDisplayControlImpl.getIdv()Get the integraed data viewer that this is part ofMethods in ucar.unidata.idv.control with parameters of type IntegratedDataViewerModifier and TypeMethodDescriptionbooleanDisplaySetting.changeName(IntegratedDataViewer idv, JDialog dialog) Change the name of this display settingstatic voidDisplaySetting.doSave(IntegratedDataViewer idv, JDialog dialog, List<PropertyValue> propList, DisplayControlImpl display) Save the display settingsConstructors in ucar.unidata.idv.control with parameters of type IntegratedDataViewerModifierConstructorDescriptionctorDisplaySettingsDialog(IntegratedDataViewer idv, DisplayControlImpl display) ctorDisplaySettingsDialog(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 -
Uses of IntegratedDataViewer in ucar.unidata.idv.mac
Constructors in ucar.unidata.idv.mac with parameters of type IntegratedDataViewer -
Uses of IntegratedDataViewer in ucar.unidata.idv.publish
Methods in ucar.unidata.idv.publish that return IntegratedDataViewerMethods in ucar.unidata.idv.publish with parameters of type IntegratedDataViewerModifier and TypeMethodDescriptionstatic List<TwoFacedObject> PublishManager.getPublisherTypes(IntegratedDataViewer idv, Element root) Process the given xml, instantiating a list ofIdvPublishersprotected voidIdvPublisher.setIdv(IntegratedDataViewer idv) Constructors in ucar.unidata.idv.publish with parameters of type IntegratedDataViewerModifierConstructorDescriptionprotectedIdvPublisher(IntegratedDataViewer idv, Element element) Construct the object with the reference to the idvCreate me with the IDV -
Uses of IntegratedDataViewer in ucar.unidata.idv.ui
Fields in ucar.unidata.idv.ui declared as IntegratedDataViewerMethods in ucar.unidata.idv.ui that return IntegratedDataViewerModifier and TypeMethodDescriptionDataSourceHolder.getIdv()Return the IDV member.IdvComponentGroup.getIdv()Get the Idv property.IdvComponentHolder.getIdv()Get the Idv property.QuicklinkPanel.getIdv()get idvMethods in ucar.unidata.idv.ui with parameters of type IntegratedDataViewerModifier and TypeMethodDescriptionstatic JComponentQuicklinkPanel.createQuicklinksFromResources(IntegratedDataViewer idv) Create the quicklinks panel from the resource definitionsprotected static voidViewPanelImpl.initButtonState(IntegratedDataViewer idv) Initialize the button statevoidIdvComponentGroup.setIdv(IntegratedDataViewer value) Set the Idv property.voidIdvComponentHolder.setIdv(IntegratedDataViewer value) Set the Idv property.Constructors in ucar.unidata.idv.ui with parameters of type IntegratedDataViewerModifierConstructorDescriptionCreate an AliasEditor with the given idv and list of resources.Create the editorBundle(IntegratedDataViewer idv, String name, int type) ctorControl(IntegratedDataViewer idv, String name) ctorDataControlDialog(IntegratedDataViewer idv, boolean inOwnWindow, boolean horizontalOrientation) Constructor for when we are a part of theDataSelectorDataControlDialog(IntegratedDataViewer idv, DataChoice dataChoice, int x, int y) Constructor for configuring aDataChoiceConstructor for when we are a part of theDataSelectorDataSelectionWidget(IntegratedDataViewer idv, boolean doSettings) Constructor for when we are a part of theDataSelectorDataSelectionWidget(IntegratedDataViewer idv, boolean doSettings, boolean doUseDisplay) Constructor for when we are a part of theDataSelectorDataSelector(IntegratedDataViewer idv, boolean horizontalOrientation, DataSource formulaDataSource) Create a DataSelector with the given idv and lsit of formulasDataSelector(IntegratedDataViewer idv, Dimension defaultSize, boolean singletonDataSource) Create a DataSelector with the given idv and list of formulasDataSelector(IntegratedDataViewer idv, DataSource formulaDataSource) Create a DataSelector with the given idv and lsit of formulasDataSourceHolder(IntegratedDataViewer idv, DataSource formulaDataSource, Dimension defaultDimension) Create this objectDataTree(IntegratedDataViewer idv, boolean showDataSourceNode, boolean treatFormulaDataSourceSpecial) Create a DataTree with the given idv reference.DataTree(IntegratedDataViewer idv, List sources, List categories) Create a DataTree with the given idv reference, list ofDataSource-s and (potentially null) list ofDataCategory-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 ofDataSource-s, (potentially null) list ofDataCategory-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 ofDataSource-s, (potentially null) list ofDataCategory-s and default window size.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.DataTreeDialog(IntegratedDataViewer idv, Component src, List operands, List dataSources, List selectedDataChoices) Create the dialogDataTreeDialog(IntegratedDataViewer idv, Component src, List operands, List dataSources, List selectedDataChoices, boolean includeDataSubsetWidget) Create the dialogFileHistory(IntegratedDataViewer idv, String name) ctorFormulaDialog(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) Instantiates a new formula dialog.Html(IntegratedDataViewer idv, String name, String mouseOverString, String html) ctorIdvComponentGroup(IntegratedDataViewer idv, String name) _more_IdvComponentHolder(IntegratedDataViewer idv, Object object) _more_Create the splash screenCreate me with the IDVIdvWindow(String title, IntegratedDataViewer theIdv) Create the windowIdvWindow(String title, IntegratedDataViewer theIdv, boolean isAMainWindow) Create the windowIdvXmlUi(IntegratedDataViewer idv, Element root) Construct this objectIdvXmlUi(IdvWindow window, List viewManagers, IntegratedDataViewer idv, Element root) Construct this objectIdvXmlUi(IdvWindow window, List viewManagers, IntegratedDataViewer idv, Element root, Element startNode) _more_Create me with the IDVImageGenerator(IntegratedDataViewer idv, List scriptFiles) Create me with the IDV and start processing filesImageSequenceGrabber(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) ctorCreate the editor with the given collection of xml resourcesCreate the editor with the given collection of xml resourcesPlotModelComponent(IntegratedDataViewer idv, Object plotModelListener, String methodName, StationModel plotModel) Create a new PlotModelComponentPlotModelComponent(IntegratedDataViewer idv, Object plotModelListener, String methodName, StationModel plotModel, boolean addNone) Create a new PlotModelComponentQuicklinkPanel(IntegratedDataViewer idv, String name) ctor_more_SettingsTree(IntegratedDataViewer theIdv) ctorCreate me with the IDV