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

Method getTitleArea

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

Source from the content-addressed store, hash-verified

810 /// @deprecated this method was exposed to allow some hacks, you are advised not to use it.
811 /// There are some alternatives such as command behavior (thru Display or the theme constants)
812 public Container getTitleArea() {
813 if (toolbar != null && toolbar.getParent() != null) {
814 return toolbar;
815 }
816 return titleArea;
817 }
818
819 /// Returns the configured desktop title-bar mode ({@code native}, {@code custom} or
820 /// {@code toolbar}). Sourced from the implementation (desktop ports report the real mode;

Callers 15

pointerPressedMethod · 0.95
pointerReleasedMethod · 0.95
getPropertyValueMethod · 0.95
setPropertyValueMethod · 0.95
calcPopupHeightMethod · 0.95
createMenuMethod · 0.95
paintMethod · 0.95
runAppearanceMethod · 0.95
startMethod · 0.95

Calls 1

getParentMethod · 0.65