com.isti.util.gui
Interface TabCloseIcon.CloseTab

Enclosing class:
TabCloseIcon

public static interface TabCloseIcon.CloseTab

The close tab interface. If the tab panel implements this interface then it will be used to close the tab, otherwise the tab is removed from the tabbed pane.


Method Summary
 void closeTab()
          Close the tab by removing it from the tabbed pane.
 

Method Detail

closeTab

void closeTab()
Close the tab by removing it from the tabbed pane.