Subversion Repositories eFlore/Applications.cel

Rev

Rev 1291 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1291 Rev 2621
Line 1... Line 1...
1
package org.tela_botanica.client.interfaces;
1
package org.tela_botanica.client.interfaces;
Line -... Line 2...
-
 
2
 
2
 
3
import org.tela_botanica.client.i18n.Msg;
Line 3... Line 4...
3
import org.tela_botanica.client.image.ImageMediateur;
4
import org.tela_botanica.client.image.ImageMediateur;
Line 4... Line 5...
4
 
5
 
Line 17... Line 18...
17
	private ImageMediateur iMediateur;
18
	private ImageMediateur iMediateur;
18
	private TextField champId = null;
19
	private TextField champId = null;
19
	private Button ok = null;
20
	private Button ok = null;
Line 20... Line 21...
20
 
21
 
21
	public IdVue(ImageMediateur im) {
22
	public IdVue(ImageMediateur im) {
Line 22... Line 23...
22
		super("Identification");
23
		super(Msg.get("identification"));
Line 23... Line 24...
23
 
24
 
24
		iMediateur = im;
25
		iMediateur = im;
Line 25... Line 26...
25
 
26
 
26
		champId = new TextField();
27
		champId = new TextField();
Line 27... Line 28...
27
		ok = new Button("OK");
28
		ok = new Button(Msg.get("ok"));