Пример #1
0
 public final T setTab(ControlWindow theWindow, String theName) {
   setParent(cp5.getTab(theWindow, theName));
   return me;
 }
Пример #2
0
 /**
  * @param theName String
  * @return ControllerGroup
  */
 public final T setTab(String theName) {
   setParent(cp5.getTab(theName));
   return me;
 }