327932803281328232833284328532863287
int id = (Integer) itemsSelected[0].getData(NODE_ID); Server info = service1.listById(id); Map<String, String[]> values = service1.listInfo(id); PropertiesDialog dialog = new PropertiesDialog(shell, iconImage, info, values); dialog.open(); }