Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8250867 | jfx16 | Nir Lisker | P4 | Resolved | Fixed |
Issue for collecting API doc fixes for OpenJFX15:
1. VBox constructor : "spacing - the amount of horizontal space between each child" -- should be vertical
2. VBox#setVgrow : "value - the horizontal grow priority for the child" -- should be vertical
(seeJDK-8244820)
3. introduction_to_fxml.html : "attribute that points to a handler method with a ListChangeListner.Change" -- should be "ListChangeListener"
4. Text#fontSmoothingTypeProperty : "The width of the bounding box is defined by the widest row." -- sentence should be removed (looks like a copy/paste error)
5. Cell#commitEdit​(T newValue) : first sentence (summary) description is broken
6. In the pakage javafx.css [1], some classes in and their methods are missing docs (deferred toJDK-8250590)
7. Transition: "In addition an extending class" missing a comma
[1] https://openjfx.io/javadoc/14/javafx.graphics/javafx/css/package-summary.html
1. VBox constructor : "spacing - the amount of horizontal space between each child" -- should be vertical
2. VBox#setVgrow : "value - the horizontal grow priority for the child" -- should be vertical
(see
3. introduction_to_fxml.html : "attribute that points to a handler method with a ListChangeListner.Change" -- should be "ListChangeListener"
4. Text#fontSmoothingTypeProperty : "The width of the bounding box is defined by the widest row." -- sentence should be removed (looks like a copy/paste error)
5. Cell#commitEdit​(T newValue) : first sentence (summary) description is broken
6. In the pakage javafx.css [1], some classes in and their methods are missing docs (deferred to
7. Transition: "In addition an extending class" missing a comma
[1] https://openjfx.io/javadoc/14/javafx.graphics/javafx/css/package-summary.html
- backported by
-
JDK-8250867 Fix mistakes in FX API docs
-
- Resolved
-
- duplicates
-
JDK-8244820 JavaDoc has wrong description for the value parameter of VBox.setVgrow
-
- Closed
-
- relates to
-
JDK-8250590 Classes and methods in the javafx.css package are missing documentation
-
- Resolved
-