Class TreeExportWizardController

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