Eclipse eRCP
Release 1.1
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 Z

E

EDITOR_ID_ATTR - Static variable in interface org.eclipse.ui.IWorkbenchPage
Deprecated. in 3.0 since the notion of markers this is not generally applicable. Use the IDE-specific constant IDE.EDITOR_ID_ATTR.
EDITOR_MINIMUM_CHARACTERS - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Workbench org.eclipse.jface.preference identifier for the minimum width of editor tabs.
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.
EMPTY - Static variable in class org.eclipse.jface.viewers.StructuredSelection
The canonical empty selection.
EMPTY_SORTED_SET - Static variable in class org.eclipse.jface.util.Util
An unmodifiable, empty, sorted set.
ENABLE - Static variable in interface org.eclipse.update.configuration.ISessionDelta
Deprecated. Indicates a processing type to enable the features
ENABLED - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's enabled state (value "enabled").
ENABLE_ANIMATIONS - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named org.eclipse.jface.preference for enabling animations when a layout transition occurs The default value for this org.eclipse.jface.preference is: true (show animations when a transition occurs)
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.
END_GROUP - Static variable in class org.eclipse.jface.action.StatusLineManager
Identifier of group marker used to position contributions at the end of the status line.
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_COLOR - Static variable in class org.eclipse.jface.preference.JFacePreferences
Identifier for the Error Color
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 occurred 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.
EXIT_ERROR - Static variable in class org.eclipse.update.standalone.StandaloneUpdateApplication
 
EXTERNAL - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
local feature which is only available when mobile device is closed
EnableCommand - class org.eclipse.update.standalone.EnableCommand.
Command to enable (configure) a feature.
EnableCommand(String, String, String, String) - Constructor for class org.eclipse.update.standalone.EnableCommand
 
EnvironmentFilter - class org.eclipse.update.search.EnvironmentFilter.
This class can be added to the update search request to filter out features that do not match the current environment settings.
EnvironmentFilter() - Constructor for class org.eclipse.update.search.EnvironmentFilter
 
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).
earlyStartup() - Method in interface org.eclipse.ui.IStartup
Will be called in a separate thread after the workbench initializes.
editElement(Object, int) - Method in class org.eclipse.jface.viewers.TableViewer
Starts editing the given element.
editElement(Object, int) - Method in class org.eclipse.jface.viewers.TreeViewer
Starts editing the given element.
editOccured(ModifyEvent) - Method in class org.eclipse.jface.viewers.TextCellEditor
Processes a modify event that occurred in this text cell editor.
editorValueChanged(boolean, boolean) - Method in interface org.eclipse.jface.viewers.ICellEditorListener
Notifies that the end user is changing the value in the cell editor.
emergencyClose() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Forces the workbench to close due to an emergency.
emergencyClosing() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns whether the workbench is being closed due to an emergency.
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.
endElement(String, String, String) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
Handle end of element tags
endElement(String, String, String) - Method in class org.eclipse.update.core.model.DefaultSiteParser
Handle end of element tags
endsWith(Object[], Object[], boolean) - Static method in class org.eclipse.jface.util.Util
Tests whether the first array ends with the second array.
entry - Variable in class org.eclipse.update.core.BaseInstallHandler
Model entry that defines this handler
equals(Object, Object) - Static method in class org.eclipse.jface.util.Util
Checks whether the two objects are null -- allowing for null.
equals(Object[], Object[]) - Static method in class org.eclipse.jface.util.Util
Tests whether two arrays of objects are equal to each other.
equals(Object) - Method in class org.eclipse.jface.viewers.AcceptAllFilter
 
equals(Object, Object) - Method in interface org.eclipse.jface.viewers.IElementComparer
Compares two elements for equality
equals(Object) - Method in class org.eclipse.jface.viewers.StructuredSelection
Returns whether this structured selection is equal to the given object.
equals(Object, Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Compares two elements for equality.
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.
equals(Object) - Method in class org.eclipse.update.core.Feature
Compares two features for equality
equals(Object) - Method in class org.eclipse.update.core.PluginEntry
Compares two plugin entries for equality
equals(Object) - Method in class org.eclipse.update.core.Site
Compares two sites for equality
equals(Object) - Method in class org.eclipse.update.core.VersionedIdentifier
Compares two versioned identifiers for equality
equals(Object) - Method in class org.eclipse.update.core.model.CategoryModel
Compare two category models for equality.
equals(Object) - Method in class org.eclipse.update.core.model.FeatureModel
Compares 2 feature models for equality
equals(Object) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Compares 2 feature reference models for equality
equals(Object) - Method in class org.eclipse.update.core.model.PluginEntryModel
Compares two plug-in models for equality
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.
error(SAXParseException) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
Handle errors
error(SAXParseException) - Method in class org.eclipse.update.core.model.DefaultSiteParser
Handle errors
eventLoopException(Throwable) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions when the event loop crashes (the code that handles a UI event throws an exception that is not caught).
eventLoopIdle(Display) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary work or yields when there are no events to be processed.
exceptionLogged() - Static method in class org.eclipse.update.standalone.StandaloneUpdateApplication
 
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.
execute(String) - Method in class org.eclipse.swt.browser.Browser
Executes the specified script.
execute(IProgressMonitor, IOperationListener) - Method in interface org.eclipse.update.operations.IOperation
Executes operation.
expand(Rectangle, int, int, int, int) - Static method in class org.eclipse.jface.util.Geometry
Moves each edge of the given rectangle outward by the given amount.
expandAll() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Expands all nodes of the viewer's tree, starting with the root.
expandToLevel(int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Expands the root of the viewer's tree to the given level.
expandToLevel(Object, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Expands all ancestors of the given element so that the given element becomes visible in this viewer's tree control, and then expands the subtree rooted at the given element to the given level.

Eclipse eRCP
Release 1.1
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 Z