Class TabRemovedEvent

All Implemented Interfaces:
Serializable

public class TabRemovedEvent extends TabEvent
TabRemovedEvent is an event that contains information about the tab that was removed from a tabbed panel and the tabbed panel it was removed from.
See Also:
  • Constructor Details

    • TabRemovedEvent

      public TabRemovedEvent(Object source, Tab tab, TabbedPanel tabbedPanel)
      Constructs a TabDragEvent
      Parameters:
      source - the Tab ot TabbedPanel that is the source for this event
      tab - the Tab that was removed
      tabbedPanel - the TabbedPanel that the Tab was removed from
  • Method Details

    • getTabbedPanel

      public TabbedPanel getTabbedPanel()
      Gets the TabbedPanel the Tab was removed from
      Returns:
      the TabbedPanel the Tab was removed from