Class TestExportWizardController
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.app.AbstractController
-
- net.sourceforge.pmd.util.fxdesigner.popups.TestExportWizardController
-
- All Implemented Interfaces:
javafx.fxml.Initializable
,ApplicationComponent
,SettingsOwner
public final class TestExportWizardController extends AbstractController
Controller for the "Export tests to XML" dialog.- Author:
- Clément Fournier
-
-
Constructor Summary
Constructors Constructor Description TestExportWizardController(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
bindToTestCollection(TestCollection testCollection)
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, logInternalDebugInfo, logInternalDebugInfo, logInternalException, logUserException, raiseParsableSourceFlag, raiseParsableXPathFlag
-
-
-
-
Constructor Detail
-
TestExportWizardController
public TestExportWizardController(DesignerRoot root)
-
-
Method Detail
-
bindToTestCollection
public org.reactfx.Subscription bindToTestCollection(TestCollection testCollection)
-
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
-
-