Class EventLogController
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.util.AbstractController
-
- net.sourceforge.pmd.util.fxdesigner.popups.EventLogController
-
- All Implemented Interfaces:
javafx.fxml.Initializable
,SettingsOwner
public final class EventLogController extends AbstractController
A presenter over theEventLogger
. 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 Summary
Constructors Constructor Description EventLogController(DesignerRoot owner, MainDesignerController mediator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
beforeParentInit()
Executed before the parent's initialization.void
hidePopup()
void
showPopup()
-
Methods inherited from class net.sourceforge.pmd.util.fxdesigner.util.AbstractController
afterChildrenInit, afterParentInit, getChildren, getChildrenSettingsNodes, initialize
-
-
-
-
Constructor Detail
-
EventLogController
public EventLogController(DesignerRoot owner, MainDesignerController mediator)
-
-
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 classAbstractController
-
showPopup
public void showPopup()
-
hidePopup
public void hidePopup()
-
-