public class FXTabPaneWrapper extends java.lang.Object implements GenericTabPane
TabPane| 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
|
boolean |
equals(java.lang.Object obj) |
int |
getTabNumber() |
int |
hashCode() |
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
|
static FXTabPaneWrapper |
wrap(javafx.scene.control.TabPane pane)
Wrap the given pane
|
public void add(GenericTab t)
GenericTabPaneadd in interface GenericTabPanet - the tabpublic void add(int index,
GenericTab t)
GenericTabPaneadd in interface GenericTabPaneindex - the indext - the tabpublic int indexOf(GenericTab t)
GenericTabPaneindexOf in interface GenericTabPanet - the tabpublic boolean remove(GenericTab t)
GenericTabPaneremove in interface GenericTabPanet - the tabtrue if remove succeededpublic int getTabNumber()
getTabNumber in interface GenericTabPanepublic void select(GenericTab draggedTab)
GenericTabPaneselect in interface GenericTabPanepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static FXTabPaneWrapper wrap(javafx.scene.control.TabPane pane)
pane - the pane to wrap