Eclipse Platform
Release 3.5
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 _

I

IAbstractTextEditorHelpContextIds - Interface in org.eclipse.ui.texteditor
Help context ids for the text editor.
IAction - Interface in org.eclipse.jface.action
An action represents the non-UI side of a command which can be triggered by the end user.
IActionBarConfigurer - Interface in org.eclipse.ui.application
Interface providing special access for configuring the action bars of a workbench window.
IActionBars - Interface in org.eclipse.ui
Used by a part to access its menu, toolbar, and status line managers.
IActionBars2 - Interface in org.eclipse.ui
Interface extention to IActionBars that provides an additional cool bar manager.
IActionDelegate - Interface in org.eclipse.ui
Interface for actions contributed via an extension point.
IActionDelegate2 - Interface in org.eclipse.ui
Interface extension to IActionDelegate adding lifecycle methods.
IActionDelegateWithEvent - Interface in org.eclipse.ui
Deprecated. Use org.eclipse.ui.IActionDelegate2 instead.
IActionFilter - Interface in org.eclipse.ui
An adapter which performs action filtering.
IActionGroupFactory - Interface in org.eclipse.search.ui
Deprecated. Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see ISearchResultPage), leaving it up to the page how to create actions.
IActionProvider - Interface in org.eclipse.ui.views.properties.tabbed
Allows a tabbed properties view to make contributions to action bars.
IActivity - Interface in org.eclipse.ui.activities
An instance of this interface is an activity as defined by the extension point org.eclipse.ui.activities.
IActivity - Interface in org.eclipse.update.configuration
Install activity.
IActivityListener - Interface in org.eclipse.ui.activities
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IActivity.
IActivityManager - Interface in org.eclipse.ui.activities
An instance of this interface allows clients to manage activities, as defined by the extension point org.eclipse.ui.activities.
IActivityManagerListener - Interface in org.eclipse.ui.activities
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IActivityManager.
IActivityPatternBinding - Interface in org.eclipse.ui.activities
An instance of this interface represents a binding between an activity and a regular expression pattern.
IActivityRequirementBinding - Interface in org.eclipse.ui.activities
An instance of this interface represents a binding between two activities.
IAdaptable - Interface in org.eclipse.core.runtime
An interface for an adaptable object.
IAdapterFactory - Interface in org.eclipse.core.runtime
An adapter factory defines behavioral extensions for one or more classes that implements the IAdaptable interface.
IAdapterManager - Interface in org.eclipse.core.runtime
An adapter manager maintains a registry of adapter factories.
IAddMemoryBlocksTarget - Interface in org.eclipse.debug.ui.actions
An adapter for an "add memory block" operation.
IAddMemoryRenderingsTarget - Interface in org.eclipse.debug.ui.actions
Adapter for the platform's retargettable "add memory rendering" action.
IAdvancedUndoableOperation - Interface in org.eclipse.core.commands.operations
IAdvancedUndoableOperation defines an interface for undoable operations that modify one or more elements in a model and attempt to keep model listeners up to date with changes that occur in the undo and redo history involving particular model elements.
IAdvancedUndoableOperation2 - Interface in org.eclipse.core.commands.operations
IAdvancedUndoableOperation2 defines a method for computing the validity of executing an operation before attempting to execute it.
IAnchor - Interface in org.eclipse.help
Specifies a location in a document where other plug-ins may contribute additional content.
IAnnotationAccess - Interface in org.eclipse.jface.text.source
An annotation access provides access to information that is not available via the API of Annotation.
IAnnotationAccessExtension - Interface in org.eclipse.jface.text.source
Extension interface for IAnnotationAccess.
IAnnotationAccessExtension2 - Interface in org.eclipse.jface.text.source
Extension interface for IAnnotationAccess.
IAnnotationHover - Interface in org.eclipse.jface.text.source
Provides the information to be displayed in a hover popup window which appears over the presentation area of annotations.
IAnnotationHoverExtension - Interface in org.eclipse.jface.text.source
Extension interface for IAnnotationHover for providing its own information control creator providing the range of lines for which the hover for a given line is valid providing whether the information control can interact with the mouse cursor
IAnnotationHoverExtension2 - Interface in org.eclipse.jface.text.source
Extension interface for IAnnotationHover for providing whether the information control can interact with the mouse wheel
IAnnotationImageProvider - Interface in org.eclipse.ui.texteditor
Provides an image for a given annotation.
IAnnotationMap - Interface in org.eclipse.jface.text.source
An annotation map is a map specialized for the requirements of an annotation model.
IAnnotationModel - Interface in org.eclipse.jface.text.source
This interface defines the model for managing annotations attached to a document.
IAnnotationModelExtension - Interface in org.eclipse.jface.text.source
Extends IAnnotationModelwith the ability piggyback other annotation models.
IAnnotationModelExtension2 - Interface in org.eclipse.jface.text.source
Extends IAnnotationModel with the ability to retrieve a set of annotations within a given region.
IAnnotationModelFactory - Interface in org.eclipse.core.filebuffers
Factory for text file buffer annotation models.
IAnnotationModelListener - Interface in org.eclipse.jface.text.source
Interface for objects interested in getting informed about annotation model changes.
IAnnotationModelListenerExtension - Interface in org.eclipse.jface.text.source
Extension interface for IAnnotationModelListener.
IAnnotationPresentation - Interface in org.eclipse.jface.text.source
Interface for annotations that can take care of their own visible representation.
IAntClasspathEntry - Interface in org.eclipse.ant.core
Represents an Ant classpath entry.
IAntPropertyValueProvider - Interface in org.eclipse.ant.core
An interface that must be implemented by plug-ins that wish to contribute predefined variables to an Ant project when run from within Eclipse.
IApplication - Interface in org.eclipse.equinox.app
Bootstrap type for an application.
IApplicationContext - Interface in org.eclipse.equinox.app
The context used to start an application.
IArchiveReference - Interface in org.eclipse.update.core
Site archive interface.
IAutoEditStrategy - Interface in org.eclipse.jface.text
An auto edit strategy can adapt changes that will be applied to a text viewer's document.
IAutoIndentStrategy - Interface in org.eclipse.jface.text
Deprecated. since 3.0, use IAutoEditStrategy directly
IBaseLabelProvider - Interface in org.eclipse.jface.viewers
A label provider maps an element of the viewer's model to an optional image and optional text string used to display the element in the viewer's control.
IBasicPropertyConstants - Interface in org.eclipse.jface.viewers
Predefined property names used for elements displayed in viewers.
IBatchOperation - Interface in org.eclipse.update.operations
A batch operation is needed to execute a group of feature operations, such as installing a set of features.
IBeanObservable - Interface in org.eclipse.core.databinding.beans
Provides access to details of bean observables.
IBindingManagerListener - Interface in org.eclipse.jface.bindings
An instance of BindingManagerListener can be used by clients to receive notification of changes to an instance of BindingManager.
IBindingService - Interface in org.eclipse.ui.keys
Provides services related to the binding architecture (e.g., keyboard shortcuts) within the workbench.
IBreakpoint - Interface in org.eclipse.debug.core.model
A breakpoint is capable of suspending the execution of a program at a specific location when a program is running in debug mode.
IBreakpointImportParticipant - Interface in org.eclipse.debug.core.model
This interface defines a breakpoint import participant.
IBreakpointListener - Interface in org.eclipse.debug.core
A breakpoint listener is notified of breakpoint additions, removals, and changes.
IBreakpointManager - Interface in org.eclipse.debug.core
The breakpoint manager manages the collection of breakpoints in the workspace.
IBreakpointManagerListener - Interface in org.eclipse.debug.core
A breakpoint manager listener is notified when the breakpoint manager's enablement changes.
IBreakpointOrganizerDelegate - Interface in org.eclipse.debug.ui
A breakpoint organizer is used to categorize breakpoints and provides change notification when categorization has changed.
IBreakpointOrganizerDelegateExtension - Interface in org.eclipse.debug.ui
Optional enhancements to the IBreakpointOrganizerDelegate interface.
IBreakpointsListener - Interface in org.eclipse.debug.core
A breakpoints listener is notified of breakpoint additions, removals, and changes.
IBreakpointTypeCategory - Interface in org.eclipse.debug.ui
Represents a breakpoint's type to support organization of breakpoints by type in the breakpoints view.
IBrowser - Interface in org.eclipse.help.browser
Represents a web browser that can be used by clients to display documents for the given URLs.
IBrowserFactory - Interface in org.eclipse.help.browser
Implementators of org.eclipse.help.base.browser extension points must provide implementation of this interface.
IBundleGroup - Interface in org.eclipse.core.runtime
Bundle groups represent a logical collection of plug-ins (aka bundles).
IBundleGroupConstants - Interface in org.eclipse.ui.branding
These constants define the set of properties that the UI expects to be available via IBundleGroup.getProperty(String).
IBundleGroupProvider - Interface in org.eclipse.core.runtime
Bundle group providers define groups of plug-ins which have been installed in the current system.
ICache - Interface in org.eclipse.team.core
A cache that is associated with a synchronization that allows clients to cache synchronization state related to their model for the duration of the operation.
ICacheListener - Interface in org.eclipse.team.core
Listener that, when registered with a cache, gets invoked when the cache is disposed.
ICategory - Interface in org.eclipse.ui.activities
An instance of this interface is a category as defined by the extension point org.eclipse.ui.activities.
ICategory - Interface in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICategory - Interface in org.eclipse.update.core
Feature category definition.
ICategoryActivityBinding - Interface in org.eclipse.ui.activities
An instance of this interface represents a binding between a category and an activity.
ICategoryListener - Interface in org.eclipse.core.commands
An instance of this interface can be used by clients to receive notification of changes to one or more instances of Category.
ICategoryListener - Interface in org.eclipse.ui.activities
An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICategory.
ICategoryListener - Interface in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICellEditorListener - Interface in org.eclipse.jface.viewers
A listener which is notified of significant events in the life of a cell editor.
ICellEditorValidator - Interface in org.eclipse.jface.viewers
An interface for validating a cell editor's input.
ICellModifier - Interface in org.eclipse.jface.viewers
A cell modifier is used to access the data model from a cell editor in an abstract way.
IChangeGroupingRequestor - Interface in org.eclipse.team.core.mapping
Interface used to allow model tooling to request that a particular set of modified files be committed together to the repository.
IChangeListener - Interface in org.eclipse.core.databinding.observable
Listener for generic change events.
IChangePreviewViewer - Interface in org.eclipse.ltk.ui.refactoring
Viewer to present the preview for a Change.
IChangeRulerColumn - Interface in org.eclipse.jface.text.source
An IChangeRulerColumn can display quick diff information.
ICharacterPairMatcher - Interface in org.eclipse.jface.text.source
A character pair matcher finds to a character at a certain document offset the matching peer character.
ICharacterScanner - Interface in org.eclipse.jface.text.rules
Defines the interface of a character scanner used by rules.
ICheatSheetAction - Interface in org.eclipse.ui.cheatsheets
Cheat sheet-aware action.
ICheatSheetEvent - Interface in org.eclipse.ui.cheatsheets
Event in the life cycle of a cheat sheet.
ICheatSheetManager - Interface in org.eclipse.ui.cheatsheets
Manages the running of a cheat sheet.
ICheatSheetViewer - Interface in org.eclipse.ui.cheatsheets
A cheat sheet viewer.
ICheckable - Interface in org.eclipse.jface.viewers
Interface for objects that support elements with a checked state.
ICheckStateListener - Interface in org.eclipse.jface.viewers
A listener which is notified of changes to the checked state of items in checkbox viewers.
ICheckStateProvider - Interface in org.eclipse.jface.viewers
Interface to provide checked and grayed state information about data in trees or tables.
IColorDecorator - Interface in org.eclipse.jface.viewers
The IColorDecorator is an interface for objects that return a color to decorate either the foreground and background colors for displaying an an object.
IColorFactory - Interface in org.eclipse.ui.themes
A factory interface that may be used to specify a color value.
IColorProvider - Interface in org.eclipse.jface.viewers
Interface to provide color representation for a given element.
IColumnSupport - Interface in org.eclipse.ui.texteditor.rulers
Provides support to modify and query the visibility of ruler columns and test whether a ruler column is supported.
ICommand - Interface in org.eclipse.core.resources
A builder command names a builder and supplies a table of name-value argument pairs.
ICommand - Interface in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICommandImageService - Interface in org.eclipse.ui.commands
Provides a look-up facility for images associated with commands.
ICommandLink - Interface in org.eclipse.help
Represents a link with text that invokes a specific command with parameters.
ICommandListener - Interface in org.eclipse.core.commands
An instance of this interface can be used by clients to receive notification of changes to one or more instances of Command.
ICommandListener - Interface in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICommandManager - Interface in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICommandManagerListener - Interface in org.eclipse.core.commands
An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICommandManager.
ICommandManagerListener - Interface in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICommandService - Interface in org.eclipse.ui.commands
Provides services related to the command architecture within the workbench.
ICommonActionConstants - Interface in org.eclipse.ui.navigator
Defines constants for the retargetable actions available in the Common Viewer context menu.
ICommonActionExtensionSite - Interface in org.eclipse.ui.navigator
Provides access to information required for the initialization of CommonActionProviders.
ICommonContentExtensionSite - Interface in org.eclipse.ui.navigator
Provides initialization data for a content extension.
ICommonContentProvider - Interface in org.eclipse.ui.navigator
Allows extensions to vary their behavior based on properties in the extension model and the given memento.
ICommonFilterDescriptor - Interface in org.eclipse.ui.navigator
Provides information about a commonFilter extension.
ICommonLabelProvider - Interface in org.eclipse.ui.navigator
Allows extensions to vary their behavior based on properties in the extension model and the given memento.
ICommonMenuConstants - Interface in org.eclipse.ui.navigator
Defines strings used for menu insertion points.
ICommonViewerSite - Interface in org.eclipse.ui.navigator
Provides context for extensions including a valid shell, a selection provider, and a unique identifer corresponding to the abstract viewer behind the viewer site.
ICommonViewerWorkbenchSite - Interface in org.eclipse.ui.navigator
Provides a page, set of action bars, menu registration callback, and active window.
IComparableContribution - Interface in org.eclipse.ui.model
Instances of this interface represent a contribution within the workbench.
ICompareContainer - Interface in org.eclipse.compare
A compare container is used to represent any UI that can contain compare viewers.
ICompareInput - Interface in org.eclipse.compare.structuremergeviewer
Interface for objects used as input to a two-way or three-way compare viewer.
ICompareInputChangeListener - Interface in org.eclipse.compare.structuremergeviewer
Listener that gets informed if one (or more) of the three sides of an ICompareInput object changes its value.
ICompareInputLabelProvider - Interface in org.eclipse.compare
A label provider that provides the label and image for the left, right and ancestor sides for a compare input being shown in compare/merge viewers.
ICompareNavigator - Interface in org.eclipse.compare
A ICompareNavigator is used to navigate through the individual differences of a CompareEditorInput or another type of Compare container.
ICompletionListener - Interface in org.eclipse.jface.text.contentassist
A completion listener is informed before the content assistant computes completion proposals.
ICompletionListenerExtension - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionListener with an additional notification about restarting the current code assist session.
ICompletionProposal - Interface in org.eclipse.jface.text.contentassist
The interface of completion proposals generated by content assist processors.
ICompletionProposalExtension - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following functions: handling of trigger characters other than ENTER completion proposal validation for a given offset context information can be freely positioned
ICompletionProposalExtension2 - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following functions: handling of trigger characters with modifiers visual indication for selection of a proposal
ICompletionProposalExtension3 - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following functions: provision of a custom information control creator provide a custom completion text and offset for prefix completion
ICompletionProposalExtension4 - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following functions: specify whether a proposal is automatically insertable
ICompletionProposalExtension5 - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following function: Allow background computation of the additional info.
ICompletionProposalExtension6 - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following function: Allow styled ranges in the display string.
ICompositeOperation - Interface in org.eclipse.core.commands.operations
ICompositeOperation defines an undoable operation that is composed of child operations.
ICON - Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type icon (value is 1).
icon - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
An icon for this item.
ICON_ERROR - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for error icon behavior (value is 1).
ICON_INFORMATION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for information icon behavior (value is 1<<1).
ICON_PROPERTY - Static variable in interface org.eclipse.ui.progress.IProgressConstants
This property is used to associate an ImageDescriptor with a Job.
ICON_QUESTION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for question icon behavior (value is 1<<2).
ICON_WARNING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for warning icon behavior (value is 1<<3).
ICON_WORKING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for "working" icon behavior (value is 1<<4).
IconAndMessageDialog - Class in org.eclipse.jface.dialogs
The IconAndMessageDialog is the abstract superclass of dialogs that have an icon and a message as the first two widgets.
IconAndMessageDialog(Shell) - Constructor for class org.eclipse.jface.dialogs.IconAndMessageDialog
Constructor for IconAndMessageDialog.
IConcurrentModel - Interface in org.eclipse.jface.viewers.deferred
Interface for a set of unordered elements that can fire change notifications.
IConcurrentModelListener - Interface in org.eclipse.jface.viewers.deferred
Interface for objects that can listen to changes in an IConcurrentModel.
IConditionChecker - Interface in org.eclipse.ltk.core.refactoring.participants
A condition checker can be used to share condition checks across the main processor and all its associated participants.
IConfigFeatureOperation - Interface in org.eclipse.update.operations
Operation that enables a feature in a configuration.
IConfigurationElement - Interface in org.eclipse.core.runtime
A configuration element, with its attributes and children, directly reflects the content and structure of the extension section within the declaring plug-in's manifest (plugin.xml) file.
IConfigurationWizard - Interface in org.eclipse.team.ui
IConfigurationWizard defines the interface that users of the extension point org.eclipse.team.ui.configurationWizards must implement.
IConfigurationWizardExtension - Interface in org.eclipse.team.ui
Extends IConfigurationWizard to support the sharing of multiple projects.
IConfiguredSite - Interface in org.eclipse.update.configuration
Configured Site.
IConfiguredSiteChangedListener - Interface in org.eclipse.update.configuration
Configuration change listener. * Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Iconify - Static variable in class org.eclipse.swt.SWT
The iconify event type (value is 19).
IConsole - Interface in org.eclipse.debug.ui.console
A console that displays output and writes input to a process.
IConsole - Interface in org.eclipse.ui.console
A console.
IConsoleColorProvider - Interface in org.eclipse.debug.ui.console
Provides coloring for a console document.
IConsoleConstants - Interface in org.eclipse.ui.console
Constants relating to the console plug-in.
IConsoleDocumentPartitioner - Interface in org.eclipse.ui.console
A document partitioner for a text console.
IConsoleFactory - Interface in org.eclipse.ui.console
A console factory extension is responsible for opening a console in the console view.
IConsoleHyperlink - Interface in org.eclipse.debug.ui.console
Deprecated. replaced by org.eclipse.ui.console.IHyperlink
IConsoleLineTracker - Interface in org.eclipse.debug.ui.console
Notified of lines appended to the console.
IConsoleLineTrackerExtension - Interface in org.eclipse.debug.ui.console
An extension to the console line tracker interface that console line trackers may implement to be notified when output from the console is complete.
IConsoleListener - Interface in org.eclipse.ui.console
A console listener is notified when consoles are added or removed from the console manager.
IConsoleManager - Interface in org.eclipse.ui.console
The console manager manages registered consoles.
IConsolePageParticipant - Interface in org.eclipse.ui.console
A console page participant is notified of page lifecycle events such as creation, activation, deactivation and disposal.
IConsoleView - Interface in org.eclipse.ui.console
A view that displays consoles registered with the console manager.
iconStyle - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
The icon style to use.
IContainer - Interface in org.eclipse.core.resources
Interface for resources which may contain other resources (termed its members).
IContainmentAdapter - Interface in org.eclipse.ui
This adapter interface provides a way to test element containment in a model-independent way.
IContentAssistant - Interface in org.eclipse.jface.text.contentassist
An IContentAssistant provides support on interactive content completion.
IContentAssistantExtension - Interface in org.eclipse.jface.text.contentassist
Extends IContentAssistant with the following functions: handle documents with multiple partitions insertion of common completion prefixes
IContentAssistantExtension2 - Interface in org.eclipse.jface.text.contentassist
Extends IContentAssistant with the following functions: completion listeners repeated invocation mode a local status line for the completion popup control over the behavior when no proposals are available
IContentAssistantExtension3 - Interface in org.eclipse.jface.text.contentassist
Extends IContentAssistant with the following function: a key-sequence to listen for in repeated invocation mode
IContentAssistantExtension4 - Interface in org.eclipse.jface.text.contentassist
Extends IContentAssistant with the following function: allows to get a handler for the given command identifier
IContentAssistProcessor - Interface in org.eclipse.jface.text.contentassist
A content assist processor proposes completions and computes context information for a particular content type.
IContentAssistSubjectControl - Interface in org.eclipse.jface.contentassist
A content assist subject control can request assistance provided by a subject control content assistant.
IContentChangeListener - Interface in org.eclipse.compare
An IContentChangeListener is informed about content changes of a IContentChangeNotifier.
IContentChangeNotifier - Interface in org.eclipse.compare
Interface common to all objects that provide a means for registering for content change notification.
IContentConsumer - Interface in org.eclipse.update.core
Generic content consumer.
IContentDescriber - Interface in org.eclipse.core.runtime.content
Content describers know how to retrieve metadata from contents.
IContentDescription - Interface in org.eclipse.core.runtime.content
A content description object contains information about the nature of arbitrary data.
IContentExtension - Interface in org.eclipse.help
An extension of a document's content.
IContentFormatter - Interface in org.eclipse.jface.text.formatter
The interface of a document content formatter.
IContentFormatterExtension - Interface in org.eclipse.jface.text.formatter
Extension interface for IContentFormatter.
IContentOutlinePage - Interface in org.eclipse.ui.views.contentoutline
Marker-style interface for a content outline page.
IContentProposal - Interface in org.eclipse.jface.fieldassist
IContentProposal describes a content proposal to be shown.
IContentProposalListener - Interface in org.eclipse.jface.fieldassist
This interface is used to listen to notifications from a ContentProposalAdapter.
IContentProposalListener2 - Interface in org.eclipse.jface.fieldassist
This interface is used to listen to additional notifications from a ContentProposalAdapter.
IContentProposalProvider - Interface in org.eclipse.jface.fieldassist
IContentProposalProvider provides an array of IContentProposals that are appropriate for a textual dialog field, given the field's current content and the current cursor position.
IContentProvider - Interface in org.eclipse.jface.viewers
A content provider mediates between the viewer's model and the viewer itself.
IContentType - Interface in org.eclipse.core.runtime.content
Content types represent and provide information on file types, such as associated file names/extensions, default charset, etc.
IContentTypeManager - Interface in org.eclipse.core.runtime.content
The content type manager provides facilities for file name and content-based type lookup and content description.
IContentTypeManager.ContentTypeChangeEvent - Class in org.eclipse.core.runtime.content
An event object which describes the details of a change to a content type.
IContentTypeManager.ContentTypeChangeEvent(IContentType) - Constructor for class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent
Constructor for a new content type change event.
IContentTypeManager.ContentTypeChangeEvent(IContentType, IScopeContext) - Constructor for class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent
Constructor for a new content type change event.
IContentTypeManager.IContentTypeChangeListener - Interface in org.eclipse.core.runtime.content
A listener to be used to receive content type change events.
IContentTypeManager.ISelectionPolicy - Interface in org.eclipse.core.runtime.content
A policy for refining the set of content types that should be accepted during content type matching operations.
IContentTypeMatcher - Interface in org.eclipse.core.runtime.content
An object that performs content type matching queries.
IContentTypeSettings - Interface in org.eclipse.core.runtime.content
Gives access to the user settings for a content type.
IContext - Interface in org.eclipse.help
A context registered for context-sensitive help.
IContext - Interface in org.eclipse.ui.contexts
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
IContext2 - Interface in org.eclipse.help
Extends IContext to provide support for styled text and topic categorization.
IContext3 - Interface in org.eclipse.help
Extends IContext2 to provide support for related command links.
IContextActivation - Interface in org.eclipse.ui.contexts
A token representing the activation of a context.
IContextComputer - Interface in org.eclipse.ui.help
Deprecated. nested contexts are no longer supported by the help support system
IContextIds - Interface in org.eclipse.jface.contexts
A list of well-known context identifiers.
IContextInformation - Interface in org.eclipse.jface.text.contentassist
The interface of context information presented to the user and generated by content assist processors.
IContextInformationExtension - Interface in org.eclipse.jface.text.contentassist
Extends IContextInformation with the ability to freely position the context information.
IContextInformationPresenter - Interface in org.eclipse.jface.text.contentassist
A context information presenter determines the presentation of context information depending on a given document position.
IContextInformationValidator - Interface in org.eclipse.jface.text.contentassist
A context information validator is used to determine if a displayed context information is still valid or should be dismissed.
IContextListener - Interface in org.eclipse.core.commands.contexts
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IContext.
IContextListener - Interface in org.eclipse.ui.contexts
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
IContextManager - Interface in org.eclipse.ui.contexts
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
IContextManagerListener - Interface in org.eclipse.core.commands.contexts
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IContextManager.
IContextManagerListener - Interface in org.eclipse.ui.contexts
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
IContextMenuConstants - Interface in org.eclipse.search.ui
Constants for menu groups used in context menus for Search views and editors.
IContextMenuContributor - Interface in org.eclipse.search.ui
Deprecated. Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see ISearchResultPage), leaving it up to the page how to create actions in context menus.
IContextProvider - Interface in org.eclipse.help
Dynamic context provider.
IContextReplacingOperation - Interface in org.eclipse.core.commands.operations
IContextReplacingOperation defines an interface for undoable operations that can replace one undo context with another undo context.
IContextService - Interface in org.eclipse.ui.contexts
Provides services related to contexts in the Eclipse workbench.
IContributedContentsView - Interface in org.eclipse.ui.part
This interface is used to identify workbench views which allow other parts (typically the active part) to supply their contents.
IContributedRulerColumn - Interface in org.eclipse.ui.texteditor.rulers
Interface that has to be implemented by contributions to the org.eclipse.ui.texteditor.rulerColumns extension point.
IContributionItem - Interface in org.eclipse.jface.action
A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.
IContributionManager - Interface in org.eclipse.jface.action
A contribution manager organizes contributions to such UI components as menus, toolbars and status lines.
IContributionManagerOverrides - Interface in org.eclipse.jface.action
This interface is used by instances of IContributionItem to determine if the values for certain properties have been overriden by their manager.
IContributionRoot - Interface in org.eclipse.ui.menus
Instances of this interface represent a position in the contribution hierarchy into which AbstractContributionFactory instances may insert elements.
IContributionService - Interface in org.eclipse.ui.model
Instances of this service are capable of providing standard mechanisms that clients may use to order, display, and generally work with contributions to the Workbench.
IContributor - Interface in org.eclipse.core.runtime
This interface describes a registry contributor - an entity that supplies information to the extension registry.
IContributorResourceAdapter - Interface in org.eclipse.ui
The IContributorResourceAdapter is an interface that defines the API required to get a resource that an object adapts to for use of object contributions, decorators and property pages that have adaptable = true.
IContributorResourceAdapter2 - Interface in org.eclipse.ui.ide
An extension to the IContributorResourceAdapter that adapts a model object to a ResourceMapping.
IControlContentAdapter - Interface in org.eclipse.jface.fieldassist
This interface is used to set and retrieve text content from an arbitrary control.
IControlContentAdapter2 - Interface in org.eclipse.jface.fieldassist
This interface is used by a ContentProposalAdapter in order to retrieve and set the selection range in a control.
IControlCreator - Interface in org.eclipse.jface.fieldassist
Deprecated. As of 3.3, clients should use ControlDecoration instead of DecoratedField.
IConverter - Interface in org.eclipse.core.databinding.conversion
A one-way converter.
ICoolBarManager - Interface in org.eclipse.jface.action
The ICoolBarManager interface provides protocol for managing contributions to a cool bar.
ICountable - Interface in org.eclipse.core.expressions
Objects that are adaptable to ICountable can be used as the default variable in a count expression.
id - Variable in class org.eclipse.core.commands.common.HandleObject
The identifier for this object.
ID - Static variable in interface org.eclipse.debug.core.model.IBreakpoint
Debug model identifier breakpoint marker attribute (value "org.eclipse.debug.core.id").
ID - Static variable in class org.eclipse.ltk.core.refactoring.resource.DeleteResourcesDescriptor
Refactoring id of the 'Delete Resources' refactoring (value: org.eclipse.ltk.core.refactoring.delete.resources).
ID - Static variable in class org.eclipse.ltk.core.refactoring.resource.MoveResourcesDescriptor
Refactoring id of the 'Move Resources Resource' refactoring (value: org.eclipse.ltk.core.refactoring.rename.resources).
ID - Static variable in class org.eclipse.ltk.core.refactoring.resource.RenameResourceDescriptor
Refactoring id of the 'Rename Resource' refactoring (value: org.eclipse.ltk.core.refactoring.rename.resource).
id - Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
 
