Class TreeExportWizardController
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.app.AbstractController
-
- net.sourceforge.pmd.util.fxdesigner.popups.TreeExportWizardController
-
- All Implemented Interfaces:
javafx.fxml.Initializable
,ApplicationComponent
,SettingsOwner
public final class TreeExportWizardController extends AbstractController
Controller for the "Export tests to XML" dialog.- Author:
- Clément Fournier
-
-
Constructor Summary
Constructors Constructor Description TreeExportWizardController(DesignerRoot root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
beforeParentInit()
Executed before the parent's initialization.org.reactfx.Subscription
bindToNode(net.sourceforge.pmd.lang.ast.Node node)
org.reactfx.Subscription
bindToTree(ASTManager astManager)
void
showYourself(org.reactfx.Subscription parentBinding)
Set the given subscription as close handler and show.-
Methods inherited from class net.sourceforge.pmd.util.fxdesigner.app.AbstractController
afterChildrenInit, afterParentInit, getChildren, getChildrenSettingsNodes, getDesignerRoot, initialize, shutdown
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.util.fxdesigner.app.ApplicationComponent
getDebugName, getGlobalLanguageVersion, getLogCategory, getLogger, getMainStage, getService, globalLanguageProperty, isDeveloperMode, languageBindingsProperty, logInternalDebugInfo, logInternalDebugInfo, logInternalException, logUserException, raiseParsableSourceFlag, raiseParsableXPathFlag
-
-
-
-
Constructor Detail
-
TreeExportWizardController
public TreeExportWizardController(DesignerRoot root)
-
-
Method Detail
-
bindToTree
public org.reactfx.Subscription bindToTree(ASTManager astManager)
-
bindToNode
public org.reactfx.Subscription bindToNode(net.sourceforge.pmd.lang.ast.Node node)
-
showYourself
public void showYourself(org.reactfx.Subscription parentBinding)
Set the given subscription as close handler and show.
-
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
-
-