Class AbstractJavaFXElement

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javafx.scene.Node getNode()  
      void setNode​(javafx.scene.Node node)  
      • Methods inherited from class java.lang.Object

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

      • AbstractJavaFXElement

        public AbstractJavaFXElement()
    • Method Detail

      • getNode

        @Pure
        protected javafx.scene.Node getNode()
      • setNode

        public void setNode​(javafx.scene.Node node)
        Specified by:
        setNode in interface JavaFXElement
        Parameters:
        node - The node which is represented by this instance.