id - Variable in class org.eclipse.swt.ole.win32.OlePropertyDescription
 
ID - Static variable in class org.eclipse.ui.actions.AddBookmarkAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.AddTaskAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CloseResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CloseUnrelatedProjectsAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CopyProjectAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CopyResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CreateFileAction
Deprecated. The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CreateFolderAction
Deprecated. The id of this action.
ID - Static variable in class org.eclipse.ui.actions.DeleteResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.MoveProjectAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.MoveResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenFileAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenSystemEditorAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenWithMenu
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.RefreshAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.RenameResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.ScrubLocalAction
Deprecated. The id of this action.
id - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
The id for this item.
ID - Static variable in class org.eclipse.ui.texteditor.templates.TemplatesView
The id for this view.
ID_BOOKMARKS - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Bookmark Navigator standard component.
ID_BREAKPOINT_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Breakpoint view identifier (value "org.eclipse.debug.ui.BreakpointView").
ID_BUILD - Static variable in class org.eclipse.ui.actions.BuildAction
The id of an incremental build action.
ID_COMMON_SOURCE_NOT_FOUND_EDITOR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Editor Identifier for the "Common Source Not Found" editor.
ID_CONSOLE_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Deprecated. Use org.eclipse.ui.console.IConsoleConstants.ID_CONSOLE_VIEW
ID_CONSOLE_VIEW - Static variable in interface org.eclipse.ui.console.IConsoleConstants
Console view identifier (value "org.eclipse.ui.console.ConsoleView").
ID_DEBUG_LAUNCH_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard 'debug' launch group.
ID_DEBUG_MODEL_PRESENTATION - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug model presentation simple extension point identifier (value "debugModelPresentations").
ID_DEBUG_PERSPECTIVE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug perspective identifier (value "org.eclipse.debug.ui.DebugPerspective").
ID_DEBUG_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug view identifier (value "org.eclipse.debug.ui.DebugView").
ID_EDITOR_AREA - Static variable in interface org.eclipse.ui.IPageLayout
The part id for the workbench's editor area.
ID_EXPRESSION_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Expression view identifier (value "org.eclipse.debug.ui.ExpressionView").
ID_MEMORY_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Memory view identifier (value "org.eclipse.debug.ui.MemoryView").
ID_MODULE_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Module view identifier (value "org.eclipse.debug.ui.ModuleView").
ID_NAVIGATE_ACTION_SET - Static variable in interface org.eclipse.ui.IPageLayout
Id of the navigate action set.
ID_OUTLINE - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Content Outline standard component.
ID_PLUGIN - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringCore
The id of the Refactoring plug-in (value "org.eclipse.ltk.core.refactoring").
ID_PROBLEM_VIEW - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Problems View standard component.
ID_PROCESS_CONSOLE_TYPE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Console type identifier (value "org.eclipse.debug.ui.ProcessConsoleType").
ID_PROFILE_LAUNCH_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard 'profile' launch group.
ID_PROGRESS_VIEW - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Progress View standard component.
ID_PROP_SHEET - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Property Sheet standard component.
ID_REBUILD_ALL - Static variable in class org.eclipse.ui.actions.BuildAction
The id of a rebuild all action.
ID_REGISTER_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Register view identifier (value "org.eclipse.debug.ui.RegisterView").
ID_RENDERING_VIEW_PANE_1 - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Memory view's rendering view pane identifier for the rendering view pane on the left.
ID_RENDERING_VIEW_PANE_2 - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Memory view's rendering view pane identifier for the rendering view pane on the right.
ID_RES_NAV - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Resource Navigator standard component.
ID_RUN_LAUNCH_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard 'run' launch group.
ID_STANDARD_ERROR_STREAM - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard error stream.
ID_STANDARD_INPUT_STREAM - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard input stream.
ID_STANDARD_OUTPUT_STREAM - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard out stream.
ID_TASK_LIST - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Task List standard component.
ID_UNKNOWN - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
The unknown refactoring id (value: org.eclipse.ltk.core.refactoring.unknown).
ID_VARIABLE_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Variable view identifier (value "org.eclipse.debug.ui.VariableView").
IDE - Class in org.eclipse.ui.ide
Collection of IDE-specific APIs factored out of existing workbench.
IDE.Preferences - Interface in org.eclipse.ui.ide
Preferences defined by the IDE workbench.
IDE.SharedImages - Interface in org.eclipse.ui.ide
Standard shared images defined by the IDE.
IDEActionFactory - Class in org.eclipse.ui.ide
Access to standard actions provided by the IDE workbench (including those of the generic workbench).
IDebugCommandHandler - Interface in org.eclipse.debug.core.commands
Handles a command for a debugger.
IDebugCommandRequest - Interface in org.eclipse.debug.core.commands
A request to execute a command on specific elements.
IDebugContextListener - Interface in org.eclipse.debug.ui.contexts
A debug context listener is notified of debug context events.
IDebugContextManager - Interface in org.eclipse.debug.ui.contexts
Manages debug context services.
IDebugContextProvider - Interface in org.eclipse.debug.ui.contexts
Interface common to all objects that provide a debug context.
IDebugContextService - Interface in org.eclipse.debug.ui.contexts
Debug context service for a window.
IDebugEditorPresentation - Interface in org.eclipse.debug.ui
A debug model presentation may implement this interface to override standard editor positioning and annotations associated with source code display for stack frames.
IDebugElement - Interface in org.eclipse.debug.core.model
A debug element represents an artifact in a program being debugged.
IDebugEventFilter - Interface in org.eclipse.debug.core
An event filter allows clients to intercept debug events.
IDebugEventSetListener - Interface in org.eclipse.debug.core
A debug event set listener registers with the debug plug-in to receive event notification from programs being run or debugged.
IDebugModelPresentation - Interface in org.eclipse.debug.ui
A debug model presentation is responsible for providing labels, images, and editors associated with debug elements in a specific debug model.
IDebugModelPresentationExtension - Interface in org.eclipse.debug.ui
Optional extension for an IDebugModelPresentation.
IDebugModelProvider - Interface in org.eclipse.debug.core.model
A debug model provider provides debug model identifiers.
IDebugTarget - Interface in org.eclipse.debug.core.model
A debug target is a debuggable execution context.
IDebugUIConstants - Interface in org.eclipse.debug.ui
Constant definitions for debug UI plug-in.
IDebugView - Interface in org.eclipse.debug.ui
Common function for debug views.
IDecoratingObservable - Interface in org.eclipse.core.databinding.observable
Interface for observables which decorate other observables.
IDecoration - Interface in org.eclipse.jface.viewers
Defines the result of decorating an element.
IDecorationContext - Interface in org.eclipse.jface.viewers
A decoration context provides additional information to a label decorator.
IDecoratorManager - Interface in org.eclipse.ui
Manages the decorators contributed via the decorators extension point.
IDEEncoding - Class in org.eclipse.ui.ide
IDEEncoding is a utility class for managing encoding information that includes user preferences from the IDE and core resources.
IDeferredWorkbenchAdapter - Interface in org.eclipse.ui.progress
This adapter interface provides support for lazy initialization of UI workbench elements that are displayed visually.
IDelayedInputChangeProvider - Interface in org.eclipse.jface.text
A delayed input change provider notifies the registered IInputChangedListener about input changes that occur after the normal operation of the provider.
IDelayedLabelDecorator - Interface in org.eclipse.jface.viewers
A delayed label decorator is a label decorator that may not have a decoration available immediately.
identifierChanged(IdentifierEvent) - Method in interface org.eclipse.ui.activities.IIdentifierListener
Notifies that one or more properties of an instance of IIdentifier have changed.
IdentifierEvent - Class in org.eclipse.ui.activities
An instance of this class describes changes to an instance of IIdentifier.
IdentifierEvent(IIdentifier, boolean, boolean) - Constructor for class org.eclipse.ui.activities.IdentifierEvent
Creates a new instance of this class.
IDENTITY - Static variable in class org.eclipse.core.runtime.ListenerList
Mode constant (value 1) indicating that listeners should be considered the same if they are identical.
identity() - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver such that the matrix it represents becomes the identity matrix.
IDescriptionProvider - Interface in org.eclipse.ui.navigator
Label providers (as specified by the labelProvider attribute of the org.eclipse.ui.navigator.navigatorContent extension point) may choose to also implement this interface in order to provide text for the status bar at the bottom of the Eclipse window.
IDetailPane - Interface in org.eclipse.debug.ui
A detail pane is created from a detail pane factory and displays detailed information about a current selection with an SWT Control.
IDetailPaneFactory - Interface in org.eclipse.debug.ui
A detail pane factory creates one or more types of detail panes.
IDetailsPage - Interface in org.eclipse.ui.forms
This interface should be implemented by clients providing pages to handle object types in DetailsPart.
IDetailsPageProvider - Interface in org.eclipse.ui.forms
The class that implements this interface provides for dynamic computation of page key and the page itself based on the input object.
IDialogBlockedHandler - Interface in org.eclipse.jface.dialogs
The IDialogBlockedHandler is the handler used by JFace to provide extra information when a blocking has occured.
IDialogConstants - Interface in org.eclipse.jface.dialogs
IDialogConstants is the interface for common dialog strings and ids used throughout JFace.
IDialogPage - Interface in org.eclipse.jface.dialogs
Interface for a page in a multi-page dialog.
IDialogSettings - Interface in org.eclipse.jface.dialogs
An interface to a storage mechanism for making dialog settings persistent.
IDiff - Interface in org.eclipse.team.core.diff
A diff describes differences between two or more model objects.
IDiffChangeEvent - Interface in org.eclipse.team.core.diff
A change event that describes changes that have occurred in an IDiffTree.
IDiffChangeListener - Interface in org.eclipse.team.core.diff
Diff change listener that reports changes in an IDiffTree.
IDiffContainer - Interface in org.eclipse.compare.structuremergeviewer
IDiffContainer is a IDiffElement with children.
IDiffElement - Interface in org.eclipse.compare.structuremergeviewer
An IDiffElement is used in the DiffTreeViewer to display the kind of change detected as the result of a two-way or three-way compare.
IDiffTree - Interface in org.eclipse.team.core.diff
A diff tree provides access to a tree of IDiff instances.
IDiffVisitor - Interface in org.eclipse.team.core.diff
An objects that visits diffs in a diff tree.
IDisconnect - Interface in org.eclipse.debug.core.model
The ability to end a debug session with a target program and allow the target to continue running.
IDisconnectHandler - Interface in org.eclipse.debug.core.commands
A disconnect handler disconnects the debug user interface from a debug session.
IDisposable - Interface in org.eclipse.ui.services
The interface that should be implemented by services that make themselves available through the IAdaptable mechanism.
IDisposeListener - Interface in org.eclipse.core.databinding.observable
Listener for dispose events.
IDLFLAG_FIN - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_FLCID - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_FOUT - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_FRETVAL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_NONE - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDocument - Interface in org.eclipse.jface.text
An IDocument represents text providing support for text manipulation positions partitions line information document change listeners document partition change listeners A document allows to set its content and to manipulate it.
IDocumentAdapter - Interface in org.eclipse.jface.text
Adapts an IDocumentto the StyledTextContent interface.
IDocumentAdapterExtension - Interface in org.eclipse.jface.text
Extension interface for IDocumentAdapter.
IDocumentExtension - Interface in org.eclipse.jface.text
Extension interface for IDocument.
IDocumentExtension.IReplace - Interface in org.eclipse.jface.text
Interface for a post notification replace operation.
IDocumentExtension2 - Interface in org.eclipse.jface.text
Extension interface for IDocument.
IDocumentExtension3 - Interface in org.eclipse.jface.text
Extension interface for IDocument.
IDocumentExtension4 - Interface in org.eclipse.jface.text
Extension interface for IDocument.
IDocumentFactory - Interface in org.eclipse.core.filebuffers
Deprecated. As of 3.2 the "org.eclipse.core.filebuffers.documentCreation" extension point has been deprecated. See the extension point documentation for more details.
IDocumentInformationMapping - Interface in org.eclipse.jface.text
A IDocumentInformationMapping represents a mapping between the coordinates of two IDocument objects: the original and the image.
IDocumentInformationMappingExtension - Interface in org.eclipse.jface.text
Extension to IDocumentInformationMapping.
IDocumentInformationMappingExtension2 - Interface in org.eclipse.jface.text
Extension to IDocumentInformationMapping.
IDocumentListener - Interface in org.eclipse.jface.text
Interface for objects which are interested in getting informed about document changes.
IDocumentPartitioner - Interface in org.eclipse.jface.text
A document partitioner divides a document into a set of disjoint text partitions.
IDocumentPartitionerExtension - Interface in org.eclipse.jface.text
Extension interface for IDocumentPartitioner.
IDocumentPartitionerExtension2 - Interface in org.eclipse.jface.text
Extension interface for IDocumentPartitioner.
IDocumentPartitionerExtension3 - Interface in org.eclipse.jface.text
Extension interface for IDocumentPartitioner.
IDocumentPartitioningListener - Interface in org.eclipse.jface.text
Interface of objects which are interested in getting informed about changes of a document's partitioning.
IDocumentPartitioningListenerExtension - Interface in org.eclipse.jface.text
Extension interface for IDocumentPartitioningListener.
IDocumentPartitioningListenerExtension2 - Interface in org.eclipse.jface.text
Extension interface to IDocumentPartitioningListener.
IDocumentProvider - Interface in org.eclipse.ui.texteditor
A document provider maps between domain elements and documents.
IDocumentProviderExtension - Interface in org.eclipse.ui.texteditor
Extension interface for IDocumentProvider.
IDocumentProviderExtension2 - Interface in org.eclipse.ui.texteditor
Extension interface for IDocumentProvider.
IDocumentProviderExtension3 - Interface in org.eclipse.ui.texteditor
Extension interface for IDocumentProvider.
IDocumentProviderExtension4 - Interface in org.eclipse.ui.texteditor
Extension interface for IDocumentProvider.
IDocumentProviderExtension5 - Interface in org.eclipse.ui.texteditor
Extension interface for IDocumentProvider.
IDocumentRange - Interface in org.eclipse.compare.contentmergeviewer
Defines a subrange in a document.
IDocumentRewriteSessionListener - Interface in org.eclipse.jface.text
Interface for objects which are interested in getting informed about document rewrite sessions.
IDocumentSetupParticipant - Interface in org.eclipse.core.filebuffers
Participates in the setup of a text file buffer document.
IDocumentSetupParticipantExtension - Interface in org.eclipse.core.filebuffers
Extension interface for IDocumentSetupParticipant.
IDocumentUndoListener - Interface in org.eclipse.text.undo
This interface is used to listen to notifications from a DocumentUndoManager.
IDocumentUndoManager - Interface in org.eclipse.text.undo
Interface for a document undo manager.
IDoubleClickListener - Interface in org.eclipse.jface.viewers
A listener which is notified of double-click events on viewers.
IDropActionDelegate - Interface in org.eclipse.ui.part
Interface for actions supplied by extensions to the org.eclipse.ui.dropActions extension point.
IDropToFrame - Interface in org.eclipse.debug.core.model
Provides the ability to drop to frame.
IDropToFrameHandler - Interface in org.eclipse.debug.core.commands
A drop to frame handler typically resets a program's instruction pointer to the first executable line of code associated with a stack frame.
IDynamicExtensionRegistry - Interface in org.eclipse.core.runtime.spi
This interface provides an extra degree of access to an extension registry that might be useful to registry implementers.
IDynamicVariable - Interface in org.eclipse.core.variables
A dynamic variable is a variable whose value is computed dynamically by a resolver at the time a string substitution is performed.
IDynamicVariableResolver - Interface in org.eclipse.core.variables
Resolves the value for a dynamic variable.
IEclipsePreferences - Interface in org.eclipse.core.runtime.preferences
This interface describes Eclipse extensions to the preference story.
IEclipsePreferences.INodeChangeListener - Interface in org.eclipse.core.runtime.preferences
A listener to be used to receive preference node change events.
IEclipsePreferences.IPreferenceChangeListener - Interface in org.eclipse.core.runtime.preferences
A listener used to receive changes to preference values in the preference store.
IEclipsePreferences.NodeChangeEvent - Class in org.eclipse.core.runtime.preferences
An event object which describes the details of a change in the preference node hierarchy.
IEclipsePreferences.NodeChangeEvent(Preferences, Preferences) - Constructor for class org.eclipse.core.runtime.preferences.IEclipsePreferences.NodeChangeEvent
Constructor for a new node change event object.
IEclipsePreferences.PreferenceChangeEvent - Class in org.eclipse.core.runtime.preferences
An event object describing the details of a change to a preference in the preference store.
IEclipsePreferences.PreferenceChangeEvent(Object, String, Object, Object) - Constructor for class org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent
Constructor for a new preference change event.
IEditableContent - Interface in org.eclipse.compare
Common interface for objects with editable contents.
IEditableContentExtension - Interface in org.eclipse.compare
Extends the IEditableContent interface to support validate edit.
IEditingSupport - Interface in org.eclipse.jface.text
Implemented by tools supporting the editing process.
IEditingSupportRegistry - Interface in org.eclipse.jface.text
A registry for IEditingSupports.
IEditorActionBarContributor - Interface in org.eclipse.ui
A editor action bar contributor defines the actions for one or more editors.
IEditorActionDelegate - Interface in org.eclipse.ui
Interface for an action that is contributed into an editor-activated menu or tool bar.
IEditorDescriptor - Interface in org.eclipse.ui
Description of an editor in the workbench editor registry.
IEditorInput - Interface in org.eclipse.ui
IEditorInput is a light weight descriptor of editor input, like a file name but more abstract.
IEditorLauncher - Interface in org.eclipse.ui
An editor launcher is used to launch external editors on a file in the local file system.
IEditorMatchAdapter - Interface in org.eclipse.search.ui.text
This interface serves as an adapter between matches and editors.
IEditorMatchingStrategy - Interface in org.eclipse.ui
An editor matching strategy allows editor extensions to provide their own algorithm for matching the input of an open editor of that type to a given editor input.
IEditorPart - Interface in org.eclipse.ui
An editor is a visual component within a workbench page.
IEditorReference - Interface in org.eclipse.ui
Implements a reference to a editor.
IEditorRegistry - Interface in org.eclipse.ui
Registry of editors known to the workbench.
IEditorSite - Interface in org.eclipse.ui
The primary interface between an editor part and the workbench.
IEditorStatusLine - Interface in org.eclipse.ui.texteditor
An interface to use the status line of an editor.
IElementCollector - Interface in org.eclipse.ui.progress
IElementCollector is a type that allows for the incremental update of a collection of objects.
IElementComparer - Interface in org.eclipse.jface.viewers
This interface is used to compare elements in a viewer for equality, and to provide the hash code for an element.
IElementFactory - Interface in org.eclipse.ui
A factory for re-creating objects from a previously saved memento.
IElementReference - Interface in org.eclipse.ui.commands
the ICommandService will return a reference for all callbacks that are registered.
IElementStateListener - Interface in org.eclipse.ui.texteditor
Interface for parties interested in standardized element changes.
IElementStateListenerExtension - Interface in org.eclipse.ui.texteditor
Extension interface for IElementStateListener.
IElementUpdater - Interface in org.eclipse.ui.commands
An IHandler for a command that expects to provide feedback through the registered element mechanism must implement this interface.
IEnabledStateRequest - Interface in org.eclipse.debug.core.commands
A request to update the enabled state of a command.
IEncodedStorage - Interface in org.eclipse.core.resources
A storage that knows how its contents are encoded.
IEncodedStreamContentAccessor - Interface in org.eclipse.compare
Extension for IStreamContentAccessor.
IEncodingActionsConstants - Interface in org.eclipse.ui.editors.text
Deprecated. As of 3.1, encoding needs to be changed via properties dialog
IEncodingActionsDefinitionIds - Interface in org.eclipse.ui.editors.text
Deprecated. As of 3.1, encoding needs to be changed via properties dialog
IEncodingActionsHelpContextIds - Interface in org.eclipse.ui.editors.text
Deprecated. As of 3.1, encoding needs to be changed via properties dialog
IEncodingSupport - Interface in org.eclipse.ui.editors.text
Interface to be implemented by objects supporting character encodings.
IEngineDescriptor - Interface in org.eclipse.help.ui
Descriptor of a concrete instance of a search engine.
IErrorReportingExpression - Interface in org.eclipse.debug.core.model
An expression that can report errors which occurred during the expression's evaluation.
IEvaluationContext - Interface in org.eclipse.core.expressions
An evaluation context is used to manage a set of objects needed during XML expression evaluation.
IEvaluationReference - Interface in org.eclipse.ui.services
A token representing a core expression and property change listener currently working in the IEvaluationService.
IEvaluationService - Interface in org.eclipse.ui.services
Evaluate a core expression against the workbench application context and report updates using a Boolean property.
IEventConsumer - Interface in org.eclipse.jface.text
Implementers can register with a text viewer and receive VerifyEvents before the text viewer they are registered with.
IExecutableExtension - Interface in org.eclipse.core.runtime
Interface for executable extension classes that require access to their configuration element, or implement an extension adapter.
IExecutableExtensionFactory - Interface in org.eclipse.core.runtime
This interface allows extension providers to control how the instances provided to extension-points are being created by referring to the factory instead of referring to a class.
IExecutionListener - Interface in org.eclipse.core.commands
A listener to the execution of commands.
IExecutionListenerWithChecks - Interface in org.eclipse.core.commands
A listener to the execution of commands.
IExpansionListener - Interface in org.eclipse.ui.forms.events
Classes that implement this interface will be notified before and after the expandable control's expansion state changes.
IExportedPreferences - Interface in org.eclipse.core.runtime.preferences
Represents a node in the preference hierarchy which is used in the import/export mechanism.
IExportWizard - Interface in org.eclipse.ui
Interface for export wizards.
IExpression - Interface in org.eclipse.debug.core.model
An expression is a snippet of code that can be evaluated to produce a value.
IExpressionListener - Interface in org.eclipse.debug.core
An expression listener is notified of expression additions, removals, and changes.
IExpressionManager - Interface in org.eclipse.debug.core
The expression manager manages the collection of registered expressions in the workspace.
IExpressionsListener - Interface in org.eclipse.debug.core
An expression listener is notified of expression additions, removals, and changes.
IExtension - Interface in org.eclipse.core.runtime
An extension declared in a plug-in.
IExtensionActivationListener - Interface in org.eclipse.ui.navigator
An extension activation listener is notified whenever the activation state changese for one or more content extensions.
IExtensionChangeHandler - Interface in org.eclipse.core.runtime.dynamichelpers
Extension change handlers are notified of changes for a given extension point in the context of an extension tracker.
IExtensionDelta - Interface in org.eclipse.core.runtime
An extension delta represents changes to the extension registry.
IExtensionPoint - Interface in org.eclipse.core.runtime
An extension point declared in a plug-in.
IExtensionRegistry - Interface in org.eclipse.core.runtime
The extension registry holds the master list of all discovered namespaces, extension points and extensions.
IExtensionStateModel - Interface in org.eclipse.ui.navigator
Allows clients to coordinate state across components that are part of the same logical extension.
IExtensionTracker - Interface in org.eclipse.core.runtime.dynamichelpers
An extension tracker keeps associations between extensions and their derived objects on an extension basis.
IFeature - Interface in org.eclipse.update.core
Feature defines the packaging "container" for a group of related plug-ins, plug-in fragments, and optionally non-plug-in files.
IFeatureContentConsumer - Interface in org.eclipse.update.core
Feature content consumer.
IFeatureContentProvider - Interface in org.eclipse.update.core
Feature content provider.
IFeatureFactory - Interface in org.eclipse.update.core
Feature factory interface.
IFeatureOperation - Interface in org.eclipse.update.operations
An operation that applies to a feature, such as install, uninstall, etc.
IFeatureReference - Interface in org.eclipse.update.core
Feature reference.
IFILE - Static variable in class org.eclipse.core.filebuffers.LocationKind
The corresponding argument is the full path of an IFile.
IFile - Interface in org.eclipse.core.resources
Files are leaf resources which contain data.
IFileBuffer - Interface in org.eclipse.core.filebuffers
A file buffer represents a file that can be edited by more than one client.
IFileBufferListener - Interface in org.eclipse.core.filebuffers
Interface for listeners to file buffer changes.
IFileBufferManager - Interface in org.eclipse.core.filebuffers
A file buffer manager manages file buffers for files while the files are connected to the file buffer manager.
IFileBufferOperation - Interface in org.eclipse.core.filebuffers.manipulation
A file buffer operation performs changes of the contents of a file buffer.
IFileBufferStatusCodes - Interface in org.eclipse.core.filebuffers
This interface provides the list of status codes that are used by the file buffer plug-in when it throws CoreException.
IFileContentManager - Interface in org.eclipse.team.core
This is the API to define mappings between file names, file extensions and content types, typically used by repository providers in order to determine whether a given file can be treated as text or must be considered binary.
IFileEditorInput - Interface in org.eclipse.ui
This interface defines a file-oriented input to an editor.
IFileEditorMapping - Interface in org.eclipse.ui
An association between a file name/extension and a list of known editors for files of that type.
IFileHistory - Interface in org.eclipse.team.core.history
Provides a complete set of IFileRevisions that make up this IFileHistory.
IFileHistoryProvider - Interface in org.eclipse.team.core.history
This is API to access individual file histories.
IFileInfo - Interface in org.eclipse.core.filesystem
A file info is a simple structure holding information about a file or directory.
IFileMatchAdapter - Interface in org.eclipse.search.ui.text
This interface serves to map matches to IFile instances.
IFileModificationValidator - Interface in org.eclipse.core.resources
Deprecated. clients should subclass FileModificationValidator instead of implementing this interface
IFilePatch - Interface in org.eclipse.compare.patch
A representation of a file patch that can be applied to an input stream.
IFilePatchResult - Interface in org.eclipse.compare.patch
A file patch result provides the results of an attempt to apply an IFilePatch to the contents of a file
IFileRevision - Interface in org.eclipse.team.core.history
Represents an individual revision of a file.
IFileState - Interface in org.eclipse.core.resources
A previous state of a file stored in the workspace's local history.
IFileStore - Interface in org.eclipse.core.filesystem
A file store is responsible for storage and retrieval of a single file in some file system.
IFileSystem - Interface in org.eclipse.core.filesystem
This is the main interface to a single file system.
IFileTree - Interface in org.eclipse.core.filesystem
This interface is used to query a tree of file stores.
IFileTypeInfo - Interface in org.eclipse.team.core
Deprecated. Use the IFileContentManager API instead.
IFilter - Interface in org.eclipse.core.runtime.dynamichelpers
A filter compares the given object to some pattern and returns true if the two match and false otherwise.
IFilter - Interface in org.eclipse.jface.viewers
Interface for filters.
IFilteredStep - Interface in org.eclipse.debug.core.model
Deprecated. clients should implement IStepFilters instead
IFindReplaceTarget - Interface in org.eclipse.jface.text
Defines the target for finding and replacing strings.
IFindReplaceTargetExtension - Interface in org.eclipse.jface.text
Extension interface for IFindReplaceTarget.
IFindReplaceTargetExtension2 - Interface in org.eclipse.ui.texteditor
Extension interface for IFindReplaceTarget.
IFindReplaceTargetExtension3 - Interface in org.eclipse.jface.text
Extension interface for IFindReplaceTarget.
IFlushable - Interface in org.eclipse.compare.contentmergeviewer
Interface which provides the ability to flush the contents from the viewer model (for example, an IDocument for text based content) into the underlying compare model ( most likely an instance of IEditableContent).
IFlushableStreamMonitor - Interface in org.eclipse.debug.core.model
A stream monitor who's contents can be flushed.
IFocusService - Interface in org.eclipse.ui.swt
Tracks focusGained and focusLost events for a Control registered with this service, and provides the control and its registered ID as variables to the application evaluation context for evaluation by the various services.
IFolder - Interface in org.eclipse.core.resources
Folders may be leaf or non-leaf resources and may contain files and/or other folders.
IFolderLayout - Interface in org.eclipse.ui
An IFolderLayout is used to define the initial views within a folder.
IFoldingCommandIds - Interface in org.eclipse.ui.editors.text
Command IDs for folding commands.
IFontDecorator - Interface in org.eclipse.jface.viewers
The IFontDecorator is an interface for objects that return a font to decorate an object.
IFontProvider - Interface in org.eclipse.jface.viewers
Interface to provide font representation for a given element.
IFormattingContext - Interface in org.eclipse.jface.text.formatter
Formatting context used in formatting strategies implementing interface IFormattingStrategyExtension.
IFormattingStrategy - Interface in org.eclipse.jface.text.formatter
A formatting strategy is assumed to be specialized on formatting text of a particular content type.
IFormattingStrategyExtension - Interface in org.eclipse.jface.text.formatter
Extension interface for IFormattingStrategy.
IFormColors - Interface in org.eclipse.ui.forms
A place to hold all the color constants used in the forms package.
IFormPage - Interface in org.eclipse.ui.forms.editor
Interface that all GUI pages need to implement in order to be added to FormEditor part.
IFormPart - Interface in org.eclipse.ui.forms
Classes that implement this interface can be added to the managed form and take part in the form life cycle.
IFrameSource - Interface in org.eclipse.ui.views.framelist
A frame source is the source of frames which appear in a frame list.
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
 
