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 UiFacadeFactory
public SummaryPanelFacade getSummaryPanel()
getSummaryPanel
in interface UiFacadeFactory
public HostPanelFacade getHostPanel(HostRef ref)
getHostPanel
in interface UiFacadeFactory
public VmPanelFacade getVmPanel(VmRef ref)
getVmPanel
in interface UiFacadeFactory