From 9c681f38b742b26b841eb42bc19879cb90ac03de Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 8 Jul 2024 17:30:58 -0400 Subject: Add XML property lists Implement support for the XML property lists that are the newer version of the ASCII ones. There are a few things that still need to be done, but all of the basics are there Next things - Allow collapsing a property list into a series of objects - Serialize both the property list and flattened objects to XML --- .../net.wotonomy.ui/src/main/java/net/wotonomy/ui/EODisplayGroup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/net.wotonomy.ui/src/main/java/net/wotonomy/ui/EODisplayGroup.java') diff --git a/projects/net.wotonomy.ui/src/main/java/net/wotonomy/ui/EODisplayGroup.java b/projects/net.wotonomy.ui/src/main/java/net/wotonomy/ui/EODisplayGroup.java index 033f0a9..e2b2b11 100644 --- a/projects/net.wotonomy.ui/src/main/java/net/wotonomy/ui/EODisplayGroup.java +++ b/projects/net.wotonomy.ui/src/main/java/net/wotonomy/ui/EODisplayGroup.java @@ -1653,7 +1653,7 @@ public class EODisplayGroup extends Observable implements EOObserving, EOEditing * @return An NSArray containing the objects to be displayed for the objects in * the specified list. */ - NSArray displayGroupDisplayArrayForObjects(EODisplayGroup aDisplayGroup, List aList); + NSArray displayGroupDisplayArrayForObjects(EODisplayGroup aDisplayGroup, List aList); /** * Called by the specified display group before it attempts to change the -- cgit v1.2.3