Eclipse Platform
2.0
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

earlyStartup() - Method in interface org.eclipse.ui.IStartup
Will be called in a separed thread after the workbench initializes.
ECLIPSE_PROGRESS_MONITOR - Static variable in class org.eclipse.ant.core.AntCorePlugin
Key to access the IProgressMonitor reference.
EDIT_END - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Edit menu: name of group for end of menu (value "editEnd").
EDIT_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for an edit group in a menu (value "editGroup").
EDIT_START - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Edit menu: name of group for start of menu (value "editStart").
edit(IMarker) - Method in class org.eclipse.ui.views.tasklist.TaskList
Activates the editor on the given marker.
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.TableTreeViewer
Starts editing the given element.
EditionSelectionDialog - class org.eclipse.compare.EditionSelectionDialog.
A dialog where one input element can be compared against a list of historic variants (editions) of the same input element.
EditionSelectionDialog(Shell, ResourceBundle) - Constructor for class org.eclipse.compare.EditionSelectionDialog
Creates a new modal, resizable dialog.
editOccured(ModifyEvent) - Method in class org.eclipse.jface.viewers.TextCellEditor
Processes a modify event that occurred in this text cell editor.
EDITOR_ID_ATTR - Static variable in interface org.eclipse.ui.IWorkbenchPage
An optional attribute within a workspace marker (IMarker) which identifies the preferred editor type to be opened when openEditor is called.
EditorActionBarContributor - class org.eclipse.ui.part.EditorActionBarContributor.
Standard implementation of IEditorActionBarContributor.
EditorActionBarContributor() - Constructor for class org.eclipse.ui.part.EditorActionBarContributor
Creates an empty editor action bar contributor.
editorActivated(IEditorPart) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
An editor has been activated.
editorContextMenuAboutToShow(IMenuManager) - Method in class org.eclipse.ui.editors.text.TextEditor
 
editorContextMenuAboutToShow(IMenuManager) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Sets up this editor's context menu before it is made visible.
EditorPart - class org.eclipse.ui.part.EditorPart.
Abstract base implementation of all workbench editors.
EditorPart() - Constructor for class org.eclipse.ui.part.EditorPart
Creates a new workbench editor.
editorValueChanged(boolean, boolean) - Method in interface org.eclipse.jface.viewers.ICellEditorListener
Notifies that the end user has changed the value in the cell editor.
element - Variable in class org.eclipse.ui.views.properties.ResourcePropertySource
 
