Package dataModelFX

Class DataModelPaneFXSettings

java.lang.Object
dataModelFX.DataModelPaneFXSettings
All Implemented Interfaces:
Serializable, Cloneable

public class DataModelPaneFXSettings extends Object implements Serializable, Cloneable
The primary function of the setting class is to save the positions of the modules nodes. This is done by saving a reference to the module based on unit name, unit type etc. Once a module is initially added to the pane it's position is set using this list.
Author:
Jamie Macaulay
See Also:
  • Field Details Link icon

    • serialVersionUID Link icon

      public static final long serialVersionUID
      See Also:
    • usedModuleInfos Link icon

      public ArrayList<ConnectionNodeParams> usedModuleInfos
      List of the modules which have been used in the data model- this should be the same as the PamController list but also saves the location of the module.
  • Constructor Details Link icon

    • DataModelPaneFXSettings Link icon

      public DataModelPaneFXSettings()
  • Method Details Link icon