Ejemplo n.º 1
0
 /** {@inheritDoc} */
 public T setColorBackground(int theColor) {
   color.setBackground(theColor);
   for (ControllerInterface<?> ci : controllers.get()) {
     ci.setColorBackground(theColor);
   }
   return me;
 }