Interface IButtonFactory<T>


  • public interface IButtonFactory<T>
    • Method Detail

      • create

        javax.swing.AbstractButton create​(IObjectModel<T> context,
                                          javax.swing.text.Document document,
                                          IBooleanDistributor enabledDistributor,
                                          IBlock<java.lang.RuntimeException> clearBlock)
                                   throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException