File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
mvvm4fx-core/src/main/java/com/techsenger/mvvm4fx/core Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2525public interface ParentComponent <T extends ParentView <?>> extends Component <T > {
2626
2727 /**
28- * Returns an unmodifiable list of child components. The list is manually maintained to preserve hierarchical
29- * relationships between components when required.
28+ * Returns an unmodifiable list of child components.
3029 *
31- * @return an observable list of child components (never {@code null})
30+ * @return an unmodifiable list of child components (never {@code null})
3231 */
3332 ObservableList <ChildComponent <?>> getChildren ();
3433
Original file line number Diff line number Diff line change 2525public interface ParentMediator extends ComponentMediator {
2626
2727 /**
28- * Returns an unmodifiable observable list of child ViewModels. To modify the list of children, access the mutable
29- * list through {@link ParentView#getChildren()}. The returned list is guaranteed to be non-null but cannot be
30- * modified directly.
28+ * Returns an unmodifiable observable list of child ViewModels.
3129 *
3230 * @return a non-null, unmodifiable observable list of child ViewModels
3331 */
You can’t perform that action at this time.
0 commit comments