MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / setTitle

Method setTitle

src/main/java/com/volmit/adapt/util/UIWindow.java:291–300  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

289 }
290
291 @Override
292 public UIWindow setTitle(String title) {
293 this.title = title;
294
295 if (isVisible()) {
296 reopen();
297 }
298
299 return this;
300 }
301
302 @Override
303 public String getTag() {

Callers 3

openMethod · 0.95
openMethod · 0.95
UIWindowMethod · 0.95

Calls 2

isVisibleMethod · 0.95
reopenMethod · 0.95

Tested by

no test coverage detected