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

Packages that use VMBean
edu.ntnu.item.jt.GUI Provides the GUI capabilities of PowerScan 
edu.ntnu.item.jt.system.configbeans Annotated config beans used by Simple to perform easy serialization and deserialization of XML 
 

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

Methods in edu.ntnu.item.jt.GUI that return VMBean
 VMBean VMPanel.getVmBean()
           
 

Methods in edu.ntnu.item.jt.GUI with parameters of type VMBean
 void VMPanel.setVmBean(VMBean vmBean)
           
 

Constructors in edu.ntnu.item.jt.GUI with parameters of type VMBean
DynamicToolPanel(VMBean vmBean, GUIConfigEditor editor)
           
VMPanel(VMBean vmBean, GUIConfigEditor editor, HostPanel hostPanel)
           
 

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

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

Method parameters in edu.ntnu.item.jt.system.configbeans with type arguments of type VMBean
 void VMwareHostBean.setVirtualMachines(ArrayList<VMBean> virtualMachines)