de.hillenbrand.jreqtools
Class ProgressTracker

java.lang.Object
  extended by de.hillenbrand.jreqtools.AbstractRequester
      extended by de.hillenbrand.jreqtools.ProgressTracker

public class ProgressTracker
extends AbstractRequester

This is a progress bar which pops up in an own dialog.


Field Summary
 
Fields inherited from class de.hillenbrand.jreqtools.AbstractRequester
CANCEL, dialog, listener, message, OK, title
 
Constructor Summary
ProgressTracker(java.lang.String message, ProgressTask task)
           
ProgressTracker(java.lang.String title, java.lang.String message, ProgressTask task)
           
 
Method Summary
 void addCancelButton(boolean bool)
           
protected  javax.swing.JPanel createContentPane()
           
protected  int getReturnValue()
           
protected  void prepareForRequest()
          This method is being called directly before the dialog will be shown.
 void start(javax.swing.JComponent parentComponent)
           
 void start(javax.swing.JFrame parent)
           
 void start(javax.swing.JInternalFrame parent)
           
 
Methods inherited from class de.hillenbrand.jreqtools.AbstractRequester
_checkLocation, _checkLocation, _checkSize, _checkSize, checkForClass, enableHelpKey4JavaHelp, getBounds, getDefaultButton, getLocation, getMessage, getSize, getTitle, request, request, request, setBorder, setBounds, setBounds, setLocation, setLocation, setMessage, setSize, setSize, setTitle, setVisible, showError, showException, showMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressTracker

public ProgressTracker(java.lang.String message,
                       ProgressTask task)

ProgressTracker

public ProgressTracker(java.lang.String title,
                       java.lang.String message,
                       ProgressTask task)
Method Detail

addCancelButton

public void addCancelButton(boolean bool)

createContentPane

protected javax.swing.JPanel createContentPane()
Specified by:
createContentPane in class AbstractRequester

getReturnValue

protected int getReturnValue()
Specified by:
getReturnValue in class AbstractRequester

prepareForRequest

protected void prepareForRequest()
Description copied from class: AbstractRequester
This method is being called directly before the dialog will be shown.

Specified by:
prepareForRequest in class AbstractRequester

start

public void start(javax.swing.JComponent parentComponent)

start

public void start(javax.swing.JFrame parent)

start

public void start(javax.swing.JInternalFrame parent)