Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Re: Finding subtypes
Re: Finding subtypes [message #507926] Thu, 14 January 2010 22:56
Eclipse UserFriend
Hello,

You will need your (runtime workspace) project to be a Java Project and use JDT API to list subtypes.
The code to use is parentType.newTypeHierarchy(project,null).getAllSubtypes(par entType).

I cross-posted this answer to JDT newsgroup/forum, which is more accurate for your question.

Regards,
--
Mickael Istria - BonitaSoft S.A.
http://www.bonitasoft.com/products/downloads.php
Previous Topic:Eclipse broken (again)
Next Topic:eclipse launching error
Goto Forum:
  


Current Time: Thu Mar 27 16:51:37 EDT 2025

Powered by FUDForum. Page generated in 0.03673 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top