setTab method

void setTab(
  1. int tab
)

Implementation

void setTab(int tab) {
  this.tab = tab;
}