Author Topic: Nested Classes  (Read 3819 times)

lukasbradley

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Nested Classes
« on: July 01, 2004, 08:26:52 am »
I've seen that nested (inner) classes are supported in the latest versions of EA, but I can't find out how to create one.

Would someone please point me in the right direction?

Lukas

Andreas_G

  • EA User
  • **
  • Posts: 125
  • Karma: +0/-0
  • And that's the way the cookie crumbles.
    • View Profile
Re: Nested Classes
« Reply #1 on: July 01, 2004, 09:39:30 am »
Hi Lukas,

create two classes, and link them with the "Nesting" Dependency (that lollipop-symbol with the cross) which can be found in the toolbox.

Regards,
Andreas



bye
Andreas

lukasbradley

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Nested Classes
« Reply #2 on: July 01, 2004, 10:01:17 am »
As luck (bad or otherwise) would have it, I noticed that "nesting" option just after I posted.

Thanks for the response.  

Lukas


Barry_Pearce

  • EA User
  • **
  • Posts: 70
  • Karma: +0/-0
    • View Profile
Re: Nested Classes
« Reply #3 on: July 01, 2004, 03:19:34 pm »
This can also be done from the project view. Just drag and drop one class onto another.