Uses of Class
edu.ntnu.item.jt.system.configbeans.DynamicAnalysisToolBean

Packages that use DynamicAnalysisToolBean
edu.ntnu.item.jt.GUI Provides the GUI capabilities of PowerScan 
edu.ntnu.item.jt.system Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. 
edu.ntnu.item.jt.system.configbeans Annotated config beans used by Simple to perform easy serialization and deserialization of XML 
 

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

Methods in edu.ntnu.item.jt.GUI that return DynamicAnalysisToolBean
 DynamicAnalysisToolBean ToolPanel.getToolBean()
           
 

Methods in edu.ntnu.item.jt.GUI that return types with arguments of type DynamicAnalysisToolBean
 ArrayList<DynamicAnalysisToolBean> DynamicToolPanel.getToolBeans()
           
 ArrayList<DynamicAnalysisToolBean> DynamicToolPanel.getTools()
           
 

Methods in edu.ntnu.item.jt.GUI with parameters of type DynamicAnalysisToolBean
 void ToolPanel.setToolBean(DynamicAnalysisToolBean toolBean)
           
 

Method parameters in edu.ntnu.item.jt.GUI with type arguments of type DynamicAnalysisToolBean
 void DynamicToolPanel.setToolBeans(ArrayList<DynamicAnalysisToolBean> toolBeans)
           
 void DynamicToolPanel.setTools(ArrayList<DynamicAnalysisToolBean> tools)
           
 

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

Uses of DynamicAnalysisToolBean in edu.ntnu.item.jt.system
 

Constructor parameters in edu.ntnu.item.jt.system with type arguments of type DynamicAnalysisToolBean
Executor(ArrayList<DynamicAnalysisToolBean> daToolBeans, GuestOS guestOS)
          Constructs a new Executor representing a GuestOS
 

Uses of DynamicAnalysisToolBean in edu.ntnu.item.jt.system.configbeans
 

Methods in edu.ntnu.item.jt.system.configbeans that return types with arguments of type DynamicAnalysisToolBean
 ArrayList<DynamicAnalysisToolBean> VMBean.getAnalysisTools()
           
 

Method parameters in edu.ntnu.item.jt.system.configbeans with type arguments of type DynamicAnalysisToolBean
 void VMBean.setAnalysisTools(ArrayList<DynamicAnalysisToolBean> analysisTools)