IGNORE - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for an IGNORE button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<11).
IGNORE_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button id for an "Ignore" button (value 9).
IGNORE_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
The label for ignore buttons.
IGNORE_PRE_DEFINED - Static variable in interface org.eclipse.core.runtime.content.IContentType
File spec type flag constant, indicating that pre-defined file specifications should not be taken into account.
IGNORE_USER_DEFINED - Static variable in interface org.eclipse.core.runtime.content.IContentType
File spec type flag constant, indicating that user-defined file specifications should not be taken into account.
IGNORE_WHITESPACE - Static variable in class org.eclipse.compare.CompareConfiguration
Name of the ignore whitespace property (value "IGNORE_WHITESPACE").
ignoreAutoEditStrategies(boolean) - Method in class org.eclipse.jface.text.TextViewer
Tells this viewer whether the registered auto edit strategies should be ignored.
ignorePostNotificationReplaces() - Method in class org.eclipse.jface.text.AbstractDocument
 
ignorePostNotificationReplaces() - Method in interface org.eclipse.jface.text.IDocumentExtension2
Tells the receiver to ignore calls to registerPostNotificationReplace until acceptPostNotificationReplaces is called.
IGotoMarker - Interface in org.eclipse.ui.ide
An adapter interface for editors, which allows the editor to reveal the position of a given marker.
IGroupByKeyComputer - Interface in org.eclipse.search.ui
Deprecated. Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see ISearchResultPage), leaving it up to the page how to group search results.
IHandler - Interface in org.eclipse.core.commands
A handler is the pluggable piece of a command that handles execution.
IHandler - Interface in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
IHandler2 - Interface in org.eclipse.core.commands
Extend the IHandler interface to provide some context for isEnabled() requests.
IHandlerActivation - Interface in org.eclipse.ui.handlers
A token representing the activation of a handler.
IHandlerAttributes - Interface in org.eclipse.core.commands
Attribute constants that have special meanings within this package.
IHandlerListener - Interface in org.eclipse.core.commands
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IHandler.
IHandlerListener - Interface in org.eclipse.ui.commands
Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
IHandlerService - Interface in org.eclipse.ui.handlers
Provides services related to activating and deactivating handlers within the workbench.
IHelp - Interface in org.eclipse.help
Deprecated. This interface became obsolete in 3.0, along with the extension point that it was associated with. The functionality provided by this interface is available elsewhere. Use HelpSystem.getTocs() and HelpSystem.getContext(String) to obtain help resources. Use various display methods of WorkbenchHelpto display help resources.
IHelpContentProducer - Interface in org.eclipse.help
Producer capable of generating or otherwise obtaining contents for help resources.
IHelpResource - Interface in org.eclipse.help
A help resource, usually a help topic.
IHistoryCompareAdapter - Interface in org.eclipse.team.ui.history
An adaptation for a history page for displaying comparisons triggered by history page selections.
IHistoryPage - Interface in org.eclipse.team.ui.history
Interface for pages that appear in the team history view.
IHistoryPageSite - Interface in org.eclipse.team.ui.history
A site which provides access to the context in which this page is being displayed.
IHistoryPageSource - Interface in org.eclipse.team.ui.history
Interface to an object which is capable of supplying a history page for display by the history view or other views, dialogs or editors that wish to display the history of an object.
IHistoryView - Interface in org.eclipse.team.ui.history
This interface provides a way for clients to request the History View to display the history for a given object.
IHunk - Interface in org.eclipse.compare.patch
Interface that represents a hunk.
IHyperlink - Interface in org.eclipse.jface.text.hyperlink
Represents a hyperlink.
IHyperlink - Interface in org.eclipse.ui.console
A hyperlink in a console.
IHyperlink2 - Interface in org.eclipse.ui.console
Optional extension to IHyperlink.
IHyperlinkDetector - Interface in org.eclipse.jface.text.hyperlink
A hyperlink detector tries to find a hyperlink at a given location in a given text viewer.
IHyperlinkDetectorExtension - Interface in org.eclipse.jface.text.hyperlink
Extends IHyperlinkDetector with ability to dispose a hyperlink detector.
IHyperlinkDetectorExtension2 - Interface in org.eclipse.jface.text.hyperlink
Extends IHyperlinkDetector with ability to specify the state mask of the modifier keys that need to be pressed for this hyperlink detector.
IHyperlinkListener - Interface in org.eclipse.ui.forms.events
Classes that implement this interface will be notified when hyperlinks are entered, exited and activated.
IHyperlinkPresenter - Interface in org.eclipse.jface.text.hyperlink
A hyperlink presenter shows hyperlinks on the installed text viewer and allows to pick one on of the hyperlinks.
IHyperlinkPresenterExtension - Interface in org.eclipse.jface.text.hyperlink
Extends IHyperlinkPresenter with ability to query whether the currently shown hyperlinks can be hidden.
IID_IDISPATCH - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IID_IUNKNOWN - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IIDEActionConstants - Interface in org.eclipse.ui.ide
Identifiers for IDE menus, toolbars and groups.
IIdentifiable - Interface in org.eclipse.core.commands.common
An object that is unique identifiable based on the combination of its class and its identifier.
IIdentifier - Interface in org.eclipse.ui.activities
An instance of this interface can be obtained from an instance of IActivityManagerfor any identifier.
IIdentifierListener - Interface in org.eclipse.ui.activities
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IIdentifier.
IIgnoreInfo - Interface in org.eclipse.team.core
An ignore info specifies both the pattern and the enabled state of a globally ignored pattern.
IImport - Interface in org.eclipse.update.core
Plug-in dependency entry.
IImportStructureProvider - Interface in org.eclipse.ui.wizards.datatransfer
Interface which can provide structure and content information for an element (for example, a file system element).
IImportWizard - Interface in org.eclipse.ui
Interface for import wizards.
IInclude - Interface in org.eclipse.help
A directive indicating the content at the given path should be included in this document, and replace this node.
IIncludedFeatureReference - Interface in org.eclipse.update.core
Included Feature reference.
IIndex - Interface in org.eclipse.help
IIndex represents metaphor of the book index.
IIndexContribution - Interface in org.eclipse.help
Represents either a complete or partial keyword index, as well as its metadata.
IIndexedValue - Interface in org.eclipse.debug.core.model
A value containing an indexed collection of variables - for example, an array.
IIndexEntry - Interface in org.eclipse.help
IIndexEntry represents a single entry of the help index.
IInformationControl - Interface in org.eclipse.jface.text
Interface of a control presenting information.
IInformationControlCreator - Interface in org.eclipse.jface.text
Interface of a factory for information controls ( IInformationControl).
IInformationControlCreatorExtension - Interface in org.eclipse.jface.text
Extension interface for IInformationControlCreator Introduces tests whether information controls can be reused and whether information control creators can replace each other.
IInformationControlExtension - Interface in org.eclipse.jface.text
Extension interface IInformationControl.
IInformationControlExtension2 - Interface in org.eclipse.jface.text
Extension interface for IInformationControl.
IInformationControlExtension3 - Interface in org.eclipse.jface.text
Extension interface for IInformationControl.
IInformationControlExtension4 - Interface in org.eclipse.jface.text
Extension interface for IInformationControl.
IInformationControlExtension5 - Interface in org.eclipse.jface.text
Extension interface for IInformationControl.
IInformationPresenter - Interface in org.eclipse.jface.text.information
An information presenter shows information available at the text viewer's current document position.
IInformationPresenterExtension - Interface in org.eclipse.jface.text.information
Extends IInformationPresenter with the ability to handle documents with multiple partitions.
IInformationProvider - Interface in org.eclipse.jface.text.information
Provides information related to the content of a text viewer.
IInformationProviderExtension - Interface in org.eclipse.jface.text.information
Extends IInformationProvider with the ability to provide the element for a given subject.
IInformationProviderExtension2 - Interface in org.eclipse.jface.text.information
Extends IInformationProvider with the ability to provide its own information presenter control creator.
IInPlaceEditor - Interface in org.eclipse.ui
Interface for editor parts that represent an in-place style editor.
IInPlaceEditorInput - Interface in org.eclipse.ui
This interface defines an editor input for in-place editors.
IInputChangedListener - Interface in org.eclipse.jface.text
A listener which is notified when the target's input changes.
IInputProvider - Interface in org.eclipse.jface.viewers
Interface common to all objects that provide an input.
IInputSelectionProvider - Interface in org.eclipse.jface.viewers
Interface common to all objects that provide both an input and a selection.
IInputValidator - Interface in org.eclipse.jface.dialogs
The IInputValidator is the interface for simple validators.
IInstallationPageContainer - Interface in org.eclipse.ui.about
This API is experimental and will change before 3.5 ships
IInstallConfiguration - Interface in org.eclipse.update.configuration
Installation configuration.
IInstallConfigurationChangedListener - Interface in org.eclipse.update.configuration
Configuration change listener.
IInstallDeltaHandler - Interface in org.eclipse.update.configuration
Deprecated. Do not use this interface. The extension point deltaHandler has been deprecated.
IInstallFeatureOperation - Interface in org.eclipse.update.operations
An installation operation.
IInstallHandler - Interface in org.eclipse.update.core
Custom install handler.
IInstallHandlerEntry - Interface in org.eclipse.update.core
Install handler entry.
IInstallHandlerWithFilter - Interface in org.eclipse.update.core
Custom install handler.
IInstructionPointerPresentation - Interface in org.eclipse.debug.ui
A debug model presentation may implement this interface to override standard annotations used to display instruction pointers for stack frames.
IIntroAction - Interface in org.eclipse.ui.intro.config
An Intro action.
IIntroContentProvider - Interface in org.eclipse.ui.intro.config
A content provider for dynamic intro content.
IIntroContentProviderSite - Interface in org.eclipse.ui.intro.config
An interface between a content provider and its parent container.
IIntroManager - Interface in org.eclipse.ui.intro
Manages the intro part that introduces the product to new users.
IIntroPart - Interface in org.eclipse.ui.intro
The intro part is a visual component within the workbench responsible for introducing the product to new users.
IIntroSite - Interface in org.eclipse.ui.intro
The primary interface between an intro part and the workbench.
IIntroURL - Interface in org.eclipse.ui.intro.config
An Intro url.
IIntroXHTMLContentProvider - Interface in org.eclipse.ui.intro.config
A content provider for dynamic XHTML Intro content.
IIterable - Interface in org.eclipse.core.expressions
Objects that are adaptable to IIterable can be used as the default variable in an iterate expression.
IJobChangeEvent - Interface in org.eclipse.core.runtime.jobs
An event describing a change to the state of a job.
IJobChangeListener - Interface in org.eclipse.core.runtime.jobs
Callback interface for clients interested in being notified when jobs change state.
IJobManager - Interface in org.eclipse.core.runtime.jobs
The job manager provides facilities for scheduling, querying, and maintaining jobs and locks.
IJobRunnable - Interface in org.eclipse.ui.progress
Interface for runnables that can be run as jobs.
IJobStatus - Interface in org.eclipse.core.runtime.jobs
Represents status relating to the execution of jobs.
IJSchLocation - Interface in org.eclipse.jsch.core
This interface provides access to the specific portions of the location string for use by ssh2 connection and the user authenticator.
IJSchService - Interface in org.eclipse.jsch.core
A service whose purpose is to ensure that all the JSch preferences are properly pushed into JSch before a Session is created.
IKeyBindingService - Interface in org.eclipse.ui
Deprecated. See IContextService to manage scopes and IHandlerService to manage handlers. IAction can be proxied by org.eclipse.jface.commands.ActionHandler.
IKeyConfiguration - Interface in org.eclipse.ui.commands
Deprecated. Please use the bindings support in the "org.eclipse.jface" plug-in instead.
IKeyConfigurationListener - Interface in org.eclipse.ui.commands
Deprecated. Please use the bindings support in the "org.eclipse.jface" plug-in instead.
IKeyFormatter - Interface in org.eclipse.jface.bindings.keys.formatting
Any formatter capable of taking a key sequence or a key stroke and converting it into a string.
IKeyFormatter - Interface in org.eclipse.ui.keys
Deprecated. Please use org.eclipse.jface.bindings.keys.IKeyFormatter
IKeyLookup - Interface in org.eclipse.jface.bindings.keys
A facilitiy for converting the formal representation for key strokes (i.e., used in persistence) into real key stroke instances.
IKeySequenceBinding - Interface in org.eclipse.ui.commands
Deprecated. Please use the bindings support in the "org.eclipse.jface" plug-in instead.
ILabelDecorator - Interface in org.eclipse.jface.viewers
A label decorator decorates the label text and image for some element.
ILabelProvider - Interface in org.eclipse.jface.viewers
Extends IBaseLabelProvider with the methods to provide the text and/or image for the label of a given element.
ILabelProviderListener - Interface in org.eclipse.jface.viewers
A listener which is notified when a label provider's state changes.
ILaunch - Interface in org.eclipse.debug.core
A launch is the result of launching a debug session and/or one or more system processes.
ILaunchable - Interface in org.eclipse.debug.ui.actions
Interface used to tag objects as launchable.
ILaunchConfiguration - Interface in org.eclipse.debug.core
A launch configuration describes how to launch an application.
ILaunchConfigurationDelegate - Interface in org.eclipse.debug.core.model
A launch configuration delegate performs launching for a specific type of launch configuration.
ILaunchConfigurationDelegate2 - Interface in org.eclipse.debug.core.model
Optional enhancements to the launch configuration delegate interface.
ILaunchConfigurationDialog - Interface in org.eclipse.debug.ui
A launch configuration dialog is used to edit and launch launch configurations.
ILaunchConfigurationListener - Interface in org.eclipse.debug.core
Notified when a launch configuration is created, deleted, or changed.
ILaunchConfigurationMigrationDelegate - Interface in org.eclipse.debug.core
Responsible for migrating launch configurations between different versions of Eclipse.
ILaunchConfigurationTab - Interface in org.eclipse.debug.ui
A launch configuration tab is used to edit/view attributes of a specific type of launch configuration.
ILaunchConfigurationTabGroup - Interface in org.eclipse.debug.ui
A launch configuration tab group is used to edit/view attributes of a specific type of launch configuration.
ILaunchConfigurationType - Interface in org.eclipse.debug.core
Describes and creates instances of a specific type of launch configuration.
ILaunchConfigurationWorkingCopy - Interface in org.eclipse.debug.core
An editable copy of a launch configuration.
ILaunchDelegate - Interface in org.eclipse.debug.core
A proxy to an ILaunchConfigurationDelegate.
ILaunchesListener - Interface in org.eclipse.debug.core
A launches listener is notified of launches as they are added and removed from the launch manager.
ILaunchesListener2 - Interface in org.eclipse.debug.core
Enhancements to the launches listener interface.
ILaunchGroup - Interface in org.eclipse.debug.ui
A launch group identifies a group of launch configurations by a launch mode and category.
ILaunchListener - Interface in org.eclipse.debug.core
A launch listener is notified of launches as they are added and removed from the launch manager.
ILaunchManager - Interface in org.eclipse.debug.core
The launch manager manages the set of registered launches, maintaining a collection of active processes and debug targets.
ILaunchMode - Interface in org.eclipse.debug.core
A launch mode.
ILaunchShortcut - Interface in org.eclipse.debug.ui
A launch shortcut is capable of launching a selection or active editor in the workbench.
ILaunchShortcut2 - Interface in org.eclipse.debug.ui
An extension to a standard launch shortcut (ILaunchShortcut) allowing launch shortcuts to specify how selections and editors should be launched.
ILayoutExtension - Interface in org.eclipse.ui.forms.widgets
Classes that extend abstract class Layout and implement this interface can take part in layout computation of the TableWrapLayout manager.
ILazyContentProvider - Interface in org.eclipse.jface.viewers
The ILazyContentProvider is the content provider for table viewers created using the SWT.VIRTUAL flag that only wish to return their contents as they are queried.
ILazyTreeContentProvider - Interface in org.eclipse.jface.viewers
The ILazyTreeContentProvider is the content provider for tree viewers created using the SWT.VIRTUAL flag that only wish to return their contents as they are queried.
ILazyTreePathContentProvider - Interface in org.eclipse.jface.viewers
The ILazyTreePathContentProvider is a tree path-based content provider for tree viewers created using the SWT.VIRTUAL flag that only wish to return their contents as they are queried.
ILibrary - Interface in org.eclipse.core.runtime
Deprecated. In Eclipse 3.0 the plug-in classpath representation was changed. Clients of ILibrary are directed to the headers associated with the relevant bundle. In particular, the Bundle-Classpath header contains all available information about the classpath of a plug-in. Having retrieved the header, the ManifestElement helper class can be used to parse the value and discover the individual class path entries. The various header attributes are defined in Constants.

