LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.gui.GUIEvent

Packages that use GUIEvent
org.LiveGraph.gui   
org.LiveGraph.gui.dfs   
org.LiveGraph.gui.dss   
org.LiveGraph.gui.gs   
org.LiveGraph.gui.msg   
org.LiveGraph.gui.plot   
 

Uses of GUIEvent in org.LiveGraph.gui
 

Methods in org.LiveGraph.gui that return GUIEvent
static GUIEvent GUIEvent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GUIEvent[] GUIEvent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in org.LiveGraph.gui with type arguments of type GUIEvent
 boolean GUIManager.guiEventProcessingException(Event<GUIEvent> event, EventProcessingException exception)
           
 void GUIManager.guiEventProcessingFinished(Event<GUIEvent> event)
          ...
protected  void LiveGraphFrame.processGUIEvent(Event<GUIEvent> event)
          If the event is of type GUI_DisposeAll this method disposes this frame.
private  void MainMenuBar.processGUIEvent(Event<GUIEvent> event)
          Updates local view on GUI events.
 

Uses of GUIEvent in org.LiveGraph.gui.dfs
 

Method parameters in org.LiveGraph.gui.dfs with type arguments of type GUIEvent
protected  void DataFileSettingsWindow.processGUIEvent(Event<GUIEvent> event)
          Updates local view on GUI events.
 

Uses of GUIEvent in org.LiveGraph.gui.dss
 

Method parameters in org.LiveGraph.gui.dss with type arguments of type GUIEvent
private  void SeriesSettingsPanel.processGUIEvent(Event<GUIEvent> event)
          Updates local view on GUI events.
protected  void SeriesSettingsWindow.processGUIEvent(Event<GUIEvent> event)
          Updates local view on GUI events.
 

Uses of GUIEvent in org.LiveGraph.gui.gs
 

Method parameters in org.LiveGraph.gui.gs with type arguments of type GUIEvent
protected  void GraphSettingsWindow.processGUIEvent(Event<GUIEvent> event)
          Updates local view on GUI events.
 

Uses of GUIEvent in org.LiveGraph.gui.msg
 

Method parameters in org.LiveGraph.gui.msg with type arguments of type GUIEvent
private  void MessagePanel.processGUIEvent(Event<GUIEvent> event)
          Updates local view on GUI events.
protected  void MessageWindow.processGUIEvent(Event<GUIEvent> event)
          Updates local view on GUI events.
 

Uses of GUIEvent in org.LiveGraph.gui.plot
 

Method parameters in org.LiveGraph.gui.plot with type arguments of type GUIEvent
protected  void PlotWindow.processGUIEvent(Event<GUIEvent> event)
          Updates local view on GUI events.
 


LiveGraph
data visualisation and analysis framework