assertEquals(1, editableSources.size());
editableSource = editableSources.get(0);
}
// do externalize
{
StringPropertyInfo propertyInfo;
// text
propertyInfo = new StringPropertyInfo((GenericProperty) frame.getPropertyByTitle("title"));
editableSupport.externalizeProperty(propertyInfo, editableSource, true);
// title
propertyInfo =
new StringPropertyInfo((GenericProperty) frame.getPropertyByTitle("styleName"));
editableSupport.externalizeProperty(propertyInfo, editableSource, true);
}
// apply commands
support.applyEditable(editableSupport);
// check