|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.custom.CTabFolderAdapter
public class CTabFolderAdapter
This adapter class provides a default implementation for the
method described by the CTabFolderListener
interface.
CTabFolderListener
,
CTabFolderEvent
,
Sample code and further informationConstructor Summary | |
---|---|
CTabFolderAdapter()
|
Method Summary | |
---|---|
void |
itemClosed(CTabFolderEvent event)
Sent when the user clicks on the close button of an item in the CTabFolder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CTabFolderAdapter()
Method Detail |
---|
public void itemClosed(CTabFolderEvent event)
CTabFolderListener
itemClosed
in interface CTabFolderListener
event
- an event indicating the item being closedCTabItem.setControl(org.eclipse.swt.widgets.Control)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |