Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.jface.text.templates

Class Summary
ContextTypeRegistry A registry for context types.
DocumentTemplateContext A typical text based document template context.
GlobalTemplateVariables Global variables which are available in any context.
GlobalTemplateVariables.Cursor The cursor variable determines the cursor placement after template edition.
GlobalTemplateVariables.Date The date variable evaluates to the current date.
GlobalTemplateVariables.Dollar The dollar variable inserts an escaped dollar symbol.
GlobalTemplateVariables.LineSelection The line selection variable determines templates that work on selected lines.
GlobalTemplateVariables.Time The time variable evaluates to the current time.
GlobalTemplateVariables.User The user variable evaluates to the current user.
GlobalTemplateVariables.WordSelection The word selection variable determines templates that work on a full lines selection.
GlobalTemplateVariables.Year The year variable evaluates to the current year.
InclusivePositionUpdater Position updater that takes any change in [position.offset, position.offset + position.length] as belonging to the position.
JFaceTextTemplateMessages  
PositionBasedCompletionProposal An enhanced implementation of the ICompletionProposal interface implementing all the extension interfaces.
SimpleTemplateVariableResolver A simple template variable resolver, which always evaluates to a defined string.
Template A template consisting of a name and a pattern.
TemplateBuffer A template buffer is a container for a string and variables.
TemplateCompletionProcessor A completion processor that computes template proposals.
TemplateCompletionProcessor.ProposalComparator  
TemplateContext Provides the context for a Template being resolved.
TemplateContextType A context type defines a context within which templates are resolved.
TemplateProposal A template completion proposal.
TemplateTranslator The template translator translates a string into a template buffer.
TemplateVariable A TemplateVariable represents a set of positions into a TemplateBuffer with identical content each.
TemplateVariableResolver A TemplateVariableResolver resolves TemplateVariables of a certain type inside a TemplateContext.
TextTemplateMessages  
 

Exception Summary
TemplateException Thrown when a template cannot be validated.