|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SettingsEvent in org.LiveGraph.dataCache |
---|
Method parameters in org.LiveGraph.dataCache with type arguments of type SettingsEvent | |
---|---|
private void |
UpdateInvoker.processSettingsEvent(Event<SettingsEvent> event)
When the application's settings change, this method is called in order to update the internal state accordingly. |
Uses of SettingsEvent in org.LiveGraph.gui |
---|
Method parameters in org.LiveGraph.gui with type arguments of type SettingsEvent | |
---|---|
protected abstract void |
LiveGraphSettingsPanel.processSettingsEvent(Event<SettingsEvent> event)
This method must be overridden by subclasses in order to process settings events. |
Uses of SettingsEvent in org.LiveGraph.gui.dfs |
---|
Method parameters in org.LiveGraph.gui.dfs with type arguments of type SettingsEvent | |
---|---|
protected void |
DataFileSettingsPanel.processSettingsEvent(Event<SettingsEvent> event)
Updates the view when data file settings change. |
Uses of SettingsEvent in org.LiveGraph.gui.dss |
---|
Method parameters in org.LiveGraph.gui.dss with type arguments of type SettingsEvent | |
---|---|
protected void |
SeriesSettingsPanel.processSettingsEvent(Event<SettingsEvent> event)
When the application's settings change, this method is called in order to update the GUI accordingly. - Updates the table display when series settings were loaded from a file or when a setting changes. - When a series was selected as x-axis, the corresponding setting is highlighted for a second. |
Uses of SettingsEvent in org.LiveGraph.gui.gs |
---|
Method parameters in org.LiveGraph.gui.gs with type arguments of type SettingsEvent | |
---|---|
protected void |
GraphSettingsPanel.processSettingsEvent(Event<SettingsEvent> event)
Updates the display of the graph settings when they have been changed. |
Uses of SettingsEvent in org.LiveGraph.gui.msg |
---|
Method parameters in org.LiveGraph.gui.msg with type arguments of type SettingsEvent | |
---|---|
protected void |
MessagePanel.processSettingsEvent(Event<SettingsEvent> event)
Logs when settings have been loaded or saved. |
Uses of SettingsEvent in org.LiveGraph.gui.plot |
---|
Method parameters in org.LiveGraph.gui.plot with type arguments of type SettingsEvent | |
---|---|
protected void |
PlotPanel.processSettingsEvent(Event<SettingsEvent> event)
When the application's settings change, this method is called in order to update the GUI accordingly. - Repaints the plot canvas when the data file settings change. - Repaints the plot canvas when the graph settings change. |
Uses of SettingsEvent in org.LiveGraph.plot |
---|
Method parameters in org.LiveGraph.plot with type arguments of type SettingsEvent | |
---|---|
private void |
Plotter.processSettingsEvent(Event<SettingsEvent> event)
Calls the neccesary recomputations when graph settings or series settings have changed. |
Uses of SettingsEvent in org.LiveGraph.settings |
---|
Methods in org.LiveGraph.settings that return SettingsEvent | |
---|---|
static SettingsEvent |
SettingsEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SettingsEvent[] |
SettingsEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.LiveGraph.settings that return types with arguments of type SettingsEvent | |
---|---|
Event<SettingsEvent> |
ObservableSettings.checkObservers(SettingsEvent eventType,
boolean info)
|
Event<SettingsEvent> |
ObservableSettings.checkObservers(SettingsEvent eventType,
boolean infoBoolean,
long infoLong,
double infoDouble,
java.lang.Object infoObject)
|
Event<SettingsEvent> |
ObservableSettings.checkObservers(SettingsEvent eventType,
double info)
|
Event<SettingsEvent> |
ObservableSettings.checkObservers(SettingsEvent eventType,
long info)
|
Event<SettingsEvent> |
ObservableSettings.checkObservers(SettingsEvent eventType,
java.lang.Object info)
|
Methods in org.LiveGraph.settings with parameters of type SettingsEvent | |
---|---|
Event<SettingsEvent> |
ObservableSettings.checkObservers(SettingsEvent eventType,
boolean info)
|
Event<SettingsEvent> |
ObservableSettings.checkObservers(SettingsEvent eventType,
boolean infoBoolean,
long infoLong,
double infoDouble,
java.lang.Object infoObject)
|
Event<SettingsEvent> |
ObservableSettings.checkObservers(SettingsEvent eventType,
double info)
|
Event<SettingsEvent> |
ObservableSettings.checkObservers(SettingsEvent eventType,
long info)
|
Event<SettingsEvent> |
ObservableSettings.checkObservers(SettingsEvent eventType,
java.lang.Object info)
|
Method parameters in org.LiveGraph.settings with type arguments of type SettingsEvent | |
---|---|
void |
ObservableSettings.notifyObservers(Event<? extends SettingsEvent> event)
|
|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |