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

Method Tabs

CodenameOne/src/com/codename1/ui/Tabs.java:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 /// Creates an empty `TabbedPane` with a default
158 /// tab placement of `Component.TOP`.
159 public Tabs() {
160 this(-1);
161 }
162
163
164 /// Creates an empty `TabbedPane` with the specified tab placement

Callers

nothing calls this directly

Calls 15

setTabPlacementMethod · 0.95
getInstanceMethod · 0.95
setCenterBehaviorMethod · 0.95
isThemeConstantMethod · 0.80
setSafeAreaMethod · 0.80
getThemeConstantMethod · 0.80
setUIIDFinalMethod · 0.80
addComponentMethod · 0.65
getStyleMethod · 0.65
addMethod · 0.65
getLayoutMethod · 0.65
setUIIDMethod · 0.45

Tested by

no test coverage detected