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
Modifier and TypeClassDescriptionstatic class
The cursor variable determines the cursor placement after template edition.static class
The date variable evaluates to the current date.static class
The dollar variable inserts an escaped dollar symbol.static class
The line selection variable determines templates that work on selected lines.static class
The selection variable determines templates that work on a selection.static class
The time variable evaluates to the current time.static class
The user variable evaluates to the current user.static class
The word selection variable determines templates that work on selected words, but not on selected lines.static class
The year variable evaluates to the current year. -
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
SELECTION
The type of the selection variables.- See Also:
-
-
Constructor Details
-
GlobalTemplateVariables
public GlobalTemplateVariables()
-