|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractTemplate | |
|---|---|
| oracle.jdeveloper.template | |
| oracle.jdeveloper.template.wizard | |
| Uses of AbstractTemplate in oracle.jdeveloper.template |
|---|
| Subclasses of AbstractTemplate in oracle.jdeveloper.template | |
|---|---|
class |
ApplicationTemplate |
class |
ProjectTemplate |
| Methods in oracle.jdeveloper.template that return AbstractTemplate | |
|---|---|
AbstractTemplate |
DefaultTemplateData.findTemplateById(java.lang.String id) |
AbstractTemplate |
TemplateData.findTemplateById(java.lang.String id)Search for template in this TemplateData store, and all its parents. |
AbstractTemplate |
DefaultTemplateData.getTemplateById(java.lang.String id) |
AbstractTemplate |
TemplateData.getTemplateById(java.lang.String id)Get a template from this TemplateData store. |
AbstractTemplate |
TemplateManagerImpl.getTemplateById(java.lang.String id)Returns a typed Template object by its unique identifier. |
| Methods in oracle.jdeveloper.template that return types with arguments of type AbstractTemplate | |
|---|---|
abstract java.util.List<AbstractTemplate> |
TemplateManager.findTemplateById(java.lang.String id)Search and returns a list of templates from all TemplateData stores starting with the default TemplateData that match id. |
java.util.List<AbstractTemplate> |
TemplateManagerImpl.findTemplateById(java.lang.String id) |
abstract java.util.List<AbstractTemplate> |
TemplateManager.getAllTemplates()Get all templates. |
java.util.List<AbstractTemplate> |
DefaultTemplateData.getAllTemplates() |
java.util.List<AbstractTemplate> |
TemplateData.getAllTemplates() |
java.util.List<AbstractTemplate> |
TemplateManagerImpl.getAllTemplates() |
| Methods in oracle.jdeveloper.template with parameters of type AbstractTemplate | |
|---|---|
void |
DefaultTemplateData.addTemplate(AbstractTemplate template) |
abstract void |
TemplateManager.registerTemplate(AbstractTemplate template)Register a template into the default TemplateData. |
void |
TemplateManagerImpl.registerTemplate(AbstractTemplate template) |
void |
DefaultTemplateData.removeTemplate(AbstractTemplate template) |
| Uses of AbstractTemplate in oracle.jdeveloper.template.wizard |
|---|
| Methods in oracle.jdeveloper.template.wizard with parameters of type AbstractTemplate | |
|---|---|
TraversableContext |
NewObjectFromTemplateWizard.initializeWizardDataContext(Context context, AbstractTemplate template)Initializes the TraversableContext used by the wizard: creates a new TraversableContext and calls NewObjectFromTemplateWizard.populateTraversableContext(oracle.ide.panels.TraversableContext, oracle.jdeveloper.template.AbstractTemplate) to populate it with the necessary data. |
protected void |
NewProjectFromTemplateWizard.populateTraversableContext(TraversableContext wizardContext, AbstractTemplate template) |
protected void |
NewApplicationFromTemplateWizard.populateTraversableContext(TraversableContext tc, AbstractTemplate template) |
protected abstract void |
NewObjectFromTemplateWizard.populateTraversableContext(TraversableContext tc, AbstractTemplate template)Subclasses should implement this method and populate the TraversableContext with the data necessary by the wizard. |
boolean |
NewObjectFromTemplateWizard.runWizard(Context context, AbstractTemplate template)Creates and displays a dynamic wizard for creating either an application and one or more project(s), or a single project from the supplied template. |
| Constructors in oracle.jdeveloper.template.wizard with parameters of type AbstractTemplate | |
|---|---|
GalleryItemAdapter(AbstractTemplate template) |
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||