Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 155 Rev 173
Line 147... Line 147...
147
		
147
		
148
		setAutoScroll(true) ;
148
		setAutoScroll(true) ;
149
		// on configure le drag 'n drop
149
		// on configure le drag 'n drop
Line 150... Line 150...
150
		configDragAndDrop() ;
150
		configDragAndDrop() ;
Line 151... Line 151...
151
		
151
		
Line 152... Line 152...
152
		this.addListener(new ComponentListenerAdapter() {
152
		this.addListener(new ContainerListenerAdapter() {
Line 153... Line 153...
153
			
153
			
Line -... Line 154...
-
 
154
			public void onRender(Component c) {
-
 
155
				
-
 
156
				obtenirMiniListeObservations() ;
-
 
157
				
-
 
158
			}
154
			public void onRender(Component c) {
159
			
Line 155... Line 160...
155
				
160
			public void onAfterLayout(Container c)
Line 156... Line 161...
156
				obtenirMiniListeObservations() ;
161
			{
Line 259... Line 264...
259
					public void onShow(Component c)
264
					public void onShow(Component c)
260
					{
265
					{
261
						obtenirMiniListeObservations() ;
266
						obtenirMiniListeObservations() ;
262
					}
267
					}
Line -... Line 268...
-
 
268
					
-
 
269
					public void onAfterLayout(Container c)
-
 
270
					{
-
 
271
						obtenirMiniListeObservations() ;
-
 
272
					}
263
					
273
					
264
				}) ;
274
				}) ;
Line 265... Line 275...
265
			}
275
			}