getBindingFactory().createBinding(this, FILENAME_PROPERTY_NAME, WIZARD_FILENAME_TB_ID, VALUE_PROPERTY_NAME);
try
{
typeBinding.fireSourceChanged();
templatesBinding.fireSourceChanged();
selectedTemplateBinding.fireSourceChanged();
}
catch (Exception e)
{
if (getDesignTimeContext() != null) {
getDesignTimeContext().error(e);