Skip navigation links

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

E13403-06


oracle.jdeveloper.template.wizard
Class NewProjectFromTemplateWizard

java.lang.Object
  extended by oracle.jdeveloper.template.wizard.NewObjectFromTemplateWizard
      extended by oracle.jdeveloper.template.wizard.NewProjectFromTemplateWizard


public final class NewProjectFromTemplateWizard
extends NewObjectFromTemplateWizard

Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.jdeveloper.template.wizard.NewObjectFromTemplateWizard
NewObjectFromTemplateWizard.WizardEventAdapter

 

Constructor Summary
NewProjectFromTemplateWizard()
           

 

Method Summary
protected  void doPostCreationProcessing()
          Called when the wizard is finished and all other processing has happened: after the workspace and/or projects have been created, and the wizard pages allowed to make modifications to the generated application or projects.
protected  java.awt.Image getWizardHeaderImage()
          Subclasses should return an image to display in the wizard header bar.
 oracle.bali.ewt.wizard.dWizard.WizardSequence2 getWizardSequence()
          Subclasses should implement this method and return their sequence of wizard pages.
protected  java.lang.String getWizardTitle()
          Subclasses should return text to display in the wizard title bar.
protected  void populateTraversableContext(TraversableContext wizardContext, AbstractTemplate template)
          Subclasses should implement this method and populate the TraversableContext with the data necessary by the wizard.

 

Methods inherited from class oracle.jdeveloper.template.wizard.NewObjectFromTemplateWizard
commitProjectChanges, createDeploymentProfile, createProjects, getOrCreateWorkspace, getWizardContext, initializeWizardDataContext, runWizard

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

NewProjectFromTemplateWizard

public NewProjectFromTemplateWizard()

Method Detail

populateTraversableContext

protected void populateTraversableContext(TraversableContext wizardContext,
                                          AbstractTemplate template)
Description copied from class: NewObjectFromTemplateWizard
Subclasses should implement this method and populate the TraversableContext with the data necessary by the wizard. This method is called before the wizard, and any wizard pages are created.

Note: The active context is stored in the TraversableContext and can be retrieved by calling TemplateWizardUtil.getContext(oracle.ide.panels.TraversableContext).

Specified by:
populateTraversableContext in class NewObjectFromTemplateWizard
template - The active ApplicationTemplate or ProjectTemplate, must not be null.

getWizardSequence

public oracle.bali.ewt.wizard.dWizard.WizardSequence2 getWizardSequence()
Description copied from class: NewObjectFromTemplateWizard
Subclasses should implement this method and return their sequence of wizard pages.
Specified by:
getWizardSequence in class NewObjectFromTemplateWizard
Returns:
A sequence of wizard pages

getWizardTitle

protected java.lang.String getWizardTitle()
Description copied from class: NewObjectFromTemplateWizard
Subclasses should return text to display in the wizard title bar. The title should be in the form "Create Application/Project Name".
Specified by:
getWizardTitle in class NewObjectFromTemplateWizard
Returns:
the wizard title

doPostCreationProcessing

protected void doPostCreationProcessing()
Description copied from class: NewObjectFromTemplateWizard
Called when the wizard is finished and all other processing has happened: after the workspace and/or projects have been created, and the wizard pages allowed to make modifications to the generated application or projects.
Specified by:
doPostCreationProcessing in class NewObjectFromTemplateWizard

getWizardHeaderImage

protected java.awt.Image getWizardHeaderImage()
Description copied from class: NewObjectFromTemplateWizard
Subclasses should return an image to display in the wizard header bar.
Specified by:
getWizardHeaderImage in class NewObjectFromTemplateWizard
Returns:
the wizard header image

Skip navigation links

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

E13403-06


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