Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8096494

FXMLLoader documentation mentions a non-existant "template" flag

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u60
    • 8u40
    • javafx

      The FXMLLoader.load() documentation states:

      > When the "template" flag is set to false (the default), this method will clear the imports before loading the document's content. When "template" is true, the imports will not be cleared, and the root value will be set to null before the content is loaded. This helps improve performance on subsequent loads by eliminating the overhead of loading the classes referred to by the document.

      However, there is no API to set a "template" flag.

      http://docs.oracle.com/javase/8/javafx/api/javafx/fxml/FXMLLoader.html#load--

            jgiles Jonathan Giles
            josmithjfx John Smith (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: