public static interface CloseableTabbedPane.CloseableTabbedPaneListener extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
tabClosed(int index,
java.lang.String title)
Called when the tab has been closed.
|
boolean |
tabClosing(int index,
java.lang.String title)
Called when the tab close button has been clicked.
|
boolean tabClosing(int index, java.lang.String title)
void tabClosed(int index, java.lang.String title)