scriptella.interactive
Class SwingProgressIndicator

java.lang.Object
  extended by scriptella.interactive.ProgressIndicatorBase
      extended by scriptella.interactive.SwingProgressIndicator
All Implemented Interfaces:
ProgressIndicator

public class SwingProgressIndicator
extends ProgressIndicatorBase

TODO: Add documentation

Version:
1.0
Author:
Fyodor Kupolov

Constructor Summary
SwingProgressIndicator(java.lang.String title)
           
 
Method Summary
protected  void onComplete(java.lang.String label)
           
protected  void show(java.lang.String label, double progress)
           
 
Methods inherited from class scriptella.interactive.ProgressIndicatorBase
getOutputThreshold, showProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingProgressIndicator

public SwingProgressIndicator(java.lang.String title)
Method Detail

show

protected void show(java.lang.String label,
                    double progress)
Specified by:
show in class ProgressIndicatorBase

onComplete

protected void onComplete(java.lang.String label)
Overrides:
onComplete in class ProgressIndicatorBase


Copyright © Copyright 2006-2009 The Scriptella Project Team.