Package net.sf.jaxodraw.gui.swing
Class TabClosingEvent
java.lang.Object
java.util.EventObject
net.sf.jaxodraw.gui.swing.TabClosingEvent
- All Implemented Interfaces:
Serializable
An EventObject for a closing tab.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TabClosingEvent
A closing event.- Parameters:
source
- The source.ind
- The index of the tab.
-
-
Method Details
-
getIndex
public final int getIndex()Index that was requested to be closed.- Returns:
- The index of the tab.
-