-
Notifications
You must be signed in to change notification settings - Fork 561
8246343: Fix mistakes in FX API docs #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8246343: Fix mistakes in FX API docs #274
Conversation
|
👋 Welcome back nlisker! A progress list of the required criteria for merging this PR into |
|
/reviewers 2 |
|
@nlisker |
Webrevs
|
kevinrushforth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple quick comments for now. I'll review it next week.
modules/javafx.fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html
Outdated
Show resolved
Hide resolved
| /** | ||
| * Creates an VBox layout with spacing = 0. | ||
| * @param children The initial set of children for this pane. | ||
| * Creates an {@code VBox} layout with {@code spacing = 0}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as you are fixing this: an VBox --> a VBox
modules/javafx.graphics/src/main/java/javafx/scene/layout/VBox.java
Outdated
Show resolved
Hide resolved
|
Mailing list message from Rony G. Flatscher on openjfx-dev: On 26.07.2020 12:10, Nir Lisker wrote: One of the changes reads (at <https://git.openjdk.java.net/jfx/pull/274/files>): modules/javafx.fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html Viewed @@ -720,7 +720,7 @@ <h4><a id="collections_and_property_handlers">Special handlers for <p> Collections and object properties cannot be listen to using <span class="code">setOn<span For these reason, special handler methods need to be used. <span class="code">ObservableList</span>, <span class="code">ObservableMap</span> or <span uses a special <span class="code">onChange</span> attribute that points to a handler method with </p> <pre class="code"> <VBox fx:controller="com.foo.MyController" Does anyone have FXML examples where "onChange" for ObservableList, ObservableMap and ObservableSet? ---rony |
kevinrushforth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few inline comments, but otherwise looks fine.
modules/javafx.graphics/src/main/java/javafx/scene/layout/HBox.java
Outdated
Show resolved
Hide resolved
modules/javafx.graphics/src/main/java/javafx/scene/layout/VBox.java
Outdated
Show resolved
Hide resolved
|
Mailing list message from Nir Lisker on openjfx-dev: Hi Rony, I think that this PR is not the place for this question since it only fixes On Mon, Jul 27, 2020 at 4:12 PM Rony G. Flatscher <Rony.Flatscher at wu.ac.at>
|
modules/javafx.graphics/src/main/java/javafx/scene/layout/HBox.java
Outdated
Show resolved
Hide resolved
|
@nlisker This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there has been 1 commit pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
Fixes https://bugs.openjdk.java.net/browse/JDK-8246343 and some additional fixes in the vicinity.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/274/head:pull/274$ git checkout pull/274