Class TabClosingEvent
java.lang.Object
java.util.EventObject
net.sf.jaxodraw.gui.swing.TabClosingEvent
- All Implemented Interfaces:
Serializable
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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.
-