org.radrails.rails.internal.ui.editors.templates
Class RailsFileContextType

java.lang.Object
  extended byorg.eclipse.jface.text.templates.TemplateContextType
      extended byorg.radrails.rails.internal.ui.editors.templates.RailsFileContextType

public class RailsFileContextType
extends org.eclipse.jface.text.templates.TemplateContextType

Simple rails file context type.

Version:
0.3.1
Author:
mbaumbach

Field Summary
static java.lang.String RAILSFILE_CONTEXT_TYPE
          This context's id
 
Constructor Summary
RailsFileContextType()
          Creates a new Ruby context type.
 
Methods inherited from class org.eclipse.jface.text.templates.TemplateContextType
addResolver, getId, getName, removeAllResolvers, removeResolver, resolve, resolvers, setId, setName, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RAILSFILE_CONTEXT_TYPE

public static final java.lang.String RAILSFILE_CONTEXT_TYPE
This context's id

See Also:
Constant Field Values
Constructor Detail

RailsFileContextType

public RailsFileContextType()
Creates a new Ruby context type.