Package org.eclipse.swt.custom
Class CTabFolderEvent
java.lang.Object
SWTEventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.custom.CTabFolderEvent
This event is sent when an event is generated in the 
CTabFolder.- Since:
- 1.0
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanA flag indicating whether the operation should be allowed.intThe height of the chevron button at the time of the event.The tab item for the operation.intThe width of the chevron button at the time of the event.intThe widget-relative, x coordinate of the chevron button at the time of the event.intThe widget-relative, y coordinate of the chevron button at the time of the event.Fields inherited from class org.eclipse.swt.events.TypedEventdata, display, time, widget
- 
Method Summary
- 
Field Details- 
itemThe tab item for the operation.
- 
doitpublic boolean doitA flag indicating whether the operation should be allowed. Setting this field tofalsewill cancel the operation. Applies to the close and showList events.
- 
xpublic int xThe widget-relative, x coordinate of the chevron button at the time of the event. Applies to the showList event.
- 
ypublic int yThe widget-relative, y coordinate of the chevron button at the time of the event. Applies to the showList event.
- 
widthpublic int widthThe width of the chevron button at the time of the event. Applies to the showList event.
- 
heightpublic int heightThe height of the chevron button at the time of the event. Applies to the showList event.
 
- 
- 
Method Details- 
toString- Overrides:
- toStringin class- TypedEvent
 
 
-