For example,

     String header = bundle.getHeaders().get(Constants.BUNDLE_CLASSPATH);
     ManifestElement[] elements = ManifestElement.parseHeader(
         Constants.BUNDLE_CLASSPATH, header);
     if (elements == null) 
         return;
     elements[0].getValue();   // the jar/dir containing the code
     ...
 

Note that this new structure does not include information on which packages are exported or present in the listed classpath entries. This information is no longer relevant.

See IPluginDescriptor for information on the relationship between plug-in descriptors and bundles.

This interface must only be used by plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in.

ILightweightLabelDecorator - Interface in org.eclipse.jface.viewers
The ILightweightLabelDecorator is a decorator that decorates using a prefix, suffix and overlay image rather than doing all of the image and text management itself like an ILabelDecorator.
ILineBreakpoint - Interface in org.eclipse.debug.core.model
A breakpoint that can be located at a specific line of source code.
ILineDiffer - Interface in org.eclipse.jface.text.source
Protocol that allows direct access to line information.
ILineDifferExtension - Interface in org.eclipse.jface.text.source
Extension interface for ILineDiffer.
ILineDifferExtension2 - Interface in org.eclipse.jface.text.source
Extension interface for ILineDiffer.
ILineDiffInfo - Interface in org.eclipse.jface.text.source
Describes the change state of one line, which consists of the state of the line itself, which can be UNCHANGED, CHANGED or ADDED, and the number of deleted lines before and after this line.
ILineRange - Interface in org.eclipse.jface.text.source
Describes a range of lines.
ILineTracker - Interface in org.eclipse.jface.text
A line tracker maps character positions to line numbers and vice versa.
ILineTrackerExtension - Interface in org.eclipse.jface.text
Extension interface for ILineTracker.
ILink - Interface in org.eclipse.help
A directive indicating a link to another toc to be inserted at (and replace) this link.
ILinkedModeListener - Interface in org.eclipse.jface.text.link
Protocol used by LinkedModeModels to communicate state changes, such as leaving linked mode, suspending it due to a child mode coming up, and resuming after a child mode has left.
ILinkHelper - Interface in org.eclipse.ui.navigator
Provides information to the Common Navigator on how to link selections with active editors and vice versa.
IListChangeListener - Interface in org.eclipse.core.databinding.observable.list
Listener for changes to observable lists.
ILiveHelpAction - Interface in org.eclipse.help
Live Help Extension.
ILocalSite - Interface in org.eclipse.update.configuration
Local Site.
ILocalSiteChangedListener - Interface in org.eclipse.update.configuration
Local site change listener.
ILocalSystemInfoListener - Interface in org.eclipse.update.configuration
Local system change listener interface.
ILocalWorkingSetManager - Interface in org.eclipse.ui
A local working set manager can be used to manage a set of working sets independently from the working sets managed by the global working set manager.
ILocationProvider - Interface in org.eclipse.ui.editors.text
This class gets the location for a given object.
ILocationProviderExtension - Interface in org.eclipse.ui.editors.text
Extension interface for ILocationProvider.
ILock - Interface in org.eclipse.core.runtime.jobs
A lock is used to control access to an exclusive resource.
ILog - Interface in org.eclipse.core.runtime
A log to which status events can be written.
ILogger - Interface in org.eclipse.core.databinding.util
A mechanism to log errors throughout JFace Data Binding.
ILogger - Interface in org.eclipse.jface.util
A mechanism to log errors throughout JFace.
ILogicalStructureProvider - Interface in org.eclipse.debug.core
Provides logical structure types applicable to a raw implementation value from a debug model.
ILogicalStructureType - Interface in org.eclipse.debug.core
Provides a value representing the logical structure of a raw implementation value from a debug model.
ILogicalStructureTypeDelegate - Interface in org.eclipse.debug.core.model
A delegate that provides a value representing the logical structure of a raw implementation value from a debug model.
ILogicalStructureTypeDelegate2 - Interface in org.eclipse.debug.core.model
Optional extension to ILogicalStructureTypeDelegate that allows a logical structure type delegate to provide a description for a value.
ILoginContext - Interface in org.eclipse.equinox.security.auth
The ILoginContext is the central entry point for the authentication support.
ILoginContextListener - Interface in org.eclipse.equinox.security.auth
This is a common interface that tags a class that can be registered as a listener for security events.
ILogListener - Interface in org.eclipse.core.runtime
A log listener is notified of entries added to a plug-in's log.
IMAGE - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's image (value "image").
image - Variable in class org.eclipse.swt.dnd.DragSourceEvent
The drag source image to be displayed during the drag.
image - Variable in class org.eclipse.swt.graphics.GCData
 
