Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 385 Rev 677
Line 447... Line 447...
447
						Node parentNode = arbreMotsCles.getNodeById(parent);
447
						Node parentNode = arbreMotsCles.getNodeById(parent);
448
						node.setUserObject(usObj);
448
						node.setUserObject(usObj);
Line 449... Line 449...
449
						
449
						
450
						parentNode.appendChild(node);
450
						parentNode.appendChild(node);
-
 
451
					}
-
 
452
					
451
					}
453
					motsCles.put(id_noeud, mot_cle);
452
				}
454
				}
Line 453... Line 455...
453
			}
455
			}
454
			
456
			
Line 691... Line 693...
691
	 */
693
	 */
692
	public void mettreAjourMotsClesId(String text, String id) {
694
	public void mettreAjourMotsClesId(String text, String id) {
693
		motsCles.put(id, text);
695
		motsCles.put(id, text);
694
	}
696
	}
Line -... Line 697...
-
 
697
	
-
 
698
	public String obtenirTexteMotCle(String id) {
-
 
699
		
-
 
700
		String correspondanceId = "";
-
 
701
		
-
 
702
		String motCleTexte = motsCles.get(id);
-
 
703
		
-
 
704
		if(motCleTexte != null) {
-
 
705
			correspondanceId = motCleTexte;
-
 
706
		}
-
 
707
		
-
 
708
		return correspondanceId;
-
 
709
	}
695
	
710
	
696
	public void rafraichirCacheObservation(ListeObservation li) {
711
	public void rafraichirCacheObservation(ListeObservation li) {
697
		cacheObservation = li ;
712
		cacheObservation = li ;
Line 698... Line 713...
698
	}
713
	}