Package weka.gui

Interface CloseableTabTitle.ClosingCallback

Enclosing class:
CloseableTabTitle

public static interface CloseableTabTitle.ClosingCallback
Interface for a callback for notification of a tab's close widget being clicked
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tabClosing(int tabIndex)
     
  • Method Details

    • tabClosing

      void tabClosing(int tabIndex)