Image - Class in org.eclipse.swt.graphics
Instances of this class are graphics which have been prepared for display on a specific device.
Image(Device, int, int) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the specified width and height.
Image(Device, Image, int) - Constructor for class org.eclipse.swt.graphics.Image
Constructs a new instance of this class based on the provided image, with an appearance that varies depending on the value of the flag.
Image(Device, Rectangle) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the width and height of the specified rectangle.
Image(Device, ImageData) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class from the given ImageData.
Image(Device, ImageData, ImageData) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class, whose type is SWT.ICON, from the two given ImageData objects.
Image(Device, InputStream) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the specified input stream.
Image(Device, String) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the file with the specified name.
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 Image constructor argument indicating that the new image should be a copy of the image provided as an argument (value is 0).
IMAGE_DESCRIPTOR - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The image to be used for drawing in the vertical ruler.
IMAGE_DISABLE - Static variable in class org.eclipse.swt.SWT
The Image constructor 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 Image constructor 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_OS2_BMP - Static variable in class org.eclipse.swt.SWT
Image format constant indicating an OS/2 BMP format image (value is 7).
IMAGE_PNG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a PNG format image (value is 5).
IMAGE_PROVIDER - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The annotation image provider.
IMAGE_STYLE_DEFAULT - Static variable in interface org.eclipse.ui.commands.ICommandImageService
The default image style.
IMAGE_STYLE_TOOLBAR - Static variable in interface org.eclipse.ui.commands.ICommandImageService
The image style used for commands in a toolbar.
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).
ImageAndMessageArea - Class in org.eclipse.jface.dialogs
Deprecated. As of 3.3, this class is no longer necessary.
ImageAndMessageArea(Composite, int) - Constructor for class org.eclipse.jface.dialogs.ImageAndMessageArea
Deprecated. Constructs a new ImageAndMessageArea with an empty decorated field.
ImageData - Class in org.eclipse.swt.graphics
Instances of this class are device-independent descriptions of images.
ImageData(int, int, int, PaletteData) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth and palette.
ImageData(int, int, int, PaletteData, int, byte[]) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth, palette, scanlinePad and data.
ImageData(InputStream) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from the specified input stream.
ImageData(String) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from a file with the specified name.
imageData - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
if the endOfImage flag is false, then this is a partially complete copy of the current ImageData, otherwise this is a completely loaded ImageData
imageDataLoaded(ImageLoaderEvent) - Method in interface org.eclipse.swt.graphics.ImageLoaderListener
Sent when image data is either partially or completely loaded.
ImageDescriptor - Class in org.eclipse.jface.resource
An image descriptor is an object that knows how to create an SWT image.
ImageDescriptor() - Constructor for class org.eclipse.jface.resource.ImageDescriptor
Constructs an image descriptor.
imageDescriptorFromPlugin(String, String) - Static method in class org.eclipse.ui.plugin.AbstractUIPlugin
Creates and returns a new image descriptor for an image file located within the specified plug-in.
ImageHyperlink - Class in org.eclipse.ui.forms.widgets
This class extends hyperlink widget by adding the capability to render an image relative to the text.
ImageHyperlink(Composite, int) - Constructor for class org.eclipse.ui.forms.widgets.ImageHyperlink
Creates the image hyperlink instance.
imageLabel - Variable in class org.eclipse.jface.dialogs.IconAndMessageDialog
Return the label for the image.
ImageLoader - Class in org.eclipse.swt.graphics
Instances of this class are used to load images from, and save images to, a file or stream.
ImageLoader() - Constructor for class org.eclipse.swt.graphics.ImageLoader
Construct a new empty ImageLoader.
ImageLoaderEvent - Class in org.eclipse.swt.graphics
Instances of this class are sent as a result of the incremental loading of image data.
ImageLoaderEvent(ImageLoader, ImageData, int, boolean) - Constructor for class org.eclipse.swt.graphics.ImageLoaderEvent
Constructs a new instance of this class given the event source and the values to store in its fields.
ImageLoaderListener - Interface in org.eclipse.swt.graphics
Classes which implement this interface provide methods that deal with the incremental loading of image data.
ImageRegistry - Class in org.eclipse.jface.resource
An image registry maintains a mapping between symbolic image names and SWT image objects or special image descriptor objects which defer the creation of SWT image objects until they are needed.
ImageRegistry() - Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry.
ImageRegistry(ResourceManager) - Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry using the given resource manager to allocate images.
ImageRegistry(Display) - Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry.
ImageTransfer - Class in org.eclipse.swt.dnd
The class ImageTransfer provides a platform specific mechanism for converting an Image represented as a java ImageData to a platform specific representation of the data and vice versa.
ImageUtilities - Class in org.eclipse.jface.text.source
Provides methods for drawing images onto a canvas.
ImageUtilities() - Constructor for class org.eclipse.jface.text.source.ImageUtilities
 
ImageUtilities - Class in org.eclipse.ui.texteditor
Deprecated. As of 3.0, replaced by ImageUtilities
ImageUtilities() - Constructor for class org.eclipse.ui.texteditor.ImageUtilities
Deprecated.  
IManagedForm - Interface in org.eclipse.ui.forms
Managed form wraps a form widget and adds life cycle methods for form parts.
IMapChangeListener - Interface in org.eclipse.core.databinding.observable.map
Listener for changes to observable maps.
IMarker - Interface in org.eclipse.core.resources
Markers are a general mechanism for associating notes and meta-data with resources.
IMarkerActionFilter - Interface in org.eclipse.ui
Describes the public attributes for a marker and the acceptable values each may have.
IMarkerDelta - Interface in org.eclipse.core.resources
A marker delta describes the change to a single marker.
IMarkerHelpRegistry - Interface in org.eclipse.ui
Registry of F1 help contexts and resolutions for markers.
IMarkerResolution - Interface in org.eclipse.ui
Resolution for a marker.
IMarkerResolution2 - Interface in org.eclipse.ui
Extends IMarkerResolution.
IMarkerResolutionGenerator - Interface in org.eclipse.ui
Creates resolutions for a given marker.
IMarkerResolutionGenerator2 - Interface in org.eclipse.ui
A marker resolution generator should implement this interface rather than IMarkerResolutionGenerator if it can determine whether a particular marker has any resolutions more efficiently than computing all the resolutions.
IMarkerUpdater - Interface in org.eclipse.ui.texteditor
A marker updater is responsible for saving changes to markers.
IMarkRegionTarget - Interface in org.eclipse.jface.text
A mark region target to support marked regions as found in emacs.
IMarkSelection - Interface in org.eclipse.jface.text
A mark selection can be sent out by text viewers.
IME - Class in org.eclipse.swt.widgets
Instances of this class represent input method editors.
IME(Canvas, int) - Constructor for class org.eclipse.swt.widgets.IME
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ImeComposition - Static variable in class org.eclipse.swt.SWT
The IME composition event type (value is 43).
IMemento - Interface in org.eclipse.ui
Interface to a memento used for saving the important state of an object in a form that can be persisted in the file system.
IMementoAware - Interface in org.eclipse.ui.navigator
Clients may use mementos to persist interesting state between sessions.
IMemoryBlock - Interface in org.eclipse.debug.core.model
A contiguous segment of memory in an execution context.
IMemoryBlockExtension - Interface in org.eclipse.debug.core.model
Extensions to IMemoryBlock.
IMemoryBlockListener - Interface in org.eclipse.debug.core
A memory block listener is notified of the addition and removal of memory blocks with the memory block manager.
IMemoryBlockManager - Interface in org.eclipse.debug.core
Manages registered memory blocks in the workspace.
IMemoryBlockRetrieval - Interface in org.eclipse.debug.core.model
Supports the retrieval of arbitrary blocks of memory.
IMemoryBlockRetrievalExtension - Interface in org.eclipse.debug.core.model
Extended capabilities for memory block retrieval.
IMemoryBlockTablePresentation - Interface in org.eclipse.debug.ui.memory
Allows debug models to customize the rendering of addresses for its memory blocks in table and text based renderings provided by the debug platform.
IMemoryRendering - Interface in org.eclipse.debug.ui.memory
An arbitrary rendering of a memory block.
IMemoryRenderingBindingsListener - Interface in org.eclipse.debug.ui.memory
A rendering bindings listener is notified of changes in the renderings provided by a rendering bindings provider.
IMemoryRenderingBindingsProvider - Interface in org.eclipse.debug.ui.memory
A rendering bindings provider provides rendering type bindings for a memory block.
IMemoryRenderingContainer - Interface in org.eclipse.debug.ui.memory
A memory rendering container is a container within a memory rendering site for hosting a memory renderings.
IMemoryRenderingManager - Interface in org.eclipse.debug.ui.memory
Manager for memory renderings.
IMemoryRenderingSite - Interface in org.eclipse.debug.ui.memory
A workbench site that hosts memory renderings and provides synchronization services for memory renderings.
IMemoryRenderingSynchronizationService - Interface in org.eclipse.debug.ui.memory
Provides facilities related to the synchronization of memory renderings.
IMemoryRenderingType - Interface in org.eclipse.debug.ui.memory
Represents a type of memory rendering contributed via the memoryRenderings extension point.
IMemoryRenderingTypeDelegate - Interface in org.eclipse.debug.ui.memory
A factory that creates memory renderings.
IMenuCreator - Interface in org.eclipse.jface.action
Interface for something that creates and disposes of SWT menus.
IMenuListener - Interface in org.eclipse.jface.action
A menu listener that gets informed when a menu is about to show.
IMenuListener2 - Interface in org.eclipse.jface.action
A menu listener that gets informed when a menu is about to hide.
IMenuManager - Interface in org.eclipse.jface.action
The IMenuManager interface provides protocol for managing contributions to a menu bar and its sub menus.
IMenuService - Interface in org.eclipse.ui.menus
Provides services related to the menu architecture within the workbench.
IMenuStateIds - Interface in org.eclipse.jface.menus
State identifiers that should be understood by items and renderers of items.
IMergeContext - Interface in org.eclipse.team.core.mapping
Provides the context for an IResourceMappingMerger or a model specific synchronization view that supports merging. * The diff tree associated with this context may be updated asynchronously in response to calls to any method of this context (e.g. merge and markAsMerged methods) that may result in changes in the synchronization state of resources.
IMergeStatus - Interface in org.eclipse.team.core.mapping
A special status that is returned when the return code of the merge method is CONFLICTS.
IMergeViewerContentProvider - Interface in org.eclipse.compare.contentmergeviewer
A content provider that mediates between a ContentMergeViewer's model and the viewer itself.
IMessage - Interface in org.eclipse.ui.forms
This interface encapsulates a single message that can be shown in a form.
IMessageManager - Interface in org.eclipse.ui.forms
This interface provides for managing typed messages in a form.
IMessagePrefixProvider - Interface in org.eclipse.ui.forms
This interface computes the prefix of a message that is created in the context of a control.
IMessageProvider - Interface in org.eclipse.jface.dialogs
Minimal interface to a message provider.
IMG_ACT_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug action image identifier.
IMG_ACT_RUN - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Run action image identifier.
IMG_ACT_SYNCED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
"Link with View" action image identifier.
IMG_CHECKEDIN_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identified a version controlled file.
IMG_CHECKEDOUT_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies a checked-out file.
IMG_CONFLICT_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies a conflicting element.
IMG_DEC_FIELD_ERROR - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the error overlay image.
IMG_DEC_FIELD_WARNING - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the warning overlay image.
IMG_DEF_VIEW - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used for views.
IMG_DIRTY_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies a locally changed file.
IMG_DLCL_CONTENT_ASSIST - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier (disabled).
IMG_ELCL_COLLAPSEALL - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the collapse all image in the enabled state.
IMG_ELCL_COLLAPSEALL_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the collapse all image in the disabled state.
IMG_ELCL_CONTENT_ASSIST - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier (enabled).
IMG_ELCL_REMOVE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the remove image in the enabled state.
IMG_ELCL_REMOVE_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the remove image in the disabled state.
IMG_ELCL_REMOVEALL - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the remove all image in the enabled state.
IMG_ELCL_REMOVEALL_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the remove all image in the disabled state.
IMG_ELCL_STOP - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the stop image in the enabled state.
IMG_ELCL_STOP_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the stop image in the disabled state.
IMG_ELCL_SYNCED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the synchronize image in the enabled state.
IMG_ELCL_SYNCED_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the synchronize image in the disabled state.
IMG_ERROR_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies an error in the element.
IMG_ETOOL_CLEAR - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the clear image in the enabled state.
IMG_ETOOL_CLEAR_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the clear image in the disabled state.
IMG_ETOOL_DEF_PERSPECTIVE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default perspective image.
IMG_ETOOL_DELETE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the enabled state.
IMG_ETOOL_DELETE_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the disabled state.
IMG_ETOOL_HOME_NAV - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the home image in the enabled state.
IMG_ETOOL_HOME_NAV_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the home image in the disabled state.
IMG_ETOOL_PRINT_EDIT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the print image in the enabled state.
IMG_ETOOL_PRINT_EDIT_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the print image in the disabled state.
IMG_ETOOL_SAVE_EDIT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save image in the enabled state.
IMG_ETOOL_SAVE_EDIT_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save image in the disabled state.
IMG_ETOOL_SAVEALL_EDIT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save all image in the enabled state.
IMG_ETOOL_SAVEALL_EDIT_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save all image in the disabled state.
IMG_ETOOL_SAVEAS_EDIT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save as image in the enabled state.
IMG_ETOOL_SAVEAS_EDIT_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save as image in the disabled state.
IMG_HOURGLASS_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies an element that is being worked on (e.g. is busy).
IMG_LCL_CHANGE_VARIABLE_VALUE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Change variable value action image identifier.
IMG_LCL_CLEAR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Deprecated.  
IMG_LCL_CLEAR - Static variable in interface org.eclipse.ui.console.IConsoleConstants
Clear action image identifier.
IMG_LCL_CONTENT_ASSIST - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Toggle detail pane action image identifier.
IMG_LCL_DETAIL_PANE_HIDE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE_RIGHT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE_UNDER - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DISCONNECT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disconnect action image identifier
IMG_LCL_LINKTO_HELP - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the help image.
IMG_LCL_LOCK - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Scroll lock action image identifier
IMG_LCL_REMOVE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Remove action image identifier
IMG_LCL_REMOVE_ALL - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Remove all action image identifier
IMG_LCL_TYPE_NAMES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Display variable type names action image identifier.
IMG_OBJ_ADD - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the add image.
IMG_OBJ_ELEMENT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies an element image.
IMG_OBJ_FILE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies a file image.
IMG_OBJ_FOLDER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies a folder image.
IMG_OBJ_PROJECT - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies a project image.
IMG_OBJ_PROJECT - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJ_PROJECT instead.
IMG_OBJ_PROJECT_CLOSED - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies a closed project image.
IMG_OBJ_PROJECT_CLOSED - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJ_PROJECT_CLOSED instead.
IMG_OBJS_ACCESS_WATCHPOINT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Enabled access watchpoint image identifier.
IMG_OBJS_ACCESS_WATCHPOINT_DISABLED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled access watchpoint image identifier.
IMG_OBJS_BKMRK_TSK - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the default image used to indicate a bookmark.
IMG_OBJS_BKMRK_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJS_BKMRK_TSK instead.
IMG_OBJS_BREAKPOINT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Enabled breakpoint image identifier.
IMG_OBJS_BREAKPOINT_DISABLED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled breakpoint image identifier.
IMG_OBJS_BREAKPOINT_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Breakpoint group image identifier.
IMG_OBJS_BREAKPOINT_GROUP_DISABLED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled breakpoint group image identifier.
IMG_OBJS_DEBUG_TARGET - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Running debug target image identifier.
IMG_OBJS_DEBUG_TARGET_SUSPENDED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Suspended debug target image identifier.
IMG_OBJS_DEBUG_TARGET_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated debug target image identifier.
IMG_OBJS_DND_BOTTOM_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the down arrow cursor.
IMG_OBJS_DND_BOTTOM_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the down arrow cursor.
IMG_OBJS_DND_INVALID_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the 'no drop' arrow cursor.
IMG_OBJS_DND_INVALID_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the 'no drop' arrow cursor.
IMG_OBJS_DND_LEFT_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the left arrow cursor.
IMG_OBJS_DND_LEFT_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the left arrow cursor.
IMG_OBJS_DND_OFFSCREEN_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the 'off-screen' (detached window) arrow cursor.
IMG_OBJS_DND_OFFSCREEN_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the 'off-screen' (detached window) arrow cursor.
IMG_OBJS_DND_RIGHT_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the right arrow cursor.
IMG_OBJS_DND_RIGHT_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the right arrow cursor.
IMG_OBJS_DND_STACK_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the 'in stack' arrow cursor.
IMG_OBJS_DND_STACK_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the 'in stack' arrow cursor.
IMG_OBJS_DND_TOFASTVIEW_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the 'fast-view' arrow cursor.
IMG_OBJS_DND_TOFASTVIEW_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the 'fast-view' arrow cursor.
IMG_OBJS_DND_TOP_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the up arrow cursor.
IMG_OBJS_DND_TOP_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the up arrow cursor.
IMG_OBJS_ENV_VAR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Environment variable image identifier.
IMG_OBJS_ENVIRONMENT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Environment image identifier.
IMG_OBJS_ERROR_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate errors.
IMG_OBJS_EXPRESSION - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Expression image identifier.
IMG_OBJS_INFO_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate information only.
IMG_OBJS_INSTRUCTION_POINTER - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Instruction pointer image for editor ruler for secondary (non-top) stack frames.
IMG_OBJS_INSTRUCTION_POINTER_TOP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Instruction pointer image for editor ruler for the currently executing instruction in the top stack frame.
IMG_OBJS_LAUNCH_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug mode launch image identifier.
IMG_OBJS_LAUNCH_RUN - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Run mode launch image identifier.
IMG_OBJS_LAUNCH_RUN_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated run mode launch image identifier.
IMG_OBJS_MODIFICATION_WATCHPOINT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Enabled modification watchpoint image identifier.
IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled modification watchpoint image identifier.
IMG_OBJS_OS_PROCESS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Running system process image identifier.
IMG_OBJS_OS_PROCESS_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated system process image identifier.
IMG_OBJS_REGISTER - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Generic register image identifier.
IMG_OBJS_REGISTER_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Generic identifier of register group image.
IMG_OBJS_STACKFRAME - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Stack frame (suspended) image identifier.
IMG_OBJS_STACKFRAME_RUNNING - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Stack frame (running) image identifier.
IMG_OBJS_TASK_TSK - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the default image used to indicate a task.
IMG_OBJS_TASK_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJS_TASK_TSK instead.
IMG_OBJS_THREAD_RUNNING - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Running thread image identifier.
IMG_OBJS_THREAD_SUSPENDED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Suspended thread image identifier.
IMG_OBJS_THREAD_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated thread image identifier.
IMG_OBJS_VARIABLE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Generic variable image identifier.
IMG_OBJS_WARN_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate warnings.
IMG_OBJS_WATCHPOINT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Enabled watchpoint image identifier (access & modification).
IMG_OBJS_WATCHPOINT_DISABLED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled watchpoint image identifier (access & modification).
IMG_OPEN_MARKER - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the image used for "open marker".
IMG_OPEN_MARKER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OPEN_MARKER instead.
IMG_OVR_ERROR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Error overlay image identifier.
IMG_OVR_SKIP_BREAKPOINT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Skip breakpoint image overlay identifier.
IMG_PERSPECTIVE_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug perspective image identifier
IMG_SKIP_BREAKPOINTS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
"Skip Breakpoints" action image identifier
IMG_TOOL_BACK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the back image in the enabled state.
IMG_TOOL_BACK_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the back image in the disabled state.
IMG_TOOL_BACK_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_BACK. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_COPY - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the copy image in the enabled state.
IMG_TOOL_COPY_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the copy image in the disabled state.
IMG_TOOL_COPY_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_COPY. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_CUT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the cut image in the enabled state.
IMG_TOOL_CUT_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the cut image in the disabled state.
IMG_TOOL_CUT_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_CUT. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_DELETE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the enabled state.
IMG_TOOL_DELETE_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the disabled state.
IMG_TOOL_DELETE_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_DELETE. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_FORWARD - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the forward image in the enabled state.
IMG_TOOL_FORWARD_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the forward image in the disabled state.
IMG_TOOL_FORWARD_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_FORWARD. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_NEW_WIZARD - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the new wizard image in the enabled state.
IMG_TOOL_NEW_WIZARD_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the new wizard image in the disabled state.
IMG_TOOL_NEW_WIZARD_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_NEW_WIZARD. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_PASTE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the paste image in the enabled state.
IMG_TOOL_PASTE_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the paste image in the disabled state.
IMG_TOOL_PASTE_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_PASTE. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_REDO - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the redo image in the enabled state.
IMG_TOOL_REDO_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the redo image in the disabled state.
IMG_TOOL_REDO_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_REDO. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_UNDO - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the undo image in the enabled state.
IMG_TOOL_UNDO_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the undo image in the disabled state.
IMG_TOOL_UNDO_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_UNDO. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_UP - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the up image in the enabled state.
IMG_TOOL_UP_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the up image in the disabled state.
IMG_TOOL_UP_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_UP. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_VIEW_BREAKPOINTS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Breakpoints view image identifier
IMG_VIEW_CONSOLE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Console view image identifier
IMG_VIEW_CONSOLE - Static variable in interface org.eclipse.ui.console.IConsoleConstants
Console view image identifier.
IMG_VIEW_EXPRESSIONS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Expressions view image identifier
IMG_VIEW_LAUNCHES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launches view image identifier
IMG_VIEW_VARIABLES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Variables view image identifier
IMG_WARNING_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies an error in the element.
IMG_WIZBAN_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug wizard banner image identifier.
IMG_WIZBAN_RUN - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Run wizard banner image identifier.
IMMEDIATELY - Static variable in class org.eclipse.jface.text.ITextViewerExtension8.EnrichMode
Enrich the hover immediately when the mouse is moved into it.
immediateUpdate() - Method in class org.eclipse.jface.text.source.CompositeRuler
Immediately redraws the entire ruler (without asynchronous posting).
IModelProviderDescriptor - Interface in org.eclipse.core.resources.mapping
A model provider descriptor contains information about a model provider obtained from the plug-in manifest (plugin.xml) file.
IModificationDate - Interface in org.eclipse.compare
Common interface for objects with a modification date.
IMoveDeleteHook - Interface in org.eclipse.core.resources.team
Primary interface for hooking the implementation of IResource.move and IResource.delete.
IMPORT - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "import"): Opens the import wizard.
IMPORT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated. in 3.0. Use org.eclipse.ui.ActionFactory.IMPORT.getId() instead.
Import - Class in org.eclipse.update.core
Convenience implementation of a plug-in dependency.
Import() - Constructor for class org.eclipse.update.core.Import
 
