Interface TabClosedListener

All Known Implementing Classes:
CpmPanel

public interface TabClosedListener
Callback interface used in conjunction with JTabbedPaneWithCloseIcons.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tabClosed(JTabbedPaneWithCloseIcons source, int tabPos)
    Tab closed.
  • Method Details

    • tabClosed

      void tabClosed(JTabbedPaneWithCloseIcons source, int tabPos)
      Tab closed.
      Parameters:
      source - the JTabbedPaneWithCloseIcons control sending this event
      tabPos - position of the tab that was closed