SORTIE Java Interface  1
Public Member Functions | Public Attributes | List of all members
sortie.tools.batchoutput.ProgressDialog Class Reference

A small progress dialog to inform the user of file option extraction progress. More...

Inheritance diagram for sortie.tools.batchoutput.ProgressDialog:

Public Member Functions

 ProgressDialog (int iMax, String sMessage)
 Constructor. More...
 
void actionPerformed (ActionEvent oEvent)
 Controls actions for this window. More...
 

Public Attributes

JLabel m_jProgress
 Label with verbal progress description. More...
 
JProgressBar m_jProgressBar
 Progress bar. More...
 
boolean m_bCanceled = false
 Whether or not the user canceled the process. More...
 

Detailed Description

A small progress dialog to inform the user of file option extraction progress.

Constructor & Destructor Documentation

◆ ProgressDialog()

sortie.tools.batchoutput.ProgressDialog.ProgressDialog ( int  iMax,
String  sMessage 
)

Constructor.

Parameters
iMaxMaximum value for the progress bar.
sMessageMessage to be displayed

Member Function Documentation

◆ actionPerformed()

void sortie.tools.batchoutput.ProgressDialog.actionPerformed ( ActionEvent  oEvent)

Controls actions for this window.

Parameters
oEventActionEvent.

Member Data Documentation

◆ m_bCanceled

boolean sortie.tools.batchoutput.ProgressDialog.m_bCanceled = false

Whether or not the user canceled the process.

◆ m_jProgress

JLabel sortie.tools.batchoutput.ProgressDialog.m_jProgress

Label with verbal progress description.

◆ m_jProgressBar

JProgressBar sortie.tools.batchoutput.ProgressDialog.m_jProgressBar

Progress bar.


The documentation for this class was generated from the following file: