swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem Creating/Using Canvas objects 2.0.1-->2.1.1


From: Ralf Stephan
Subject: Re: problem Creating/Using Canvas objects 2.0.1-->2.1.1
Date: Tue, 6 Jun 2000 18:51:23 +0200

> Fwiw, GeoLinkItem is virtually identical to LinkItem, and

There is a safe workaround for using Swarm code: 'inherit' by posession
--- an advice I myself neglect too often but often come back to ---:
Simply write a wrapper class, or facade, as it is called by the pattern
community.  Something like

@interface GeoLinkItem
{
        id <LinkItem> myLinkItem;
}
Linkitem methods
@end

@implementation GeoLinkItem
- method
{
        return [myLinkItem method];
}

Another example would be TextItemWithStr in (surprise) logzone-0.7
which was uploaded freshly.


ralf
-- 
http://ME.IN-berlin.de/~rws/

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]