aQute.bnd.jareditor
Class JarDocumentProvider

java.lang.Object
  extended by aQute.bnd.jareditor.JarDocumentProvider
All Implemented Interfaces:
org.eclipse.ui.texteditor.IDocumentProvider

public class JarDocumentProvider
extends Object
implements org.eclipse.ui.texteditor.IDocumentProvider


Constructor Summary
JarDocumentProvider()
           
 
Method Summary
 void aboutToChange(Object arg0)
           
 void addElementStateListener(org.eclipse.ui.texteditor.IElementStateListener arg0)
           
 boolean canSaveDocument(Object arg0)
           
 void changed(Object arg0)
           
 void connect(Object source)
           
 void disconnect(Object arg0)
           
 org.eclipse.jface.text.source.IAnnotationModel getAnnotationModel(Object arg0)
           
 org.eclipse.jface.text.IDocument getDocument(Object arg0)
           
 long getModificationStamp(Object arg0)
           
 long getSynchronizationStamp(Object arg0)
           
 boolean isDeleted(Object arg0)
           
 boolean mustSaveDocument(Object arg0)
           
 void removeElementStateListener(org.eclipse.ui.texteditor.IElementStateListener arg0)
           
 void resetDocument(Object arg0)
           
 void saveDocument(org.eclipse.core.runtime.IProgressMonitor arg0, Object arg1, org.eclipse.jface.text.IDocument arg2, boolean arg3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarDocumentProvider

public JarDocumentProvider()
Method Detail

aboutToChange

public void aboutToChange(Object arg0)
Specified by:
aboutToChange in interface org.eclipse.ui.texteditor.IDocumentProvider

addElementStateListener

public void addElementStateListener(org.eclipse.ui.texteditor.IElementStateListener arg0)
Specified by:
addElementStateListener in interface org.eclipse.ui.texteditor.IDocumentProvider

canSaveDocument

public boolean canSaveDocument(Object arg0)
Specified by:
canSaveDocument in interface org.eclipse.ui.texteditor.IDocumentProvider

changed

public void changed(Object arg0)
Specified by:
changed in interface org.eclipse.ui.texteditor.IDocumentProvider

connect

public void connect(Object source)
             throws org.eclipse.core.runtime.CoreException
Specified by:
connect in interface org.eclipse.ui.texteditor.IDocumentProvider
Throws:
org.eclipse.core.runtime.CoreException

disconnect

public void disconnect(Object arg0)
Specified by:
disconnect in interface org.eclipse.ui.texteditor.IDocumentProvider

getAnnotationModel

public org.eclipse.jface.text.source.IAnnotationModel getAnnotationModel(Object arg0)
Specified by:
getAnnotationModel in interface org.eclipse.ui.texteditor.IDocumentProvider

getDocument

public org.eclipse.jface.text.IDocument getDocument(Object arg0)
Specified by:
getDocument in interface org.eclipse.ui.texteditor.IDocumentProvider

getModificationStamp

public long getModificationStamp(Object arg0)
Specified by:
getModificationStamp in interface org.eclipse.ui.texteditor.IDocumentProvider

getSynchronizationStamp

public long getSynchronizationStamp(Object arg0)
Specified by:
getSynchronizationStamp in interface org.eclipse.ui.texteditor.IDocumentProvider

isDeleted

public boolean isDeleted(Object arg0)
Specified by:
isDeleted in interface org.eclipse.ui.texteditor.IDocumentProvider

mustSaveDocument

public boolean mustSaveDocument(Object arg0)
Specified by:
mustSaveDocument in interface org.eclipse.ui.texteditor.IDocumentProvider

removeElementStateListener

public void removeElementStateListener(org.eclipse.ui.texteditor.IElementStateListener arg0)
Specified by:
removeElementStateListener in interface org.eclipse.ui.texteditor.IDocumentProvider

resetDocument

public void resetDocument(Object arg0)
                   throws org.eclipse.core.runtime.CoreException
Specified by:
resetDocument in interface org.eclipse.ui.texteditor.IDocumentProvider
Throws:
org.eclipse.core.runtime.CoreException

saveDocument

public void saveDocument(org.eclipse.core.runtime.IProgressMonitor arg0,
                         Object arg1,
                         org.eclipse.jface.text.IDocument arg2,
                         boolean arg3)
                  throws org.eclipse.core.runtime.CoreException
Specified by:
saveDocument in interface org.eclipse.ui.texteditor.IDocumentProvider
Throws:
org.eclipse.core.runtime.CoreException


Copyright © 2010 aQute SARL. All Rights Reserved.