MCPcopy Create free account
hub / github.com/Garten/sourcecraft / setButtonSelectOutputFile

Method setButtonSelectOutputFile

src/gui/Gui.java:251–253  ·  view source on GitHub ↗
(RunnableWith<String> selectOutputFile)

Source from the content-addressed store, hash-verified

249 }
250
251 public void setButtonSelectOutputFile(RunnableWith<String> selectOutputFile) {
252 this.outputPanel.setButtonSelectOutputFile(selectOutputFile);
253 }
254
255 public void setUponEditOutput(Runnable editOutput) {
256 this.outputPanel.setUponEditOutput(editOutput);

Callers 1

initOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected