File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/org/codefx/libfx/nesting Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ final class ShallowNesting<O extends Observable> implements Nesting<O> {
22
22
private final ReadOnlyProperty <Optional <O >> inner ;
23
23
24
24
/**
25
- * Creates a new shallow nesting whose {@link #innerObservable} property always holds the specified outer
26
- * observable.
25
+ * Creates a new shallow nesting whose {@link #innerObservableProperty() innerObservable} property always holds the
26
+ * specified outer observable.
27
27
*
28
28
* @param outerObservable
29
29
* the {@link Observable} on which this nesting depends
Original file line number Diff line number Diff line change 13
13
* property's value changes to the new observable's value. Like all other value changes this one also results in calling
14
14
* all change listeners. If the new observable is null, the property keeps its value and no change listener is called.
15
15
* <h2>Inner Observable Holds Null</h2> It is possible that a nesting's inner observable holds null (see class comment
16
- * in {@link Nesting}). In that case the {@link NestedProperty#innerObservableNull () innerObservableNull } property is
17
- * true and changes made to this property's value can not be propagated to another property. If the inner observable
16
+ * in {@link Nesting}). In that case the {@link NestedProperty#innerObservablePresent () innerObservablePresent } property
17
+ * is true and changes made to this property's value can not be propagated to another property. If the inner observable
18
18
* changes back to a non-null value, everything said above applies.
19
19
*
20
20
* @param <T>
You can’t perform that action at this time.
0 commit comments