de.hillenbrand.jreqtools
Class ProgressTracker
java.lang.Object
de.hillenbrand.jreqtools.AbstractRequester
de.hillenbrand.jreqtools.ProgressTracker
public class ProgressTracker
- extends AbstractRequester
This is a progress bar which pops up in an own dialog.
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 |
ProgressTracker
public ProgressTracker(java.lang.String message,
ProgressTask task)
ProgressTracker
public ProgressTracker(java.lang.String title,
java.lang.String message,
ProgressTask task)
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)