logger.debug("Firing value change on EDT");
fireValueChange(evt.getOldValue(), evt.getNewValue());
}
else
{
ActionMgr.addAction(new PendingAction(null) {
public void performAction()
{
logger.debug("Firing value change inside performAction");
// We always fire a change unless the references are the same.
// The default property change support, will test if the old