Extension SDK 10.1.2

oracle.ide.wizard
Class BasicWizard

java.lang.Object
  extended byoracle.ide.wizard.BasicWizard

public abstract class BasicWizard
extends java.lang.Object


Constructor Summary
BasicWizard()
           
 
Method Summary
protected abstract  oracle.bali.ewt.wizard.ImageWizardPage createPage(int i)
           
protected  BasicWizardPage getCurrentPage()
           
 oracle.bali.ewt.wizard.WizardPage getPage(int i)
           
protected abstract  int getPageCount()
           
protected abstract  java.lang.String getWelcomeDescription()
           
protected abstract  java.lang.String getWelcomeHelpTopic()
           
protected abstract  java.lang.String getWelcomeKey()
           
protected abstract  java.lang.String getWelcomeTitle()
           
protected abstract  javax.swing.ImageIcon getWizardImage()
           
protected abstract  java.lang.String getWizardTitle()
           
protected  void prepareToRun()
           
 boolean runWizard(java.awt.Component parent)
           
 void selectPage(int page)
           
 void setFinishEnabled(boolean isEnabled)
           
protected  boolean wizardCanceled()
          Called when the wizard has been canceled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicWizard

public BasicWizard()
Method Detail

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)

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.