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