Uses of Class
anl.aida.client.gui.StructuredDataPanel

Packages that use StructuredDataPanel
anl.aida.client.gui   
anl.aida.plot   
 

Uses of StructuredDataPanel in anl.aida.client.gui
 

Fields in anl.aida.client.gui declared as StructuredDataPanel
private  StructuredDataPanel AIDAGui.structPanel
           
 

Uses of StructuredDataPanel in anl.aida.plot
 

Fields in anl.aida.plot declared as StructuredDataPanel
private  StructuredDataPanel Dashboard.structData
           
 

Constructors in anl.aida.plot with parameters of type StructuredDataPanel
Dashboard(AIDAGui gui, StructuredDataPanel structData)