|
From: Nick C. <nic...@ve...> - 2003-06-19 14:54:13
|
If you can represent the individual elements as strings you can make the get/set methods for the collection return a string representation (e.g. "1 2 4 5 9") , you can then parse the String in to the individual elements in the set method. If they can't be represented as strings you'll have to do a custom approach. Nick ----- Original Message ----- From: "Ivan Lazarevic" <ila...@se...> To: <rep...@li...> Sent: Thursday, June 19, 2003 10:24 AM Subject: [Repast-developer] probing properties of collection type > I'm trying to use a probe dialog to display an object property which is a > collection. Is there a way to do this using the existing probing mechanism? > What I achieved so far is a probe dialog saying that my list in not empty, > but I couldn't show its members. > > It crossed my mind that I might have to define my own collection type, and > some access methods for it. But then again, what should be the accessor > method names, and where are the limits of this approach? > > Thanks, > Ivan Lazarevic > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Repast-developer mailing list > Rep...@li... > https://lists.sourceforge.net/lists/listinfo/repast-developer > |