Class TabClosingEvent

java.lang.Object
java.util.EventObject
net.sf.jaxodraw.gui.swing.TabClosingEvent
All Implemented Interfaces:
Serializable

public class TabClosingEvent extends EventObject
An EventObject for a closing tab.
See Also:
  • Constructor Details

    • TabClosingEvent

      public TabClosingEvent(JaxoClosableTabbedPane source, int ind)
      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.