constant.m_exists = false;
}
parameters.m_fieldName = "CONSTANTS";
// add source
{
SourceDescription sourceDescription =
new SourceDescription(GwtSource.class, GwtSourceNewComposite.class);
editableSupport.addSource(editableSource, sourceDescription, parameters);
}
// do externalize
StringPropertyInfo propertyInfo = editableSupport.getProperties(frame).get(0);
editableSupport.externalizeProperty(propertyInfo, editableSource, true);