|
org.netbeans.modules.editor.settings/1 1.4.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.api.editor.settings.CodeTemplateDescription
public final class 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.parametrized - non-null parametrized text.| Method Detail |
|---|
public String getAbbreviation()
public String getDescription()
public String getParametrizedText()
public String toString()
|
org.netbeans.modules.editor.settings/1 1.4.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||