org.radrails.db.internal.ui.editors.sql
Class SQLDocumentParticipant

java.lang.Object
  extended byorg.radrails.db.internal.ui.editors.sql.SQLDocumentParticipant
All Implemented Interfaces:
org.eclipse.core.filebuffers.IDocumentSetupParticipant

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

Participates in the setup of a text file buffer document.

This interface is the expected interface for extensions provided for the "org.eclipse.core.filebuffers.documentSetup" extension point.

See Also:
com.ibm.jdg2e.editor.jfacetext.sqleditor.sql.SQLPartitionScanner

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

SQLDocumentParticipant

public SQLDocumentParticipant()
Method Detail

setup

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