oracle.ide.wizard
Class BasicWizard
java.lang.Object
oracle.ide.wizard.BasicWizard
- public abstract class BasicWizard
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicWizard
public BasicWizard()
setFinishEnabled
public void setFinishEnabled(boolean isEnabled)
selectPage
public void selectPage(int page)
getCurrentPage
protected BasicWizardPage getCurrentPage()
getPageCount
protected abstract int getPageCount()
createPage
protected abstract oracle.bali.ewt.wizard.ImageWizardPage createPage(int i)
getWizardImage
protected abstract javax.swing.ImageIcon getWizardImage()
getWelcomeTitle
protected abstract java.lang.String getWelcomeTitle()
getWelcomeDescription
protected abstract java.lang.String getWelcomeDescription()
getWelcomeKey
protected abstract java.lang.String getWelcomeKey()
getWizardTitle
protected abstract java.lang.String getWizardTitle()
getWelcomeHelpTopic
protected abstract java.lang.String getWelcomeHelpTopic()
wizardCanceled
protected boolean wizardCanceled()
- Called when the wizard has been canceled. You can return false from this
method to veto the cancellation.
runWizard
public boolean runWizard(java.awt.Component parent)
prepareToRun
protected void prepareToRun()
getPage
public oracle.bali.ewt.wizard.WizardPage getPage(int i)
Copyright © 1997, 2004, Oracle. All rights reserved.