com.explodingpixels.widgets
Interface TabCloseListener


public interface TabCloseListener


Method Summary
 boolean tabAboutToBeClosed(int tabIndex)
           
 void tabClosed(java.lang.String title, java.awt.Component component)
           
 

Method Detail

tabAboutToBeClosed

boolean tabAboutToBeClosed(int tabIndex)

tabClosed

void tabClosed(java.lang.String title,
               java.awt.Component component)


Copyright © 2012. All Rights Reserved.