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

Method unlock

CodenameOne/src/com/codename1/ui/plaf/Border.java:2243–2252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2241 /// This callback indicates that a component pointing at this border is now deinitilized
2242 /// This method may be invoked multiple times.
2243 public void unlock() {
2244 if (images != null) {
2245 int ilen = images.length;
2246 for (int iter = 0; iter < ilen; iter++) {
2247 if (images[iter] != null) {
2248 images[iter].unlock();
2249 }
2250 }
2251 }
2252 }
2253
2254 /// This method is for internal usage only!
2255 public Object getProperty(String n) {

Callers 1

deinitializeImplMethod · 0.95

Implementers 2

FourLineBorderCodenameOneDesigner/src/com/l2fprod/co
CellBorderCodenameOneDesigner/src/com/l2fprod/co

Calls 1

unlockMethod · 0.65

Tested by

no test coverage detected