Versions Compared

Key

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


What

SystemMonitorDisplay.xml

Required

no

Description

Definitions of optional elements of the system monitor

schema location

http

https://

fews

fewsdocs.

wldelft

deltares.nl/schemas/version1.0/systemMonitorDisplay.xsd

Entry in DisplayDescriptors

<displayDescriptor id="SystemMonitorDisplay">

<description>SystemMonitorDisplay</description>
<className>nl.wldelft.fews.gui.plugin.systemmonitor.SystemMonitorDialog</className>
</displayDescriptor>

Table of Contents

Description

...

The bulletinBoard tab allows users to manually add log messages to the system. In order to use this the following should be added to the configuration file:

Code Block
xml
xml

	<bulletinBoard>
		<tabName>Bulletin Board</tabName>
		<tabMnemonic>B</tabMnemonic>
	</bulletinBoard>

...