public interface GenericTabPane
| Modifier and Type | Method and Description |
|---|---|
void |
add(GenericTab t)
Add the tab
|
void |
add(int index,
GenericTab t)
Add the tab at a given index
|
int |
getTabNumber() |
int |
indexOf(GenericTab t)
Get the index of the tab inde
|
boolean |
remove(GenericTab t)
Remove the tab
|
void |
select(GenericTab draggedTab)
Select the tab
|
int indexOf(GenericTab t)
t - the tabboolean remove(GenericTab t)
t - the tabtrue if remove succeededvoid add(GenericTab t)
t - the tabvoid add(int index,
GenericTab t)
index - the indext - the tabint getTabNumber()
void select(GenericTab draggedTab)
draggedTab -