public static class JaxoClosableTabbedPane.ClosingEvent
extends java.util.EventObject
| Constructor and Description |
|---|
ClosingEvent(JaxoClosableTabbedPane source,
int ind)
A closing event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Index that was requested to be closed.
|
public ClosingEvent(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.