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

Add various documentation clarifications

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx15
    • jfx13
    • javafx

        This is a list of clarifications that various docs should make:

        1. ObservableValue checks equality with reference equality and not with the 'equals' method. (See also JDK-8252546)

        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 JDK-8252547)

        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. JDK-8142400 (Improve Timeline javadoc with regards to KeyFrame ordering)

        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.

              nlisker Nir Lisker
              nlisker Nir Lisker
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: