org.radrails.rails.internal.ui.editors.rhtml
Class RHTMLDocumentParticipant

java.lang.Object
  extended byorg.radrails.rails.internal.ui.editors.rhtml.RHTMLDocumentParticipant
All Implemented Interfaces:
org.eclipse.core.filebuffers.IDocumentSetupParticipant

public class RHTMLDocumentParticipant
extends java.lang.Object
implements org.eclipse.core.filebuffers.IDocumentSetupParticipant

Document participant for the RHTML editor.

Author:
kyle

Constructor Summary
RHTMLDocumentParticipant()
           
 
Method Summary
 void setup(org.eclipse.jface.text.IDocument document)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RHTMLDocumentParticipant

public RHTMLDocumentParticipant()
Method Detail

setup

public void setup(org.eclipse.jface.text.IDocument document)
Specified by:
setup in interface org.eclipse.core.filebuffers.IDocumentSetupParticipant