A B C D E F G H I J K L M N O P Q R S T U V W X Y

E

EMAIL - Static variable in class org.eclipse.ercp.swt.mobile.HyperLink
opens the implementation-dependent e-mail client when activated.
EMAILADDRESS - Static variable in class org.eclipse.ercp.swt.mobile.TextExtension
E-mail address.
END - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the END key (value is (1<<24)+8).
END - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
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_FONT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a font is not valid (value is 48).
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 char with value 27).
EXIT - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that indicates an exiting action.
EXTERNAL - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
local feature which is only available when mobile device is closed
Event - class org.eclipse.swt.widgets.Event.
Instances of this class provide a description of a particular event which occurred within SWT.
Event() - Constructor for class org.eclipse.swt.widgets.Event
 
Expand - Static variable in class org.eclipse.swt.SWT
The expand event type (value is 17).
end - Variable in class org.eclipse.swt.events.VerifyEvent
the range of text being modified.
end - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the range of text being modified.
equals(Object) - Method in class org.eclipse.swt.graphics.Color
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Font
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.FontData
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.FontMetrics
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.GC
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Image
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Point
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.RGB
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Rectangle
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
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.
exclude - Variable in class org.eclipse.swt.layout.GridData
exclude informs the layout to ignore this control when sizing and positioning controls.
exclude - Variable in class org.eclipse.swt.layout.RowData
exclude informs the layout to ignore this control when sizing and positioning controls.

A B C D E F G H I J K L M N O P Q R S T U V W X Y