public interface IButtonFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(IObjectModel<T> context, Document document, IBooleanDistributor enabledDistributor, IBlock<RuntimeException> clearBlock)
-
Method Details
-
create
AbstractButton create(IObjectModel<T> context, Document document, IBooleanDistributor enabledDistributor, IBlock<RuntimeException> clearBlock) throws RuntimeException - Throws:
RuntimeException
-