Package net.sf.jaxodraw.gui.swing
Class TabClosingEvent
- java.lang.Object
-
- java.util.EventObject
-
- net.sf.jaxodraw.gui.swing.TabClosingEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class TabClosingEvent extends java.util.EventObject
An EventObject for a closing tab.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TabClosingEvent(JaxoClosableTabbedPane source, int ind)
A closing event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
Index that was requested to be closed.
-
-
-
Constructor Detail
-
TabClosingEvent
public TabClosingEvent(JaxoClosableTabbedPane source, int ind)
A closing event.- Parameters:
source
- The source.ind
- The index of the tab.
-
-