Versions Compared

Key

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

...

Enumeration of possible displays (alternativaly, you can define a taskClass, see below and How to define an ExplorerTask - what are the possible taskClass options?):

Display typeType

default icon
(since 2019.02)

archivedisplay

Image Modified

attribute filtertool window

Image Modified

correlation displaydisplay

Image Modified

data viewertool window

Image Modified

documents

tool window

Image Modified

forecast managementdisplay

Image Modified

forecast mixerdisplay

Image Modified

forecast product info
display

Image Modified

interval statistics
display

Image Modified

manual forecast dialogdisplay

Image Modified

mapdisplay

Image Modified

modifier displaydisplay

Image Modified

plot overview

display

Image Modified

sample viewerdisplay

Image Modified

schematic status displaydisplay

Image Modified

spatial displaydisplay

Image Modified

system monitordisplay

Image Modified

tabular config files displaydisplay

Image Modified

threshold displaydisplay

Image Modified

time series dialog

display

Image Modified

time series listerdisplay

Image Modified

topology diagramtool window

Image Modified

topology treedisplay

Image Modified

verifcation analysis tooldisplay

Image Modified

web browserdisplay

Image Modified

what-if dialogdisplay

Image Modified

workflow navigatordisplay

Image Modified


displayConfigFileName

Since 2013.02. Config file of the display. The display to start is recognized by the schema name in the config file

...

Since 2019.02 this element can either has new settings and dependencies. A buttonType can be configured. Options in this enumeration are 'icon' or 'text'

<buttonType>Boolean<iconFile>appearance
icontrueemptyIcon button with new 2019.02 default image
truereference to an image fileIcon button with configured image
falseempty or a reference to an image fileno button visible
texttrueempty or a reference to an image fileText button with Taskname
falseempty or a reference to an image fileno button visible

menubarTask

Boolean flag to indicate if the task is to appear in the tools menu

...

The status Bar settings define the elements that can be shown in the FEWS Explorer status bar. This includes the configuration of the date/time and elements like showing the user, usergroup, etc..

Image RemovedImage Added

Figure 10 Elements in the Status bar section of the Explorer configuration

...


Code Block
languagexml
linenumberstrue
<statusBarConfig>
   <description>Standard date-time format</description>
   <dateTimeFormat>HH:mm:ss</dateTimeFormat>
   <timeGMT>true</timeGMT>
   <timeCurrent>false</timeCurrent>
   <timeLastRefresh>true</timeLastRefresh>
   <statusOfSystem>true</statusOfSystem>
   <mouseCoordinates>true</mouseCoordinates>
   <userName>true</userName>
   <scheduledTaskEndWarning>
      <color>aquamarine1</color>
      <time unit="minute" multiplier="75"/>
   </scheduledTaskEndWarning>
</statusBarConfig>


systemTimePauseButton

Optional field. With this setting a "pause" button will be visible next to the current time in the status bar. Toggle this button to start or stop automatic adjusting of current time. If paused is set to "true", the pause button will be toggled at start-up.

showLocationsOutsideVisibilityPeriod

...