Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.dt.patterns.binding.binder
Class AbstractWizard

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.binding.binder.AbstractWizard
Direct Known Subclasses:
AbstractBinderWizard, AbstractCreatorWizard, SimplePopupWizard

public abstract class AbstractWizard
extends java.lang.Object

Abstract class to be over-ridden to provide wizard support for binder guis, and standalone wizards that can be called from other UI.

Author:
David Groves <david.groves@oracle.com>

Constructor Summary
AbstractWizard()
           
 
Method Summary
abstract  oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard getWizardCreator()
          Callback to get the Wizard Creator.
 boolean runWizard(oracle.bali.xml.model.XmlContext xmlContext, org.w3c.dom.Element root)
          Run the wizard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWizard

public AbstractWizard()
Method Detail

getWizardCreator

public abstract oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard getWizardCreator()
Callback to get the Wizard Creator. This is point where we call into the component first code so as to ru-use it's wizard. Implementors of this class must provide an implementation of this method.

Returns:
AbstractNodeWizard to use as the wizard.

runWizard

public boolean runWizard(oracle.bali.xml.model.XmlContext xmlContext,
                         org.w3c.dom.Element root)
Run the wizard. This method to be called by panel Guis to run the wizard.

Parameters:
xmlContext - context to use
root - root element
Returns:
true if the wizard ran to completion.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.