Class SwingNodeCreator

  • All Implemented Interfaces:
    FxNodeCreator

    @Component
    @Order(1)
    public class SwingNodeCreator
    extends java.lang.Object
    implements FxNodeCreator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.scene.Node fxNodeFrom​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

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

      • SwingNodeCreator

        public SwingNodeCreator()
    • Method Detail

      • fxNodeFrom

        public javafx.scene.Node fxNodeFrom​(java.lang.Object object)
        Specified by:
        fxNodeFrom in interface FxNodeCreator