Book a Demo

Author Topic: Adding New Class Objects  (Read 2450 times)

mitila

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Adding New Class Objects
« on: January 10, 2005, 10:40:40 am »
After reverse engineering your java code, how do you update the class model if you add a new class.  ie.

Class A

Class B is inherited from class A, shows in model

Class C is new and just added, how do you resync so that Class C will show up.

Also want to be able to sync so that any new classes will show in the model

Thanks

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Adding New Class Objects
« Reply #1 on: January 10, 2005, 11:07:12 am »
1) if you want to sync a class just right click on class-> code...->synch...
but it is not what you asked so...
2) if you have your clases in the same sile you will have to import the file: "project->source code...->import file..."
it will import all classes in file.
3) to synch them right click on package ->code...->synch...
4) if they are in diferent files in the same dir. either you import file by file or import directory through right click on package->code..->import...

enjoy :)
« Last Edit: January 10, 2005, 11:08:28 am by MartinT »
Recursion definition:
If you don’t understand the definition read "Recursion definition".