{
public void run()
{
if (propertyBrowser != null)
{
PropertyBrowserModel model = (PropertyBrowserModel) propertyBrowser.getModel();
if (model != null)
{
model.fireNodeChanged(CollectionNode.this);
SwingUtilities.invokeLater(new Runnable()
{
public void run()
{
if (propertyBrowser != null)