Interface IActionFactory<T>


  • public interface IActionFactory<T>
    • Method Detail

      • create

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