Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 39 Rev 41
Line 435... Line 435...
435
	{
435
	{
436
		this.setDisabled(false) ;
436
		this.setDisabled(false) ;
437
	}
437
	}
Line 438... Line 438...
438
 
438
 
439
	public void rafraichir(Object nouvelleDonnees, boolean repandreRaffraichissement) {
-
 
440
		// 
-
 
Line 441... Line 439...
441
		
439
	public void rafraichir(Object nouvelleDonnees, boolean repandreRaffraichissement) {
442
		
440
		
443
		// si l'on a reçu une liste de commune
441
		// si l'on a reçu une liste de commune
Line 474... Line 472...
474
					final ArrayReader reader = new ArrayReader(rd);		
472
					final ArrayReader reader = new ArrayReader(rd);		
Line 475... Line 473...
475
					
473
					
476
					Store store=new Store(dataProxy,reader);
474
					Store store=new Store(dataProxy,reader);
Line 477... Line 475...
477
					store.load() ;
475
					store.load() ;
478
		
-
 
479
					commune.setStore(store);
-
 
Line 480... Line 476...
480
				
476
		
Line 481... Line 477...
481
					
477
					commune.setStore(store);					
Line 482... Line 478...
482
							
478
							
483
			}
479
			}
Line 484... Line 480...
484
			
480
			
Line 548... Line 544...
548
	}
544
	}
Line 549... Line 545...
549
   
545
   
Line 550... Line -...
550
 
-
 
551
	public void ajouterObservation() {
546
 
552
 
-
 
553
 
547
	public void ajouterObservation() {
554
		Observation obs=new Observation(espece.getText(),numeroNom,commune.getText(),departement,lieudit.getText(),station.getText(),milieu.getText(), comment.getText(),date.getText());
548
 
Line 555... Line 549...
555
				
549
		Observation obs=new Observation(espece.getText(),numeroNom,commune.getText(),departement,lieudit.getText(),station.getText(),milieu.getText(), comment.getText(),date.getText());