Package dataModelFX
Class DataModelPaneFXSettings
java.lang.Object
dataModelFX.DataModelPaneFXSettings
- All Implemented Interfaces:
 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 Summary
FieldsModifier and TypeFieldDescriptionstatic final longList 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 Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
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
- 
DataModelPaneFXSettings
public DataModelPaneFXSettings() 
 - 
 - 
Method Details