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

E22562-02

oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel
Class ApplicationsPanelCreator

java.lang.Object
  extended by oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard
      extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel.ApplicationsPanelCreator
All Implemented Interfaces:
WizardPageCreator, oracle.bali.xml.util.NodeCreator, oracle.bali.xml.util.NodeCustomizer

public class ApplicationsPanelCreator
extends oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard
implements WizardPageCreator

This class is the creator wizard for the Applications Panel.


Field Summary
 
Fields inherited from class oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard
CREATOR_DIALOG_RUNNING, CUSTOMIZER_DIALOG_RUNNING, NO_DIALOG_RUNNING
 
Constructor Summary
ApplicationsPanelCreator()
          Construct this creator.
ApplicationsPanelCreator(ApplicationsPanelModel model)
          Construct this creator.
 
Method Summary
 oracle.bali.ewt.wizard.BaseWizard createWizard(boolean create)
          This method creates a Base Wizard object.
 oracle.bali.xml.gui.swing.wizard.NodeWizardPageProvider getWizardPageProvider()
          This method returns the wizard page provider object.
 
Methods inherited from class oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard
createDialog, createNode, customizeNode, getContext, getDialogRunning, getDomPosition, getNode, getParentFrame, getXmlKey, isNodeCustomizable, setDialogRunning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationsPanelCreator

public ApplicationsPanelCreator()
Construct this creator. This default constructor will be called by JDev infrastructure.


ApplicationsPanelCreator

public ApplicationsPanelCreator(ApplicationsPanelModel model)
Construct this creator. This constructor will be called by other code that wishs to inject a model pre-populated with rules.

Parameters:
model - pre-populated model object.
Method Detail

getWizardPageProvider

public oracle.bali.xml.gui.swing.wizard.NodeWizardPageProvider getWizardPageProvider()
This method returns the wizard page provider object.

Specified by:
getWizardPageProvider in class oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard
Returns:
Wizard page provider object.

createWizard

public oracle.bali.ewt.wizard.BaseWizard createWizard(boolean create)
This method creates a Base Wizard object.

Specified by:
createWizard in interface WizardPageCreator
Overrides:
createWizard in class oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard
Parameters:
create - Indicates whether to create a wizard.
Returns:
The newly created wizard.

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.