|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.virtuosotechnologies.lib.swing.ModalProgressTracker
An object that spawns a modal progress tracker dialog for AsyncJobs.
Constructor Summary | |
ModalProgressTracker(JComponent parent)
Constructor |
|
ModalProgressTracker(JComponent parent,
int updateIntervalMillis)
Constructor |
|
ModalProgressTracker(JComponent parent,
int updateIntervalMillis,
int initialDialogWidth,
int initialDialogHeight)
Constructor |
Method Summary | |
AsyncJobListener |
getAsyncJobListener()
Get the AsyncJobListener |
void |
stopTrackingFor(AsyncJob job)
Stop progress reporting for a particular job. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModalProgressTracker(JComponent parent)
parent
- dialog parentpublic ModalProgressTracker(JComponent parent, int updateIntervalMillis)
parent
- dialog parentupdateIntervalMillis
- dialog update interval in millisecondspublic ModalProgressTracker(JComponent parent, int updateIntervalMillis, int initialDialogWidth, int initialDialogHeight)
parent
- dialog parentupdateIntervalMillis
- dialog update interval in millisecondsinitialDialogWidth
- initial width of the dialoginitialDialogHeight
- initial height of the dialogMethod Detail |
public AsyncJobListener getAsyncJobListener()
public void stopTrackingFor(AsyncJob job)
job
- AsyncJob to stop reporting for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |