|
Oracle JEWT API Reference Release 4.2.24.0.0 B12199-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Fields | |
oracle.bali.ewt.chooser.color.ColorChooserPane.COLOR_PICKER_CMYK
CMY is now supported instead of CMYK, thus the constant COLOR_PICKER_CMY is more appropriately named. |
|
oracle.bali.ewt.wizard.BaseWizard.MNEMONIC_APPLY
The oracle UI Specification deprecates the use of apply button |
|
oracle.bali.ewt.wizard.WelcomeWizardPage.PROPERTY_SHOW_NEXT_TIME
use PROPERTY_SKIP_NEXT_TIME instead of this. |
Deprecated Methods | |
oracle.bali.ewt.wizard.BaseWizard.disable()
As of JDK version 1.1, replaced by setEnabled(boolean). |
|
oracle.bali.ewt.wizard.BaseWizard.doApply()
The oracle UI Specification deprecates the use of apply |
|
oracle.bali.ewt.wizard.BaseWizard.enable()
As of JDK 1.1, replaced by setEnabled(boolean). |
|
oracle.bali.ewt.wizard.BaseWizard.getCanApply()
The oracle UI Specification deprecates the use of apply button |
|
oracle.bali.ewt.wizard.WelcomeWizardPage.isShowNextTime()
use isSkipNextTime() instead of this. |
|
oracle.bali.ewt.wizard.BaseWizard.setCanApply(boolean)
The oracle UI Specification deprecates the use of apply button |
|
oracle.bali.ewt.wizard.WelcomeWizardPage.setShowNextTime(boolean)
use setSkipNextTime() instead of this. |
|
oracle.bali.ewt.wizard.WizardDialog.setWelcomePageIncluded(boolean)
use setWelcomeWizardPage() instead of this. |
Deprecated Constructors | |
oracle.bali.ewt.wizard.ReentrantWizard(boolean)
The Oracle UI specification states that reentrant wizards should not have back and next buttons. Clients should never use this constructor and instead should use the empty constructor. |
|
Oracle JEWT 4.2.24 | ||||||||
PREV NEXT | FRAMES NO FRAMES |