VLab Common 1.2

pl.psnc.vlab.util.swing.thread
Class ProgressIndicator

java.lang.Object
  extended by pl.psnc.vlab.util.swing.thread.ProgressIndicator
All Implemented Interfaces:
Progress

Deprecated. classes from pl.psnc.vlab.util.thread should be used

public class ProgressIndicator
extends java.lang.Object
implements Progress

Implementation of the interminate progress indicator.

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Constructor Summary
ProgressIndicator(java.util.Locale locale)
          Deprecated. Creates a new instance of ProgressIndicator, which automatically starts new thread which send new scenario to the VLab System
ProgressIndicator(ProgressDialog dialog, java.util.Locale locale)
          Deprecated. Creates a new instance of ProgressIndicator, which automatically starts new thread which send new scenario to the VLab System
 
Method Summary
 void fireFinish()
          Deprecated. Informs the progress thread that the long time task has finished.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressIndicator

public ProgressIndicator(ProgressDialog dialog,
                         java.util.Locale locale)
Deprecated. 
Creates a new instance of ProgressIndicator, which automatically starts new thread which send new scenario to the VLab System

Parameters:
dialog -
locale -

ProgressIndicator

public ProgressIndicator(java.util.Locale locale)
Deprecated. 
Creates a new instance of ProgressIndicator, which automatically starts new thread which send new scenario to the VLab System

Parameters:
locale - locale
Method Detail

fireFinish

public void fireFinish()
                throws VlabException
Deprecated. 
Informs the progress thread that the long time task has finished. Closes the long time operation indicator.

Specified by:
fireFinish in interface Progress
Throws:
VlabException

VLab Common 1.2

Copyright 2004 by VLAB Dominik Stoklosa.