Versions Compared

Key

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

...

To use the interactive forecast dialogue, it must be added to the following general configuration files in the SystemConfig section;

DisplayDescriptors

...


<displayDescriptor id="TaskRunDialog">
	<description>TaskRunDialog</description>
	<className>nl.wldelft.fews.gui.plugin.taskRunDialog.TaskRunDialogFewsExplorerPlugin</className>
</displayDescriptor>

DisplayInstanceDescriptors

...


<displayInstanceDescriptor id="TaskRunDialog">
	<description>TaskRunDialog</description>
	<displayId>TaskRunDialog</displayId>
</displayInstanceDescriptor>	

Explorer.xml

Code Block
xml
xml

<explorerTask name="Interactive Forecast">
	<iconFile></iconFile>
	<mnemonic>I</mnemonic>
	<taskClass>nl.wldelft.fews.gui.plugin.taskRunDialog.TaskRunDialogFewsExplorerPlugin</taskClass>
	<toolbarTask>true</toolbarTask>
	<menubarTask>true</menubarTask>
	<accelerator>ctrl I</accelerator>
</explorerTask>

Example of a configuration