Class TestExportWizardController

    • 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 class AbstractController