Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.swt.custom.CTabFolderEvent

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

Uses of CTabFolderEvent in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type CTabFolderEvent
 void CTabFolder2Listener.close(CTabFolderEvent event)
          Sent when the user clicks on the close button of an item in the CTabFolder.
 void CTabFolder2Listener.minimize(CTabFolderEvent event)
          Sent when the user clicks on the minimize button of a CTabFolder.
 void CTabFolder2Listener.maximize(CTabFolderEvent event)
          Sent when the user clicks on the maximize button of a CTabFolder.
 void CTabFolder2Listener.restore(CTabFolderEvent event)
          Sent when the user clicks on the restore button of a CTabFolder.
 void CTabFolder2Listener.showList(CTabFolderEvent event)
          Sent when the user clicks on the chevron button of the CTabFolder.
 void CTabFolder2Adapter.close(CTabFolderEvent event)
          Sent when the user clicks on the close button of an item in the CTabFolder.
 void CTabFolder2Adapter.minimize(CTabFolderEvent event)
          Sent when the user clicks on the minimize button of a CTabFolder.
 void CTabFolder2Adapter.maximize(CTabFolderEvent event)
          Sent when the user clicks on the maximize button of a CTabFolder.
 void CTabFolder2Adapter.restore(CTabFolderEvent event)
          Sent when the user clicks on the restore button of a CTabFolder.
 void CTabFolder2Adapter.showList(CTabFolderEvent event)
          Sent when the user clicks on the chevron button of a CTabFolder.
 void CTabFolderListener.itemClosed(CTabFolderEvent event)
          Sent when the user clicks on the close button of an item in the CTabFolder.
 void CTabFolderAdapter.itemClosed(CTabFolderEvent event)
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.