frysk.gui.monitor.datamodels
Class DataModelManager

java.lang.Object
  extended by frysk.gui.monitor.datamodels.DataModelManager

public class DataModelManager
extends Object

To promote sharing of DataModels this manager will keep track of all DataModels so that they can be retrieved by TreeViews when needed. This is only for complicated, computationally heavy dataModels. for light weight, simple models it is better to use the ListView,ObservableLinkedList combination.


Field Summary
 CoreDebugDataModel coreDebugDataModel
           
static DataModelManager theManager
           
 
Constructor Summary
DataModelManager()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theManager

public static DataModelManager theManager

coreDebugDataModel

public CoreDebugDataModel coreDebugDataModel
Constructor Detail

DataModelManager

DataModelManager()