org.radrails.rails.internal.ui.editors.css
Class CSSDocumentSetupParticipant

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

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

Sets up the partitioner for the CSSEditor.

Version:
0.4.1
Author:
mbaumbach

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

CSSDocumentSetupParticipant

public CSSDocumentSetupParticipant()
Method Detail

setup

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