org.eclipse.emf.codegen
Class CodeGen.StreamProgressMonitor

java.lang.Object
  extended byorg.eclipse.core.runtime.NullProgressMonitor
      extended byorg.eclipse.emf.codegen.CodeGen.StreamProgressMonitor
All Implemented Interfaces:
IProgressMonitor
Enclosing class:
CodeGen

public static class CodeGen.StreamProgressMonitor
extends NullProgressMonitor

This is a progress monitor that prints the progress information to a stream.


Field Summary
protected  PrintStream printStream
           
 
Fields inherited from interface org.eclipse.core.runtime.IProgressMonitor
UNKNOWN
 
Constructor Summary
CodeGen.StreamProgressMonitor(PrintStream printStream)
           
 
Method Summary
 void beginTask(String name, int totalWork)
           
 void setTaskName(String name)
           
 void subTask(String name)
           
 
Methods inherited from class org.eclipse.core.runtime.NullProgressMonitor
done, internalWorked, isCanceled, setCanceled, worked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

printStream

protected PrintStream printStream
Constructor Detail

CodeGen.StreamProgressMonitor

public CodeGen.StreamProgressMonitor(PrintStream printStream)
Method Detail

beginTask

public void beginTask(String name,
                      int totalWork)

setTaskName

public void setTaskName(String name)

subTask

public void subTask(String name)

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.