Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ setTitle
Method
setTitle
CodenameOne/src/com/codename1/ui/Dialog.java:911–914 ·
view source on GitHub ↗
(String title)
Source
from the content-addressed store, hash-verified
909
910
/// {@inheritDoc}
911
@Override
912
public
final
void
setTitle(String title) {
913
dialogTitle.setText(title);
914
}
915
916
/// {@inheritDoc}
917
@Override
Callers
3
Dialog
Method · 0.95
showPackedImpl
Method · 0.95
showDownloadDialog
Method · 0.95
Calls
1
setText
Method · 0.65
Tested by
no test coverage detected