Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What

DisplayDescriptors.xml

Config group

SystemConfigFiles

Required

yes

Description

Registers the available gui-display plugins to the system

schema location

http://fews.wldelft.nl/schemas/version1.0/displayDescriptors.xsd

Display descriptors and Display instance descriptors are obsolete since FEWS 2013.02. You can remove them both from your configuration. Explorer.xml can be optimized by replacing the java class names by config file references but this is not strictly necessary.

 

Note

Only expert users should attempt to make changes in this configuration. Errors could implement the functionality of the complete system.

...


Figure 22 Elements in the DisplayDescriptors configuration

displayDescriptor

Root element of the display descriptor configuration. One entry is required for each display defined.

...

  • Id: Id or Name of the display
description

Optional description of the display. This is used for reference only.

className

Java class called when running the display as referenced by its Id. NOTE; this class must implement the DELFT-FEWS display plug-in interface.