Class ExportXPathWizardController

  • All Implemented Interfaces:
    javafx.fxml.Initializable

    public class ExportXPathWizardController
    extends java.lang.Object
    implements javafx.fxml.Initializable
    Since:
    6.0.0
    Author:
    Clément Fournier
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportXPathWizardController​(javafx.beans.value.ObservableValue<java.lang.String> xpathExpression)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize​(java.net.URL location, java.util.ResourceBundle resources)  
      void shutdown()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportXPathWizardController

        public ExportXPathWizardController​(javafx.beans.value.ObservableValue<java.lang.String> xpathExpression)
    • Method Detail

      • initialize

        public void initialize​(java.net.URL location,
                               java.util.ResourceBundle resources)
        Specified by:
        initialize in interface javafx.fxml.Initializable
      • shutdown

        public void shutdown()