Change the naming convention to

Car
Car-Parts
Car-Assembler
Car-PartFactory

This naming convention produces a single Monticello package named Car with several sub-packages. You'll see this if you open a Package Pane Browser and see how it displays things (amber window) with a reglar class browser (green window).

On Oct 15, 2006, at 3:56 PM, lanas wrote:

Hello,

  I've started to take a look at Squeak and now that I'm trying an
AbstractFactory, I've made a series of classes categories, mushc like
so:

Car
CarParts
CarAssembler
CarPartFactory

Each of these categories contains one or more classes.

Now, I would like to save all these related categories in one
file/package so that I know I can retrieve easily the whole kit later
without having to make 4 fileIns (or more if more categories are added).

Is there a way to do this ?

Cheers,
Al

_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to