elementContentAboutToBeReplaced(Object) - Method in interface org.eclipse.ui.texteditor.IElementStateListener
Notifies that the content of the given element is about to be replaced.
elementContentReplaced(Object) - Method in interface org.eclipse.ui.texteditor.IElementStateListener
Notifies that the content of the given element has been replaced.
elementDeleted(Object) - Method in interface org.eclipse.ui.texteditor.IElementStateListener
Notifies that the given element has been deleted.
elementDirtyStateChanged(Object, boolean) - Method in interface org.eclipse.ui.texteditor.IElementStateListener
Notifies that the dirty state of the given element has changed.
ElementListSelectionDialog - class org.eclipse.ui.dialogs.ElementListSelectionDialog.
A class to select elements out of a list of elements.
ElementListSelectionDialog(Shell, ILabelProvider) - Constructor for class org.eclipse.ui.dialogs.ElementListSelectionDialog
Creates a list selection dialog.
elementMoved(Object, Object) - Method in interface org.eclipse.ui.texteditor.IElementStateListener
Notifies that the element has moved.
elementStateChangeFailed(Object) - Method in interface org.eclipse.ui.texteditor.IElementStateListenerExtension
Notifies that changing the given element has failed.
elementStateChanging(Object) - Method in interface org.eclipse.ui.texteditor.IElementStateListenerExtension
Notifies that the given element is currently being changed.
elementStateValidationChanged(Object, boolean) - Method in interface org.eclipse.ui.texteditor.IElementStateListenerExtension
Notifies that the state validation of the given element has changed.
ElementTreeSelectionDialog - class org.eclipse.ui.dialogs.ElementTreeSelectionDialog.
A class to select elements out of a tree structure.
ElementTreeSelectionDialog(Shell, ILabelProvider, ITreeContentProvider) - Constructor for class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
Constructs an instance of ElementTreeSelectionDialog.
EMPTY - Static variable in class org.eclipse.core.runtime.Path
Constant value containing the empty path with no device.
EMPTY - Static variable in class org.eclipse.jface.viewers.StructuredSelection
The canonical empty selection.
EMPTY_BREAKPOINT_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for an empty group preceding a breakpoint group in a menu (value "emptyBreakpointGroup").
EMPTY_EDIT_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for an empty group preceding an edit group in a menu (value "emptyEditGroup").
EMPTY_EXPRESSION_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for an empty group preceding an expression group in a menu (value "emptyExpressionGroup").
EMPTY_LAUNCH_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for an empty group preceding a launch group in a menu (value "emptyLaunchGroup").
EMPTY_NAVIGATION_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for an empty group preceding a navigation group in a menu (value "emptyNavigationGroup").
EMPTY_RENDER_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for an empty group preceding a render group in a menu (value "emptyRenderGroup").
EMPTY_STEP_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for an empty group preceding a step group in a menu (value "emptyStepGroup").
EMPTY_THREAD_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for an empty group preceding a thread group in a menu (value "emptyThreadGroup").
EMPTY_VARIABLE_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for an empty group preceding a variable group in a menu (value "emptyVariableGroup").
emptySelection() - Static method in class org.eclipse.jface.text.TextSelection
Returns a shared instance of an empty text selection.
enable(boolean) - Method in interface org.eclipse.ui.IKeyBindingService
Enables or Disables this service.
enableAccelerator(boolean) - Method in class org.eclipse.ui.actions.RetargetAction
Enables the accelerator for this action.
enableAutoActivation(boolean) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
Enables the content assistant's auto activation mode.
enableAutoInsert(boolean) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
Enables the content assistant's auto insertion mode.
enableCancelButton - Variable in class org.eclipse.jface.dialogs.ProgressMonitorDialog
Indicates whether the Cancel button is to be enabled.
ENABLED - Static variable in interface org.eclipse.debug.core.model.IBreakpoint
Enabled breakpoint marker attribute (value "org.eclipse.debug.core.enabled").
ENABLED - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's enabled state (value "enabled").
enabledRedrawing() - Method in class org.eclipse.jface.text.TextViewer
Enables the redrawing of this text viewer.
enableOperation(int, boolean) - Method in class org.eclipse.jface.text.TextViewer
 
enableOperation(int, boolean) - Method in interface org.eclipse.jface.text.ITextOperationTargetExtension
Enables/disabled the given text operation.
enableOperation(int, boolean) - Method in class org.eclipse.jface.text.source.SourceViewer
 
