Filter [message #258779] |
Wed, 18 February 2009 10:47 |
Eclipse User |
|
|
|
Hi all,
I'm developing a plug-in for to help me (and every IBM Maximo developer)
in the task of extending it's classes. For that I've created a new Wizard
that extends org.eclipse.jdt.internal.ui.wizards.NewClassCreationWizard.
This has been useful for a while but to evolve this plug-in I need to fix
some major issues but I don't know how to. That's why I come to You. The
source code of this plug-in is in http://code.google.com/p/maximo4eclipse/.
1. I'm using hard coded templates and I wish to use something that looked
more like the templates Eclipse uses. I tried to debug Eclipse into
reading from this files but I've been unable to. Anyone can tell me how to
do this?
2. I'd like to put a filter on the Superclass field so it only brought me
classes that inherited, with any degree of inheritance, from a particular
class. How can I do this?
3. Is the class I'm using for the Wizard,
org.eclipse.jdt.internal.ui.wizards.NewClassCreationWizard, the correct
one for this task?
Thank you in advance.
Best regards,
Antonio Costa
|
|
|
Powered by
FUDForum. Page generated in 0.04219 seconds