|
|||||||||
| Home >> All >> org >> eclipse >> [ swt overview ] | PREV NEXT | ||||||||
A
- ABORT - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for an ABORT button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<9). - ALPHA - Static variable in class org.eclipse.swt.SWT
- Input Method Editor style constant for alpha input behavior (value is 1<<2).
- ALT - Static variable in class org.eclipse.swt.SWT
- keyboard and/or mouse event mask indicating that the ALT key was pushed on the keyboard when the event was generated (value is 1<<16).
- APPLICATION_MODAL - Static variable in class org.eclipse.swt.SWT
- Style constant for application modal behavior (value is 1<<16).
- ARROW - Static variable in class org.eclipse.swt.SWT
- Style constant for arrow button behavior (value is 1<<2).
- ARROW_DOWN - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the DOWN ARROW key (value is (1<<24)+2).
- ARROW_LEFT - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the LEFT ARROW key (value is (1<<24)+3).
- ARROW_RIGHT - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the RIGHT ARROW key (value is (1<<24)+4).
- ARROW_UP - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the UP ARROW key (value is (1<<24)+1).
- Activate - Static variable in class org.eclipse.swt.SWT
- The activate event type (value is 26).
- Arm - Static variable in class org.eclipse.swt.SWT
- The arm event type (value is 30).
B
- BAR - Static variable in class org.eclipse.swt.SWT
- Style constant for menu bar behavior (value is 1<<1).
- BEGINNING - Static variable in class org.eclipse.swt.SWT
- Style constant for vertical alignment or orientation behavior (value is 1).
- BITMAP - Static variable in class org.eclipse.swt.SWT
- Constant indicating that an image or operation is of type bitmap (value is 0).
- BOLD - Static variable in class org.eclipse.swt.SWT
- The font style constant indicating a bold weight font (value is 1<<0).
- BORDER - Static variable in class org.eclipse.swt.SWT
- Style constant for bordered behavior (value is 1<<11).
- BOTTOM - Static variable in class org.eclipse.swt.SWT
- Style constant for align bottom behavior (value is 1<<10, since align DOWN and align BOTTOM are considered the same).
- BREAK - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the break key (value is (1<<24)+86).
- BS - Static variable in class org.eclipse.swt.SWT
- ASCII character convenience constant for the backspace character
(value is the
char'\b'). - BUTTON1 - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating that mouse button one was pushed when the event was generated.
- BUTTON2 - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating that mouse button two was pushed when the event was generated.
- BUTTON3 - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating that mouse button three was pushed when the event was generated.
- BUTTON_MASK - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating all possible mouse buttons.
C
- CANCEL - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for a CANCEL button; valid combinations are OK|CANCEL, YES|NO|CANCEL, RETRY|CANCEL (value is 1<<8). - CAPS_LOCK - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the caps lock key (value is (1<<24)+82).
- CASCADE - Static variable in class org.eclipse.swt.SWT
- Style constant for cascade behavior (value is 1<<6).
- CENTER - Static variable in class org.eclipse.swt.SWT
- Style constant for align center behavior (value is 1<<24).
- CHECK - Static variable in class org.eclipse.swt.SWT
- Style constant for check box behavior (value is 1<<5).
- CLIP_CHILDREN - Static variable in class org.eclipse.swt.SWT
- Style constant indicating that the window manager should clip a widget's children with respect to its viewable area.
- CLIP_SIBLINGS - Static variable in class org.eclipse.swt.SWT
- Style constant indicating that the window manager should clip a widget's siblings with respect to its viewable area.
- CLOSE - Static variable in class org.eclipse.swt.SWT
- Style constant for close box trim (value is 1<<6, since we do not distinguish between CLOSE style and MENU style).
- COLOR_BLACK - Static variable in class org.eclipse.swt.SWT
- Default color black (value is 2).
- COLOR_BLUE - Static variable in class org.eclipse.swt.SWT
- Default color blue (value is 9).
- COLOR_CYAN - Static variable in class org.eclipse.swt.SWT
- Default color cyan (value is 13).
- COLOR_DARK_BLUE - Static variable in class org.eclipse.swt.SWT
- Default color dark blue (value is 10).
- COLOR_DARK_CYAN - Static variable in class org.eclipse.swt.SWT
- Default color dark cyan (value is 14).
- COLOR_DARK_GRAY - Static variable in class org.eclipse.swt.SWT
- Default color dark gray (value is 16).
- COLOR_DARK_GREEN - Static variable in class org.eclipse.swt.SWT
- Default color dark green (value is 6).
- COLOR_DARK_MAGENTA - Static variable in class org.eclipse.swt.SWT
- Default color dark magenta (value is 12).
- COLOR_DARK_RED - Static variable in class org.eclipse.swt.SWT
- Default color dark red (value is 4).
- COLOR_DARK_YELLOW - Static variable in class org.eclipse.swt.SWT
- Default color dark yello (value is 8).
- COLOR_GRAY - Static variable in class org.eclipse.swt.SWT
- Default color gray (value is 15).
- COLOR_GREEN - Static variable in class org.eclipse.swt.SWT
- Default color green (value is 5).
- COLOR_INFO_BACKGROUND - Static variable in class org.eclipse.swt.SWT
- System color used to paint tooltip background areas (value is 29).
- COLOR_INFO_FOREGROUND - Static variable in class org.eclipse.swt.SWT
- System color used to paint tooltip text (value is 28).
- COLOR_LIST_BACKGROUND - Static variable in class org.eclipse.swt.SWT
- System color used to paint list background areas (value is 25).
- COLOR_LIST_FOREGROUND - Static variable in class org.eclipse.swt.SWT
- System color used to paint list foreground areas (value is 24).
- COLOR_LIST_SELECTION - Static variable in class org.eclipse.swt.SWT
- System color used to paint list selection background areas (value is 26).
- COLOR_LIST_SELECTION_TEXT - Static variable in class org.eclipse.swt.SWT
- System color used to paint list selected text (value is 27).
- COLOR_MAGENTA - Static variable in class org.eclipse.swt.SWT
- Default color magenta (value is 11).
- COLOR_RED - Static variable in class org.eclipse.swt.SWT
- Default color red (value is 3).
- COLOR_TITLE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
- System color used to paint title background areas (value is 31).
- COLOR_TITLE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
- System color used to paint title background gradient (value is 32).
- COLOR_TITLE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
- System color used to paint title text (value is 30).
- COLOR_TITLE_INACTIVE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
- System color used to paint inactive title background areas (value is 34).
- COLOR_TITLE_INACTIVE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
- System color used to paint inactive title background gradient (value is 35).
- COLOR_TITLE_INACTIVE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
- System color used to paint inactive title text (value is 33).
- COLOR_WHITE - Static variable in class org.eclipse.swt.SWT
- Default color white (value is 1).
- COLOR_WIDGET_BACKGROUND - Static variable in class org.eclipse.swt.SWT
- System color used to paint background areas (value is 22).
- COLOR_WIDGET_BORDER - Static variable in class org.eclipse.swt.SWT
- System color used to paint border areas (value is 23).
- COLOR_WIDGET_DARK_SHADOW - Static variable in class org.eclipse.swt.SWT
- System color used to paint dark shadow areas (value is 17).
- COLOR_WIDGET_FOREGROUND - Static variable in class org.eclipse.swt.SWT
- System color used to paint foreground areas (value is 21).
- COLOR_WIDGET_HIGHLIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
- System color used to paint highlight shadow areas (value is 20).
- COLOR_WIDGET_LIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
- System color used to paint light shadow areas (value is 19).
- COLOR_WIDGET_NORMAL_SHADOW - Static variable in class org.eclipse.swt.SWT
- System color used to paint normal shadow areas (value is 18).
- COLOR_YELLOW - Static variable in class org.eclipse.swt.SWT
- Default color yellow (value is 7).
- COMMAND - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating that the COMMAND key was pushed on the keyboard when the event was generated (value is 1<<22).
- CONTROL - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated.
- CR - Static variable in class org.eclipse.swt.SWT
- ASCII character convenience constant for the carriage return character
(value is the
char'\r'). - CTRL - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated (value is 1<<18).
- CURSOR_APPSTARTING - Static variable in class org.eclipse.swt.SWT
- System app startup cursor (value is 3).
- CURSOR_ARROW - Static variable in class org.eclipse.swt.SWT
- System arrow cursor (value is 0).
- CURSOR_CROSS - Static variable in class org.eclipse.swt.SWT
- System cross hair cursor (value is 2).
- CURSOR_HAND - Static variable in class org.eclipse.swt.SWT
- System hand cursor (value is 21).
- CURSOR_HELP - Static variable in class org.eclipse.swt.SWT
- System help cursor (value is 4).
- CURSOR_IBEAM - Static variable in class org.eclipse.swt.SWT
- System i-beam cursor (value is 19).
- CURSOR_NO - Static variable in class org.eclipse.swt.SWT
- System "not allowed" cursor (value is 20).
- CURSOR_SIZEALL - Static variable in class org.eclipse.swt.SWT
- System resize all directions cursor (value is 5).
- CURSOR_SIZEE - Static variable in class org.eclipse.swt.SWT
- System resize east cursor (value is 12).
- CURSOR_SIZEN - Static variable in class org.eclipse.swt.SWT
- System resize north cursor (value is 10).
- CURSOR_SIZENE - Static variable in class org.eclipse.swt.SWT
- System resize north-east cursor (value is 14).
- CURSOR_SIZENESW - Static variable in class org.eclipse.swt.SWT
- System resize north-east-south-west cursor (value is 6).
- CURSOR_SIZENS - Static variable in class org.eclipse.swt.SWT
- System resize north-south cursor (value is 7).
- CURSOR_SIZENW - Static variable in class org.eclipse.swt.SWT
- System resize north-west cursor (value is 17).
- CURSOR_SIZENWSE - Static variable in class org.eclipse.swt.SWT
- System resize north-west-south-east cursor (value is 8).
- CURSOR_SIZES - Static variable in class org.eclipse.swt.SWT
- System resize south cursor (value is 11).
- CURSOR_SIZESE - Static variable in class org.eclipse.swt.SWT
- System resize south-east cursor (value is 15).
- CURSOR_SIZESW - Static variable in class org.eclipse.swt.SWT
- System resize south-west cursor (value is 16).
- CURSOR_SIZEW - Static variable in class org.eclipse.swt.SWT
- System resize west cursor (value is 13).
- CURSOR_SIZEWE - Static variable in class org.eclipse.swt.SWT
- System resize west-east cursor (value is 9).
- CURSOR_UPARROW - Static variable in class org.eclipse.swt.SWT
- System up arrow cursor (value is 18).
- CURSOR_WAIT - Static variable in class org.eclipse.swt.SWT
- System wait cursor (value is 1).
- Close - Static variable in class org.eclipse.swt.SWT
- The close event type (value is 21).
- Collapse - Static variable in class org.eclipse.swt.SWT
- The collapse event type (value is 18).
- code - Variable in class org.eclipse.swt.SWTError
- The SWT error code, one of SWT.ERROR_*.
- code - Variable in class org.eclipse.swt.SWTException
- The SWT error code, one of SWT.ERROR_*.
D
- DBCS - Static variable in class org.eclipse.swt.SWT
- Input Method Editor style constant for double byte input behavior (value is 1<<1).
- DEFAULT - Static variable in class org.eclipse.swt.SWT
- Indicates that a default should be used (value is -1).
- DEL - Static variable in class org.eclipse.swt.SWT
- ASCII character convenience constant for the delete character
(value is the
charwith value 127). - DIALOG_TRIM - Static variable in class org.eclipse.swt.SWT
- Trim style convenience constant for the most common dialog shell appearance (value is CLOSE|TITLE|BORDER).
- DM_FILL_BACKGROUND - Static variable in class org.eclipse.swt.SWT
- GIF image disposal method constants indicating that the the previous images should be covered with the background color before displaying the next image (value is 2).
- DM_FILL_NONE - Static variable in class org.eclipse.swt.SWT
- GIF image disposal method constants indicating that the disposal method is to do nothing; that is, to leave the previous image in place (value is 1).
- DM_FILL_PREVIOUS - Static variable in class org.eclipse.swt.SWT
- GIF image disposal method constants indicating that the disposal method is to restore the previous picture (value is 3).
- DM_UNSPECIFIED - Static variable in class org.eclipse.swt.SWT
- GIF image disposal method constants indicating that the disposal method is unspecified (value is 0).
- DOWN - Static variable in class org.eclipse.swt.SWT
- Style constant for align down behavior (value is 1<<10, since align DOWN and align BOTTOM are considered the same).
- DRAG - Static variable in class org.eclipse.swt.SWT
- Indicates that a user-interface component is being dragged, for example dragging the thumb of a scroll bar (value is 1).
- DRAW_DELIMITER - Static variable in class org.eclipse.swt.SWT
- Draw constant indicating whether the string drawing operation should handle line-delimeters (value is 1<<1).
- DRAW_MNEMONIC - Static variable in class org.eclipse.swt.SWT
- Draw constant indicating whether the string drawing operation should handle mnemonics (value is 1<<3).
- DRAW_TAB - Static variable in class org.eclipse.swt.SWT
- Draw constant indicating whether the string drawing operation should expand TAB characters (value is 1<<2).
- DRAW_TRANSPARENT - Static variable in class org.eclipse.swt.SWT
- Draw constant indicating whether the drawing operation should fill the background (value is 1<<0).
- DROP_DOWN - Static variable in class org.eclipse.swt.SWT
- Style constant for drop down menu/list behavior (value is 1<<2).
- Deactivate - Static variable in class org.eclipse.swt.SWT
- The deactivate event type (value is 27).
- DefaultSelection - Static variable in class org.eclipse.swt.SWT
- The default selection event type (value is 14).
- Deiconify - Static variable in class org.eclipse.swt.SWT
- The de-iconify event type (value is 20).
- Dispose - Static variable in class org.eclipse.swt.SWT
- The dispose event type (value is 12).
- DragDetect - Static variable in class org.eclipse.swt.SWT
- The drag detect event type (value is 29).
E
- EMBEDDED - Static variable in class org.eclipse.swt.SWT
- Style constant to allow embedding (value is 1<<24).
- END - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the END key (value is (1<<24)+8).
- ERROR_CANNOT_BE_ZERO - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a value which can not be zero was found to be (value is 7).
- ERROR_CANNOT_GET_COUNT - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to provide count information (value is 36).
- ERROR_CANNOT_GET_ENABLED - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to provide enabled/disabled state information (value is 31).
- ERROR_CANNOT_GET_ITEM - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to provide the value of an item (value is 8).
- ERROR_CANNOT_GET_ITEM_HEIGHT - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to provide the height of an item (value is 11).
- ERROR_CANNOT_GET_SELECTION - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to provide the selection (value is 9).
- ERROR_CANNOT_GET_TEXT - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to provide the text of a widget (value is 12).
- ERROR_CANNOT_SET_ENABLED - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to set the enabled state (value is 30).
- ERROR_CANNOT_SET_MENU - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to set the menu (value is 29).
- ERROR_CANNOT_SET_SELECTION - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to set the selection of a widget (value is 28).
- ERROR_CANNOT_SET_TEXT - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to set the text of a widget (value is 13).
- ERROR_DEVICE_DISPOSED - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that an attempt was made to invoke an SWT operation using a device which had already been disposed (value is 45).
- ERROR_FAILED_EXEC - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that an exception happened when executing a runnable (value is 46).
- ERROR_FAILED_LOAD_LIBRARY - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that an unsatisfied link error occured while attempting to load a library (value is 47).
- ERROR_GRAPHIC_DISPOSED - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that an attempt was made to invoke an SWT operation using a graphics object which had already been disposed (value is 44).
- ERROR_INVALID_ARGUMENT - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that an invalid argument was passed in (value is 5).
- ERROR_INVALID_IMAGE - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a graphics operation was attempted with an image having an invalid format (value is 40).
- ERROR_INVALID_PARENT - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a provided widget can not be used as a parent in the current operation (value is 32).
- ERROR_INVALID_RANGE - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a value was found to be outside the allowable range (value is 6).
- ERROR_INVALID_SUBCLASS - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that an attempt was made
to subclass an SWT widget class without implementing the
checkSubclass()method (value is 43). - ERROR_IO - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that an input/output operation failed during the execution of an SWT operation (value is 39).
- ERROR_ITEM_NOT_ADDED - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to add an item (value is 14).
- ERROR_ITEM_NOT_REMOVED - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that the underlying operating system was unable to remove an item (value is 15).
- ERROR_MENUITEM_NOT_CASCADE - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a menu item which needed to have the cascade style had some other style instead (value is 27).
- ERROR_MENU_NOT_BAR - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a menu which needed to have the menu bar style had some other style instead (value is 33).
- ERROR_MENU_NOT_DROP_DOWN - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a menu which needed to have the drop down style had some other style instead (value is 21).
- ERROR_MENU_NOT_POP_UP - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a menu which needed to have the pop up menu style had some other style instead (value is 37).
- ERROR_NOT_IMPLEMENTED - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a particular feature has not been implemented on this platform (value is 20).
- ERROR_NO_HANDLES - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that no more handles for an operating system resource are available (value is 2).
- ERROR_NO_MORE_CALLBACKS - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that no more callback resources are available (value is 3).
- ERROR_NULL_ARGUMENT - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a null argument was passed in (value is 4).
- ERROR_THREAD_INVALID_ACCESS - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that an attempt was made to invoke an SWT operation which can only be executed by the user-interface thread from some other thread (value is 22).
- ERROR_UNSPECIFIED - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that no error number was specified (value is 1).
- ERROR_UNSUPPORTED_DEPTH - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a graphics operation was attempted with an image of an unsupported depth (value is 38).
- ERROR_UNSUPPORTED_FORMAT - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that a graphics operation was attempted with an image having a valid but unsupported format (value is 42).
- ERROR_WIDGET_DISPOSED - Static variable in class org.eclipse.swt.SWT
- SWT error constant indicating that an attempt was made to invoke an SWT operation using a widget which had already been disposed (value is 24).
- ESC - Static variable in class org.eclipse.swt.SWT
- ASCII character convenience constant for the escape character
(value is the
charwith value 27). - Expand - Static variable in class org.eclipse.swt.SWT
- The expand event type (value is 17).
- error(int) - Static method in class org.eclipse.swt.SWT
- Throws an appropriate exception based on the passed in error code.
- error(int, Throwable) - Static method in class org.eclipse.swt.SWT
- Throws an appropriate exception based on the passed in error code.
- error(int, Throwable, String) - Static method in class org.eclipse.swt.SWT
- Throws an appropriate exception based on the passed in error code.
F
- F1 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F1 key (value is (1<<24)+10).
- F10 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F10 key (value is (1<<24)+19).
- F11 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F11 key (value is (1<<24)+20).
- F12 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F12 key (value is (1<<24)+21).
- F13 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F13 key (value is (1<<24)+22).
- F14 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F14 key (value is (1<<24)+23).
- F15 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F15 key (value is (1<<24)+24).
- F2 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F2 key (value is (1<<24)+11).
- F3 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F3 key (value is (1<<24)+12).
- F4 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F4 key (value is (1<<24)+13).
- F5 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F5 key (value is (1<<24)+14).
- F6 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F6 key (value is (1<<24)+15).
- F7 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F7 key (value is (1<<24)+16).
- F8 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F8 key (value is (1<<24)+17).
- F9 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the F9 key (value is (1<<24)+18).
- FILL - Static variable in class org.eclipse.swt.SWT
- Style constant for vertical alignment or orientation behavior (value is 4).
- FLAT - Static variable in class org.eclipse.swt.SWT
- Style constant for flat appearance.
- FULL_SELECTION - Static variable in class org.eclipse.swt.SWT
- Style constant for full row selection behavior.
- FocusIn - Static variable in class org.eclipse.swt.SWT
- The focus in event type (value is 15).
- FocusOut - Static variable in class org.eclipse.swt.SWT
- The focus out event type (value is 16).
- findErrorText(int) - Static method in class org.eclipse.swt.SWT
- Answers a concise, human readable description of the error code.
G
- getMessage(String) - Static method in class org.eclipse.swt.SWT
- Returns the NLS'ed message for the given argument.
- getMessage() - Method in class org.eclipse.swt.SWTError
- Returns the string describing this SWTError object.
- getMessage() - Method in class org.eclipse.swt.SWTException
- Returns the string describing this SWTException object.
- getPlatform() - Static method in class org.eclipse.swt.SWT
- Returns the SWT platform name.
- getVersion() - Static method in class org.eclipse.swt.SWT
- Returns the SWT version number as an integer.
H
- HELP - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the help key (value is (1<<24)+81).
- HIDE_SELECTION - Static variable in class org.eclipse.swt.SWT
- Style constant for selection hiding behavior when the widget loses focus (value is 1<<15).
- HOME - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the HOME key (value is (1<<24)+7).
- HORIZONTAL - Static variable in class org.eclipse.swt.SWT
- Style constant for horizontal alignment or orientation behavior (value is 1<<8).
- H_SCROLL - Static variable in class org.eclipse.swt.SWT
- Style constant for horizontal scrollbar behavior (value is 1<<8).
- HardKeyDown - Static variable in class org.eclipse.swt.SWT
- The hardware key down event type (value is 33).
- HardKeyUp - Static variable in class org.eclipse.swt.SWT
- The hardware key up event type (value is 34).
- Help - Static variable in class org.eclipse.swt.SWT
- The help event type (value is 28).
- Hide - Static variable in class org.eclipse.swt.SWT
- The hide event type (value is 23).
I
- ICON - Static variable in class org.eclipse.swt.SWT
- Constant indicating that an image or operation is of type icon (value is 1).
- ICON_ERROR - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for error icon behavior (value is 1). - ICON_INFORMATION - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for information icon behavior (value is 1<<1). - ICON_QUESTION - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for question icon behavior (value is 1<<2). - ICON_WARNING - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for warning icon behavior (value is 1<<3). - ICON_WORKING - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for "working" icon behavior (value is 1<<4). - IGNORE - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for an IGNORE button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<11). - IMAGE_BMP - Static variable in class org.eclipse.swt.SWT
- Image format constant indicating a Windows BMP format image (value is 0).
- IMAGE_BMP_RLE - Static variable in class org.eclipse.swt.SWT
- Image format constant indicating a run-length encoded Windows BMP format image (value is 1).
- IMAGE_COPY - Static variable in class org.eclipse.swt.SWT
- The
Imageconstructor argument indicating that the new image should be a copy of the image provided as an argument (value is 0). - IMAGE_DISABLE - Static variable in class org.eclipse.swt.SWT
- The
Imageconstructor argument indicating that the new image should have the appearance of a "disabled" (using the platform's rules for how this should look) copy of the image provided as an argument (value is 1). - IMAGE_GIF - Static variable in class org.eclipse.swt.SWT
- Image format constant indicating a GIF format image (value is 2).
- IMAGE_GRAY - Static variable in class org.eclipse.swt.SWT
- The
Imageconstructor argument indicating that the new image should have the appearance of a "gray scaled" copy of the image provided as an argument (value is 2). - IMAGE_ICO - Static variable in class org.eclipse.swt.SWT
- Image format constant indicating a ICO format image (value is 3).
- IMAGE_JPEG - Static variable in class org.eclipse.swt.SWT
- Image format constant indicating a JPEG format image (value is 4).
- IMAGE_PNG - Static variable in class org.eclipse.swt.SWT
- Image format constant indicating a PNG format image (value is 5).
- IMAGE_TIFF - Static variable in class org.eclipse.swt.SWT
- Image format constant indicating a TIFF format image (value is 6).
- IMAGE_UNDEFINED - Static variable in class org.eclipse.swt.SWT
- Image format constant indicating an unknown image type (value is -1).
- INDETERMINATE - Static variable in class org.eclipse.swt.SWT
- Style constant for progress bar behavior (value is 1<<1).
- INSERT - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the INSERT key (value is (1<<24)+9).
- ITALIC - Static variable in class org.eclipse.swt.SWT
- The font style constant indicating an italic font (value is 1<<1).
- Iconify - Static variable in class org.eclipse.swt.SWT
- The iconify event type (value is 19).
K
- KEYCODE_BIT - Static variable in class org.eclipse.swt.SWT
- Accelerator constant used to differentiate a key code from a unicode character.
- KEYPAD_0 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad zero key (value is (1<<24)+48).
- KEYPAD_1 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad one key (value is (1<<24)+49).
- KEYPAD_2 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad two key (value is (1<<24)+50).
- KEYPAD_3 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad three key (value is (1<<24)+51).
- KEYPAD_4 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad four key (value is (1<<24)+52).
- KEYPAD_5 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad five key (value is (1<<24)+53).
- KEYPAD_6 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad six key (value is (1<<24)+54).
- KEYPAD_7 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad seven key (value is (1<<24)+55).
- KEYPAD_8 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad eight key (value is (1<<24)+56).
- KEYPAD_9 - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad nine key (value is (1<<24)+57).
- KEYPAD_ADD - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad add key (value is (1<<24)+43).
- KEYPAD_CR - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad enter key (value is (1<<24)+80).
- KEYPAD_DECIMAL - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad decimal key (value is (1<<24)+46).
- KEYPAD_DIVIDE - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad divide key (value is (1<<24)+47).
- KEYPAD_EQUAL - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad equal key (value is (1<<24)+61).
- KEYPAD_MULTIPLY - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad multiply key (value is (1<<24)+42).
- KEYPAD_SUBTRACT - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key pad subtract key (value is (1<<24)+45).
- KEY_MASK - Static variable in class org.eclipse.swt.SWT
- Accelerator constant used to extract the key stroke portion of an accelerator.
- KeyDown - Static variable in class org.eclipse.swt.SWT
- The key down event type (value is 1).
- KeyUp - Static variable in class org.eclipse.swt.SWT
- The key up event type (value is 2).
L
- LEAD - Static variable in class org.eclipse.swt.SWT
- Style constant for leading alignment (value is 1<<14).
- LEFT - Static variable in class org.eclipse.swt.SWT
- Style constant for align left behavior (value is 1<<14).
- LEFT_TO_RIGHT - Static variable in class org.eclipse.swt.SWT
- Style constant for left to right orientation (value is 1<<25).
- LF - Static variable in class org.eclipse.swt.SWT
- ASCII character convenience constant for the line feed character
(value is the
char'\n'). - LINE_DASH - Static variable in class org.eclipse.swt.SWT
- Line drawing style for dashed lines (value is 2).
- LINE_DASHDOT - Static variable in class org.eclipse.swt.SWT
- Line drawing style for alternating dash-dot lines (value is 4).
- LINE_DASHDOTDOT - Static variable in class org.eclipse.swt.SWT
- Line drawing style for dash-dot-dot lines (value is 5).
- LINE_DOT - Static variable in class org.eclipse.swt.SWT
- Line drawing style for dotted lines (value is 3).
- LINE_SOLID - Static variable in class org.eclipse.swt.SWT
- Line drawing style for solid lines (value is 1).
M
- MAX - Static variable in class org.eclipse.swt.SWT
- Style constant for maximize box trim (value is 1<<10).
- MENU - Static variable in class org.eclipse.swt.SWT
- Style constant for shell menu trim (value is 1<<6, since we do not distinguish between CLOSE style and MENU style).
- MIN - Static variable in class org.eclipse.swt.SWT
- Style constant for minimize box trim (value is 1<<7).
- MIRRORED - Static variable in class org.eclipse.swt.SWT
- Style constant to indicate coordinate mirroring (value is 1<<27).
- MOD1 - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating that the MOD1 key was pushed on the keyboard when the event was generated.
- MOD2 - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating that the MOD2 key was pushed on the keyboard when the event was generated.
- MOD3 - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating that the MOD3 key was pushed on the keyboard when the event was generated.
- MOD4 - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating that the MOD4 key was pushed on the keyboard when the event was generated.
- MODELESS - Static variable in class org.eclipse.swt.SWT
- Style constant for modeless behavior (value is 0).
- MODIFIER_MASK - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating all possible keyboard modifiers.
- MOVEMENT_CHAR - Static variable in class org.eclipse.swt.SWT
- The character movement type (value is 1<<0).
- MOVEMENT_CLUSTER - Static variable in class org.eclipse.swt.SWT
- The cluster movement type (value is 1<<1).
- MOVEMENT_WORD - Static variable in class org.eclipse.swt.SWT
- The word movement type (value is 1<<2).
- MULTI - Static variable in class org.eclipse.swt.SWT
- Style constant for multi-selection behavior in lists and multiple line support on text fields (value is 1<<1).
- MenuDetect - Static variable in class org.eclipse.swt.SWT
- The menu detect event type (value is 35).
- Modify - Static variable in class org.eclipse.swt.SWT
- The modify event type (value is 24).
- MouseDoubleClick - Static variable in class org.eclipse.swt.SWT
- The mouse double click event type (value is 8).
- MouseDown - Static variable in class org.eclipse.swt.SWT
- mouse down event type (value is 3)
- MouseEnter - Static variable in class org.eclipse.swt.SWT
- The mouse enter event type (value is 6).
- MouseExit - Static variable in class org.eclipse.swt.SWT
- The mouse exit event type (value is 7).
- MouseHover - Static variable in class org.eclipse.swt.SWT
- The mouse hover event type (value is 32).
- MouseMove - Static variable in class org.eclipse.swt.SWT
- The mouse move event type (value is 5).
- MouseUp - Static variable in class org.eclipse.swt.SWT
- The mouse up event type (value is 4).
- Move - Static variable in class org.eclipse.swt.SWT
- The move event type (value is 10).
N
- NATIVE - Static variable in class org.eclipse.swt.SWT
- Input Method Editor style constant for native input behavior (value is 1<<3).
- NO - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for NO button; valid combinations are YES|NO, YES|NO|CANCEL (value is 1<<7). - NONE - Static variable in class org.eclipse.swt.SWT
- A constant known to be zero (0), used in operations which take bit flags to indicate that "no bits are set".
- NORMAL - Static variable in class org.eclipse.swt.SWT
- The font style constant indicating a normal weight, non-italic font (value is 0).
- NO_BACKGROUND - Static variable in class org.eclipse.swt.SWT
- Style constant for no background behavior (value is 1<<18).
- NO_FOCUS - Static variable in class org.eclipse.swt.SWT
- Style constant for does not take focus behavior (value is 1<<19).
- NO_MERGE_PAINTS - Static variable in class org.eclipse.swt.SWT
- Style constant for no paint event merging behavior (value is 1<<21).
- NO_RADIO_GROUP - Static variable in class org.eclipse.swt.SWT
- Style constant for preventing child radio group behavior (value is 1<<22).
- NO_REDRAW_RESIZE - Static variable in class org.eclipse.swt.SWT
- Style constant for no redraw on resize behavior (value is 1<<20).
- NO_TRIM - Static variable in class org.eclipse.swt.SWT
- Style constant to ensure no trimmings are used (value is 1<<3).
- NULL - Static variable in class org.eclipse.swt.SWT
- A constant known to be zero (0), used in operations which take pointers to indicate a null argument.
- NUM_LOCK - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the num lock key (value is (1<<24)+83).
- None - Static variable in class org.eclipse.swt.SWT
- The null event type (value is 0).
O
- OK - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for an OK button; valid combinations are OK, OK|CANCEL (value is 1<<5). - ON_TOP - Static variable in class org.eclipse.swt.SWT
- Style constant for always on top behavior (value is 1<<14).
- OPEN - Static variable in class org.eclipse.swt.SWT
- The
FileDialogstyle constant for open file dialog behavior (value is 1<<12). - org.eclipse.swt - package org.eclipse.swt
P
- PAGE_DOWN - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the PAGE DOWN key (value is (1<<24)+6).
- PAGE_UP - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the PAGE UP key (value is (1<<24)+5).
- PASSWORD - Static variable in class org.eclipse.swt.SWT
- Style constant for password behavior (value is 1<<22).
- PAUSE - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the pause key (value is (1<<24)+85).
- PHONETIC - Static variable in class org.eclipse.swt.SWT
- Input Method Editor style constant for phonetic input behavior (value is 1<<4).
- POP_UP - Static variable in class org.eclipse.swt.SWT
- Style constant for pop up menu behavior (value is 1<<3).
- PRIMARY_MODAL - Static variable in class org.eclipse.swt.SWT
- Style constant for primary modal behavior (value is 1<<15).
- PRINT_SCREEN - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the break key (value is (1<<24)+87).
- PUSH - Static variable in class org.eclipse.swt.SWT
- Style constant for push button behavior (value is 1<<3).
- Paint - Static variable in class org.eclipse.swt.SWT
- The paint event type (value is 9).
- printStackTrace() - Method in class org.eclipse.swt.SWTError
- Outputs a printable representation of this error's stack trace on the standard error stream.
- printStackTrace() - Method in class org.eclipse.swt.SWTException
- Outputs a printable representation of this exception's stack trace on the standard error stream.
R
- RADIO - Static variable in class org.eclipse.swt.SWT
- Style constant for radio button behavior (value is 1<<4).
- READ_ONLY - Static variable in class org.eclipse.swt.SWT
- Style constant for read-only behavior (value is 1<<3).
- RESIZE - Static variable in class org.eclipse.swt.SWT
- Style constant for resize box trim (value is 1<<4).
- RETRY - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for a RETRY button; valid combinations are ABORT|RETRY|IGNORE, RETRY|CANCEL (value is 1<<10). - RIGHT - Static variable in class org.eclipse.swt.SWT
- Style constant for align right behavior (value is 1<<17).
- RIGHT_TO_LEFT - Static variable in class org.eclipse.swt.SWT
- Style constant for right to left orientation (value is 1<<26).
- ROMAN - Static variable in class org.eclipse.swt.SWT
- Input Method Editor style constant for romanicized input behavior (value is 1<<5).
- Resize - Static variable in class org.eclipse.swt.SWT
- The resize event type (value is 11).
S
- SAVE - Static variable in class org.eclipse.swt.SWT
- The
FileDialogstyle constant for save file dialog behavior (value is 1<<13). - SCROLL_LOCK - Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the scroll lock key (value is (1<<24)+84).
- SEPARATOR - Static variable in class org.eclipse.swt.SWT
- Style constant for line separator behavior (value is 1<<1).
- SHADOW_ETCHED_IN - Static variable in class org.eclipse.swt.SWT
- Style constant for shadow etched in behavior (value is 1<<4).
- SHADOW_ETCHED_OUT - Static variable in class org.eclipse.swt.SWT
- Style constant for shadow etched out behavior (value is 1<<6).
- SHADOW_IN - Static variable in class org.eclipse.swt.SWT
- Style constant for shadow in behavior (value is 1<<2).
- SHADOW_NONE - Static variable in class org.eclipse.swt.SWT
- Style constant for no shadow behavior (value is 1<<5).
- SHADOW_OUT - Static variable in class org.eclipse.swt.SWT
- Style constant for shadow out behavior (value is 1<<3).
- SHELL_TRIM - Static variable in class org.eclipse.swt.SWT
- Trim style convenience constant for the most common top level shell appearance (value is CLOSE|TITLE|MIN|MAX|RESIZE).
- SHIFT - Static variable in class org.eclipse.swt.SWT
- Keyboard and/or mouse event mask indicating that the SHIFT key was pushed on the keyboard when the event was generated (value is 1<<17).
- SIMPLE - Static variable in class org.eclipse.swt.SWT
- Style constant for simple (not drop down) behavior (value is 1<<6).
- SINGLE - Static variable in class org.eclipse.swt.SWT
- Style constant for single selection behavior in lists and single line support on text fields (value is 1<<2).
- SMOOTH - Static variable in class org.eclipse.swt.SWT
- Style constant for flat appearance.
- SWT - class org.eclipse.swt.SWT.
- This class provides access to a small number of SWT system-wide methods, and in addition defines the public constants provided by SWT.
- SWT() - Constructor for class org.eclipse.swt.SWT
- SWTError - error org.eclipse.swt.SWTError.
- This error is thrown whenever an unrecoverable error occurs internally in SWT.
- SWTError() - Constructor for class org.eclipse.swt.SWTError
- Constructs a new instance of this class with its stack trace filled in.
- SWTError(String) - Constructor for class org.eclipse.swt.SWTError
- Constructs a new instance of this class with its stack trace and message filled in.
- SWTError(int) - Constructor for class org.eclipse.swt.SWTError
- Constructs a new instance of this class with its stack trace and error code filled in.
- SWTError(int, String) - Constructor for class org.eclipse.swt.SWTError
- Constructs a new instance of this class with its stack trace, error code and message filled in.
- SWTException - exception org.eclipse.swt.SWTException.
- This runtime exception is thrown whenever a recoverable error occurs internally in SWT.
- SWTException() - Constructor for class org.eclipse.swt.SWTException
- Constructs a new instance of this class with its stack trace filled in.
- SWTException(String) - Constructor for class org.eclipse.swt.SWTException
- Constructs a new instance of this class with its stack trace and message filled in.
- SWTException(int) - Constructor for class org.eclipse.swt.SWTException
- Constructs a new instance of this class with its stack trace and error code filled in.
- SWTException(int, String) - Constructor for class org.eclipse.swt.SWTException
- Constructs a new instance of this class with its stack trace, error code and message filled in.
- SYSTEM_MODAL - Static variable in class org.eclipse.swt.SWT
- Style constant for system modal behavior (value is 1<<17).
- Selection - Static variable in class org.eclipse.swt.SWT
- The selection event type (value is 13).
- SetData - Static variable in class org.eclipse.swt.SWT
- The set data event type (value is 36).
- Show - Static variable in class org.eclipse.swt.SWT
- The show event type (value is 22).
T
- TAB - Static variable in class org.eclipse.swt.SWT
- ASCII character convenience constant for the tab character
(value is the
char'\t'). - TITLE - Static variable in class org.eclipse.swt.SWT
- Style constant for title area trim (value is 1<<5).
- TOGGLE - Static variable in class org.eclipse.swt.SWT
- Style constant for toggle button behavior (value is 1<<1).
- TOOL - Static variable in class org.eclipse.swt.SWT
- Style constant for tool window behavior (value is 1<<2).
- TOP - Static variable in class org.eclipse.swt.SWT
- Style constant for align top behavior (value is 1<<7, since align UP and align TOP are considered the same).
- TRAIL - Static variable in class org.eclipse.swt.SWT
- Style constant for trailiing alignment (value is 1<<17).
- TRANSPARENCY_ALPHA - Static variable in class org.eclipse.swt.SWT
- Image transparency constant indicating that the image contains alpha transparency information (value is 1<<0).
- TRANSPARENCY_MASK - Static variable in class org.eclipse.swt.SWT
- Image transparency constant indicating that the image contains a transparency mask (value is 1<<1).
- TRANSPARENCY_NONE - Static variable in class org.eclipse.swt.SWT
- Image transparency constant indicating that the image contains no transparency information (value is 0).
- TRANSPARENCY_PIXEL - Static variable in class org.eclipse.swt.SWT
- Image transparency constant indicating that the image contains a transparent pixel (value is 1<<2).
- TRAVERSE_ARROW_NEXT - Static variable in class org.eclipse.swt.SWT
- Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the RIGHT-ARROW or DOWN-ARROW keys (value is 1<<6).
- TRAVERSE_ARROW_PREVIOUS - Static variable in class org.eclipse.swt.SWT
- Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the LEFT-ARROW or UP-ARROW keys (value is 1<<5).
- TRAVERSE_ESCAPE - Static variable in class org.eclipse.swt.SWT
- Traversal event detail field value indicating that the key which designates that a dialog should be cancelled was pressed; typically, this is the ESC key (value is 1<<1).
- TRAVERSE_MNEMONIC - Static variable in class org.eclipse.swt.SWT
- Traversal event detail field value indicating that a mnemonic key sequence was pressed (value is 1<<7).
- TRAVERSE_NONE - Static variable in class org.eclipse.swt.SWT
- Traversal event detail field value indicating that no traversal action should be taken (value is 0).
- TRAVERSE_PAGE_NEXT - Static variable in class org.eclipse.swt.SWT
- Traversal event detail field value indicating that the key which designates that the next page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEDOWN key sequence (value is 1<<9).
- TRAVERSE_PAGE_PREVIOUS - Static variable in class org.eclipse.swt.SWT
- Traversal event detail field value indicating that the key which designates that the previous page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEUP key sequence (value is 1<<8).
- TRAVERSE_RETURN - Static variable in class org.eclipse.swt.SWT
- Traversal event detail field value indicating that the key which activates the default button in a dialog was pressed; typically, this is the ENTER key (value is 1<<2).
- TRAVERSE_TAB_NEXT - Static variable in class org.eclipse.swt.SWT
- Traversal event detail field value indicating that the key which designates that focus should be given to the next tab group was pressed; typically, this is the TAB key (value is 1<<4).
- TRAVERSE_TAB_PREVIOUS - Static variable in class org.eclipse.swt.SWT
- Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab group was pressed; typically, this is the SHIFT-TAB key sequence (value is 1<<3).
- Traverse - Static variable in class org.eclipse.swt.SWT
- The traverse event type (value is 31).
- throwable - Variable in class org.eclipse.swt.SWTError
- The underlying throwable that caused the problem, or null if this information is not available.
- throwable - Variable in class org.eclipse.swt.SWTException
- The underlying throwable that caused the problem, or null if this information is not available.
U
- UP - Static variable in class org.eclipse.swt.SWT
- Style constant for align up behavior (value is 1<<7, since align UP and align TOP are considered the same).
V
- VERTICAL - Static variable in class org.eclipse.swt.SWT
- Style constant for vertical alignment or orientation behavior (value is 1<<9).
- VIRTUAL - Static variable in class org.eclipse.swt.SWT
- Style constant to allow virtual data (value is 1<<28).
- V_SCROLL - Static variable in class org.eclipse.swt.SWT
- Style constant for vertical scrollbar behavior (value is 1<<9).
- Verify - Static variable in class org.eclipse.swt.SWT
- The verify event type (value is 25).
W
- WRAP - Static variable in class org.eclipse.swt.SWT
- Style constant for automatic line wrap behavior (value is 1<<6).
Y
- YES - Static variable in class org.eclipse.swt.SWT
- The
MessageBoxstyle constant for YES button; valid combinations are YES|NO, YES|NO|CANCEL (value is 1<<6).
A B C D E F G H I K L M N O P R S T U V W Y
|
|||||||||
| Home >> All >> org >> eclipse >> [ swt overview ] | PREV NEXT | ||||||||