Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 11 Rev 13
Line 63... Line 63...
63
  			autoCompletebox.displayList();
63
  			autoCompletebox.displayList();
Line 64... Line 64...
64
	            
64
	            
Line -... Line 65...
-
 
65
}	  
-
 
66
 
-
 
67
 
-
 
68
public void setText(String str) {
Line 65... Line 69...
65
}	  
69
	autoCompletebox.setText(str);
66
 
70
}
67
 
71
 
Line 68... Line 72...
68
 
72
 
69
public String getText() {
73
public String getText() {
70
	return autoCompletebox.getText();
74
	return autoCompletebox.getText();
Line -... Line 75...
-
 
75
}
-
 
76
 
-
 
77
 
-
 
78
public String getValue() {
Line 71... Line 79...
71
}
79
	return autoCompletebox.getValue();
Line 72... Line 80...
72
 
80
}