Subversion Repositories eFlore/Archives.cel-v1

Compare Revisions

Ignore whitespace Rev 13 → Rev 12

/trunk/src/org/tela_botanica/client/NameAssistant.java
65,11 → 65,7
}
 
 
public void setText(String str) {
autoCompletebox.setText(str);
}
 
 
public String getText() {
return autoCompletebox.getText();
}
79,10 → 75,6
return autoCompletebox.getValue();
}
 
public void setValue(String value) {
autoCompletebox.setValue(value);
}
 
}