org.radrails.db.internal.ui.editors.sql
Class SQLDocumentParticipant
java.lang.Object
org.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
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 |
SQLDocumentParticipant
public SQLDocumentParticipant()
setup
public void setup(org.eclipse.jface.text.IDocument document)
- Specified by:
setup
in interface org.eclipse.core.filebuffers.IDocumentSetupParticipant