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.panel
Class ApplicationsPanelWizardPageProvider

java.lang.Object
  extended by oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter
      extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel.ApplicationsPanelWizardPageProvider
All Implemented Interfaces:
java.util.EventListener, oracle.bali.ewt.wizard.WizardListener, oracle.bali.ewt.wizard.WizardValidateListener, oracle.bali.xml.gui.swing.wizard.NodeWizardPageProvider

public class ApplicationsPanelWizardPageProvider
extends oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter

This class is the wizard page provider for the Applications Panel creator wizard.


Field Summary
static int COMPONENT_LAYOUT_PANEL
          Index for the component layout panel.
 
Fields inherited from interface oracle.bali.xml.gui.swing.wizard.NodeWizardPageProvider
PROPERTY_CAN_FINISH, PROPERTY_NEXT_ENABLED
 
Constructor Summary
ApplicationsPanelWizardPageProvider()
          Construct this provide.
ApplicationsPanelWizardPageProvider(ApplicationsPanelModel model)
          The constructor.
 
Method Summary
protected  oracle.bali.ewt.wizard.WizardPage createPage(int i)
          This method creates all the panels of the wizard.
 void dispose(boolean finished)
          The method is called when the wizard is disposed.
 oracle.bali.xml.model.XmlContext getContext()
          The method returns the xml context of the project.
 ApplicationsPanelModel getModel()
          This method returns the applications panel object.
protected  int getPageCount()
          This method returns the page count for the wizard.
protected  java.awt.Image getWizardImage()
          Return the image for the wizard panel.
 oracle.bali.ewt.wizard.WizardPage getWizardPage(int i)
          This method returns the wizard page at the given index.
 int getWizardPageCount()
          This method returns the panel count in the wizard.
 java.lang.String getWizardTitle()
          Get the wizard title.
 void initializePages()
          This method is used to create panels in the wizard.
 boolean isCreation()
          This method returns whether it is a creator wizard.
 boolean isFinishPageIncluded()
          Indicates if the finish page is included in the wizard.
 void setCanFinish(boolean canFinish)
          This method indicates whether the finish button is enabled in the wizard.
 void wizardFinished(oracle.bali.ewt.wizard.WizardEvent e)
          This method is called when the Finish button is clicked.
 
Methods inherited from class oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter
addPropertyChangeListener, firePropertyChange, getCanFinish, getNode, getWelcomePage, getWizardListener, getWizardValidateListener, getXmlKey, isNextEnabled, removePropertyChangeListener, setContext, setNextEnabled, wizardApplyState, wizardCanceled, wizardSelectionChanged, wizardValidatePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_LAYOUT_PANEL

public static final int COMPONENT_LAYOUT_PANEL
Index for the component layout panel.

See Also:
Constant Field Values
Constructor Detail

ApplicationsPanelWizardPageProvider

public ApplicationsPanelWizardPageProvider()
Construct this provide. This default constructor will be called by the creator when called from Jdev infrastructure.


ApplicationsPanelWizardPageProvider

public ApplicationsPanelWizardPageProvider(ApplicationsPanelModel model)
The constructor.

Parameters:
model - model to use.
Method Detail

getWizardPageCount

public int getWizardPageCount()
This method returns the panel count in the wizard.

Specified by:
getWizardPageCount in interface oracle.bali.xml.gui.swing.wizard.NodeWizardPageProvider
Overrides:
getWizardPageCount in class oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter
Returns:
The panel count.

getWizardPage

public oracle.bali.ewt.wizard.WizardPage getWizardPage(int i)
This method returns the wizard page at the given index.

Specified by:
getWizardPage in interface oracle.bali.xml.gui.swing.wizard.NodeWizardPageProvider
Overrides:
getWizardPage in class oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter
Parameters:
i - The index of the panel.
Returns:
The panel at the given index.

dispose

public void dispose(boolean finished)
The method is called when the wizard is disposed.

Specified by:
dispose in interface oracle.bali.xml.gui.swing.wizard.NodeWizardPageProvider
Overrides:
dispose in class oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter
Parameters:
finished - Indicates if the Finish button is clicked.

wizardFinished

public void wizardFinished(oracle.bali.ewt.wizard.WizardEvent e)
This method is called when the Finish button is clicked.

Specified by:
wizardFinished in interface oracle.bali.ewt.wizard.WizardListener
Overrides:
wizardFinished in class oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter
Parameters:
e - The wizard event.

isFinishPageIncluded

public boolean isFinishPageIncluded()
Indicates if the finish page is included in the wizard.

Specified by:
isFinishPageIncluded in interface oracle.bali.xml.gui.swing.wizard.NodeWizardPageProvider
Overrides:
isFinishPageIncluded in class oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter
Returns:
Boolean value indicating whether the finish page is included.

getContext

public oracle.bali.xml.model.XmlContext getContext()
The method returns the xml context of the project.

Overrides:
getContext in class oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter
Returns:
The xml context.

isCreation

public boolean isCreation()
This method returns whether it is a creator wizard.

Overrides:
isCreation in class oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter
Returns:
Indicate if it is a creator wizard.

setCanFinish

public void setCanFinish(boolean canFinish)
This method indicates whether the finish button is enabled in the wizard.

Overrides:
setCanFinish in class oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter
Parameters:
canFinish - Indicate if the finish button is enabled.

initializePages

public void initializePages()
This method is used to create panels in the wizard.

Overrides:
initializePages in class oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter

getPageCount

protected int getPageCount()
This method returns the page count for the wizard.

Returns:
The number of panels in wizard.

createPage

protected oracle.bali.ewt.wizard.WizardPage createPage(int i)
This method creates all the panels of the wizard.

Parameters:
i - The index of the panel.
Returns:
The wizard page for the specified index.

getWizardImage

protected java.awt.Image getWizardImage()
Return the image for the wizard panel.

Returns:
Image for wizard panel.

getWizardTitle

public java.lang.String getWizardTitle()
Get the wizard title.

Specified by:
getWizardTitle in interface oracle.bali.xml.gui.swing.wizard.NodeWizardPageProvider
Overrides:
getWizardTitle in class oracle.bali.xml.gui.swing.wizard.NodeWizardPageAdapter
Returns:
wizard title

getModel

public ApplicationsPanelModel getModel()
This method returns the applications panel object.

Returns:
The applications panel object.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.