Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Filter
Filter [message #258779] Wed, 18 February 2009 10:47
Eclipse UserFriend
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
Previous Topic:unable to use eclipse 3.4.1 on mac os x
Next Topic:Re: IAE in Completion Proposal ("Signature.appendTypeSignature()"
Goto Forum:
  


Current Time: Sun Apr 20 10:23:41 EDT 2025

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

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

Back to the top