org.netbeans.modules.editor.settings/1 1.12.1

org.netbeans.api.editor.settings
Class CodeTemplateSettings

java.lang.Object
  extended by org.netbeans.api.editor.settings.CodeTemplateSettings

public abstract class CodeTemplateSettings
extends Object

The list of available templates. Instances of this class should be retrieved from MimeLookup.

This class must NOT be extended by any API clients.


Constructor Summary
CodeTemplateSettings()
          Construction prohibited for API clients.
 
Method Summary
abstract  List<CodeTemplateDescription> getCodeTemplateDescriptions()
          Gets the list of code template descriptions.
abstract  KeyStroke getExpandKey()
          Gets 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

CodeTemplateSettings

public CodeTemplateSettings()
Construction prohibited for API clients.

Method Detail

getCodeTemplateDescriptions

public abstract List<CodeTemplateDescription> getCodeTemplateDescriptions()
Gets the list of code template descriptions.

Returns:
An unmodifiable list of code template descriptions.

getExpandKey

public abstract KeyStroke getExpandKey()
Gets the keystroke that expands the code templates abbreviations.

Returns:
A keystroke that expands code template abbreviations to its code text.

org.netbeans.modules.editor.settings/1 1.12.1

Built on January 29 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.