MCPcopy Create free account
hub / github.com/PCGen/pcgen / endShowingProgress

Method endShowingProgress

code/src/java/pcgen/gui2/PCGenStatusBar.java:190–196  ·  view source on GitHub ↗

Clears the progress bar and turns off the wait cursor

()

Source from the content-addressed store, hash-verified

188 * Clears the progress bar and turns off the wait cursor
189 */
190 public void endShowingProgress()
191 {
192 CursorControlUtilities.stopWaitCursor(this);
193 setContextMessage(null);
194 getProgressBar().setString(null);
195 getProgressBar().setVisible(false);
196 }
197
198 /**
199 * Shows the log window when the load status icon is clicked.

Callers 4

reallySaveCharacterMethod · 0.80
openCharacterMethod · 0.80
doneMethod · 0.80

Calls 5

stopWaitCursorMethod · 0.95
setContextMessageMethod · 0.95
getProgressBarMethod · 0.95
setVisibleMethod · 0.65
setStringMethod · 0.45

Tested by

no test coverage detected