use of org.ovirt.engine.ui.common.widget.dialog.InfoIcon in project ovirt-engine by oVirt.
the class ClusterPolicyPopupView method initInfoIcons.
private void initInfoIcons() {
filterInfoIcon = new InfoIcon(templates.italicWordWrapMaxWidth(constants.clusterPolicyFilterInfo()));
functionInfoIcon = new InfoIcon(templates.italicWordWrapMaxWidth(constants.clusterPolicyWeightFunctionInfo()));
loadBalancingInfoIcon = new InfoIcon(templates.italicWordWrapMaxWidth(constants.clusterPolicyLoadBalancingInfo()));
propertiesInfoIcon = new InfoIcon(templates.italicWordWrapMaxWidth(constants.clusterPolicyPropertiesInfo()));
}
Aggregations