IMPORT_EXT - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
File menu: name of group for extra Import-like actions (value "import.ext").
IMPORT_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of group for extra Import-like actions (value "import.ext").
importAction - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
 
ImportBreakpointsOperation - Class in org.eclipse.debug.ui.actions
Imports breakpoints from a file or string buffer into the workspace.
ImportBreakpointsOperation(String, boolean, boolean) - Constructor for class org.eclipse.debug.ui.actions.ImportBreakpointsOperation
Constructs an operation to import breakpoints.
ImportBreakpointsOperation(StringBuffer, boolean, boolean) - Constructor for class org.eclipse.debug.ui.actions.ImportBreakpointsOperation
Constructs an operation to import breakpoints from a string buffer.
ImportModel - Class in org.eclipse.update.core.model
Plug-in dependency model object.
ImportModel() - Constructor for class org.eclipse.update.core.model.ImportModel
Creates a uninitialized plug-in dependency model object.
ImportOperation - Class in org.eclipse.ui.wizards.datatransfer
An operation which does the actual work of copying objects from the local file system into the workspace.
ImportOperation(IPath, Object, IImportStructureProvider, IOverwriteQuery) - Constructor for class org.eclipse.ui.wizards.datatransfer.ImportOperation
Creates a new operation that recursively imports the entire contents of the specified root file system object.
ImportOperation(IPath, Object, IImportStructureProvider, IOverwriteQuery, List) - Constructor for class org.eclipse.ui.wizards.datatransfer.ImportOperation
Creates a new operation that imports specific file system objects.
ImportOperation(IPath, IImportStructureProvider, IOverwriteQuery, List) - Constructor for class org.eclipse.ui.wizards.datatransfer.ImportOperation
Creates a new operation that imports specific file system objects.
importPreferences(IPath) - Static method in class org.eclipse.core.runtime.Preferences
Deprecated. Loads the plugin preferences from the given file, and replaces all non-default-valued preferences for all plugins with the values from this file.
importPreferences(InputStream) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Loads preferences from the given file and stores them in the preferences store.
ImportResourcesAction - Class in org.eclipse.ui.actions
Action representing a generic import operation.
ImportResourcesAction(IWorkbenchWindow) - Constructor for class org.eclipse.ui.actions.ImportResourcesAction
Create a new instance of this class.
ImportResourcesAction(IWorkbench) - Constructor for class org.eclipse.ui.actions.ImportResourcesAction
Deprecated. use the constructor ImportResourcesAction(IWorkbenchWindow)
IMutableActivityManager - Interface in org.eclipse.ui.activities
An instance of this interface allows clients to manage activities, as defined by the extension point org.eclipse.ui.activities.
IN_SYNC - Static variable in class org.eclipse.team.core.synchronize.SyncInfo
Sync constant (value 0) indicating element is in sync.
INamedHandleStateIds - Interface in org.eclipse.core.commands
State identifiers that are understood by named handle objects that implement IObjectWithState.
INavigatable - Interface in org.eclipse.compare
Interface that allow clients to navigate through the changes shown in a compare pane.
INavigationHistory - Interface in org.eclipse.ui
Manages a list of entries to keep a history of locations on editors, enabling the user to go back and forward without losing context.
INavigationLocation - Interface in org.eclipse.ui
Represents the context marked for the user in the navigation history.
INavigationLocationProvider - Interface in org.eclipse.ui
Should be implemented by editors that wish to contribute to the navigation history.
INavigatorActivationService - Interface in org.eclipse.ui.navigator
Determines if an extension is active within the context of a given viewer and manages the persistence of this information.
INavigatorContentDescriptor - Interface in org.eclipse.ui.navigator
The descriptor provides a the low-level handle to a content extension.
INavigatorContentExtension - Interface in org.eclipse.ui.navigator
The content extension represents the components of a navigatorContent extension.
INavigatorContentService - Interface in org.eclipse.ui.navigator
Manages content extensions for extensible viewers and provides reusable services for filters, sorting, the activation of content extensions, and DND.
INavigatorContentServiceListener - Interface in org.eclipse.ui.navigator
Used by clients who would like to listen for the load event of am INavigatorContentExtension.
INavigatorDnDService - Interface in org.eclipse.ui.navigator
Provides instances of CommonDragAdapterAssistant and CommonDropAdapterAssistant for the associated INavigatorContentService.
INavigatorFilterService - Interface in org.eclipse.ui.navigator
Provides support for managing the filters defined for a Common Navigator viewer.
INavigatorPipelineService - Interface in org.eclipse.ui.navigator
Performs calculations that are necessary to determine the correct children to render in the viewer.
INavigatorSaveablesService - Interface in org.eclipse.ui.navigator
 
INavigatorSorterService - Interface in org.eclipse.ui.navigator
Provides an interface to extensions declared in org.eclipse.ui.navigator.navigatorContent/commonSorter.
INavigatorViewerDescriptor - Interface in org.eclipse.ui.navigator
Provides a basic metadata about the abstract viewer for a particular content service.
include(JarEntry) - Method in class org.eclipse.update.core.JarContentReference.ContentSelector
Indicates whether the .jar entry should be selected.
INCLUDE_HIDDEN - Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 8) indicating that hidden resources are to be included.
INCLUDE_ON_PREFERENCE_PAGE - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The value for the includeOnPreferencePage property.
INCLUDE_PHANTOMS - Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 1) indicating that phantom member resources are to be included.
INCLUDE_TEAM_PRIVATE_MEMBERS - Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 2) indicating that team private members are to be included.
includeDerived() - Method in class org.eclipse.search.ui.text.FileTextSearchScope
Returns whether derived resources are included in this search scope.
IncludedFeatureReference - Class in org.eclipse.update.core
This is a utility class representing the options of a nested feature.
IncludedFeatureReference() - Constructor for class org.eclipse.update.core.IncludedFeatureReference
Construct a included feature reference
IncludedFeatureReference(IIncludedFeatureReference) - Constructor for class org.eclipse.update.core.IncludedFeatureReference
Construct a feature options
IncludedFeatureReference(IFeatureReference) - Constructor for class org.eclipse.update.core.IncludedFeatureReference
Constructor IncludedFeatureReference.
IncludedFeatureReference(IncludedFeatureReferenceModel) - Constructor for class org.eclipse.update.core.IncludedFeatureReference
 
IncludedFeatureReferenceModel - Class in org.eclipse.update.core.model
Included Feature reference model object.
IncludedFeatureReferenceModel() - Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Construct a included feature reference
IncludedFeatureReferenceModel(IncludedFeatureReferenceModel) - Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Construct a included feature reference model
IncludedFeatureReferenceModel(IFeatureReference) - Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Constructor IncludedFeatureReferenceModel.
includeDirection(int) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return whether elements with the given direction should be included in the contents.
includes(DocumentEvent) - Method in class org.eclipse.jface.text.link.LinkedPosition
Returns whether this position includes event.
includes(LinkedPosition) - Method in class org.eclipse.jface.text.link.LinkedPosition
Returns whether this position includes position.
includes(int) - Method in class org.eclipse.jface.text.link.LinkedPosition
Overrides Position.includes(int)so every offset is considered included that lies in between the first and last offset of this position, and offsets that are right at the end of the position.
includes(IDocument, int, int) - Method in class org.eclipse.jface.text.link.LinkedPosition
Returns whether this position includes the range given by offset and length.
includes(int) - Method in class org.eclipse.jface.text.Position
Checks whether the given index is inside of this position's text range.
includesRulerLine(Position, IDocument) - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Checks whether a position includes the ruler's line of activity.
includesRulerLine(Position, IDocument) - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
Checks whether a position includes the ruler's line of activity.
InclusivePositionUpdater - Class in org.eclipse.jface.text.link
Position updater that considers any change in [p.offset, p.offset + p.length] of a Position p as belonging to the position.
InclusivePositionUpdater(String) - Constructor for class org.eclipse.jface.text.link.InclusivePositionUpdater
Creates a new updater for the given category.
INCOMING - Static variable in interface org.eclipse.team.core.diff.IThreeWayDiff
Constant (bit mask) indicating that there is a local change.
INCOMING - Static variable in class org.eclipse.team.core.synchronize.SyncInfo
Sync constant (value 8) indicating a change to the remote resource.
INCOMING_MODE - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Modes are direction filters for the view
increaseHeight(int) - Method in class org.eclipse.jface.resource.FontDescriptor
Returns a FontDescriptor that is equivalent to the reciever, but whose height is larger by the given number of points.
INCREMENTAL_BUILD - Static variable in class org.eclipse.core.resources.IncrementalProjectBuilder
Build kind constant (value 10) indicating an incremental build request.
IncrementalFindAction - Class in org.eclipse.ui.texteditor
An action which enters the incremental find mode like in emacs.
IncrementalFindAction(ResourceBundle, String, IWorkbenchPart, boolean) - Constructor for class org.eclipse.ui.texteditor.IncrementalFindAction
Creates a new incremental find action for the given workbench part.
IncrementalFindAction(ResourceBundle, String, IWorkbenchWindow, boolean) - Constructor for class org.eclipse.ui.texteditor.IncrementalFindAction
Deprecated. use FindReplaceAction(ResourceBundle, String, IWorkbenchPart, boolean) instead
IncrementalProjectBuilder - Class in org.eclipse.core.resources
The abstract base class for all incremental project builders.
IncrementalProjectBuilder() - Constructor for class org.eclipse.core.resources.IncrementalProjectBuilder
 
