Versions Compared

Key

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

...

  • nl.wldelft.fews.gui.plugin.objectiveanalyzer.ObjectiveAnalyzerDisplay (depricated since 2021.01, do not use anymore)
  • nl.wldelft.fews.gui.plugin.kflows.KFlows (new since 2018.02)

FEWS Explorer Task

The KFlows display can be added to the FEWs Explorer.xml file as a explorer task.

Code Block
languagexml
titlePanelSize configuration example
<explorerTask name="KFlows">
	<mnemonic>K</mnemonic>
	<arguments>KFlowsDisplay</arguments>
	<taskClass>nl.wldelft.fews.gui.plugin.kflows.KFlows</taskClass>
	<toolbarTask>false</toolbarTask>
	<menubarTask>true</menubarTask>
	<allowMultipleInstances>false</allowMultipleInstances>
	<accelerator>ctrl K</accelerator>
	<loadAtStartup>false</loadAtStartup>
</explorerTask>


KFlows Display Configuration File

The KFlows display configuration file contains multiple elements with sub-elements. Example is provided below.

...