Uses of Class
edu.ntnu.item.jt.GUI.DynamicToolPanel

Packages that use DynamicToolPanel
edu.ntnu.item.jt.GUI Provides the GUI capabilities of PowerScan 
 

Uses of DynamicToolPanel in edu.ntnu.item.jt.GUI
 

Methods in edu.ntnu.item.jt.GUI that return DynamicToolPanel
 DynamicToolPanel VMPanel.getDatPanel()
           
 

Methods in edu.ntnu.item.jt.GUI with parameters of type DynamicToolPanel
 void VMPanel.setDatPanel(DynamicToolPanel datPanel)
           
 

Constructors in edu.ntnu.item.jt.GUI with parameters of type DynamicToolPanel
ToolPanel(DynamicAnalysisToolBean toolBean, GUIConfigEditor editor, DynamicToolPanel parentPanel)