Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] NewJavaClassWizardPage


I think that extensibility from the base wizards should be driven through added pages, instead of extensions or additions to exising pages. Adding to existing pages will not scale indefinately, and we risk convoluting our UI from others that might share our views of simplicity and ease of use (all jokes about our effectiveness in executing those views are welcome via bugzilla ... ;) .
 
That said, I think the wizards are already extensible through the WTP Wizard Framework.
 
 
 
 
-------------------------------------------------------------------------
Kind Regards,
 
Michael D. Elder
Rational Studio / J2EE Tools Development     
IBM RTP Lab
Ext: (919) 543-8356
T/L: 441-8356
mdelder@xxxxxxxxxx
 
 
 
Wednesday, May 11, 2005 10:30 AM
To: naci.dai@xxxxxxxxxxxxx, "General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
cc:
From: David M Williams/Raleigh/IBM@IBMUS
Subject: Re: [wtp-dev] NewJavaClassWizardPage



Since this is an internal class, I'll let the owner of that class/compoent speak/decide for themselves, but I recommend at least 1) we don't give the impression its meant to be API (it currently has no class comments, so some should be added, as in its "experimental, substantial change" super class), 2) if it should be extensible in future (probably not in same way), it would be best to open a post 1.0 feature request to do so correctly and interested parties could track that bugzilla, and 3), as far as I'm concerned, fields should always be private, and use protected setters/getters.

David



Naci Dai <naci.dai@xxxxxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

05/11/2005 03:00 AM

Please respond to
naci.dai and "General discussion of project-wide or architectural issues."

To
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>, Vijay Bhadriraju/Raleigh/IBM@IBMUS
cc
Subject
[wtp-dev] NewJavaClassWizardPage





In order to address the bugzilla item

https://bugs.eclipse.org/bugs/show_bug.cgi?id=92007

We need to make NewJavaClassWizardPage that helps select modules
extensible (i.e. promote some fields and methods to be protected).  Are
there any issues with that?


--
Naci Dai,
eteration a.s.
Inonu cad. Sumer sok. Zitas D1-15
Kozyatagi, Istanbul 34742
+90 (533) 580 2393 (cell)
+90 (216) 361 5434 (phone)
+90 (216) 361 2034 (fax)
http://www.eteration.com/
mailto:nacidai@xxxxxxx
mailto:naci@xxxxxxxxxxxxx

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top