public interface Tabber
| Modifier and Type | Method and Description |
|---|---|
void |
addTab(Tab tab) |
void |
applyTabs() |
Component |
getComponent() |
Tab |
getTabAt(int i) |
int |
getTabCount() |
void |
removeAllTabs() |
boolean |
validateTabs() |
int getTabCount()
Tab getTabAt(int i)
i - boolean validateTabs()
void applyTabs()
void addTab(Tab tab)
tab - Component getComponent()
tab - void removeAllTabs()
Copyright © 2021. All rights reserved.