Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] WTPWizard & ExtendableWizard changes


I've made a few changes to the WTPWizard and ExtendableWizard code (in org.eclipse.wst.common.frameworks.ui plugin)  which requires attention for any subclasses.  All the code in ExtendableWizard has been moved up to WTPWizard and ExtendableWizard has been deleted.  So here is what you need to do to clean up any compile errors:

Subclasses of ExtendableWizard should be changed to subclass WTPWizard

subclasses of WTPWizard need to change the names (but not the implementation) of the following methods:
addPages -> doAddPages
getOperation -> getBaseOperation



Thank you,

Jason A. Sholl
jsholl@xxxxxxxxxx
919-543-0011 (t/l 441-0011)

Back to the top