org.xnap.commons.gui
Interface CloseableTabbedPane.CloseListener

Enclosing class:
CloseableTabbedPane

public static interface CloseableTabbedPane.CloseListener


Method Summary
 void closeRequested(Component component)
          Called when the user clicked the close button of the tab containing component.
 

Method Detail

closeRequested

void closeRequested(Component component)
Called when the user clicked the close button of the tab containing component.

Parameters:
component - that should be removed


Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.