sota.gui.views
Class SourceDocumentCreator

java.lang.Object
  extended by 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.


Field Summary
private  FileNode fileNode
           
private  SourceView sourceView
           
 
Constructor Summary
SourceDocumentCreator(SourceView sourceView, FileNode n)
          Der Konstruktor
 
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
 

Field Detail

fileNode

private FileNode fileNode

sourceView

private final SourceView sourceView
Constructor Detail

SourceDocumentCreator

public SourceDocumentCreator(SourceView sourceView,
                             FileNode n)
Der Konstruktor

Parameters:
sourceView - die entsprechende SourceView
n - der zu verarbeitende FileNode
Method Detail

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