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

Packages that use VMwareHostBean
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 VMwareHostBean in edu.ntnu.item.jt.GUI
 

Methods in edu.ntnu.item.jt.GUI that return VMwareHostBean
 VMwareHostBean HostPanel.getVmHostBean()
           
 

Methods in edu.ntnu.item.jt.GUI with parameters of type VMwareHostBean
 void HostPanel.setVmHostBean(VMwareHostBean vmHostBean)
           
 

Constructors in edu.ntnu.item.jt.GUI with parameters of type VMwareHostBean
HostPanel(VMwareHostBean vmHost, GUIConfigEditor editor)
           
 

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

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

Method parameters in edu.ntnu.item.jt.system.configbeans with type arguments of type VMwareHostBean
 void PowerScanBean.setVMWareHosts(ArrayList<VMwareHostBean> wareHosts)