org.globus.cog.gui.grapheditor.util
Class ConsoleStatusRenderer

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.util.ConsoleStatusRenderer
All Implemented Interfaces:
StatusRenderer

public class ConsoleStatusRenderer
extends Object
implements StatusRenderer


Constructor Summary
ConsoleStatusRenderer()
           
 
Method Summary
 void incrementProgress()
           
 void initializeProgress(int size)
           
 void removeProgress()
           
 void setProgress(int value)
           
 void setStatusIcon(Icon icon)
           
 void setStatusText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleStatusRenderer

public ConsoleStatusRenderer()
Method Detail

setStatusText

public void setStatusText(String text)
Specified by:
setStatusText in interface StatusRenderer

setStatusIcon

public void setStatusIcon(Icon icon)
Specified by:
setStatusIcon in interface StatusRenderer

initializeProgress

public void initializeProgress(int size)
Specified by:
initializeProgress in interface StatusRenderer

setProgress

public void setProgress(int value)
Specified by:
setProgress in interface StatusRenderer

incrementProgress

public void incrementProgress()
Specified by:
incrementProgress in interface StatusRenderer

removeProgress

public void removeProgress()
Specified by:
removeProgress in interface StatusRenderer