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

Method replace

CodenameOne/src/com/codename1/ui/Form.java:2045–2048  ·  view source on GitHub ↗
(Component current, Component next, Transition t)

Source from the content-addressed store, hash-verified

2043
2044 /// {@inheritDoc}
2045 @Override
2046 public void replace(Component current, Component next, Transition t) {
2047 contentPane.replace(current, next, t);
2048 }
2049
2050 /// {@inheritDoc}
2051 @Override

Callers 2

startMethod · 0.95

Calls 1

replaceMethod · 0.65