Beispiel #1
0
 private static void checkForDefaultInstances(Widget w) {
   for (DefaultInstance di : w.getDefaultInstances()) {
     if (!defaultExists(di)) {
       WidgetInstance.createFromDefault(di);
     }
   }
 }