-
Enhancement
-
Resolution: Won't Fix
-
P3
-
fx2.0
-
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.
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.
- duplicates
-
JDK-8128200 Label built by LabelBuilder not displayed when setting a custom styleClass without a -fx-skin style
- Closed
- relates to
-
JDK-8128681 NodeBuilder invalidates system-defined style class
- Closed
-
JDK-8102007 Extend Path Builder with methods for adding elements
- Closed
-
JDK-8102425 Add additional convenience methods to layout builders
- Closed