[Uncleunc-developers] warning : more refactoring to go
Status: Beta
Brought to you by:
ulunum
|
From: <da...@cr...> - 2002-05-08 16:22:08
|
To anyone who's trying to keep up with the refactoring of the codebase, I'm having a quick look at the ObjectFactory, and it makes much more sense for every Item and View to require a null-args constructor, plus a couple of required methods: /** set the name of the item or container */ void setName(String name) /** set the primary reference object around which this view or item is wrapped */ void setReference(Object obj); So the previous rule that all items must be constructed with a name is out for now. All _should_ settle down for the next release! Dave |