}
private void initialize() {
dimensionType = getDefaultDimensionType();
if (commonBean == null) {
commonBean = new CommonDeviceAttributeBean();
}
if (deviceController != null) {
commonBean.setExecutedBatchFile(deviceController.getBachtExecuteFile());
}
setViewportView(commonBean);