MCPcopy
hub / github.com/arduino/Arduino / unedit

Method unedit

app/src/processing/app/EditorStatus.java:161–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 }
160
161 private void unedit() {
162 okButton.setVisible(false);
163 cancelButton.setVisible(false);
164 editField.setVisible(false);
165 clearState();
166 repaint();
167 }
168
169 public void progress(String message) {
170 changeState(PROGRESS);

Callers 3

initializeMethod · 0.95
keyPressedMethod · 0.95
keyTypedMethod · 0.95

Calls 2

clearStateMethod · 0.95
setVisibleMethod · 0.80

Tested by

no test coverage detected