public class GlobalTemplateVariables extends Object
Clients may instantiate the classes contained within this class.
Modifier and Type | Class and Description |
---|---|
static class |
GlobalTemplateVariables.Cursor
The cursor variable determines the cursor placement after template edition.
|
static class |
GlobalTemplateVariables.Date
The date variable evaluates to the current date.
|
static class |
GlobalTemplateVariables.Dollar
The dollar variable inserts an escaped dollar symbol.
|
static class |
GlobalTemplateVariables.LineSelection
The line selection variable determines templates that work on selected
lines.
|
static class |
GlobalTemplateVariables.Time
The time variable evaluates to the current time.
|
static class |
GlobalTemplateVariables.User
The user variable evaluates to the current user.
|
static class |
GlobalTemplateVariables.WordSelection
The word selection variable determines templates that work on a full
lines selection.
|
static class |
GlobalTemplateVariables.Year
The year variable evaluates to the current year.
|
Modifier and Type | Field and Description |
---|---|
static String |
SELECTION
The type of the selection variables.
|
Constructor and Description |
---|
GlobalTemplateVariables() |
public static final String SELECTION
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.