enablePartitionAwareFormatting(boolean) - Method in class org.eclipse.jface.text.formatter.ContentFormatter
Sets the formatter's operation mode.
enableSanityChecking(boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Enables/Disabled sanity checking.
ENCODING_ISO_8859_1 - Static variable in interface org.eclipse.core.resources.IFile
Character encoding constant (value 2) which identifies files that are encoded with the ISO-8859-1 character encoding scheme, also known as ISO-LATIN-1.
ENCODING_UNKNOWN - Static variable in interface org.eclipse.core.resources.IFile
Character encoding constant (value 0) which identifies files that have an unknown character encoding scheme.
ENCODING_US_ASCII - Static variable in interface org.eclipse.core.resources.IFile
Character encoding constant (value 1) which identifies files that are encoded with the US-ASCII character encoding scheme.
ENCODING_UTF_16 - Static variable in interface org.eclipse.core.resources.IFile
Character encoding constant (value 6) which identifies files that are encoded with the UTF-16 character encoding scheme.
ENCODING_UTF_16BE - Static variable in interface org.eclipse.core.resources.IFile
Character encoding constant (value 4) which identifies files that are encoded with the UTF-16BE character encoding scheme.
ENCODING_UTF_16LE - Static variable in interface org.eclipse.core.resources.IFile
Character encoding constant (value 5) which identifies files that are encoded with the UTF-16LE character encoding scheme.
ENCODING_UTF_8 - Static variable in interface org.eclipse.core.resources.IFile
Character encoding constant (value 3) which identifies files that are encoded with the UTF-8 character encoding scheme.
EncodingActionGroup - class org.eclipse.ui.editors.text.EncodingActionGroup.
Action group for encoding actions.
EncodingActionGroup() - Constructor for class org.eclipse.ui.editors.text.EncodingActionGroup
Creates a new encoding action group for an action bar contributor.
EncodingActionGroup(ITextEditor) - Constructor for class org.eclipse.ui.editors.text.EncodingActionGroup
Creates a new encoding action group for the given editor
end - Variable in class org.eclipse.swt.events.VerifyEvent
the range of text being modified
end - Variable in class org.eclipse.swt.widgets.Event
 
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
 
endCompoundChange() - Method in interface org.eclipse.jface.text.IUndoManager
Signals the undo manager that the sequence of changes which started with beginCompoundChange has been finished.
endCompoundChange() - Method in interface org.eclipse.jface.text.IRewriteTarget
If an undo manager is connected to the document's ui presentation, this method tells the undo manager to stop the folding of changes into a single undo command.
endCompoundChange() - Method in class org.eclipse.jface.text.DefaultUndoManager
 
endElement(String, String, String) - Method in class org.eclipse.update.core.model.DefaultSiteParser
Handle end of element tags
endElement(String, String, String) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
Handle end of element tags
endJob() - Method in class org.eclipse.swt.printing.Printer
Ends the current print job.
endOfImage - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
If this flag is true, then the current image data has been completely loaded, otherwise the image data is only partially loaded, and further ImageLoader events will occur unless an exception is thrown
endOfLineOf(int) - Method in class org.eclipse.jface.text.rules.DefaultDamagerRepairer
Returns the end offset of the line that contains the specified offset or if the offset is inside a line delimiter, the end offset of the next line.
EndOfLineRule - class org.eclipse.jface.text.rules.EndOfLineRule.
A specific configuration of a single line rule whereby the pattern begins with a specific sequence but is only ended by a line delimiter.
EndOfLineRule(String, IToken) - Constructor for class org.eclipse.jface.text.rules.EndOfLineRule
Creates a rule for the given starting sequence which, if detected, will return the specified token.
EndOfLineRule(String, IToken, char) - Constructor for class org.eclipse.jface.text.rules.EndOfLineRule
Creates a rule for the given starting sequence which, if detected, will return the specified token.
endPage - Variable in class org.eclipse.swt.printing.PrinterData
the end page of a page range, used when scope is PAGE_RANGE
endPage() - Method in class org.eclipse.swt.printing.Printer
Ends the current page.
endSequenceDetected(ICharacterScanner) - Method in class org.eclipse.jface.text.rules.WordPatternRule
Returns whether the end sequence was detected.
endSequenceDetected(ICharacterScanner) - Method in class org.eclipse.jface.text.rules.PatternRule
Returns whether the end sequence was detected.
endSession() - Method in interface org.eclipse.jface.text.IFindReplaceTargetExtension
Indicates that a session with the target ends.
endSplash() - Static method in class org.eclipse.core.runtime.Platform
Takes down the splash screen if one was put up.
ensureMarker() - Method in class org.eclipse.debug.core.model.Breakpoint
Returns the marker associated with this breakpoint.
ensureResourcesLocal(List) - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
Ensures that all resources have local contents.
ensureResourcesLocal(List) - Method in class org.eclipse.ui.dialogs.WizardExportPage
Deprecated. Ensures that all resources have local contents.
entry - Variable in class org.eclipse.update.core.BaseInstallHandler
Model entry that defines this handler
ENTRY - Static variable in class org.eclipse.core.launcher.Main
 
ENTRY_FIELD_WIDTH - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Entry field width in dialog units (value 200).
EOF - Static variable in class org.eclipse.jface.text.rules.Token
Standard token: End Of File.
EOF - Static variable in interface org.eclipse.jface.text.rules.ICharacterScanner
 
equals(Object) - Method in class org.eclipse.compare.ResourceNode
Returns true if the other object is of type ITypedElement and their names are identical.
equals(Object) - Method in interface org.eclipse.compare.structuremergeviewer.IStructureComparator
Returns whether some other object is "equal to" this one with respect to a structural comparison.
equals(Object) - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
Implementation based on getID.
equals(Object) - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
 
equals(Object) - Method in interface org.eclipse.core.resources.IResource
Compares two objects for equality; for resources, equality is defined in terms of their handles: same resource type, equal full paths, and identical workspaces.
equals(Object) - Method in interface org.eclipse.core.resources.IMarker
Tests this marker for equality with the given object.
equals(Object) - Method in class org.eclipse.core.runtime.QualifiedName
Returns whether this qualified name is equivalent to the given object.
equals(Object) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compare version identifiers for equality.
equals(Object) - Method in class org.eclipse.core.runtime.Path
 
equals(Object) - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path equals the given object.
equals(Object) - Method in class org.eclipse.debug.core.model.Breakpoint
 
equals(Object) - Method in class org.eclipse.jface.action.ActionContributionItem
Compares this action contribution item with another object.
equals(Object) - Method in class org.eclipse.jface.text.TypedRegion
Two typed positions are equal if they have the same offset, length, and type.
equals(Object) - Method in class org.eclipse.jface.text.TypedPosition
 
equals(Object) - Method in class org.eclipse.jface.text.TextAttribute
 
equals(Object) - Method in class org.eclipse.jface.text.Region
Two regions are equal if they have the same offset and length.
equals(Object) - Method in class org.eclipse.jface.text.Position
 
equals(Object) - Method in interface org.eclipse.jface.text.contentassist.IContextInformation
Compares the given object with this receiver.
equals(Object) - Method in class org.eclipse.jface.text.contentassist.ContextInformation
 
equals(Object) - Method in class org.eclipse.jface.viewers.StructuredSelection
Returns whether this structured selection is equal to given object.
equals(Object) - Method in class org.eclipse.swt.custom.StyleRange
Compare the specified object to this StyleRange and answer if the two are equal.
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.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.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.Region
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.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.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.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.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.Cursor
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.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.program.Program
Returns true if the receiver and the argument represent the same program.
equals(Object) - Method in class org.eclipse.ui.part.FileEditorInput
The FileEditorInput implementation of this Object method bases the equality of two FileEditorInput objects on the equality of their underlying IFile resources.
equals(Object) - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
The MarkerAnnotation implementation of this Object method returns true iff the other object is also a MarkerAnnotation and the marker handles are equal.
equals(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider.ElementInfo
An element info equals another object if this object is an element info and if the documents of the two element infos are equal.
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.Site
Compares two sites 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.Feature
Compares two features for equality
equals(Object) - Method in class org.eclipse.update.core.model.PluginEntryModel
Compares two plug-in 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.FeatureModel
Compares 2 feature models for equality
equals(Object) - Method in class org.eclipse.update.core.model.CategoryModel
Compare two category models for equality.
ERROR - Static variable in class org.eclipse.compare.rangedifferencer.RangeDifference
Constant indicating an unknown change kind.
ERROR - Static variable in class org.eclipse.core.launcher.Main
 
ERROR - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 4) indicating this status represents an error.
ERROR - Static variable in class org.eclipse.jface.dialogs.MessageDialog
Constant for a dialog with an error image (value 1).
ERROR - Static variable in interface org.eclipse.jface.dialogs.IMessageProvider
Constant for an error message (value 3).
ERROR_ACTION_NOT_PERFORMED - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - Action can not be performed
ERROR_APPLICATION_NOT_FOUND - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - Unable to find Application
ERROR_CANNOT_ACCESS_CLASSFACTORY - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - Failed to get the class factory for the specified classID
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_CHANGE_VARIANT_TYPE - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - Failed to change Variant type
ERROR_CANNOT_CREATE_FILE - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - Failed to create file
ERROR_CANNOT_CREATE_LICENSED_OBJECT - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - Failed to create Licensed instance
ERROR_CANNOT_CREATE_OBJECT - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - Failed to create Ole Client
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_INIT_DRAG - Static variable in class org.eclipse.swt.dnd.DND
Error code: drag source can not be initialized (value is 2000).
ERROR_CANNOT_INIT_DROP - Static variable in class org.eclipse.swt.dnd.DND
Error code: drop target cannot be initialized (value is 2001).
ERROR_CANNOT_OPEN_FILE - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - File does not exist, is not accessible to user or does not have the correct format
ERROR_CANNOT_SET_CLIPBOARD - Static variable in class org.eclipse.swt.dnd.DND
Error code: Data can not be set on system clipboard (value is 2002).
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
 
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.
ERROR_FAILED_EXEC - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an exception happened when executing a runnable.
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.
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.
ERROR_INTERFACE_NOT_FOUND - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - Failed to find requested interface on OLE Object
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_CLASSID - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - Class ID not found in registry
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_INTERFACE_ADDRESS - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - Invalid address received for Ole Interface
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.
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_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_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_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_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_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_OUT_OF_MEMORY - Static variable in class org.eclipse.swt.ole.win32.OLE
Error code for OleError - Out of Memory
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.
error(int) - Static method in class org.eclipse.swt.SWT
Throws an appropriate exception based on the passed in error code.
error(int) - Static method in class org.eclipse.swt.dnd.DND
Throws an appropriate exception based on the passed in error code.
error(int) - Static method in class org.eclipse.swt.ole.win32.OLE
 
error(int, int) - Static method in class org.eclipse.swt.dnd.DND
Throws an appropriate exception based on the passed in error code.
error(int, int) - Static method in class org.eclipse.swt.ole.win32.OLE
 
error(int, Throwable) - Static method in class org.eclipse.swt.SWT
Throws an appropriate exception based on the passed in error code.
error(IStatus) - Method in class org.eclipse.core.runtime.model.Factory
Handles an error state specified by the status.
error(SAXParseException) - Method in class org.eclipse.update.core.model.DefaultSiteParser
Handle errors
error(SAXParseException) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
Handle errors
ErrorDialog - class org.eclipse.jface.dialogs.ErrorDialog.
A dialog to display one or more errors to the user, as contained in an IStatus object.
ErrorDialog(Shell, String, String, IStatus, int) - Constructor for class org.eclipse.jface.dialogs.ErrorDialog
Creates an error dialog.
errorMessage - Variable in class org.eclipse.ui.views.properties.ResourcePropertySource
 
errorMessageChanged(IPropertySheetEntry) - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntryListener
A entry's error message has changed
errors - Variable in class org.eclipse.swt.graphics.DeviceData
 
errorStatus - Variable in class org.eclipse.ui.actions.CopyProjectAction
Status containing the errors detected when running the operation or null if no errors detected.
ESC - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the escape character (value is the char with value 27)
escapeMetaCharacters(String) - Static method in class org.eclipse.jface.wizard.ProgressMonitorPart
Escapes any occurrence of '&' in the given String so that it is not considered as a mnemonic character in SWT ToolItems, MenuItems, Button and Labels.
evaluate(ICharacterScanner) - Method in class org.eclipse.jface.text.rules.WordRule
 
evaluate(ICharacterScanner) - Method in class org.eclipse.jface.text.rules.WhitespaceRule
 
evaluate(ICharacterScanner) - Method in class org.eclipse.jface.text.rules.PatternRule
 
evaluate(ICharacterScanner) - Method in class org.eclipse.jface.text.rules.NumberRule
 
evaluate(ICharacterScanner) - Method in interface org.eclipse.jface.text.rules.IRule
Evaluates the rule by examining the characters available from the provided character scanner.
evaluate(ICharacterScanner, boolean) - Method in class org.eclipse.jface.text.rules.PatternRule
 
evaluate(ICharacterScanner, boolean) - Method in interface org.eclipse.jface.text.rules.IPredicateRule
Evaluates the rule by examining the characters available from the provided character scanner.
EVALUATION - Static variable in class org.eclipse.debug.core.DebugEvent
Evaluation detail.
EVALUATION_IMPLICIT - Static variable in class org.eclipse.debug.core.DebugEvent
Evaluation detail.
event - Variable in class org.eclipse.jface.text.TextViewer.WidgetCommand
 
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
 
eventListener - Variable in class org.eclipse.swt.widgets.TypedListener
The receiver's event listener
exec(int, int, Variant, Variant) - Method in class org.eclipse.swt.ole.win32.OleClientSite
Asks the OLE Document or ActiveX Control to execute a command from a standard list of commands.
execute(IFileEditorInput) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider.SafeChange
Subclass responsibility.
execute(IProgressMonitor) - Method in class org.eclipse.ui.actions.WorkspaceModifyOperation
Performs the steps that are to be treated as a single logical workspace change.
execute(IProgressMonitor) - Method in class org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation
 
execute(IProgressMonitor) - Method in class org.eclipse.ui.wizards.datatransfer.ImportOperation
 
execute(String) - Method in class org.eclipse.swt.program.Program
Executes the program with the file as the single argument in the operating system.
EXISTS_LOCAL - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 268) indicating a resource unexpectedly exists on the local file system.
exists() - Method in class org.eclipse.compare.CompareEditorInput
Returns false to indicate that this input should not appear in the "File Most Recently Used" menu.
exists() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource exists in the workspace.
exists() - Method in interface org.eclipse.core.resources.IMarker
Returns whether this marker exists in the workspace.
exists() - Method in interface org.eclipse.core.resources.IFileState
Returns whether this file state still exists in the local history.
exists() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns whether this launch configuration's underlying storage exists.
exists() - Method in interface org.eclipse.ui.IEditorInput
Returns whether the editor input exists.
exists() - Method in class org.eclipse.ui.part.MultiEditorInput
 