incrementBusy() - Method in interface org.eclipse.ui.progress.IWorkbenchSiteProgressService
Increments the busy counter for this workbench site.
incrementCount - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
the zero-based count of image data increments -- this is equivalent to the number of events that have been generated while loading a particular image
incrementCount(long) - Method in class org.eclipse.update.core.InstallMonitor
Increments the number of bytes copied.
incrementNestingDepth() - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
Increments the nesting depth of running operations.
inDebugMode() - Static method in class org.eclipse.core.runtime.Platform
Returns true if the platform is currently running in debug mode.
INDENT - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Indent in dialog units (value 21).
indent(int, int) - Method in class org.eclipse.jface.layout.GridDataFactory
Sets the indent of the control within the cell.
indent(Point) - Method in class org.eclipse.jface.layout.GridDataFactory
Sets the indent of the control within the cell.
indent - Variable in class org.eclipse.swt.custom.LineStyleEvent
line indent (input, output)
indent - Variable in class org.eclipse.ui.forms.widgets.TableWrapData
Horizontal indent (default is 0).
INDETERMINATE - Static variable in interface org.eclipse.core.runtime.content.IContentDescriber
Description result constant, indicating that it was not possible to determine whether the contents were valid for the intended content type.
INDETERMINATE - Static variable in class org.eclipse.swt.SWT
Style constant for progress bar behavior (value is 1<<1).
inDevelopmentMode() - Static method in class org.eclipse.core.runtime.Platform
Returns true if the platform is currently running in development mode.
index - Variable in class org.eclipse.swt.widgets.Event
the index of the item where the event occurred
INDEX_PARAMETER_ID - Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated. no longer used
INDEX_PARAMETER_NAME - Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated. no longer used
INDEX_PARAMETER_VALUE_NAME - Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated. no longer used
INDEX_PARAMETER_VALUE_VALUE - Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated. no longer used
indexForElement(Object) - Method in class org.eclipse.jface.viewers.AbstractListViewer
 
indexForElement(Object) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
 
indexForElement(Widget, Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the index where the item should be inserted.
indexOf(Object) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
indexOf(Object) - Method in class org.eclipse.core.databinding.observable.list.DecoratingObservableList
 
indexOf(Object) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
 
indexOf(Object) - Method in class org.eclipse.core.databinding.observable.list.MultiList
 
indexOf(Object) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
indexOf(String) - Method in class org.eclipse.jface.action.ContributionManager
Returns the index of the item with the given id.
indexOf(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
Returns the index of the object in the internal structure.
indexOf(String[], String, int) - Static method in class org.eclipse.jface.text.TextUtilities
Returns the starting position and the index of the first matching search string in the given text that is greater than the given offset.
indexOf(String) - Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String, int) - Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolder
Return the index of the specified tab or -1 if the tab is not in the receiver.
indexOf(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTree
Deprecated. Gets the index of an item.
indexOf(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Gets the index of the specified item.
indexOf(String) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String, int) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(CoolItem) - Method in class org.eclipse.swt.widgets.CoolBar
Searches the receiver's items in the order they are currently being displayed, starting at the first item (index 0), until an item is found that is equal to the argument, and returns the index of that item.
indexOf(ExpandItem) - Method in class org.eclipse.swt.widgets.ExpandBar
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String) - Method in class org.eclipse.swt.widgets.List
Gets the index of an item.
indexOf(String, int) - Method in class org.eclipse.swt.widgets.List
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(MenuItem) - Method in class org.eclipse.swt.widgets.Menu
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TabItem) - Method in class org.eclipse.swt.widgets.TabFolder
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TableColumn) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first column (index 0) until a column is found that is equal to the argument, and returns the index of that column.
indexOf(TableItem) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(ToolItem) - Method in class org.eclipse.swt.widgets.ToolBar
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TreeColumn) - Method in class org.eclipse.swt.widgets.Tree
Searches the receiver's list starting at the first column (index 0) until a column is found that is equal to the argument, and returns the index of that column.
indexOf(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TreeItem) - Method in class org.eclipse.swt.widgets.TreeItem
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
INestableKeyBindingService - Interface in org.eclipse.ui
Deprecated. This is now handled by IServiceLocator which can be nested.
INewWizard - Interface in org.eclipse.ui
Interface for creation wizards.
INFINITE - Static variable in class org.eclipse.jface.bindings.keys.KeySequenceText
The special integer value for the maximum number of strokes indicating that an infinite number should be allowed.
INFINITE - Static variable in interface org.eclipse.ui.ISizeProvider
Constant used to indicate infinite size.
info(String) - Static method in class org.eclipse.core.databinding.validation.ValidationStatus
Creates a new validation info status with the given message.
INFO - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 1) indicating this status is informational only.
INFO - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Status severity constant (value 1) indicating this status is informational only.
INFO_MESSAGE - Static variable in class org.eclipse.jface.dialogs.TitleAreaDialog
Deprecated.  
INFO_SYSTEM_IMAGE - Static variable in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
Constant for the info system image.
Infocenter - Class in org.eclipse.help.standalone
This is a standalone infocenter.
Infocenter(String[]) - Constructor for class org.eclipse.help.standalone.Infocenter
Constructs Infocenter
InfoForm - Class in org.eclipse.ui.texteditor
Deprecated. since 3.0. there is no replacement, use org.eclipse.ui.forms to define a component with a similar look and function.
InfoForm(Composite) - Constructor for class org.eclipse.ui.texteditor.InfoForm
Deprecated. Creates a new info form.
INFOPOPUP_SHELLSTYLE - Static variable in class org.eclipse.jface.dialogs.PopupDialog
Shell style appropriate for an info popup that can get focus.
INFOPOPUPRESIZE_SHELLSTYLE - Static variable in class org.eclipse.jface.dialogs.PopupDialog
Shell style appropriate for a resizable info popup that can get focus.
INFORMATION - Static variable in interface org.eclipse.jface.dialogs.IMessageProvider
Constant for an info message (value 1).
INFORMATION - Static variable in class org.eclipse.jface.dialogs.MessageDialog
Constant for a dialog with an info image (value 2).
INFORMATION - Static variable in interface org.eclipse.jface.text.source.ISourceViewer
Text operation code for requesting information at the current insertion position.
InformationPresenter - Class in org.eclipse.jface.text.information
Standard implementation of IInformationPresenter.
InformationPresenter(IInformationControlCreator) - Constructor for class org.eclipse.jface.text.information.InformationPresenter
Creates a new information presenter that uses the given information control creator.
INHERIT_DEFAULT - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is inherited by children who choose this value as their "default" (value is 1).
INHERIT_FORCE - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is inherited by all children.
INHERIT_NONE - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is not inherited by the children (value is 0).
init(DataBindingContext) - Method in class org.eclipse.core.databinding.Binding
Initializes this binding with the given context and adds it to the list of bindings of the context.
init() - Method in class org.eclipse.core.databinding.observable.map.ComputedObservableMap
Deprecated. Subclasses are no longer required to call this method.
init(IModelProviderDescriptor) - Method in class org.eclipse.core.resources.mapping.ModelProvider
This method is called by the model provider framework when the model provider is instantiated.
init(ISourceLookupDirector) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
 
init(ISourceLookupDirector) - Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
 
init(ISourceLookupDirector) - Method in class org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer
 
init(ISourceLookupDirector) - Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainer
Notification this source container has been added to the given source lookup director.
init(ISourceLookupDirector) - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant
Notification this participant has been added to the specified source lookup director.
init(IViewSite, IMemento) - Method in class org.eclipse.debug.ui.AbstractDebugView
 
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
 
init(IViewPart) - Method in class org.eclipse.debug.ui.actions.AddMemoryRenderingActionDelegate
 
init(IAction) - Method in class org.eclipse.debug.ui.actions.AddMemoryRenderingActionDelegate
 
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.LaunchAsAction
Deprecated.  
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.LaunchShortcutsAction
 
init(IAction) - Method in class org.eclipse.debug.ui.actions.OpenLaunchDialogAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.OpenLaunchDialogAction
 
init(IAction) - Method in class org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate
 
init(IAction) - Method in class org.eclipse.debug.ui.actions.RunToLineActionDelegate
 
init(IViewPart) - Method in class org.eclipse.debug.ui.actions.RunToLineActionDelegate
 
init(IConsole) - Method in interface org.eclipse.debug.ui.console.IConsoleLineTracker
Notification that a console document has been created for which this listener is registered.
init(IWorkbenchPartSite) - Method in interface org.eclipse.debug.ui.IDetailPane
Initializes this detail pane for the given workbench part site.
init(IMemoryRenderingContainer, IMemoryBlock) - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
 
init(IMemoryRenderingContainer, IMemoryBlock) - Method in interface org.eclipse.debug.ui.memory.IMemoryRendering
Initializes this rendering to be hosted in the given container, displaying the given memory block.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
 
init(ServletConfig) - Method in class org.eclipse.equinox.jsp.jasper.JspServlet
 
init(String) - Method in class org.eclipse.help.search.LuceneSearchParticipant
Initializes the participant with the unique identifier from the registry.
init(IWorkbenchWindow) - Method in class org.eclipse.help.ui.browser.LaunchURL
 
init(IEngineDescriptor, String) - Method in interface org.eclipse.help.ui.ISearchScopePage
Initializes the search scope page.
init(IEngineDescriptor, String) - Method in class org.eclipse.help.ui.RootScopePage
 
init(String, String) - Method in class org.eclipse.jface.preference.FieldEditor
Initialize the field editor with the given preference name and label.
init() - Method in class org.eclipse.jface.viewers.CellNavigationStrategy
This method is called by the framework to initialize this navigation strategy object.
init() - Method in class org.eclipse.jface.viewers.FocusCellHighlighter
This method is called by the framework to initialize this cell highlighter object.
init(IWorkbenchWindow) - Method in class org.eclipse.ltk.ui.refactoring.actions.ApplyRefactoringScriptAction
Initializes this action delegate with the workbench window it will work in.
init(IWorkbenchWindow) - Method in class org.eclipse.ltk.ui.refactoring.actions.CreateRefactoringScriptAction
Initializes this action delegate with the workbench window it will work in.
init(IWorkbenchWindow) - Method in class org.eclipse.ltk.ui.refactoring.actions.ShowRefactoringHistoryAction
Initializes this action delegate with the workbench window it will work in.
init(IPageSite) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
The Page implementation of this IPageBookViewPage method stores a reference to the supplied site (the site which contains this page).
init() - Method in class org.eclipse.swt.graphics.Device
Initializes any internal resources needed by the device.
init() - Method in class org.eclipse.swt.widgets.Display
Initializes any internal resources needed by the device.
init() - Method in class org.eclipse.team.core.synchronize.SyncInfo
Method that is invoked after instance creation to initialize the sync kind.
init(IWorkbench, IProject) - Method in interface org.eclipse.team.ui.IConfigurationWizard
Initializes this creation wizard using the passed workbench and the selected project.
init(IWorkbench, IProject[]) - Method in interface org.eclipse.team.ui.IConfigurationWizardExtension
Initializes this creation wizard using the passed workbench and selected projects.
init(ICommonActionExtensionSite) - Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
 
init(ICommonContentExtensionSite) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
 
init(ICommonContentExtensionSite) - Method in class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
 
init(String, IMemento) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
Classes that are persisted must override this method and perform the following initialization.
init(IMemento) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
Method invoked from the constructor which populates the fields of this scope
init(ISynchronizePageSite) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePage
Initialize this page with workbench part that contains the page.
init(String, IMemento) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Initializes this participant with the given participant state.
init(String, IMemento) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
 
init(IMemento) - Method in class org.eclipse.team.ui.synchronize.ResourceScope
 
init(String, IMemento) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
 
init(IMemento) - Method in class org.eclipse.team.ui.synchronize.WorkingSetScope
 
init(IServiceLocator) - Method in class org.eclipse.ui.about.InstallationPage
 
init(IAction) - Method in class org.eclipse.ui.actions.ActionDelegate
The ActionDelegate implementation of this IActionDelegate2 method does nothing.
init(IWorkbench) - Method in class org.eclipse.ui.activities.ActivitiesPreferencePage
 
init(IWorkbench) - Method in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
 
init() - Method in class org.eclipse.ui.console.AbstractConsole
Called when this console is added to the console manager.
init(IPageBookViewPage, IConsole) - Method in interface org.eclipse.ui.console.IConsolePageParticipant
Called during page initialization.
init(IPageSite) - Method in class org.eclipse.ui.console.TextConsolePage
 
init(int, PatternFilter) - Method in class org.eclipse.ui.dialogs.FilteredTree
Create the filtered tree.
init(IWorkbenchWindow) - Method in class org.eclipse.ui.editors.text.FileBufferOperationAction
 
init(IActionBars) - Method in class org.eclipse.ui.editors.text.TextEditorActionContributor
 
init(IWorkbench) - Method in class org.eclipse.ui.editors.text.TextEditorPreferencePage
Deprecated.  
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.forms.editor.FormEditor
Overrides super to plug in a different selection provider.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.forms.editor.FormPage
Initializes the form page.
init(IAction) - Method in interface org.eclipse.ui.IActionDelegate2
Allows the action delegate to initialize itself after being created by the proxy action.
init(IActionBars, IWorkbenchPage) - Method in interface org.eclipse.ui.IEditorActionBarContributor
Initializes this contributor, which is expected to add contributions as required to the given action bars and global action handlers.
init(IEditorSite, IEditorInput) - Method in interface org.eclipse.ui.IEditorPart
Initializes this editor with the given editor site and input.
init(IIntroSite, IMemento) - Method in class org.eclipse.ui.intro.config.CustomizableIntroPart
 
init(IIntroContentProviderSite) - Method in interface org.eclipse.ui.intro.config.IIntroContentProvider
Initializes the content provider.
init(IIntroSite, Map) - Method in class org.eclipse.ui.intro.config.IntroConfigurer
Provides the opportunity for the configurer to contribute to the action bars and to fetch presentation theme properties.
init(IIntroPart, IMemento) - Method in interface org.eclipse.ui.intro.config.IStandbyContentPart
Initializes this intro standby content part with the given intro site.
init(IIntroSite, IMemento) - Method in interface org.eclipse.ui.intro.IIntroPart
Initializes this intro part with the given intro site.
init(IViewPart) - Method in interface org.eclipse.ui.IViewActionDelegate
Initializes this action delegate with the view it will work in.
init(IViewSite) - Method in interface org.eclipse.ui.IViewPart
Initializes this view with the given view site.
init(IViewSite, IMemento) - Method in interface org.eclipse.ui.IViewPart
Initializes this view with the given view site.
init(IWorkbench) - Method in interface org.eclipse.ui.IWorkbenchPreferencePage
Initializes this preference page for the given workbench.
init(IWorkbenchWindow) - Method in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
Initializes this action delegate with the workbench window it will work in.
init(IWorkbench, IStructuredSelection) - Method in interface org.eclipse.ui.IWorkbenchWizard
Initializes this creation wizard using the passed workbench and object selection.
init(IWorkbenchWindow) - Method in class org.eclipse.ui.menus.AbstractWorkbenchTrimWidget
Define the IWorkbenchWindow that this trim is being hosted in.
init(IWorkbenchWindow) - Method in interface org.eclipse.ui.menus.IWorkbenchWidget
Initializes this widget contribution by supplying the IWorkbenchWindow that it's being hosted in.
init(ICommonActionExtensionSite) - Method in class org.eclipse.ui.navigator.CommonActionProvider
Initialize the current ICommonActionProvider with the supplied information.
init(INavigatorContentService) - Method in class org.eclipse.ui.navigator.CommonDropAdapterAssistant
Perform any necessary initialization using the INavigatorContentService.
init(IViewSite, IMemento) - Method in class org.eclipse.ui.navigator.CommonNavigator
Note: This method is for internal use only.
init() - Method in class org.eclipse.ui.navigator.CommonViewer
Initializes the content provider, label provider, and drag and drop support.
init(ICommonContentExtensionSite) - Method in interface org.eclipse.ui.navigator.ICommonContentProvider
Initialize the content provider with the given configuration.
init(ICommonContentExtensionSite) - Method in interface org.eclipse.ui.navigator.ICommonLabelProvider
Initialize the label provider with the given configuration.
init(ISaveablesSource, StructuredViewer, ISaveablesLifecycleListener) - Method in interface org.eclipse.ui.navigator.INavigatorSaveablesService
Initializes this service.
init(ISaveablesLifecycleListener) - Method in class org.eclipse.ui.navigator.SaveablesProvider
Initializes this SaveablesProvider with the given listener, and calls the hook method doInit().
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.part.AbstractMultiEditor
 
init(IEditorSite, MultiEditorInput) - Method in class org.eclipse.ui.part.AbstractMultiEditor
 
init(IActionBars, IWorkbenchPage) - Method in class org.eclipse.ui.part.EditorActionBarContributor
The EditorActionBarContributor implementation of this IEditorActionBarContributor method remembers the page then forwards the call to init(IActionBars) for backward compatibility
init(IActionBars) - Method in class org.eclipse.ui.part.EditorActionBarContributor
This method calls: contributeToMenu with bars' menu manager contributeToToolBar with bars' tool bar manager contributeToCoolBar with bars' cool bar manager if IActionBars is of extended type IActionBars2 contributeToStatusLine with bars' status line manager The given action bars are also remembered and made accessible via getActionBars.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.part.EditorPart
 
init(IIntroSite, IMemento) - Method in class org.eclipse.ui.part.IntroPart
The base implementation of this IIntroPartmethod ignores the memento and initializes the part in a fresh state.
init(IPageSite) - Method in interface org.eclipse.ui.part.IPageBookViewPage
Initializes this page with the given page site.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.part.MultiPageEditorPart
The MultiPageEditorPart implementation of this IEditorPart method sets its site to the given site, its input to the given input, and the site's selection provider to a MultiPageSelectionProvider.
init(IPageSite) - Method in class org.eclipse.ui.part.Page
The Page implementation of this IPageBookViewPage method stores a reference to the supplied site (the site which contains this page).
init(IViewSite) - Method in class org.eclipse.ui.part.PageBookView
 
init(IViewSite) - Method in class org.eclipse.ui.part.ViewPart
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.part.ViewPart
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
init(IWorkbenchWindow) - Method in class org.eclipse.ui.texteditor.GotoLastEditPositionAction
 
init(IWorkbench) - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator
Deprecated.  
init(IPageSite) - Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
 
init(IViewSite) - Method in class org.eclipse.ui.views.properties.PropertySheet
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.tasklist.TaskList
Deprecated.  
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemExportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemImportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileExportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileImportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
The BasicNewResourceWizard implementation of this IWorkbenchWizard method records the given workbench and selection, and initializes the default banner image for the pages by calling initializeDefaultPageImageDescriptor.
init(ISessionDelta[]) - Method in interface org.eclipse.update.configuration.IInstallDeltaHandler
Deprecated. Sets the list of session delta to present to the user
init(FeatureModelFactory) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
 
init(FeatureModelFactory, String) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
 
init(SiteModelFactory) - Method in class org.eclipse.update.core.model.DefaultSiteParser
 
initAccessible() - Method in class org.eclipse.ui.forms.widgets.Hyperlink
 
