sota.gui.views
Class SourceDocumentCreator
java.lang.Object
sota.gui.views.SourceDocumentCreator
- All Implemented Interfaces:
- org.eclipse.jface.operation.IRunnableWithProgress
class SourceDocumentCreator
- extends java.lang.Object
- implements org.eclipse.jface.operation.IRunnableWithProgress
Erstellt den Quellcode für die SourceView und ermittelt überdeckte Zeilen.
Method Summary |
void |
run(org.eclipse.core.runtime.IProgressMonitor monitor)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileNode
private FileNode fileNode
sourceView
private final SourceView sourceView
SourceDocumentCreator
public SourceDocumentCreator(SourceView sourceView,
FileNode n)
- Der Konstruktor
- Parameters:
sourceView
- die entsprechende SourceViewn
- der zu verarbeitende FileNode
run
public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
throws java.lang.reflect.InvocationTargetException,
java.lang.InterruptedException
- Specified by:
run
in interface org.eclipse.jface.operation.IRunnableWithProgress
- Throws:
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException