Class EventLogController

  • All Implemented Interfaces:
    javafx.fxml.Initializable, ApplicationComponent, SettingsOwner

    public final class EventLogController
    extends AbstractController
    A presenter over the EventLogger. There's not necessarily one in the app, it can be garbage collected and recreated. Each of these necessarily has a live UI component though.
    Since:
    6.0.0
    Author:
    Clément Fournier
    • Constructor Detail

      • EventLogController

        public EventLogController​(DesignerRoot designerRoot)
    • Method Detail

      • beforeParentInit

        protected void beforeParentInit()
        Description copied from class: AbstractController
        Executed before the parent's initialization. Always executed once at the start of the initialization of this controller.
        Overrides:
        beforeParentInit in class AbstractController
      • showPopup

        public void showPopup​(org.reactfx.Subscription extSub)
      • errorNodesProperty

        public org.reactfx.value.Val<List<net.sourceforge.pmd.lang.ast.Node>> errorNodesProperty()