Home
Categories
Dictionary
Download
Project Details
Changes Log
Who We Are
FAQ
License

MapItems extension



The Server manage natively map widgets. However, the renderers for the MapItems for both the Swing and JavaFX UI framework are not present in the Swing or JavaFX Server implementations and must be added as an extension[1]
Note that the Client does not need these extensions, because it doe not need to have a rendering implementation for widgets
.

Adding the extension for the Swing framework

The renderers for the Swing MapItems implementations are in the mapSymbols.jar file. You should add this file in the extensions property in the configuration properties file. For example:
      graphics=DefGraphics.xml
      pictures=DefPictures.xml
      ui=LookAndFeel.xml
      lf=JavaFX
      supplement=6
      serverInputPort=8080
      serverOutputPort=8081
      serverInputSize=50000
      serverOutputSize=200
      server.autoVisible=true
      logServerArea=true
      server.menus=true
      server.uiCombo=true
      logMaximumLines=10
      extensions=mapSymbols.jar

Adding the extension for the JavaFX framework

The renderers for the JavaFX MapItems implementations are in the jfxMaps.jar file. You should add this file in the extensions property in the configuration properties file. For example:
      graphics=DefGraphics.xml
      pictures=DefPictures.xml
      ui=LookAndFeel.xml
      lf=JavaFX
      supplement=6
      serverInputPort=8080
      serverOutputPort=8081
      serverInputSize=50000
      serverOutputSize=200
      server.autoVisible=true
      logServerArea=true
      server.menus=true
      server.uiCombo=true
      logMaximumLines=10
      extensions=jfxMaps.jar

Notes

  1. ^ Note that the Client does not need these extensions, because it doe not need to have a rendering implementation for widgets

See also


Categories: extensions | maps | user

Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence