Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 128 Rev 129
Line 164... Line 164...
164
		barreActions.addItem(exporter);
164
		barreActions.addItem(exporter);
Line 165... Line 165...
165
		
165
		
Line -... Line 166...
-
 
166
		
-
 
167
		this.setBottomToolbar(barreActions);
-
 
168
		
166
		
169
		this.setCollapsible(true);
Line 167... Line 170...
167
		this.setBottomToolbar(barreActions);
170
		this.setTitleCollapse(true);
168
		
171
		
169
		exporterObservations = new Tool(Tool.PIN, new Function() {
172
		/*exporterObservations = new Tool(Tool.PIN, new Function() {
Line 170... Line 173...
170
 
173
 
Line 171... Line 174...
171
			public void execute() {
174
			public void execute() {
172
				observationMediateur.exporterObservations() ;				
175
				observationMediateur.exporterObservations() ;				
173
			}
176
			}
Line 174... Line 177...
174
			
177
			
Line 175... Line 178...
175
		}, "Exporter des observations") ;
178
		}, "Exporter des observations") ;