Esempio n. 1
0
  /**
   * Removes the tab with the given index.
   *
   * <p>
   *
   * @param tabIndex the index of the tab which should be removed
   */
  public void removeTab(int tabIndex) {

    m_tabPanel.remove(tabIndex);
  }