MCPcopy Create free account
hub / github.com/Singular/Singular / refresh

Method refresh

Singular/LIB/surfex/ProgressFrame.java:128–138  ·  view source on GitHub ↗
(int progress, String Message)

Source from the content-addressed store, hash-verified

126
127
128 public void refresh(int progress, String Message){
129 progressBar.setValue(progress);
130// System.out.println("---");
131 String s = Message;
132 if (s != null) {
133 taskOutput.append(s + newline);
134 taskOutput.setCaretPosition(
135 taskOutput.getDocument().getLength());
136 }
137
138 }
139
140 public void refresh(int progress, String Message, String prevFileLoc){
141 refresh(progress, Message);

Callers 5

MakeMovieMethod · 0.45
surfexMethod · 0.45
startProgressFrameMethod · 0.45
useCommandsMethod · 0.45
mainMethod · 0.45

Calls 4

setValueMethod · 0.45
appendMethod · 0.45
getLengthMethod · 0.45
setIconMethod · 0.45

Tested by

no test coverage detected