org.eclipse.swt.custom
Class CTabFolderAdapter

java.lang.Object
  |
  +--org.eclipse.swt.custom.CTabFolderAdapter
All Implemented Interfaces:
CTabFolderListener

public class CTabFolderAdapter
extends Object
implements CTabFolderListener

Unsafe:


Constructor Summary
CTabFolderAdapter()
          Suppressed:
 
Method Summary
 void itemClosed(CTabFolderEvent event)
          Suppressed:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CTabFolderAdapter

public CTabFolderAdapter()
Suppressed:

Method Detail

itemClosed

public void itemClosed(CTabFolderEvent event)
Suppressed:

Specified by:
itemClosed in interface CTabFolderListener


comments?