Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
open
Method · 0.95
open
Method · 0.95
UIWindow
Method · 0.95
Calls
2
isVisible
Method · 0.95
reopen
Method · 0.95
Tested by
no test coverage detected