Looking for a hierarchy tool

T

~toki

Some time ago i had used a simple tool that show the hierarchical tree of a
project with a simple clic.
ie.

public class drink {
Water water;
MelonJuice melonjuice;
public drink () {
}
}

public Water {
public Water () {
}
}

public Melonjuice {
public MelonJuice() {
}
}

Show this
drink
|------Water
|------MelonJuice

BUT,,,, i dont remenber the name.
If someboy know some tool that do it... i will aprreciated too much....
 
W

William Stacey [MVP]

View/Class View on menu and look on the right-hand side. Should give you
something close IIRC.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top