Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8251537 | jfx16 | Nir Lisker | P4 | Resolved | Fixed |
1. ObservableValue checks equality with reference equality and not with the 'equals' method. (See also
2. Node Transformations section should mention the order of transforms (as listed in getBoundsInParent). getTransforms() should also get the order right. Also mention why the order of transforms matter. (Deferred to
3. Node's getProperties() method is used internally by Panes/Regions to set constraints and layout values, and do not remove the entries by themselves. If the user uses that list they should be aware of removing the values.
4. ObservableList and other collections don't specify how they are created (FXCollections class).
5. The extractor on ObservableArrayList etc. is not explained well and it should be highlighted that this feature exists since listening to changes on objects in the collection (and not the collection itself) is often requested.
6. Consider adding links from the class docs to the tutorials like Swing does. (Deferred to JDK-8252550)
7.
8. JDK-8210238 (Animations do not play backwards properly) - Clarify behavior for points 1 and 4. (Deferred to JDK-8250632)
9. Labeled is missing @default values for properties like wrapText.
10. Add lambda example for Pagination.
11. Pagination pages are counted from 0, but displayed from 1.
- backported by
-
JDK-8251537 Add various documentation clarifications
-
- Resolved
-
- duplicates
-
JDK-8142400 Improve Timeline javadoc with regards to KeyFrame ordering
-
- Closed
-
- relates to
-
JDK-8334429 ObservableValue docs wrongly state that reference equality is used to detect and report changes
-
- Open
-
-
JDK-8252547 Correct transformations docs in Node
-
- Resolved
-
-
JDK-8252550 Add links from the class docs to the tutorials
-
- Open
-
-
JDK-8210238 ☂ Animations do not play backwards properly
-
- In Progress
-
-
JDK-8250632 Update the docs of classes in the animation packages
-
- Open
-
-
JDK-8252546 Move ObservableValue's equality check and lazy evaluation descriptions to @implSpec
-
- Resolved
-