Skip to content

Commit d63d14f

Browse files
author
Nicolai Parlog
committed
Updated README to new project name.
1 parent 76c74ae commit d63d14f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# CodeFX - Nestings
1+
# LibFX - Nestings
22

33
This feature branch revolves around JavaFX properties. The core API provides awesome capabilities but one thing I frequently need is missing: the possibility to interact with properties which are hidden in a more complex object hierarchy.
44

5-
Below you will find an example of the problem and its solution with some lines of code from **CodeFX**. But before we come to that I wanna shortly present this feature's idea.
5+
Below you will find an example of the problem and its solution with some lines of code from **LibFX**. But before we come to that I wanna shortly present this feature's idea.
66

77
## Idea
88

@@ -13,7 +13,7 @@ A nesting can than be used in several ways:
1313
* You can attach a change listener which is carried along as the innermost property changes.
1414
* You can create bindings which are not only updated when the innermost property's value changes but also when the property itself is replaced.
1515

16-
These further steps can be made with the same fluent API without breaking one's stride. You can find an example below and more in the classes in the folder `demo/org/codefx/nesting` (look for methods starting with "demo").
16+
These further steps can be made with the same fluent API without breaking one's stride. You can find an example below and more in the classes in the folder `demo/org/codefx/libfx/nesting` (look for methods starting with "demo").
1717

1818
## Example
1919

@@ -36,7 +36,7 @@ Another way is to explicitly listen to changes of the model's `currentEmployeePr
3636

3737
### The Solution
3838

39-
Use **CodeFX**! :)
39+
Use **LibFX**! :)
4040

4141
``` Java
4242
Nestings.on(currentEmployeeProperty)

0 commit comments

Comments
 (0)