Ejemplo n.º 1
0
 public final T moveTo(ControlWindow theControlWindow, String theTabName) {
   moveTo(null, theControlWindow.getTab(theTabName), theControlWindow);
   return me;
 }
Ejemplo n.º 2
0
 public T moveTo(ControlWindow theControlWindow) {
   moveTo(null, theControlWindow.getTab("default"), theControlWindow);
   return me;
 }