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

Method getUIManager

CodenameOne/src/com/codename1/ui/Form.java:853–860  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

851 }
852
853 @Override
854 public UIManager getUIManager() {
855 if (uiManager != null) {
856 return uiManager;
857 } else {
858 return UIManager.getInstance();
859 }
860 }
861
862 @Override
863 public void setUIManager(UIManager uiManager) {

Callers 15

FormMethod · 0.95
shouldPaintStatusBarMethod · 0.95
createStatusBarMethod · 0.95
setTitleMethod · 0.95
showMethod · 0.95
showModalMethod · 0.95
showOverflowMenuMethod · 0.95
paintMethod · 0.95
startMethod · 0.95
onPrepareOptionsMenuMethod · 0.95

Calls 1

getInstanceMethod · 0.95

Tested by 1

invoke3Method · 0.36