MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / close

Method close

src/main/java/com/volmit/adapt/util/UIWindow.java:198–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196 }
197
198 @Override
199 public UIWindow close() {
200 setVisible(false);
201 return this;
202 }
203
204 @Override
205 public UIWindow open() {

Callers 4

openMethod · 0.95
onMethod · 0.95
setResolutionMethod · 0.95
reopenMethod · 0.95

Calls 1

setVisibleMethod · 0.95

Tested by

no test coverage detected