|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.texteditor.AbstractDocumentProvider
org.eclipse.datatools.sqltools.sqlbuilder.views.source.SQLEditorDocumentProvider
public class SQLEditorDocumentProvider
Constructor Summary | |
---|---|
SQLEditorDocumentProvider()
|
Method Summary | |
---|---|
static org.eclipse.jface.text.IDocument |
createDocument(java.lang.String element)
|
static org.eclipse.jface.text.IDocumentPartitioner |
createDocumentPartitioner()
Create a document partitioner |
long |
getModificationStamp(java.lang.Object element)
|
long |
getSynchronizationStamp(java.lang.Object element)
|
java.lang.String |
inputToStringHelper(java.lang.Object object)
|
boolean |
isDeleted(java.lang.Object element)
|
Methods inherited from class org.eclipse.ui.texteditor.AbstractDocumentProvider |
---|
aboutToChange, addElementStateListener, canSaveDocument, changed, connect, disconnect, getAnnotationModel, getContentType, getDocument, getProgressMonitor, getStatus, isModifiable, isNotSynchronizedException, isReadOnly, isStateValidated, isSynchronized, mustSaveDocument, removeElementStateListener, resetDocument, saveDocument, setCanSaveDocument, setProgressMonitor, synchronize, updateStateCache, validateState |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLEditorDocumentProvider()
Method Detail |
---|
public static org.eclipse.jface.text.IDocument createDocument(java.lang.String element) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static org.eclipse.jface.text.IDocumentPartitioner createDocumentPartitioner()
public java.lang.String inputToStringHelper(java.lang.Object object)
public long getModificationStamp(java.lang.Object element)
getModificationStamp
in interface org.eclipse.ui.texteditor.IDocumentProvider
getModificationStamp
in class org.eclipse.ui.texteditor.AbstractDocumentProvider
public long getSynchronizationStamp(java.lang.Object element)
getSynchronizationStamp
in interface org.eclipse.ui.texteditor.IDocumentProvider
getSynchronizationStamp
in class org.eclipse.ui.texteditor.AbstractDocumentProvider
public boolean isDeleted(java.lang.Object element)
isDeleted
in interface org.eclipse.ui.texteditor.IDocumentProvider
isDeleted
in class org.eclipse.ui.texteditor.AbstractDocumentProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |