utilities.cfg
Interface ConfiguredObject

All Known Implementing Classes:
Graph, GraphLayer, GraphLayers, GraphLayout, GraphNode, NodePanel

public interface ConfiguredObject

an interface for classes that wish to manage their own configuration, but still want to be able to save data via the CfgManager system.


Method Summary
 void saveCfg()
          saves the information in this object to the proper location in the CfgManager.
 void updateCfg()
          updates the information in this object with information currently in the CfgManager.
 

Method Detail

updateCfg

public void updateCfg()
updates the information in this object with information currently in the CfgManager.

saveCfg

public void saveCfg()
saves the information in this object to the proper location in the CfgManager.