initActionState(IAction) - Method in class org.eclipse.debug.ui.AbstractDebugView
Restores the persisted checked state of the specified action that was stored in preferences.
initCause(Throwable) - Method in exception org.eclipse.osgi.signedcontent.InvalidContentException
The cause of this exception can only be set when constructed.
initContentProvider(TreeViewer) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Sets the content provider for the viewer.
initContextMenu() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Initializes and registers the context menu.
initDefaults(IPreferenceStore) - Static method in class org.eclipse.ui.editors.text.TextEditorPreferencePage
Deprecated. Initializes the defaults for the given store.
initDragAndDrop() - Method in class org.eclipse.ui.navigator.CommonViewer
Adds DND support to the Navigator.
initDragAndDrop() - Method in class org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator
Deprecated. Adds drag and drop support to the bookmark navigator.
initDragAndDrop() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Adds drag and drop support to the navigator.
initDragAndDrop() - Method in class org.eclipse.ui.views.properties.PropertySheetPage
Adds drag and drop support.
initFilters(TreeViewer) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Adds the filters to the viewer.
INITIAL_CONDITION_CHECKING_FAILED - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation
Constant (value 1025) indicating that the precondition check failed when opening a refactoring wizard dialog.
INITIAL_CONDITONS - Static variable in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Flag indicating that only initial conditions will be checked
INITIAL_FAST_VIEW_BAR_LOCATION - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named preference indicating where the fast view bar should be docked in a fresh workspace.
initialize(String) - Method in class org.eclipse.core.filesystem.provider.FileSystem
Initializes this file system instance with the provided scheme.
initialize() - Method in class org.eclipse.core.resources.mapping.ModelProvider
Initialization method that is called after the descriptor of this provider is set.
initialize(IValueVariable) - Method in interface org.eclipse.core.variables.IValueVariableInitializer
Initializes the specified variable.
initialize() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
Initialize this editor.
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.eclipse.equinox.security.auth.module.ExtensionLoginModule
 
initialize() - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
Initializes all field editors.
initialize() - Method in class org.eclipse.jface.text.MarginPainter
Initializes this painter, by flushing and recomputing all caches and causing the widget to be redrawn.
initialize() - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated. Performs the initial partitioning of the partitioner's document.
initialize() - Method in class org.eclipse.jface.text.rules.FastPartitioner
Performs the initial partitioning of the partitioner's document.
initialize() - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated. Performs the initial partitioning of the partitioner's document.
initialize(ColumnViewer, ViewerColumn) - Method in class org.eclipse.jface.viewers.CellLabelProvider
Initialize this label provider for use with the given column viewer for the given column.
initialize(ColumnViewer, ViewerColumn) - Method in class org.eclipse.jface.viewers.OwnerDrawLabelProvider
This implementation of CellLabelProvider.initialize(ColumnViewer, ViewerColumn) delegates to OwnerDrawLabelProvider.initialize(ColumnViewer, ViewerColumn, boolean) with a value of true for enableOwnerDraw.
initialize(ColumnViewer, ViewerColumn, boolean) - Method in class org.eclipse.jface.viewers.OwnerDrawLabelProvider
May be called from subclasses that override OwnerDrawLabelProvider.initialize(ColumnViewer, ViewerColumn) but want to customize whether owner draw will be enabled.
initialize(ColumnViewer, ViewerColumn) - Method in class org.eclipse.jface.viewers.StyledCellLabelProvider
 
initialize(Layout, int) - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Creates the progress monitor's UI parts and layouts them according to the given layout.
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.CopyParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.CreateParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.DeleteParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.MoveParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringProcessor, Object, RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant.
initialize(Object) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant with the element to be refactored.
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.RenameParticipant
Initializes the participant with the refactoring arguments
initialize() - Method in class org.eclipse.ltk.ui.refactoring.model.RefactoringSynchronizationActionProvider
Method called during action provider initialization.
initialize(IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.ISynchronizationScopeManager
Build the scope that is used to determine the complete set of resource mappings, and hence resources, that an operation should be performed on.
initialize(IProgressMonitor) - Method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
 
initialize() - Method in class org.eclipse.team.core.subscribers.SubscriberMergeContext
Initialize the diff tree of this context.
initialize(IProgressMonitor) - Method in class org.eclipse.team.core.subscribers.SubscriberScopeManager
 
initialize() - Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
Method called during action provider initialization.
initialize(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipantActionGroup
 
initialize(ISynchronizePageConfiguration, ISelectionProvider) - Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
Method invoked from the constructor.
initialize(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.SynchronizePageActionGroup
Initialize the actions of this contribution.
initialize(IServiceLocator) - Method in class org.eclipse.ui.AbstractSourceProvider
This method is called when the source provider is instantiated by org.eclipse.ui.services.
initialize(IWorkbenchConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary initialization before the workbench starts running.
initialize() - Method in class org.eclipse.ui.console.AbstractConsole
Initializes this console.
initialize(StatusTextEditor) - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
Associates this encoding support to the given text editor and initializes this encoding.
initialize(IResource[], IPath) - Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
Initializes this file buffer operation handler with the given resources and the given location.
initialize(IManagedForm) - Method in class org.eclipse.ui.forms.AbstractFormPart
 
initialize(IManagedForm) - Method in class org.eclipse.ui.forms.DetailsPart
 
initialize(FormEditor) - Method in class org.eclipse.ui.forms.editor.FormPage
Primes the form page with the parent editor instance.
initialize(FormEditor) - Method in interface org.eclipse.ui.forms.editor.IFormPage
 
initialize() - Method in class org.eclipse.ui.forms.FormColors
Initializes the colors.
initialize(IManagedForm) - Method in interface org.eclipse.ui.forms.IFormPart
Initializes the part.
initialize() - Method in interface org.eclipse.ui.forms.IManagedForm
Initializes the form by looping through the managed parts and initializing them.
initialize() - Method in class org.eclipse.ui.forms.ManagedForm
Initializes the form by looping through the managed parts and initializing them.
initialize(IServiceLocator) - Method in interface org.eclipse.ui.menus.IWorkbenchContribution
The service locator for this contribution.
initialize() - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
Deprecated. As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implement IAnnotationPresentation
initialize(ResourceBundle, String) - Method in class org.eclipse.ui.texteditor.ResourceAction
Initializes this action using the given bundle and prefix.
initialize(IPreferenceStatusMonitor) - Method in interface org.eclipse.ui.texteditor.spelling.ISpellingPreferenceBlock
Called after creating the control.
initialize(MarkerFieldFilter) - Method in class org.eclipse.ui.views.markers.FilterConfigurationArea
Initialise the receiver using the filter.
initialize(Map) - Method in class org.eclipse.ui.views.markers.MarkerFieldFilter
Initialise the receiver with the values in the values Map.
initialize() - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
Initializes this object's children table based on the contents of the specified source file.
initialize(int, IFeature, IInstallHandlerEntry, InstallMonitor) - Method in class org.eclipse.update.core.BaseInstallHandler
Initialize the install handler.
initialize(int, IFeature, IInstallHandlerEntry, InstallMonitor) - Method in interface org.eclipse.update.core.IInstallHandler
Initialize the install handler.
initializeBounds() - Method in class org.eclipse.jface.dialogs.Dialog
 
initializeBounds() - Method in class org.eclipse.jface.window.Window
Initializes the location and size of this window's SWT shell after it has been created.
initializeCellEditorValue(CellEditor, ViewerCell) - Method in class org.eclipse.jface.databinding.viewers.ObservableValueEditingSupport
Creates a Binding between the editor and the element to be edited.
initializeCellEditorValue(CellEditor, ViewerCell) - Method in class org.eclipse.jface.viewers.EditingSupport
Initialize the editor.
initializeColorTable() - Method in class org.eclipse.ui.forms.FormColors
Allocates colors for the following keys: BORDER, SEPARATOR and TITLE.
initializeColumn(IContributedRulerColumn) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.ColumnSupport
Hook to let subclasses initialize a newly created column.
initializeConfiguration(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
This method is invoked after a page configuration is created but before it is returned by the createPageConfiguration method.
initializeConfiguration(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
 
initializeConfiguration(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
 
initializeContext(IProgressMonitor) - Method in class org.eclipse.team.ui.synchronize.ModelMergeOperation
Initialize the merge context for this merge operation.
initializeContext(IProgressMonitor) - Method in class org.eclipse.team.ui.synchronize.ModelParticipantMergeOperation
 
initializeContext(SynchronizationContext) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
Set the context of this participant.
initialized - Variable in class org.eclipse.update.core.BaseInstallHandler
Indicates if handler has been initialized
initializeDefaultForegrounds(Display) - Method in class org.eclipse.ui.forms.HyperlinkSettings
Initializes the hyperlink foregrounds from the JFace defaults set for the entire workbench.
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
 
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
 
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
 
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
Initializes the default page image descriptor to an appropriate banner.
initializeDefaultPluginPreferences() - Method in class org.eclipse.core.runtime.Plugin
Deprecated. This method has been refactored in the new preference mechanism to handle the case where the runtime compatibility layer does not exist. The contents of this method should be moved to the method named initializeDefaultPreferences in a separate subclass of AbstractPreferenceInitializer. This class should be contributed via the org.eclipse.core.runtime.preferences extension point.
        <extension point=&quo;org.eclipse.core.runtime.preferences&quo;>
                        <initializer class=&quo;com.example.MyPreferenceInitializer&quo;/>
                </extension>
                ...
                package com.example;
                public class MyPreferenceInitializer extends AbstractPreferenceInitializer {
                        public MyPreferenceInitializer() {
                                super();
                        }
                        public void initializeDefaultPreferences() {
                                Preferences node = new DefaultScope().getNode("my.plugin.id");
                                node.put(key, value);
                        }
                }
 
initializeDefaultPluginPreferences() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated. this is only called if the runtime compatibility layer is present. See the deprecated comment in Plugin.initializeDefaultPluginPreferences().
initializeDefaultPreferences() - Method in class org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
This method is called by the preference initializer to initialize default preference values.
initializeDefaultPreferences(IPreferenceStore) - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated. this is only called if the runtime compatibility layer is present. See AbstractUIPlugin.initializeDefaultPluginPreferences().
initializeDefaults(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.model.IPersistableSourceLocator
Initializes this source locator to perform default source lookup for the given launch configuration.
initializeDefaults(ILaunchConfiguration) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
initializeDefaults(IPreferenceStore) - Method in class org.eclipse.help.ui.RootScopePage
Initializes default values of the store to be used when the user presses 'Defaults' button.
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.ui.editors.text.TextEditorPreferenceConstants
Initializes the given preference store with the default values.
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants
Initializes the given preference store with the default values.
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.ui.texteditor.MarkerAnnotationPreferences
Initializes the given preference store with the default marker annotation values.
initializeDialogUnits(Control) - Method in class org.eclipse.jface.dialogs.Dialog
Initializes the computation of horizontal and vertical dialog units based on the size of current font.
initializeDialogUnits(Control) - Method in class org.eclipse.jface.dialogs.DialogPage
Initializes the computation of horizontal and vertical dialog units based on the size of current font.
initializeDocumentInformationMapping(IDocument) - Method in class org.eclipse.jface.text.TextViewer
Initializes the document information mapping between the given slave document and its master document.
initializeDragAndDrop(ISourceViewer) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Initializes the drag and drop support for the given viewer based on provided editor adapter for drop target listeners.
initializeEditor() - Method in class org.eclipse.ui.editors.text.TextEditor
Initializes this editor.
initializeEditor() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Initializes this editor.
initializeFontMetrics(Control) - Method in class org.eclipse.ui.views.markers.FilterConfigurationArea
Initialise FontMetrics for the receiver.
initializeFormHeaderColors() - Method in class org.eclipse.ui.forms.FormColors
Allocates additional colors for the form header, namely background gradients, bottom separator keylines and DND highlights.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
By default, delegate to all of the tabs in this group.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.CommonTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.EnvironmentTab
 
initializeFrom(ILaunchConfiguration) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Initializes this tab's controls with values from the given launch configuration.
initializeFrom(ILaunchConfiguration) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup
Initializes this group's tab controls with values from the given launch configuration.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.RefreshTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupTab
 
initializeFromMemento(String) - Method in interface org.eclipse.debug.core.model.IPersistableSourceLocator
Initializes this source locator based on the given memento.
initializeFromMemento(String) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
initializeFromMemento(String, ILaunchConfiguration) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
initializeFromMemento(String, ILaunchConfiguration) - Method in interface org.eclipse.debug.core.sourcelookup.IPersistableSourceLocator2
Initializes this source locator based on the given memento, for the given launch configuration.
initializeImageRegistry(ImageRegistry) - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Initializes an image registry with images which are frequently used by the plugin.
initializeKeyBindingScopes() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Initializes the key binding scopes of this editor.
initializeLineNumberRulerColumn(LineNumberRulerColumn) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Initializes the given line number ruler column from the preference store.
initializeMessages(String, Class) - Static method in class org.eclipse.osgi.util.NLS
Initialize the given class with the values from the specified message bundle.
initializeOpenActions() - Method in class org.eclipse.ltk.ui.refactoring.model.RefactoringSynchronizationActionProvider
Method called from SynchronizationActionProvider.initialize() to initialize the Open/Open With actions.
initializeOpenActions() - Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
Method called from SynchronizationActionProvider.initialize() to initialize the Open/Open With actions.
initializePage() - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
Initializes this page's controls.
initializePageSwitching() - Method in class org.eclipse.ui.part.MultiPageEditorPart
Initialize the MultiPageEditorPart to use the page switching command.
initializeParticipants() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Notifies this source lookup director that it should initialize its set of source lookup participants.
initializeScope(IProgressMonitor) - Method in class org.eclipse.team.ui.synchronize.ModelOperation
Adjust the input of the operation according to the selected resource mappings and the set of interested participants.
initializeSectionToolBarColors() - Method in class org.eclipse.ui.forms.FormColors
Allocates colors for the section tool bar (all the keys that start with TB).
initializeToolBar() - Method in class org.eclipse.debug.ui.AbstractDebugView
Configures this view's toolbar.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Change
Hook method to initialize some internal state to provide an adequate answer for the isValid method.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Hook method to initialize some internal state to provide an adequate answer for the isValid method.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Hook method to initialize some internal state to provide an adequate answer for the isValid method.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
 
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.NullChange
Hook method to initialize some internal state to provide an adequate answer for the isValid method.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.resource.ResourceChange
 
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Hook method to initialize some internal state to provide an adequate answer for the isValid method.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
Hook method to initialize some internal state to provide an adequate answer for the isValid method.
initializeViewerColors(ISourceViewer) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Initializes the fore- and background colors of the given viewer for both normal and selected text.
initialPopulateContainerField() - Method in class org.eclipse.ui.dialogs.WizardImportPage
Deprecated. Sets the initial contents of the container name field.
initialPopulateContainerField() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Sets the initial contents of the container name field.
initialPopulateContainerNameField() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
Sets the initial contents of the container name entry field, based upon either a previously-specified initial value or the ability to determine such a value.
initialProcess() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
This method is called on startup of the background activity.
initialProcess() - Method in class org.eclipse.jface.text.reconciler.MonoReconciler
 
initialProcess() - Method in class org.eclipse.jface.text.reconciler.Reconciler
 
initialReconcile() - Method in interface org.eclipse.jface.text.reconciler.IReconcilingStrategyExtension
Called only once in the life time of this reconciling strategy.
initialReconcile() - Method in class org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy
 
initialSelection() - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
This hook method is called from within inputChanged after a new input has been set but before any controls are updated.
initialSelection() - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
 
initialText - Variable in class org.eclipse.ui.dialogs.FilteredTree
The text to initially show in the filter text control.
initLabelProvider(TreeViewer) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Sets the label provider for the viewer.
initListeners(TreeViewer) - Method in class org.eclipse.ui.navigator.CommonNavigator
Adds the listeners to the Common Viewer.
initListeners(TreeViewer) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Adds the listeners to the viewer.
initPage(IPageBookViewPage) - Method in class org.eclipse.ui.part.PageBookView
Initializes the given page with a page site.
initResourceComparator() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Initializes the comparator.
initResourceSorter() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Deprecated. as of 3.3, use ResourceNavigator.initResourceComparator() instead
initSashWeights() - Method in class org.eclipse.debug.ui.InspectPopupDialog
Initializes the sash form weights from the preference store (using default values if no sash weights were stored previously).
initWorkingSetFilter() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Restores the working set filter from the persistence store.
innerEditorsCreated() - Method in class org.eclipse.ui.part.AbstractMultiEditor
Called as soon as the inner editors have been created and are available.
innerEditorsCreated() - Method in class org.eclipse.ui.part.MultiEditor
 
innerHeight - Variable in class org.eclipse.ui.forms.widgets.ToggleHyperlink
 
innerWidth - Variable in class org.eclipse.ui.forms.widgets.ToggleHyperlink
 
INonPluginEntry - Interface in org.eclipse.update.core
Non-plug-in entry defines an arbitrary non-plug-in data file packaged as part of a feature.
input - Variable in class org.eclipse.ui.part.EditorInputTransfer.EditorInputData
 
inputChanged(Object, Object) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Internal hook method called when the input to this viewer is initially set or subsequently changed.
inputChanged(Object, Object) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.debug.ui.EnvironmentTab.EnvironmentVariableContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableListContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableListTreeContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableSetContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableSetTreeContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.preference.PreferenceContentProvider
 
inputChanged(Object) - Method in interface org.eclipse.jface.text.IInputChangedListener
Called when a the input has changed.
inputChanged(Object, Object) - Method in class org.eclipse.jface.text.TextViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.AbstractListViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.viewers.ArrayContentProvider
This implementation does nothing.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.viewers.deferred.DeferredContentProvider
 
inputChanged(Viewer, Object, Object) - Method in interface org.eclipse.jface.viewers.IContentProvider
Notifies this content provider that the given viewer's input has been switched to a different element.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.viewers.TreeNodeContentProvider
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.Viewer
Internal hook method called when the input to this viewer is initially set or subsequently changed.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryContentProvider
Notifies this content provider that the given viewer's input has been switched to a different element.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ui.dialogs.FileEditorMappingContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ui.model.BaseWorkbenchContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ui.model.WorkbenchContentProvider
 
InputDialog - Class in org.eclipse.jface.dialogs
A simple input dialog for soliciting an input string from the user.
InputDialog(Shell, String, String, String, IInputValidator) - Constructor for class org.eclipse.jface.dialogs.InputDialog
Creates an input dialog with OK and Cancel buttons.
inputDocumentAboutToBeChanged(IDocument, IDocument) - Method in class org.eclipse.jface.text.hyperlink.DefaultHyperlinkPresenter
 
inputDocumentAboutToBeChanged(IDocument, IDocument) - Method in interface org.eclipse.jface.text.ITextInputListener
Called before the input document is replaced.
inputDocumentAboutToBeChanged(IDocument, IDocument) - Method in class org.eclipse.jface.text.PaintManager
 
inputDocumentChanged(IDocument, IDocument) - Method in class org.eclipse.jface.text.hyperlink.DefaultHyperlinkPresenter
 
inputDocumentChanged(IDocument, IDocument) - Method in interface org.eclipse.jface.text.ITextInputListener
Called after the input document has been replaced.
inputDocumentChanged(IDocument, IDocument) -