3

i just want to know how the call hierarchy is implemented in eclipse IDE ?am not able to get any good links for that. Help

Steven
  • 3,962
  • 6
  • 21
  • 29

1 Answers1

6

You can start looking, with a Plug-In Spy (Alt+Shift+F1) directly in the right View, the ViewPart which is involved:

http://img163.i_mageshack.us/img163/9469/eclipsecallh.png

You can see the sources of org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart here

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250