use of org.ovirt.engine.ui.common.widget.uicommon.vm.VmSnapshotInfoPanel in project ovirt-engine by oVirt.
the class VmSnapshotCustomPreviewPopupWidget method initTables.
private void initTables() {
// Create custom preview table
previewTable = new EntityModelCellTable<>(false, true);
previewTable.enableColumnResizing();
// Create Snapshot information tab panel
vmSnapshotInfoPanel = new VmSnapshotInfoPanel();
// Create split layout panel
splitLayoutPanel = new SplitLayoutPanel(4);
}
Aggregations