public class TabClosingEvent
extends java.util.EventObject
Constructor | Description |
---|---|
TabClosingEvent(JaxoClosableTabbedPane source,
int ind) |
A closing event.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getIndex() |
Index that was requested to be closed.
|
public TabClosingEvent(JaxoClosableTabbedPane source, int ind)
source
- The source.ind
- The index of the tab.Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.