|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.custom.CTabFolder2Adapter
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.
Constructor Summary | |
CTabFolder2Adapter()
|
Method Summary | |
void | close(CTabFolderEvent event)
Sent when the user clicks on the close button of an item in the CTabFolder. |
void | maximize(CTabFolderEvent event)
Sent when the user clicks on the maximize button of a CTabFolder. |
void | minimize(CTabFolderEvent event)
Sent when the user clicks on the minimize button of a CTabFolder. |
void | restore(CTabFolderEvent event)
Sent when the user clicks on the restore button of a CTabFolder. |
void | showList(CTabFolderEvent event)
Sent when the user clicks on the chevron button of a CTabFolder. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CTabFolder2Adapter()
Method Detail |
public void close(CTabFolderEvent event)
The default behaviour is to close the CTabItem.
public void minimize(CTabFolderEvent event)
The default behaviour is to do nothing.
public void maximize(CTabFolderEvent event)
The default behaviour is to do nothing.
public void restore(CTabFolderEvent event)
The default behaviour is to do nothing.
public void showList(CTabFolderEvent event)
The default behaviour is to show a list of items that are not currently visible and to change the selection based on the item selected from the list.
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.