|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jdeveloper.template.wizard.NewObjectFromTemplateWizard
oracle.jdeveloper.template.wizard.NewApplicationFromTemplateWizard
public final class NewApplicationFromTemplateWizard
Nested Class Summary |
---|
Nested classes/interfaces inherited from class oracle.jdeveloper.template.wizard.NewObjectFromTemplateWizard |
---|
NewObjectFromTemplateWizard.WizardEventAdapter |
Constructor Summary | |
---|---|
NewApplicationFromTemplateWizard() |
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 Workspace |
getOrCreateWorkspace() Called when the wizard is finished and the new workpace and/or projects(s) should be created. |
protected java.awt.Image |
getWizardHeaderImage() Subclasses should return an image to display in the wizard header bar. |
protected 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 tc, 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, getWizardContext, initializeWizardDataContext, runWizard |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewApplicationFromTemplateWizard()
Method Detail |
---|
protected void populateTraversableContext(TraversableContext tc, AbstractTemplate template)
NewObjectFromTemplateWizard
Note: The active context is stored in the TraversableContext and can be retrieved by calling TemplateWizardUtil.getContext(oracle.ide.panels.TraversableContext)
.
populateTraversableContext
in class NewObjectFromTemplateWizard
template
- The active ApplicationTemplate or ProjectTemplate, must not be null.protected oracle.bali.ewt.wizard.dWizard.WizardSequence2 getWizardSequence()
NewObjectFromTemplateWizard
getWizardSequence
in class NewObjectFromTemplateWizard
protected Workspace getOrCreateWorkspace()
NewObjectFromTemplateWizard
By default, this method just returns the workspace from the active context.
getOrCreateWorkspace
in class NewObjectFromTemplateWizard
protected void doPostCreationProcessing()
NewObjectFromTemplateWizard
doPostCreationProcessing
in class NewObjectFromTemplateWizard
protected java.lang.String getWizardTitle()
NewObjectFromTemplateWizard
getWizardTitle
in class NewObjectFromTemplateWizard
protected java.awt.Image getWizardHeaderImage()
NewObjectFromTemplateWizard
getWizardHeaderImage
in class NewObjectFromTemplateWizard
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |