|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.ProgressMonitor
org.databene.gui.swing.ProgressMonitor
public class ProgressMonitor
Adds convenience methods to the ProgressMonitor.
Created at 01.12.2008 09:46:04
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.ProgressMonitor |
|---|
javax.swing.ProgressMonitor.AccessibleProgressMonitor |
| Field Summary |
|---|
| Fields inherited from class javax.swing.ProgressMonitor |
|---|
accessibleContext |
| Constructor Summary | |
|---|---|
ProgressMonitor(java.awt.Component parentComponent,
java.lang.Object message,
java.lang.String note,
int min,
int max)
|
|
| Method Summary | |
|---|---|
void |
advance()
|
int |
getProgress()
|
void |
setProgress(int progress)
|
| Methods inherited from class javax.swing.ProgressMonitor |
|---|
close, getAccessibleContext, getMaximum, getMillisToDecideToPopup, getMillisToPopup, getMinimum, getNote, isCanceled, setMaximum, setMillisToDecideToPopup, setMillisToPopup, setMinimum, setNote |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.databene.commons.ui.ProgressMonitor |
|---|
getMaximum, isCanceled, setMaximum, setNote |
| Constructor Detail |
|---|
public ProgressMonitor(java.awt.Component parentComponent,
java.lang.Object message,
java.lang.String note,
int min,
int max)
| Method Detail |
|---|
public void setProgress(int progress)
setProgress in interface ProgressMonitorsetProgress in class javax.swing.ProgressMonitorpublic int getProgress()
public void advance()
advance in interface ProgressMonitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||