|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.editor.settings.CodeTemplateSettings
Code templates settings are represented by map
of key=<String>code template name
and value=<String>code template string.
Instances of this class should be retrieved from the MimeLookup
for a given mime-type.
This class must NOT be extended by any API clients
Constructor Summary | |
CodeTemplateSettings()
Construction prohibited for API clients. |
Method Summary | |
abstract List |
getCodeTemplateDescriptions()
Gets list of code template descriptions. |
abstract KeyStroke |
getExpandKey()
Get the keystroke that expands the code templates abbreviations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CodeTemplateSettings()
Method Detail |
public abstract List getCodeTemplateDescriptions()
public abstract KeyStroke getExpandKey()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |