| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.NullProgressMonitor
org.eclipse.emf.codegen.CodeGen.StreamProgressMonitor
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 |
protected PrintStream printStream
Constructor Detail |
public CodeGen.StreamProgressMonitor(PrintStream printStream)
Method Detail |
public void beginTask(String name, int totalWork)
public void setTaskName(String name)
public void subTask(String name)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |