VLab Common 1.2

pl.psnc.vlab.util.swing.thread
Interface ProgressDialog

All Known Implementing Classes:
JBallsPane

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

public interface ProgressDialog

ProgressDialog interface defines the util methods to manage Progress Dialog.

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

Method Summary
 void setVisible(boolean visible)
          Deprecated. Set the visibility of the Progress Indicator dialog.
 void start()
          Deprecated. Starts the Progress Indicator dialog.
 void stop()
          Deprecated. Stops the Progress Indicator dialog thread.
 

Method Detail

start

void start()
Deprecated. 
Starts the Progress Indicator dialog.
Please note that a dialog should be run as a separate thread.


stop

void stop()
Deprecated. 
Stops the Progress Indicator dialog thread.


setVisible

void setVisible(boolean visible)
Deprecated. 
Set the visibility of the Progress Indicator dialog.

Parameters:
visible - true to make the component visible; false to make it invisible

VLab Common 1.2

Copyright 2004 by VLAB Dominik Stoklosa.