Problems creating scene graph with Builders

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P3
    • fx2.1
    • Affects Version/s: fx2.0
    • Component/s: javafx
    • Environment:

      all

      NodeBuilder does not allow adding a style class. It only allows setting a style class but that is mostly
      not what you want. What you need is the equivalent of node.getStyleClass().add("my-label").

      ------------------------------

      The various Builders don't implement the convenience methods of a class. This makes it impossible
      to reasonably use the Builders to build a scene graph. For example try to build a scene graph
      with a GridPane without being able to use the add(Node child, int columnIndex, int rowIndex)
      and similar methods. You will not get very far without them.

            Assignee:
            Richard Bair (Inactive)
            Reporter:
            Dr. Michael Paus (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: