Class CTabFolder2Adapter

java.lang.Object
org.eclipse.swt.custom.CTabFolder2Adapter
All Implemented Interfaces:
CTabFolder2Listener

public class CTabFolder2Adapter extends Object implements CTabFolder2Listener
This adapter class provides default implementations for the methods described by the CTabFolder2Listener interface.

Classes that wish to deal with CTabFolderEvents can extend this class and override only the methods which they are interested in.

Since:
1.0
See Also: