|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheEvent | |
---|---|
org.LiveGraph.dataCache | |
org.LiveGraph.gui.dfs | |
org.LiveGraph.gui.dss | |
org.LiveGraph.gui.gs | |
org.LiveGraph.gui.plot | |
org.LiveGraph.plot |
Uses of CacheEvent in org.LiveGraph.dataCache |
---|
Fields in org.LiveGraph.dataCache with type parameters of type CacheEvent | |
---|---|
private java.util.Set<CacheEvent> |
DataCache.delayedEvents
Stores occured cache events when operating in the delayed mode. |
Methods in org.LiveGraph.dataCache that return CacheEvent | |
---|---|
static CacheEvent |
CacheEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CacheEvent[] |
CacheEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.LiveGraph.dataCache with parameters of type CacheEvent | |
---|---|
private void |
DataCache.fireEvent(CacheEvent eventType)
Notifies the observers of a specified event. |
private void |
DataCache.raiseEvent(CacheEvent eventType)
Notifies the observers of an event of a specified type. |
Uses of CacheEvent in org.LiveGraph.gui.dfs |
---|
Method parameters in org.LiveGraph.gui.dfs with type arguments of type CacheEvent | |
---|---|
private void |
DataFileSettingsPanel.processCacheEvent(Event<CacheEvent> event)
Updates data file info when the cache changes. |
Uses of CacheEvent in org.LiveGraph.gui.dss |
---|
Method parameters in org.LiveGraph.gui.dss with type arguments of type CacheEvent | |
---|---|
private void |
SeriesSettingsPanel.processCacheEvent(Event<CacheEvent> event)
Locally updates the series-lables when they have been changed in the data cache. |
Uses of CacheEvent in org.LiveGraph.gui.gs |
---|
Method parameters in org.LiveGraph.gui.gs with type arguments of type CacheEvent | |
---|---|
private void |
GraphSettingsPanel.processCacheEvent(Event<CacheEvent> event)
Updates the series labels when the cache is updated. |
Uses of CacheEvent in org.LiveGraph.gui.plot |
---|
Method parameters in org.LiveGraph.gui.plot with type arguments of type CacheEvent | |
---|---|
private void |
PlotPanel.processCacheEvent(Event<CacheEvent> event)
Repaints the plot canvas when the cache was updated. |
Uses of CacheEvent in org.LiveGraph.plot |
---|
Method parameters in org.LiveGraph.plot with type arguments of type CacheEvent | |
---|---|
private void |
Plotter.processCacheEvent(Event<CacheEvent> event)
If cached label info is changed, the screen buffer is recreated; if cached data is updated the view port and the screen data are recomputed. |
|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |