public interface CTabFolderListener extends SWTEventListener
After creating an instance of a class that implements
this interface it can be added to a CTabFolder using the
addCTabFolderListener
method and removed using
the removeCTabFolderListener
method. When a
tab item is closed, the itemClosed method will be invoked.
CTabFolderEvent
Modifier and Type | Method and Description |
---|---|
void |
itemClosed(CTabFolderEvent event)
Sent when the user clicks on the close button of an item in the CTabFolder.
|
void itemClosed(CTabFolderEvent event)
event
- an event indicating the item being closedCTabItem.setControl(org.eclipse.swt.widgets.Control)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.