Package org.eclipse.jface.text.templates
Class GlobalTemplateVariables
java.lang.Object
org.eclipse.jface.text.templates.GlobalTemplateVariables
Global variables which are available in any context.
Clients may instantiate the classes contained within this class.
- Since:
- 3.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe cursor variable determines the cursor placement after template edition.static classThe date variable evaluates to the current date.static classThe dollar variable inserts an escaped dollar symbol.static classThe line selection variable determines templates that work on selected lines.static classThe selection variable determines templates that work on a selection.static classThe time variable evaluates to the current time.static classThe user variable evaluates to the current user.static classThe word selection variable determines templates that work on selected words, but not on selected lines.static classThe year variable evaluates to the current year. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SELECTION
The type of the selection variables.- See Also:
-
-
Constructor Details
-
GlobalTemplateVariables
public GlobalTemplateVariables()
-