|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.node.workflow.ConnectionProgress
public final class ConnectionProgress
Contained in a ConnectionProgressEvent which is fired when the
progress information has changed.
| Constructor Summary | |
|---|---|
ConnectionProgress(boolean inProgress,
String message)
Create a progress event based on progress value and message. |
|
| Method Summary | |
|---|---|
String |
getMessage()
Returns the current progress message or null to display
nothing. |
boolean |
hasMessage()
Returns whether there is currently a message to display. |
boolean |
inProgress()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionProgress(boolean inProgress,
String message)
inProgress - true if currently in-progress.message - the message to display (or null to display
nothing)| Method Detail |
|---|
public boolean inProgress()
public String getMessage()
null to display
nothing.
null to display nothing.public boolean hasMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||