public abstract class HostInformationView extends BasicView implements UIComponent
View
that shows host information. It does not display
this information directly. It relies on child views.VmInformationView
BasicView.Action
Constructor and Description |
---|
HostInformationView() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addChildView(LocalizedString title,
UIComponent view) |
void |
addChildViews(List<UIPluginInfo> plugins) |
void |
clear() |
abstract int |
getNumChildren() |
abstract void |
removeChildView(LocalizedString title) |
addActionListener, notify, removeActionListener
public abstract void addChildView(LocalizedString title, UIComponent view)
public abstract void removeChildView(LocalizedString title)
public abstract int getNumChildren()
public void addChildViews(List<UIPluginInfo> plugins)
public void clear()
Copyright © 2017. All rights reserved.