Key | Value |
SWT_Yes | Yes |
SWT_No | No |
SWT_OK | OK |
SWT_Cancel | Cancel |
SWT_Abort | Abort |
SWT_Retry | Retry |
SWT_Ignore | Ignore |
SWT_Sample | Sample |
SWT_A_Sample_Text | A Sample Text |
SWT_Selection | Selection |
SWT_Current_Selection | Current Selection |
SWT_Font | Font |
SWT_Color | Color |
SWT_Extended_style | Extended style |
SWT_Size | Size |
SWT_Style | Style |
SWT_Save | Save |
SWT_Character_set | Character set |
SWT_ColorDialog_Title | Colors |
SWT_FontDialog_Title | Fonts |
SWT_Charset_Western | Western |
SWT_Charset_EastEuropean | East European |
SWT_Charset_SouthEuropean | South European |
SWT_Charset_NorthEuropean | North European |
SWT_Charset_Cyrillic | Cyrillic |
SWT_Charset_Arabic | Arabic |
SWT_Charset_Greek | Greek |
SWT_Charset_Hebrew | Hebrew |
SWT_Charset_Turkish | Turkish |
SWT_Charset_Nordic | Nordic |
SWT_Charset_Thai | Thai |
SWT_Charset_BalticRim | Baltic Rim |
SWT_Charset_Celtic | Celtic |
SWT_Charset_Euro | Euro |
SWT_Charset_Romanian | Romanian |
SWT_Charset_SimplifiedChinese | Simplified Chinese |
SWT_Charset_TraditionalChinese | Traditional Chinese |
SWT_Charset_Japanese | Japanese |
SWT_Charset_Korean | Korean |
SWT_Charset_Unicode | Unicode |
SWT_Charset_ASCII | ASCII |
SWT_InputMethods | Input Methods |
17.89.SWT Event | ||||
17.89.1. | Events | |||
17.89.2. | The Event Model | |||
17.89.3. | The listener notification process | |||
17.89.4. | SWT provides two kinds of event listening mechanism: typed and untyped. | |||
17.89.5. | Untyped Events and Untyped Event Listeners | |||
17.89.6. | Introducing Untyped Listeners | |||
17.89.7. | Get event type | |||
17.89.8. | implements general Event Listener | |||
17.89.9. | Introducing Typed Listeners | |||
17.89.10. | Typed Listeners | |||
17.89.11. | SWT Message Keys and Values | |||
17.89.12. | Using SelectionListener | |||
17.89.13. | Add Resize listener to Shell | |||
17.89.14. | Add addPaintListener to Composite | |||
17.89.15. | Add default selection listener to Combo | |||
17.89.16. | Using HelpListener | |||
17.89.17. | Demonstrate DisposeListener which is notified on the associated widget's disposal | |||
17.89.18. | Using ControlListener | |||
17.89.19. | Using FocusListener | |||
17.89.20. | Using VerifyListener | |||
17.89.21. | Using ModifyListener | |||
17.89.22. | Adding AccessibleListener | |||
17.89.23. | Adding AccessibleControlListener | |||
17.89.24. | Add and remove filter listeners |