Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.jdeveloper.template.wizard
Class TemplateWizardPage

java.lang.Object
  extended by oracle.bali.ewt.wizard.WizardPage
      extended by oracle.jdeveloper.template.wizard.TemplateWizardPage
All Implemented Interfaces:
java.util.EventListener, oracle.bali.ewt.wizard.WizardValidateListener, WizardPageFocusSetter

public final class TemplateWizardPage
extends oracle.bali.ewt.wizard.WizardPage
implements WizardPageFocusSetter, oracle.bali.ewt.wizard.WizardValidateListener


Field Summary
 
Fields inherited from class oracle.bali.ewt.wizard.WizardPage
NOT_ADDED_INDEX
 
Fields inherited from interface oracle.jdeveloper.template.wizard.WizardPageFocusSetter
FOCUS_SETTER_KEY
 
Constructor Summary
TemplateWizardPage(java.awt.Component content, java.lang.String label, java.lang.String pageTitle, TraversableContext context)
           
 
Method Summary
 void enterPage()
           
 boolean mustFinish()
           
 void setDefaultFocusComponent(java.awt.Component component)
          Calls WizardPage.setInitialFocus(java.awt.Component) to set the component that should get initial focus when the page is shown.
 void wizardFinished()
           
 void wizardValidatePage(oracle.bali.ewt.wizard.WizardEvent event)
           
 
Methods inherited from class oracle.bali.ewt.wizard.WizardPage
addPropertyChangeListener, addValidationComponent, addWizardValidateListener, firePropertyChange, getAccessibleDescription, getCanAdvance, getCanGoBack, getContent, getIndex, getInitialFocus, getLabel, getPageTitle, getParent, getValidationComponents, isBranching, isEnabled, isSelected, isValid, isVisible, isVisited, processWizardValidateEvent, removeAllValidationComponents, removePropertyChangeListener, removeValidationComponent, removeWizardValidateListener, reset, setAccessibleDescription, setBranching, setCanAdvance, setCanGoBack, setContent, setEnabled, setInitialFocus, setLabel, setPageTitle, setValid, setVisible, toString, validatePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateWizardPage

public TemplateWizardPage(java.awt.Component content,
                          java.lang.String label,
                          java.lang.String pageTitle,
                          TraversableContext context)
Method Detail

mustFinish

public boolean mustFinish()

wizardValidatePage

public void wizardValidatePage(oracle.bali.ewt.wizard.WizardEvent event)
Specified by:
wizardValidatePage in interface oracle.bali.ewt.wizard.WizardValidateListener

enterPage

public void enterPage()

wizardFinished

public void wizardFinished()

setDefaultFocusComponent

public void setDefaultFocusComponent(java.awt.Component component)
Calls WizardPage.setInitialFocus(java.awt.Component) to set the component that should get initial focus when the page is shown.

Specified by:
setDefaultFocusComponent in interface WizardPageFocusSetter
Parameters:
component - the initial-focus component

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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