org.radrails.rails.internal.ui.editors.js
Class JavascriptDocumentSetupParticipant

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

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


Constructor Summary
JavascriptDocumentSetupParticipant()
           
 
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

JavascriptDocumentSetupParticipant

public JavascriptDocumentSetupParticipant()
Method Detail

setup

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