MCPcopy 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

DialogMethod · 0.95
showPackedImplMethod · 0.95
showDownloadDialogMethod · 0.95

Calls 1

setTextMethod · 0.65

Tested by

no test coverage detected