Exemplo n.º 1
0
 void setNewProjectPath(String newValue) {
   myTemplate.setProjectPath(newValue);
 }
Exemplo n.º 2
0
 TemplateFiller getTemplateFiller() {
   return myTemplate.getTemplateFiller();
 }
Exemplo n.º 3
0
 @Nullable
 JComponent getSettings() {
   return myTemplate.getSettings();
 }
Exemplo n.º 4
0
 @Nullable
 String getDescription() {
   return myTemplate.getDescription();
 }
Exemplo n.º 5
0
 Icon getIcon() {
   return myTemplate.getIcon();
 }
Exemplo n.º 6
0
 String getName() {
   return myTemplate.getName();
 }