Posts by Louiz • 57 points
3 posts
-
1
votes1
answer37
viewsQ: How to get an Iresource from an Icompilationunit
I am making a plugin in eclipse and when I select a java class in Package Explorer I end up receiving an object of the type Icompilationunit, but I need a Iresource, what can be done ?…
-
1
votes1
answer39
viewsQ: How to turn an Ipath into Path
I’m having second thoughts on how to get one Path through the Ipath, I have a variable of the type Ipath but I have a method that requires a Path, I tried to do a cast but I was unsuccessful,…
-
3
votes2
answers997
viewsQ: How to get the reference of the selected class in Eclipse Package Explorer?
I’m making a plugin and when I right click on a class of Package Explorer, my Handler could reference the clicked class. When I right click on a class of Package explorer opens the menu, in this…