コード例 #1
0
 public final T moveTo(ControlWindow theControlWindow, String theTabName) {
   moveTo(null, theControlWindow.getTab(theTabName), theControlWindow);
   return me;
 }
コード例 #2
0
 public T moveTo(ControlWindow theControlWindow) {
   moveTo(null, theControlWindow.getTab("default"), theControlWindow);
   return me;
 }