this.previousValue = this.displayedValue;
IDataType dt = db.getDataType();
this.displayedValue = Float.parseFloat(dt.getDataValue());
this.valueJTF.setValue(Float.valueOf(this.displayedValue));
if (this.detailsDlg != null) {
this.detailsDlg.updateDetails(dt.getImagePath(), dt
.toHTMLString());
}
}
}