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

E22562-03

oracle.apps.fnd.applcore.dt.patterns.metadata.creator.treetable
Class ApplicationsTreeTableCreator

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

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

Node creator for creating xml nodes when the component is dragged from the component pallette to the editor.

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

Field Summary
 
Fields inherited from class oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard
CREATOR_DIALOG_RUNNING, CUSTOMIZER_DIALOG_RUNNING, NO_DIALOG_RUNNING
 
Constructor Summary
ApplicationsTreeTableCreator()
          Construct this creator.
ApplicationsTreeTableCreator(ApplicationsTreeTableModel model)
          Construct this creator.
 
Method Summary
 oracle.bali.ewt.wizard.BaseWizard createWizard(boolean create)
          Create the wizard.
 oracle.bali.xml.gui.swing.wizard.NodeWizardPageProvider getWizardPageProvider()
          Get the wizard page provider for ths wizard, in this case ApplicationsPopupPageProvider.
 
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

ApplicationsTreeTableCreator

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


ApplicationsTreeTableCreator

public ApplicationsTreeTableCreator(ApplicationsTreeTableModel 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()
Get the wizard page provider for ths wizard, in this case ApplicationsPopupPageProvider.

Specified by:
getWizardPageProvider in class oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard
Returns:
ApplicationsPopupPageProvider

createWizard

public oracle.bali.ewt.wizard.BaseWizard createWizard(boolean create)
Create the wizard.

Specified by:
createWizard in interface WizardPageCreator
Overrides:
createWizard in class oracle.bali.xml.gui.swing.wizard.AbstractNodeWizard
Parameters:
create - flag to tell creator that this call is for object creation, not customization (in which case it may choose not to show a finish page).
Returns:
a BaseWizard to use.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.