exists() - Method in class org.eclipse.ui.part.FileEditorInput
Returns whether the editor input exists.
exists(IPath) - Method in interface org.eclipse.core.resources.IContainer
Returns whether a resource of some type with the given path exists relative to this resource.
EXIT_OK - Static variable in interface org.eclipse.core.boot.IPlatformRunnable
Exit object indicating normal termination
EXIT_RESTART - Static variable in interface org.eclipse.core.boot.IPlatformRunnable
Exit object requesting platform restart
Expand - Static variable in class org.eclipse.swt.SWT
expand event type (value is 17)
expandAll() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Expands all nodes of the viewer's tree, starting with the root.
expandSelection() - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
Expands to infinity all items in the selection.
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.
EXPORT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of standard Export action (value "export").
exportAction - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
 
exportPreferences(IPath) - Static method in class org.eclipse.core.runtime.Preferences
Exports all non-default-valued preferences for all installed plugins to the provided file.
ExportResourcesAction - class org.eclipse.ui.actions.ExportResourcesAction.
Action representing the initiation of an Export operation by the user.
ExportResourcesAction(IWorkbench) - Constructor for class org.eclipse.ui.actions.ExportResourcesAction
Create a new instance of this class
ExportResourcesAction(IWorkbench, String) - Constructor for class org.eclipse.ui.actions.ExportResourcesAction
Create a new instance of this class
EXPRESSION_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for an expression group in a menu (value "expressionGroup").
expressionAdded(IExpression) - Method in interface org.eclipse.debug.core.IExpressionListener
Notifies this listener that the given expression has been added to the expression manager.
expressionChanged(IExpression) - Method in interface org.eclipse.debug.core.IExpressionListener
Notifies this listener that the given expression has changed.
expressionRemoved(IExpression) - Method in interface org.eclipse.debug.core.IExpressionListener
Notifies this listener that the given expression has been removed from the expression manager.
ExtendedModifyEvent - class org.eclipse.swt.custom.ExtendedModifyEvent.
This event is sent after a text change occurs.
ExtendedModifyEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.ExtendedModifyEvent
 
