java.lang.Objectcom.ibm.jdg2e.editor.jfacetext.sqleditor.SQLDocumentParticipant
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.
SQLPartitionScanner| Constructor Summary | |
SQLDocumentParticipant()
|
|
| Method Summary | |
void |
setup(org.eclipse.jface.text.IDocument document)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SQLDocumentParticipant()
| Method Detail |
public void setup(org.eclipse.jface.text.IDocument document)
setup in interface org.eclipse.core.filebuffers.IDocumentSetupParticipant