as the image shows i am not able to use the JFXHamburger class even with imported jfoenix library. For testing i used the wildcard to import everything:
import com.jfoenix.*;
I had to use import com.jfoenix.controls.JFXHamburger;. Works now.
import com.jfoenix.controls.JFXHamburger;