Class JavaCodeFactorySettings

java.lang.Object
org.tentackle.fx.AbstractFxController
org.tentackle.maven.plugin.wizard.fx.JavaCodeFactorySettings
All Implemented Interfaces:
org.tentackle.fx.FxController, org.tentackle.validate.ScopeConfigurator

@FxControllerService(resources="NONE") public class JavaCodeFactorySettings extends org.tentackle.fx.AbstractFxController
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    static void
    show(Object owner)
     

    Methods inherited from class org.tentackle.fx.AbstractFxController

    createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections

    Methods inherited from class java.lang.Object

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

    • JavaCodeFactorySettings

      public JavaCodeFactorySettings()
  • Method Details

    • configure

      public void configure()
      Specified by:
      configure in interface org.tentackle.fx.FxController
      Overrides:
      configure in class org.tentackle.fx.AbstractFxController
    • show

      public static void show(Object owner)