Interface TabClosedListener

  • All Known Implementing Classes:
    CpmPanel

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

      • 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