|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.netbeans.api.editor.settings.CodeTemplateDescription
Description of the code template includes abbreviation name,
description and parametrized text.
The descriptions are provided from
CodeTemplateSettings.getCodeTemplateDescriptions().
| Constructor Summary | |
CodeTemplateDescription(String abbreviation,
String description,
String parametrizedText)
Construct code template description. |
|
| Method Summary | |
String |
getAbbreviation()
Get abbreviation that triggers expansion of this code template. |
String |
getDescription()
Get textual description of this code template. |
String |
getParametrizedText()
Get the parametrized text of this code template. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CodeTemplateDescription(String abbreviation, String description, String parametrizedText)
abbreviation - non-null abbreviation.description - non-null description.| Method Detail |
public String getAbbreviation()
public String getDescription()
public String getParametrizedText()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||