|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.jmsmvc4swing.base.ProgressInfo
public final class ProgressInfo
Progress information sent by the controller.
| Constructor Summary | |
|---|---|
ProgressInfo(java.lang.String message,
int minimum,
int value,
int extent,
int maximum)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getExtent()
Returns the extent. |
int |
getMaximum()
Returns the maximum. |
java.lang.String |
getMessage()
Returns a text message or empty String. |
int |
getMinimum()
Returns the minimum. |
int |
getValue()
Returns the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProgressInfo(java.lang.String message,
int minimum,
int value,
int extent,
int maximum)
message - Text message or empty String.minimum - Minimum or zero if not used.value - Value or zero if not used.extent - Extent or zero if not used.maximum - Maximum or zero if not used.| Method Detail |
|---|
public final java.lang.String getMessage()
public final int getExtent()
public final int getMaximum()
public final int getMinimum()
public final int getValue()
public final java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||