Eclipse Platform
2.1

Uses of Interface
org.eclipse.swt.custom.CTabFolderListener

Packages that use CTabFolderListener
org.eclipse.swt.custom SWT Custom widgets. 
 

Uses of CTabFolderListener in org.eclipse.swt.custom
 

Classes in org.eclipse.swt.custom that implement CTabFolderListener
 class CTabFolderAdapter
           
 

Methods in org.eclipse.swt.custom with parameters of type CTabFolderListener
 void CTabFolder.addCTabFolderListener(CTabFolderListener listener)
          Adds the listener to the collection of listeners who will be notified when a tab item is closed.
 void CTabFolder.removeCTabFolderListener(CTabFolderListener listener)
          Removes the listener.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.