Versions Compared

Key

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

...

Code Block
languagexml
titleExplorer.xml (since 2013.02)
<explorerTask name="ForecasterDocument helpViewer">                                   
	<taskClass>nl.wldelft.fews.gui.plugin.information.ForecasterAidSelectionPanel</taskClass><predefinedDisplay>documents</predefinedDisplay>                                   
</explorerTask>

<explorerTask name="DocumentsForecaster viewer">help">                                   
	<taskClass>nl.wldelft.fews.gui.plugin.information.ForecasterAidDocumentPanel<ForecasterAidSelectionPanel</taskClass>                                   
</explorerTask> 
Code Block
languagexml
titleExplorer.xml (before 2013.02)
<explorerTask name="Documents viewer">
	<taskClass>nl.wldelft.fews.gui.plugin.information.ForecasterAidDocumentPanel</taskClass>
</explorerTask> 

<explorerTask name="Forecaster help">                                   
	<taskClass>nl.wldelft.fews.gui.plugin.information.ForecasterAidSelectionPanel</taskClass>                                   
</explorerTask>
</explorerTask> 

Below an example of the tool window forecaster help. In this example the forecaster has two documents available for information. If multiple directories are configured this window will show all available files for the node from the different predefined directories together.

...