Class AbstractButtonControl

    • Constructor Detail

      • AbstractButtonControl

        public AbstractButtonControl​(InfoModel infoModel,
                                     ActionModel actionModel,
                                     Enableable enableable)
        Info model, action model, and enableable object constructor.
        Parameters:
        infoModel - The component info model.
        actionModel - The component action model.
        enableable - The enableable object in which to store enabled status.
        Throws:
        java.lang.NullPointerException - if the given info model, action model, and/or enableable object is null.