public final T setTab(ControlWindow theWindow, String theName) { setParent(cp5.getTab(theWindow, theName)); return me; }
/** * @param theName String * @return ControllerGroup */ public final T setTab(String theName) { setParent(cp5.getTab(theName)); return me; }