Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1062 Rev 1069
Line 111... Line 111...
111
			commentaires.setText(image.getObservation().getCommentaire());
111
			commentaires.setText(image.getObservation().getCommentaire());
112
		} else {
112
		} else {
113
			commentaires.setVisible(false);
113
			commentaires.setVisible(false);
114
			commentairesTitre.setVisible(false);
114
			commentairesTitre.setVisible(false);
115
		}
115
		}
-
 
116
		
-
 
117
		
Line 116... Line 118...
116
 
118
 
Line 117... Line 119...
117
	}
119
	}
Line 191... Line 193...
191
	}
193
	}
Line 192... Line 194...
192
 
194
 
193
	public void setCurrentIndexImages(int index){
195
	public void setCurrentIndexImages(int index){
194
		currentIndexImages=index;
196
		currentIndexImages=index;
-
 
197
	}
-
 
198
 
-
 
199
	public Image getImageEflore() {
-
 
200
		return imageEflore;
195
	}
201
	}