public class UiFacadeFactoryImpl extends java.lang.Object implements UiFacadeFactory
| Constructor and Description |
|---|
UiFacadeFactoryImpl(MongoConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
HostPanelFacade |
getHostPanel(HostRef ref) |
MainWindowFacade |
getMainWindow() |
SummaryPanelFacade |
getSummaryPanel() |
VmPanelFacade |
getVmPanel(VmRef ref) |
public UiFacadeFactoryImpl(MongoConnection connection)
public MainWindowFacade getMainWindow()
getMainWindow in interface UiFacadeFactorypublic SummaryPanelFacade getSummaryPanel()
getSummaryPanel in interface UiFacadeFactorypublic HostPanelFacade getHostPanel(HostRef ref)
getHostPanel in interface UiFacadeFactorypublic VmPanelFacade getVmPanel(VmRef ref)
getVmPanel in interface UiFacadeFactory