ExtendedModifyListener - interface org.eclipse.swt.custom.ExtendedModifyListener.
 
EXTENSION - Static variable in interface org.eclipse.ui.IResourceActionFilter
An attribute indicating the file extension (value "extension").
EXTENSION_POINT_BREAKPOINTS - Static variable in class org.eclipse.debug.core.DebugPlugin
Simple identifier constant (value "breakpoints") for the breakpoints extension point.
EXTENSION_POINT_DEBUG_ACTION_GROUPS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug action groups extension point identifier (value "debugActionGroups").
EXTENSION_POINT_LAUNCH_CONFIGURATION_COMPARATORS - Static variable in class org.eclipse.debug.core.DebugPlugin
Simple identifier constant (value "launchConfigurationComparators") for the launch configuration comparators extension point.
EXTENSION_POINT_LAUNCH_CONFIGURATION_TAB_GROUPS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launch configuration tab groups extension point identifier (value "launchConfigurationTabGroups").
EXTENSION_POINT_LAUNCH_CONFIGURATION_TYPE_IMAGES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Extension point for launch configuration type images.
EXTENSION_POINT_LAUNCH_CONFIGURATION_TYPES - Static variable in class org.eclipse.debug.core.DebugPlugin
Simple identifier constant (value "launchConfigurationTypes") for the launch configuration types extension point.
EXTENSION_POINT_LAUNCH_SHORTCUTS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launch shortcuts extension point identifier (value "launchShortcuts").
EXTENSION_POINT_SOURCE_LOCATORS - Static variable in class org.eclipse.debug.core.DebugPlugin
Simple identifier constant (value "sourceLocators") for the source locators extension point.
EXTENSION_POINT_STATUS_HANDLERS - Static variable in class org.eclipse.debug.core.DebugPlugin
Simple identifier constant (value "statusHandlers") for the status handlers extension point.
ExtensionModel - class org.eclipse.core.runtime.model.ExtensionModel.
An object which represents the user-defined extension in a plug-in manifest.
ExtensionModel() - Constructor for class org.eclipse.core.runtime.model.ExtensionModel
Creates a new extension model in which all fields are null.
ExtensionPointModel - class org.eclipse.core.runtime.model.ExtensionPointModel.
An object which represents the user-defined extension point in a plug-in manifest.
ExtensionPointModel() - Constructor for class org.eclipse.core.runtime.model.ExtensionPointModel
Creates a new extension point model in which all fields are null.
ExternalProjectImportWizard - class org.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizard.
Standard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.
ExternalProjectImportWizard() - Constructor for class org.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizard
Constructor for ExternalProjectImportWizard.
extractNonLocalResources(List) - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
Returns a new subcollection containing only those resources which are not local.
extractNonLocalResources(List) - Method in class org.eclipse.ui.dialogs.WizardExportPage
Deprecated. Returns a new subcollection containing only those resources which are not local.

Eclipse Platform
2.0
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
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.