Skip to content

Commit 00f6a2e

Browse files
committed
Update links to their correct location.
1 parent 84dfce3 commit 00f6a2e

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

app/data/javafxdoc.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
{
22
"current_release": "19",
33

4-
"javafx-documentation": "https://openjfx.io/javadoc/@@CURRENT_RELEASE@@/javafx.graphics/",
5-
"javafxdoc_root": "https://openjfx.io/javadoc/@@CURRENT_RELEASE@@/javafx.graphics/",
4+
"javafx-documentation": "https://openjfx.io/javadoc/@@CURRENT_RELEASE@@/",
5+
"javafxdoc_root": "https://openjfx.io/javadoc/@@CURRENT_RELEASE@@/",
66

7-
"Application": "javafx/application/Application.html",
7+
"Application": "javafx.graphics/javafx/application/Application.html",
88

9-
"Scene": "javafx/scene/Scene.html",
9+
"Scene": "javafx.graphics/javafx/scene/Scene.html",
1010

11-
"Stage": "javafx/stage/Stage.html",
11+
"Stage": "javafx.graphics/javafx/stage/Stage.html",
1212

13-
"Group": "javafx/scene/Group.html",
13+
"Group": "javafx.graphics/javafx/scene/Group.html",
1414

15-
"AnchorPane": "javafx/scene/layout/AnchorPane.html",
16-
"BorderPane": "javafx/scene/layout/BorderPane.html",
15+
"AnchorPane": "javafx.graphics/javafx/scene/layout/AnchorPane.html",
16+
"BorderPane": "javafx.graphics/javafx/scene/layout/BorderPane.html",
1717

18-
"FlowPane": "javafx/scene/layout/FlowPane.html",
19-
"GridPane": "javafx/scene/layout/GridPane.html",
20-
"HBox": "javafx/scene/layout/HBox.html",
21-
"StackPane": "javafx/scene/layout/StackPane.html",
22-
"VBox": "javafx/scene/layout/VBox.html",
18+
"FlowPane": "javafx.graphics/javafx/scene/layout/FlowPane.html",
19+
"GridPane": "javafx.graphics/javafx/scene/layout/GridPane.html",
20+
"HBox": "javafx.graphics/javafx/scene/layout/HBox.html",
21+
"StackPane": "javafx.graphics/javafx/scene/layout/StackPane.html",
22+
"VBox": "javafx.graphics/javafx/scene/layout/VBox.html",
2323

24-
"ImageView": "javafx/scene/image/ImageView.html",
24+
"ImageView": "javafx.graphics/javafx/scene/image/ImageView.html",
2525

26-
"Color": "javafx/scene/paint/Color.html",
27-
"LinearGradient": "javafx/scene/paint/LinearGradient.html",
26+
"Color": "javafx.graphics/javafx/scene/paint/Color.html",
27+
"LinearGradient": "javafx.graphics/javafx/scene/paint/LinearGradient.html",
2828

29-
"Ellipse": "javafx/scene/shape/Ellipse.html",
30-
"Line": "javafx/scene/shape/Line.html",
31-
"Path": "javafx/scene/shape/Path.html",
32-
"Rectangle": "javafx/scene/shape/Rectangle.html",
33-
"Shape": "javafx/scene/shape/Shape.html",
34-
"Text": "javafx/scene/shape/Text.html",
29+
"Ellipse": "javafx.graphics/javafx/scene/shape/Ellipse.html",
30+
"Line": "javafx.graphics/javafx/scene/shape/Line.html",
31+
"Path": "javafx.graphics/javafx/scene/shape/Path.html",
32+
"Rectangle": "javafx.graphics/javafx/scene/shape/Rectangle.html",
33+
"Shape": "javafx.graphics/javafx/scene/shape/Shape.html",
34+
"Text": "javafx.graphics/javafx/scene/text/Text.html",
3535

3636

37-
"Button": "javafx/scene/control/Button.html",
38-
"ButtonBar": "javafx/scene/control/ButtonBar.html",
39-
"ListView": "javafx/scene/control/ListView.html",
40-
"SplitPane": "javafx/scene/control/SplitPane.html",
41-
"TextField": "javafx/scene/control/TextField.html",
42-
"TextArea": "javafx/scene/control/TextArea.html",
37+
"Button": "javafx.controls/javafx/scene/control/Button.html",
38+
"ButtonBar": "javafx.controls/javafx/scene/control/ButtonBar.html",
39+
"ListView": "javafx.controls/javafx/scene/control/ListView.html",
40+
"SplitPane": "javafx.controls/javafx/scene/control/SplitPane.html",
41+
"TextField": "javafx.controls/javafx/scene/control/TextField.html",
42+
"TextArea": "javafx.controls/javafx/scene/control/TextArea.html",
4343

44-
"Animation.Status": "javafx/animation/Animation.Status.html",
45-
"RotateTransition": "javafx/animation/RotateTransition.html",
46-
"ParallelTransition": "javafx/animation/ParallelTransition.html",
47-
"PauseTransition": "javafx/animation/PauseTransition.html",
48-
"SequentialTransition": "javafx/animation/SequentialTransition.html",
49-
"Transition": "javafx/animation/Transition.html",
44+
"Animation.Status": "javafx.graphics/javafx/animation/Animation.Status.html",
45+
"RotateTransition": "javafx.graphics/javafx/animation/RotateTransition.html",
46+
"ParallelTransition": "javafx.graphics/javafx/animation/ParallelTransition.html",
47+
"PauseTransition": "javafx.graphics/javafx/animation/PauseTransition.html",
48+
"SequentialTransition": "javafx.graphics/javafx/animation/SequentialTransition.html",
49+
"Transition": "javafx.graphics/javafx/animation/Transition.html",
5050

51-
"When": "javafx/beans/binding/When.html",
51+
"When": "javafx.base/javafx/beans/binding/When.html",
52+
"ObservableList": "javafx.base/javafx/collections/ObservableList.html",
53+
"SortedList": "javafx.base/javafx/collections/transformation/SortedList.html",
5254

53-
"FXMLLoader": "javafx/fxml/FXMLLoader.html",
54-
"Initializable": "javafx/fxml/Initializable.html",
55+
"FXMLLoader": "javafx.fxml/javafx/fxml/FXMLLoader.html",
56+
"Initializable": "javafx.fxml/javafx/fxml/Initializable.html"
5557

56-
"ObservableList": "javafx/collections/ObservableList.html",
57-
"SortedList": "javafx/collections/transformation/SortedList.html"
5858
}

app/pages/learn/01_tutorial/07_rich_client_apps/01_javafx/06_all_together.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Our Person UI application uses single selection mode for the ListView.
186186
<a id="list-view-sort">&nbsp;</a>
187187
## ListView and Sort
188188

189-
Suppose you want to sort the list of names by last name and then first name. JavaFX has several ways to sort lists. Since we need to keep names sorted, we’ll wrap the underlying `ObservableArrayList` in a [`SortedList`](javafxdoc:SortedList).
189+
Suppose you want to sort the list of names by last name and then first name. JavaFX has several ways to sort lists. Since we need to keep names sorted, we’ll wrap the underlying `observableArrayList` in a [`SortedList`](javafxdoc:SortedList).
190190
To keep the list sorted in ListView, we invoke [`ListView`](javafxdoc:ListView)’s setItems() method with the sorted list. A comparator specifies the ordering.
191191
First, we compare each person’s last name for sorting and then the first names if necessary. To set the sorting, the `setComparator()` method uses an anonymous class or, more succinctly, a lambda expression:
192192

0 commit comments

Comments
 (0)