Subversion Repositories eFlore/Applications.coel

Rev

Rev 1644 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1644 Rev 1645
Line 235... Line 235...
235
				}
235
				}
236
				Projet projetModifie = (Projet)info.getDonnee(0);
236
				Projet projetModifie = (Projet)info.getDonnee(0);
237
				// au cas ou le bouton appliquer aurait été cliqué avant de valider
237
				// au cas ou le bouton appliquer aurait été cliqué avant de valider
238
				store.remove(projetModifie);
238
				store.remove(projetModifie);
239
				store.insert(projetModifie, indexElementSelectionne);
239
				store.insert(projetModifie, indexElementSelectionne);
-
 
240
 
240
				grille.repaint();
241
				projetSelectionne = projetModifie;
-
 
242
				int indexElementSelectionne = store.indexOf(projetSelectionne);
241
				grille.getSelectionModel().select(indexElementSelectionne, true);
243
				grille.getSelectionModel().select(indexElementSelectionne, false);
-
 
244
				grille.getView().focusRow(indexElementSelectionne);
242
				clicListe(projetModifie);
245
				clicListe(projetModifie);
243
			} else if (info.getType().equals("suppression_projet")) {
246
			} else if (info.getType().equals("suppression_projet")) {
244
				String message = info.toString();
247
				String message = info.toString();
245
				if (info.getDonnee(0) != null) {
248
				if (info.getDonnee(0) != null) {
246
					message = (String) info.getDonnee(0);
249
					message = (String) info.getDonnee(0);