LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.settings.DataFileSettings

Packages that use DataFileSettings
org.LiveGraph   
org.LiveGraph.dataCache   
org.LiveGraph.gui   
 

Uses of DataFileSettings in org.LiveGraph
 

Fields in org.LiveGraph declared as DataFileSettings
private  DataFileSettings LiveGraph.dataFileSettings
          Holds the data file settings for the application.
 

Methods in org.LiveGraph that return DataFileSettings
 DataFileSettings LiveGraph.getDataFileSettings()
          Gets the application's global data file settings.
 

Uses of DataFileSettings in org.LiveGraph.dataCache
 

Methods in org.LiveGraph.dataCache with parameters of type DataFileSettings
private  void UpdateInvoker.DataFileSettings_DataFile(DataFileSettings settings)
          Adjusts the file used by this invoker in response to a corresponding change in the data file settings.
private  void UpdateInvoker.DataFileSettings_DoNotCacheData(DataFileSettings settings)
          Adjusts the cache resetting option used by this invoker in response to a corresponding change in the data file settings.
private  void UpdateInvoker.DataFileSettings_ShowOnlyTailData(DataFileSettings settings)
          Adjusts the cache mode used by this invoker in response to a corresponding change in the data file settings.
private  void UpdateInvoker.DataFileSettings_UpdateFrequency(DataFileSettings settings)
          Adjusts the update frequency used by this invoker in response to a corresponding change in the data file settings.
 void UpdateInvoker.settingHasChanged(DataFileSettings settings, java.lang.String info)
          When the application's data file settings change which method is called in order to update the internal state accordingly.
 

Uses of DataFileSettings in org.LiveGraph.gui
 

Methods in org.LiveGraph.gui with parameters of type DataFileSettings
 void DataFileSettingsWindow.settingHasChanged(DataFileSettings settings, java.lang.Object info)
          Updates the view when the settings were loaded from a file.
 


LiveGraph
data visualisation and analysis framework