|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemplate
Runtime access to a single template in a com.nokia.carbide.templatewizard.wizardTemplate extension.
Method Summary | |
---|---|
Bundle |
getBundle()
The Bundle of the Plugin where this template is declared. |
java.lang.String |
getTemplateId()
The value of the templateId attribute for this template. |
java.net.URL |
getTemplateUrl()
The file URL representing the absolute path of the template xml file. |
java.util.Map<java.lang.String,java.lang.Object> |
getTemplateValues()
After the wizard that this template specified has completed successfully, the Map (from field id to value) containing the actual user values from the wizard |
Method Detail |
---|
java.net.URL getTemplateUrl()
java.net.URL
Bundle getBundle()
org.osgi.framework.Bundle
java.lang.String getTemplateId()
java.lang.String
java.util.Map<java.lang.String,java.lang.Object> getTemplateValues()
java.util.Map
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |