MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getTitle

Method getTitle

CodenameOne/src/com/codename1/ui/Dialog.java:905–908  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

903
904 /// {@inheritDoc}
905 @Override
906 public String getTitle() {
907 return dialogTitle.getText();
908 }
909
910 /// {@inheritDoc}
911 @Override

Callers 2

showPopupDialogMethod · 0.95
showPackedImplMethod · 0.95

Calls 1

getTextMethod · 0.65

Tested by

no test coverage detected