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

I

IAbstractTextEditorHelpContextIds - interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds.
Help context ids for the text editor.
IAction - interface org.eclipse.jface.action.IAction.
An action represents the non-UI side of a command which can be triggered by the end user.
IActionBars - interface org.eclipse.ui.IActionBars.
Used by a part to access its menu, toolbar, and status line managers.
IActionDelegate - interface org.eclipse.ui.IActionDelegate.
Interface for actions contributed via an extension point.
IActionDelegateWithEvent - interface org.eclipse.ui.IActionDelegateWithEvent.
This interface is a mixin interface for action delegates, adding the ability to examine the triggering SWT event when it is run.
IActionFilter - interface org.eclipse.ui.IActionFilter.
An adapter which performs action filtering.
IActionGroupFactory - interface org.eclipse.search.ui.IActionGroupFactory.
Allows to specify an ActionGroup factory which will be used by the Search view to create an ActionGroup which is used to build the actions bars and the context menu.
IAdaptable - interface org.eclipse.core.runtime.IAdaptable.
An interface for an adaptable object.
IAdapterFactory - interface org.eclipse.core.runtime.IAdapterFactory.
An adapter factory defines behavioral extensions for one or more classes that implements the IAdaptable interface.
IAdapterManager - interface org.eclipse.core.runtime.IAdapterManager.
An adapter manager maintains a registry of adapter factories.
IAnnotationHover - interface org.eclipse.jface.text.source.IAnnotationHover.
Provides the information to be displayed in a hover popup window which appears over the presentation area of annotations.
IAnnotationModel - interface org.eclipse.jface.text.source.IAnnotationModel.
This interface defines the model component for a vertical ruler.
IAnnotationModelListener - interface org.eclipse.jface.text.source.IAnnotationModelListener.
Interface for objects interested in getting informed about annotation model changes.
IAnnotationModelListenerExtension - interface org.eclipse.jface.text.source.IAnnotationModelListenerExtension.
Extension interface for IAnnotationModelListener.
IAppServer - interface org.eclipse.help.IAppServer.
Interface to be implemented by an application server to be used by the help plugin.
IArchiveReference - interface org.eclipse.update.core.IArchiveReference.
Site archive interface.
IAutoIndentStrategy - interface org.eclipse.jface.text.IAutoIndentStrategy.
An auto indent strategy can adapt changes that will be applied to a text viewer's document.
IBaseLabelProvider - interface org.eclipse.jface.viewers.IBaseLabelProvider.
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 org.eclipse.jface.viewers.IBasicPropertyConstants.
Predefined property names used for elements displayed in viewers.
IBreakpoint - interface org.eclipse.debug.core.model.IBreakpoint.
A breakpoint is capable of suspending the execution of a program at a specific location when a program is running in debug mode.
IBreakpointListener - interface org.eclipse.debug.core.IBreakpointListener.
A breakpoint listener is notified of breakpoint additions, removals, and changes.
IBreakpointManager - interface org.eclipse.debug.core.IBreakpointManager.
The breakpoint manager manages the collection of breakpoints in the workspace.
IBrowser - interface org.eclipse.help.ui.browser.IBrowser.
Represents a web browser that can be used by clients to display documents for the given URLs.
IBrowserFactory - interface org.eclipse.help.ui.browser.IBrowserFactory.
Implementators of org.eclipse.help.ui.browsers extension points must provide implementation of this interface.
ICapabilityInstallWizard - interface org.eclipse.ui.ICapabilityInstallWizard.
Interface for project capability install wizard.
ICapabilityUninstallWizard - interface org.eclipse.ui.ICapabilityUninstallWizard.
Interface for project capability uninstall wizard.
ICapabilityWizard - interface org.eclipse.ui.ICapabilityWizard.
Deprecated. use ICapabilityInstallWizard instead. This interface will be deleted for M6 milestone build.
ICategory - interface org.eclipse.update.core.ICategory.
Feature category definition.
ICellEditorListener - interface org.eclipse.jface.viewers.ICellEditorListener.
A listener which is notified of significant events in the life of a cell editor.
ICellEditorValidator - interface org.eclipse.jface.viewers.ICellEditorValidator.
An interface for validating a cell editor's input.
ICellModifier - interface org.eclipse.jface.viewers.ICellModifier.
A cell modifier is used to access the data model from a cell editor in an abstract way.
ICharacterScanner - interface org.eclipse.jface.text.rules.ICharacterScanner.
Defines the interface of a character scanner used by rules.
ICheckable - interface org.eclipse.jface.viewers.ICheckable.
Interface for objects that support elements with a checked state.
ICheckStateListener - interface org.eclipse.jface.viewers.ICheckStateListener.
A listener which is notified of changes to the checked state of items in checkbox viewers.
ICommand - interface org.eclipse.core.resources.ICommand.
A builder command names a builder and supplies a table of name-value argument pairs.
ICompareInput - interface org.eclipse.compare.structuremergeviewer.ICompareInput.
Interface for objects used as input to a two-way or three-way compare viewer.
ICompareInputChangeListener - interface org.eclipse.compare.structuremergeviewer.ICompareInputChangeListener.
Listener that gets informed if one (or more) of the three sides of an ICompareInput object changes its value.
ICompletionProposal - interface org.eclipse.jface.text.contentassist.ICompletionProposal.
The interface of completion proposals generated by content assist processors.
ICompletionProposalExtension - interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension.
Extension interface to ICompletionProposal.
ICON - Static variable in class org.eclipse.swt.SWT
constant indicating that an image or operation is of type icon (value is 1)
ICON_ERROR - Static variable in class org.eclipse.swt.SWT
MessageBox style constant for error icon behavior (value is 1)
ICON_INFORMATION - Static variable in class org.eclipse.swt.SWT
MessageBox style constant for information icon behavior (value is 1<<1)
ICON_QUESTION - Static variable in class org.eclipse.swt.SWT
MessageBox style constant for question icon behavior (value is 1<<2)
ICON_WARNING - Static variable in class org.eclipse.swt.SWT
MessageBox style constant for warning icon behavior (value is 1<<3)
ICON_WORKING - Static variable in class org.eclipse.swt.SWT
MessageBox style constant for "working" icon behavior (value is 1<<4)
IConfigurationElement - interface org.eclipse.core.runtime.IConfigurationElement.
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 org.eclipse.team.ui.IConfigurationWizard.
IConfigurationWizard defines the interface that users of the extension point org.eclipse.team.ui.configurationWizards must implement.
Iconify - Static variable in class org.eclipse.swt.SWT
iconify event type (value is 19)
IContainer - interface org.eclipse.core.resources.IContainer.
Interface for resources which may contain other resources (termed its members).
IContentAssistant - interface org.eclipse.jface.text.contentassist.IContentAssistant.
An IContentAssistant provides support on interactive content completion.
IContentAssistProcessor - interface org.eclipse.jface.text.contentassist.IContentAssistProcessor.
A content assist processor proposes completions and computes context information for a particular content type.
IContentChangeListener - interface org.eclipse.compare.IContentChangeListener.
An IContentChangeListener is informed about content changes of a IContentChangeNotifier.
IContentChangeNotifier - interface org.eclipse.compare.IContentChangeNotifier.
Interface common to all objects that provide a means for registering for content change notification.
IContentConsumer - interface org.eclipse.update.core.IContentConsumer.
Generic content consumer.
IContentFormatter - interface org.eclipse.jface.text.formatter.IContentFormatter.
The interface of a document content formatter.
IContentOutlinePage - interface org.eclipse.ui.views.contentoutline.IContentOutlinePage.
Marker-style interface for a content outline page.
IContentProvider - interface org.eclipse.jface.viewers.IContentProvider.
A content provider mediates between the viewer's model and the viewer itself.
IContext - interface org.eclipse.help.IContext.
A context registered for context-sensitive help.
IContextComputer - interface org.eclipse.ui.help.IContextComputer.
Deprecated. nested contexts are no longer supported by the help support system
IContextInformation - interface org.eclipse.jface.text.contentassist.IContextInformation.
The inferface of context information presented to the user and generated by content assist processors.
IContextInformationExtension - interface org.eclipse.jface.text.contentassist.IContextInformationExtension.
Extension interface for IContextInformation.
IContextInformationPresenter - interface org.eclipse.jface.text.contentassist.IContextInformationPresenter.
A context information presenter determines the presentation of context information depending on a given document position.
IContextInformationValidator - interface org.eclipse.jface.text.contentassist.IContextInformationValidator.
A context information validator is used to determine if a displayed context information is still valid or should be dismissed.
IContextMenuConstants - interface org.eclipse.search.ui.IContextMenuConstants.
Constants for menu groups used in context menus for Search views and editors.
IContextMenuContributor - interface org.eclipse.search.ui.IContextMenuContributor.
Specify how clients can add menu items to the context menu of the search result view.
IContributedContentsView - interface org.eclipse.ui.part.IContributedContentsView.
This interface is used to identify workbench views which allow other parts (typically the active part) to supply their contents.
IContributionItem - interface org.eclipse.jface.action.IContributionItem.
A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.
IContributionManager - interface org.eclipse.jface.action.IContributionManager.
A contribution manager organizes contributions to such UI components as menus, toolbars and status lines.
IContributionManagerOverrides - interface org.eclipse.jface.action.IContributionManagerOverrides.
This interface is used by instances of IContributionItem to determine if the values for certain properties have been overriden by their manager.
IContributorResourceAdapter - interface org.eclipse.ui.IContributorResourceAdapter.
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.
id - Variable in class org.eclipse.swt.ole.win32.OlePropertyDescription
 
id - Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
 
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.ui.actions.ScrubLocalAction
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.RefreshAction
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.OpenSystemEditorAction
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.OpenFileAction
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.MoveProjectAction
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.CreateFolderAction
Deprecated. 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.CopyResourceAction
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.CloseResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.AddBookmarkAction
The id of this action.
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_CONSOLE_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Console view identifier (value "org.eclipse.debug.ui.ConsoleView").
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_OUTLINE - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Content Outline 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_RES_NAV - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Resource Navigator standard component.
ID_TASK_LIST - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Task List standard component.
ID_VARIABLE_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Variable view identifier (value "org.eclipse.debug.ui.VariableView").
IDebugElement - interface org.eclipse.debug.core.model.IDebugElement.
A debug element represents an artifact in a program being debugged.
IDebugEventFilter - interface org.eclipse.debug.core.IDebugEventFilter.
An event filter allows clients to intercept debug events.
IDebugEventSetListener - interface org.eclipse.debug.core.IDebugEventSetListener.
A debug event set listener registers with the debug plug-in to receive event notification from programs being run or debugged.
IDebugModelPresentation - interface org.eclipse.debug.ui.IDebugModelPresentation.
A debug model presentation is responsible for providing labels, images, and editors associated with debug elements in a specific debug model.
IDebugTarget - interface org.eclipse.debug.core.model.IDebugTarget.
A debug target is a debuggable execution context.
IDebugUIConstants - interface org.eclipse.debug.ui.IDebugUIConstants.
Constant definitions for debug UI plug-in.
IDebugView - interface org.eclipse.debug.ui.IDebugView.
Common function for debug views.
IDecoratorManager - interface org.eclipse.ui.IDecoratorManager.
Manages the decorators contributed via the decorators extension point.
IDialogConstants - interface org.eclipse.jface.dialogs.IDialogConstants.
 
IDialogPage - interface org.eclipse.jface.dialogs.IDialogPage.
Interface for a page in a multi-page dialog.
IDialogSettings - interface org.eclipse.jface.dialogs.IDialogSettings.
An interface to a storage mechanism for making dialog settings persistent.
IDiffContainer - interface org.eclipse.compare.structuremergeviewer.IDiffContainer.
IDiffContainer is a IDiffElement with children.
IDiffElement - interface org.eclipse.compare.structuremergeviewer.IDiffElement.
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.
IDisconnect - interface org.eclipse.debug.core.model.IDisconnect.
The ability to end a debug session with a target program and allow the target to continue running.
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 org.eclipse.jface.text.IDocument.
An IDocument represents text providing support for text manipulation positions partitions line information search document change listeners document partition change listeners A document allows to set its content and to manipulate it.
IDocumentAdapter - interface org.eclipse.jface.text.IDocumentAdapter.
Adapts an IDocument to the StyledTextContent interface.
IDocumentAdapterExtension - interface org.eclipse.jface.text.IDocumentAdapterExtension.
Extension interface for IDocumentAdapter.
IDocumentExtension - interface org.eclipse.jface.text.IDocumentExtension.
Extension interface for IDocument.
IDocumentExtension.IReplace - interface org.eclipse.jface.text.IDocumentExtension.IReplace.
Interface for a post notification replace operation.
IDocumentListener - interface org.eclipse.jface.text.IDocumentListener.
Interface for objects which are interested in getting informed about document changes.
IDocumentPartitioner - interface org.eclipse.jface.text.IDocumentPartitioner.
A document partitioner divides a document into a set of disjoint text partitions.
IDocumentPartitionerExtension - interface org.eclipse.jface.text.IDocumentPartitionerExtension.
Extension interface for IDocumentPartitioner.
IDocumentPartitioningListener - interface org.eclipse.jface.text.IDocumentPartitioningListener.
Interface of objects which are interested in getting informed about changes of a document's partitioning.
IDocumentPartitioningListenerExtension - interface org.eclipse.jface.text.IDocumentPartitioningListenerExtension.
Extension interface for IDocumentPartitioningListener.
IDocumentProvider - interface org.eclipse.ui.texteditor.IDocumentProvider.
A document provider maps between domain elements and documents.
IDocumentProviderExtension - interface org.eclipse.ui.texteditor.IDocumentProviderExtension.
Extension interface for IDocumentProvider.
IDocumentRange - interface org.eclipse.compare.contentmergeviewer.IDocumentRange.
Defines a subrange in a document.
IDoubleClickListener - interface org.eclipse.jface.viewers.IDoubleClickListener.
A listener which is notified of double-click events on viewers.
IDropActionDelegate - interface org.eclipse.ui.part.IDropActionDelegate.
Interface for actions supplied by extensions to the org.eclipse.ui.dropActions extension point.
IEditableContent - interface org.eclipse.compare.IEditableContent.
Common interface for objects with editable contents.
IEditorActionBarContributor - interface org.eclipse.ui.IEditorActionBarContributor.
A editor action bar contributor defines the actions for one or more editors.
IEditorActionDelegate - interface org.eclipse.ui.IEditorActionDelegate.
Interface for an action that is contributed into an editor-activated menu or tool bar.
IEditorDescriptor - interface org.eclipse.ui.IEditorDescriptor.
Description of an editor in the workbench editor registry.
IEditorInput - interface org.eclipse.ui.IEditorInput.
IEditorInput is a light weight descriptor of editor input, like a file name but more abstract.
IEditorLauncher - interface org.eclipse.ui.IEditorLauncher.
An editor launcher is used to launch external editors on an IFileinput.
IEditorPart - interface org.eclipse.ui.IEditorPart.
An editor is a visual component within a workbench page.
IEditorReference - interface org.eclipse.ui.IEditorReference.
Implements a reference to a editor.
IEditorRegistry - interface org.eclipse.ui.IEditorRegistry.
Registry of editors known to the workbench.
IEditorSite - interface org.eclipse.ui.IEditorSite.
The primary interface between an editor part and the outside world.
IElementFactory - interface org.eclipse.ui.IElementFactory.
A factory for re-creating objects from a previously saved memento.
IElementStateListener - interface org.eclipse.ui.texteditor.IElementStateListener.
Interface for parties interested in standardized element changes.
IElementStateListenerExtension - interface org.eclipse.ui.texteditor.IElementStateListenerExtension.
Extension interface for IElementStateListener.
IEncodingActionsConstants - interface org.eclipse.ui.editors.text.IEncodingActionsConstants.
Defines the names of the encoding actions.
IEncodingActionsDefinitionIds - interface org.eclipse.ui.editors.text.IEncodingActionsDefinitionIds.
Defines the definition ids for the encoding actions.
IEncodingActionsHelpContextIds - interface org.eclipse.ui.editors.text.IEncodingActionsHelpContextIds.
Help context ids for the encoding actions.
IEncodingSupport - interface org.eclipse.ui.editors.text.IEncodingSupport.
Interface to be implemented by objects supporting character encodings.
IEventConsumer - interface org.eclipse.jface.text.IEventConsumer.
Implementers can register with an text viewer and receive VerifyEvents before the text viewer they are registered with.
IExecutableExtension - interface org.eclipse.core.runtime.IExecutableExtension.
Interface for executable extension classes that require access to their configuration element, or implement an extension adapter.
IExportWizard - interface org.eclipse.ui.IExportWizard.
Interface for export wizards.
IExpression - interface org.eclipse.debug.core.model.IExpression.
An expression is a snippet of code that can be evaluated to produce a value.
IExpressionListener - interface org.eclipse.debug.core.IExpressionListener.
An expression listener is notified of expression additions, removals, and changes.
IExpressionManager - interface org.eclipse.debug.core.IExpressionManager.
The expression manager manages the collection of registered expressions in the workspace.
IExtension - interface org.eclipse.core.runtime.IExtension.
An extension declared in a plug-in.
IExtensionPoint - interface org.eclipse.core.runtime.IExtensionPoint.
An extension point declared in a plug-in.
IFeature - interface org.eclipse.update.core.IFeature.
Feature defines the packaging "container" for a group of related plug-ins, plug-in fragments, and optionally non-plug-in files.
IFeatureContentConsumer - interface org.eclipse.update.core.IFeatureContentConsumer.
Feature content consumer.
IFeatureContentProvider - interface org.eclipse.update.core.IFeatureContentProvider.
Feature content provider.
IFeatureFactory - interface org.eclipse.update.core.IFeatureFactory.
Feature factory interface.
IFeatureReference - interface org.eclipse.update.core.IFeatureReference.
Feature reference.
IFile - interface org.eclipse.core.resources.IFile.
Files are leaf resources which contain data.
IFileEditorInput - interface org.eclipse.ui.IFileEditorInput.
This interface defines a file-oriented input to an editor.
IFileEditorMapping - interface org.eclipse.ui.IFileEditorMapping.
An association between a file name/extension and a list of known editors for files of that type.
IFileModificationValidator - interface org.eclipse.core.resources.IFileModificationValidator.
The file modification validator is a VCM-related hook for pre-checking operations that modify the contents of files.
IFileState - interface org.eclipse.core.resources.IFileState.
A previous state of a file stored in the workspace's local history.
IFileTypeInfo - interface org.eclipse.team.core.IFileTypeInfo.
A file type info specifies both the file extension and the corresponding file type.
IFindReplaceTarget - interface org.eclipse.jface.text.IFindReplaceTarget.
Defines the interface for finding and replacing strings.
IFindReplaceTargetExtension - interface org.eclipse.jface.text.IFindReplaceTargetExtension.
Extension interface for IFindReplaceTarget.
IFolder - interface org.eclipse.core.resources.IFolder.
Folders may be leaf or non-leaf resources and may contain files and/or other folders.
IFolderLayout - interface org.eclipse.ui.IFolderLayout.
An IFolderLayout is used to define the initial pages within a folder.
IFormattingStrategy - interface org.eclipse.jface.text.formatter.IFormattingStrategy.
An formatting strategy is assumed to be specialized on formatting text of a particular content type.
IFrameSource - interface org.eclipse.ui.views.framelist.IFrameSource.
A frame source is the source of frames which appear in a frame list.
IGNORE - Static variable in class org.eclipse.swt.SWT
MessageBox style constant for an IGNORE button.
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
 
IGNORE_WHITESPACE - Static variable in class org.eclipse.compare.CompareConfiguration
Name of the ignore whitespace property (value "IGNORE_WHITESPACE").
IGroupByKeyComputer - interface org.eclipse.search.ui.IGroupByKeyComputer.
Computes the key by which the markers in the search result view are grouped.
IHelp - interface org.eclipse.help.IHelp.
Interface to the help system UI.
IHelpResource - interface org.eclipse.help.IHelpResource.
A help resource, usually a help topic.
IIgnoreInfo - interface org.eclipse.team.core.IIgnoreInfo.
An ignore info specifies both the pattern and the enabled state of a globally ignored pattern.
IImport - interface org.eclipse.update.core.IImport.
Plug-in dependency entry.
IImportStructureProvider - interface org.eclipse.ui.wizards.datatransfer.IImportStructureProvider.
Interface which can provide structure and content information for an element (for example, a file system element).
IImportWizard - interface org.eclipse.ui.IImportWizard.
Interface for import wizards.
IInformationControl - interface org.eclipse.jface.text.IInformationControl.
Interface of a control presenting information.
IInformationControlCreator - interface org.eclipse.jface.text.IInformationControlCreator.
Interface of a factory of information controls.
IInformationControlExtension - interface org.eclipse.jface.text.IInformationControlExtension.
Extension interface for IInformationControl.
IInformationPresenter - interface org.eclipse.jface.text.information.IInformationPresenter.
An information presenter shows information available at the text viewer's current document position.
IInformationProvider - interface org.eclipse.jface.text.information.IInformationProvider.
Provides information related to the content of a text viewer.
IInputProvider - interface org.eclipse.jface.viewers.IInputProvider.
Interface common to all objects that provide an input.
IInputSelectionProvider - interface org.eclipse.jface.viewers.IInputSelectionProvider.
Interface common to all objects that provide both an input and a selection.
IInputValidator - interface org.eclipse.jface.dialogs.IInputValidator.
 
IInstallHandler - interface org.eclipse.update.core.IInstallHandler.
Custom install handler.
IInstallHandlerEntry - interface org.eclipse.update.core.IInstallHandlerEntry.
Install handler entry.
IKeyBindingService - interface org.eclipse.ui.IKeyBindingService.
The key binding service is responsible for invoking an action when the action's sequence of accelerator keys is pressed.
ILabelDecorator - interface org.eclipse.jface.viewers.ILabelDecorator.
A label decorator decorates the label text and image for some element.
ILabelProvider - interface org.eclipse.jface.viewers.ILabelProvider.
Extends IBaseLabelProvider with the methods to provide the text and/or image for the label of a given element.
ILabelProviderListener - interface org.eclipse.jface.viewers.ILabelProviderListener.
A listener which is notified when a label provider's state changes.
ILaunch - interface org.eclipse.debug.core.ILaunch.
A launch is the result of launching a debug session and/or one or more system processes.
ILaunchConfiguration - interface org.eclipse.debug.core.ILaunchConfiguration.
A launch configuration describes how to launch an application.
ILaunchConfigurationDelegate - interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate.
A launch configuration delegate performs launching for a specific type of launch configuration.
ILaunchConfigurationDialog - interface org.eclipse.debug.ui.ILaunchConfigurationDialog.
A launch configuration dialog is used to edit and launch launch configurations.
ILaunchConfigurationListener - interface org.eclipse.debug.core.ILaunchConfigurationListener.
Notified when a launch configuration is created, deleted, or changed.
ILaunchConfigurationTab - interface org.eclipse.debug.ui.ILaunchConfigurationTab.
A launch configuration tab is used to edit/view attributes of a specific type of launch configuration.
ILaunchConfigurationTabGroup - interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup.
A launch configuration tab group is used to edit/view attributes of a specific type of launch configuration.
ILaunchConfigurationType - interface org.eclipse.debug.core.ILaunchConfigurationType.
Describes and creates instances of a specific type of launch configuration.
ILaunchConfigurationWorkingCopy - interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy.
An editable copy of a launch configuration.
ILaunchListener - interface org.eclipse.debug.core.ILaunchListener.
A launch listener is notified of launches as they are added and removed from the launch manager.
ILaunchManager - interface org.eclipse.debug.core.ILaunchManager.
The launch manager manages the set of registered launches, maintaining a collection of active processes and debug targets.
ILaunchShortcut - interface org.eclipse.debug.ui.ILaunchShortcut.
A launch shortcut is capable of launching a selection or active editor in the workbench.
ILibrary - interface org.eclipse.core.runtime.ILibrary.
A runtime library declared in a plug-in.
ILineBreakpoint - interface org.eclipse.debug.core.model.ILineBreakpoint.
A breakpoint that can be located at a specific line of source code.
ILineTracker - interface org.eclipse.jface.text.ILineTracker.
A line tracker maps character positions to line numbers and vice versa.
ILiveHelpAction - interface org.eclipse.help.ILiveHelpAction.
Live Help Extension.
ILog - interface org.eclipse.core.runtime.ILog.
A log to which status events can be written.
ILogListener - interface org.eclipse.core.runtime.ILogListener.
A log listener is notified of entries added to a plug-in's log.
image - Variable in class org.eclipse.swt.graphics.GCData
 
Image - class org.eclipse.swt.graphics.Image.
Instances of this class are graphics which have been prepared for display on a specific device.
IMAGE - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's image (value "image").
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
Image constructor argument indicating that the new image should be a copy of the image provided as an argument (value is 0)
IMAGE_DISABLE - Static variable in class org.eclipse.swt.SWT
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
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_PNG - Static variable in class org.eclipse.swt.SWT
image format constant indicating a PNG format image (value is 5)
IMAGE_UNDEFINED - Static variable in class org.eclipse.swt.SWT
image format constant indicating an unknown image type (value is -1)
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, 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, 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, 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, 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, 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.
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
ImageData - class org.eclipse.swt.graphics.ImageData.
Instances of this class are device-independent descriptions of images.
ImageData(InputStream) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from the specified input stream.
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(String) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from a file with the specified name.
imageDataLoaded(ImageLoaderEvent) - Method in interface org.eclipse.swt.graphics.ImageLoaderListener
Sent when image data is either partially or completely loaded.
ImageDescriptor - class org.eclipse.jface.resource.ImageDescriptor.
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.
ImageLoader - class org.eclipse.swt.graphics.ImageLoader.
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 org.eclipse.swt.graphics.ImageLoaderEvent.
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 org.eclipse.swt.graphics.ImageLoaderListener.
Classes which implement this interface provide methods that deal with the incremental loading of image data.
ImageRegistry - class org.eclipse.jface.resource.ImageRegistry.
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(Display) - Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry.
IMarker - interface org.eclipse.core.resources.IMarker.
Markers are a general mechanism for associating notes and metadata with resources.
IMarkerActionFilter - interface org.eclipse.ui.IMarkerActionFilter.
Describes the public attributes for a marker and the acceptables values each may have.
IMarkerDelta - interface org.eclipse.core.resources.IMarkerDelta.
A marker delta describes the change to a single marker.
IMarkerHelpRegistry - interface org.eclipse.ui.IMarkerHelpRegistry.
Registry of F1 help contexts and resolutions for markers.
IMarkerResolution - interface org.eclipse.ui.IMarkerResolution.
Resolution for a marker.
IMarkerResolutionGenerator - interface org.eclipse.ui.IMarkerResolutionGenerator.
Creates resolutions for a given marker.
IMarkerUpdater - interface org.eclipse.ui.texteditor.IMarkerUpdater.
A marker updater is responsible for saving changes to markers.
IMarkRegionTarget - interface org.eclipse.jface.text.IMarkRegionTarget.
A mark region target to support marked regions as found in emacs.
IMarkSelection - interface org.eclipse.jface.text.IMarkSelection.
A mark selection.
IMemento - interface org.eclipse.ui.IMemento.
Interface to a memento used for saving the important state of an object in a form that can be persisted in the file system.
IMemoryBlock - interface org.eclipse.debug.core.model.IMemoryBlock.
A contiguous segment of memory in an execution context.
IMemoryBlockRetrieval - interface org.eclipse.debug.core.model.IMemoryBlockRetrieval.
Supports the retrieval of arbitrary blocks of memory.
IMenuCreator - interface org.eclipse.jface.action.IMenuCreator.
Interface for something that creates and disposes of SWT menus.
IMenuListener - interface org.eclipse.jface.action.IMenuListener.
A menu listener that gets informed when a menu is about to show.
IMenuManager - interface org.eclipse.jface.action.IMenuManager.
The IMenuManager interface provides protocol for managing contributions to a menu bar and its sub menus.
IMergeViewerContentProvider - interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider.
A content provider that mediates between a ContentMergeViewer's model and the viewer itself.
IMessageProvider - interface org.eclipse.jface.dialogs.IMessageProvider.
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_CHECKEDIN_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_CHECKEDOUT_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
 
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
 
IMG_DLCL_CONTENT_ASSIST - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
 
IMG_ELCL_CONTENT_ASSIST - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
 
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
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_DISCONNECT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disconnect 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_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.ISharedImages
Identifies a project image.
IMG_OBJ_PROJECT_CLOSED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies a closed project image.
IMG_OBJS_BKMRK_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate a bookmark.
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_DEBUG_TARGET - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Running 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_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_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_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_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.ISharedImages
Identifies the default image used to indicate a task.
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_OPEN_MARKER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the image used for "open marker".
IMG_OVR_ERROR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Error overlay image identifier.
IMG_PERSPECTIVE_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug perspective image identifier
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_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_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.
IModificationDate - interface org.eclipse.compare.IModificationDate.
Common interface for objects with a modification date.
IMoveDeleteHook - interface org.eclipse.core.resources.team.IMoveDeleteHook.
Primary interface for hooking the implementation of IResource.move and IResource.delete.
Import - class org.eclipse.update.core.Import.
Convenience implementation of a plug-in dependency.
IMPORT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of standard Import action (value "import").
IMPORT_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of group for extra Import-like actions (value "import.ext").
Import() - Constructor for class org.eclipse.update.core.Import
 
importAction - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
 
ImportModel - class org.eclipse.update.core.model.ImportModel.
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 org.eclipse.ui.wizards.datatransfer.ImportOperation.
An operation which does the actual work of copying objects from the local file system into the workspace.
ImportOperation(IPath, IImportStructureProvider, IOverwriteQuery, List) - Constructor for class org.eclipse.ui.wizards.datatransfer.ImportOperation
Creates a new operation that imports specific file system objects.
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.
importPreferences(IPath) - Static method in class org.eclipse.core.runtime.Preferences
Loads the plugin preferences from the given file, and replaces all non-default-valued preferences for all plugins with the values from this file.
ImportResourcesAction - class org.eclipse.ui.actions.ImportResourcesAction.
Action representing the initiation of an Import operation by the user.
ImportResourcesAction(IWorkbench) - Constructor for class org.eclipse.ui.actions.ImportResourcesAction
Create a new instance of this class
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.
include(JarEntry) - Method in class org.eclipse.update.core.JarContentReference.ContentSelector
Indicates whether the .jar entry should be selected.
includes(int) - Method in class org.eclipse.jface.text.Position
Checks whether the given offset is inside of this position's text range.
includesRulerLine(Position, IDocument) - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
Checks whether a position includes the ruler's line of activity.
includesRulerLine(Position, IDocument) - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Checks whether a position includes the ruler's line of activity.
INCREMENTAL_BUILD - Static variable in class org.eclipse.core.resources.IncrementalProjectBuilder
Build kind constant indicating an incremental build request.
IncrementalFindAction - class org.eclipse.ui.texteditor.IncrementalFindAction.
An action which enters the incremental find mode a la emacs.
IncrementalFindAction(ResourceBundle, String, IWorkbenchPart) - Constructor for class org.eclipse.ui.texteditor.IncrementalFindAction
Creates a new incremental find action for the given text editor.
IncrementalFindAction(ResourceBundle, String, IWorkbenchWindow) - Constructor for class org.eclipse.ui.texteditor.IncrementalFindAction
Deprecated. use FindReplaceAction(ResourceBundle, String, IWorkbenchPart) instead
IncrementalProjectBuilder - class org.eclipse.core.resources.IncrementalProjectBuilder.
The abstract base class for all incremental project builders.
IncrementalProjectBuilder() - Constructor for class org.eclipse.core.resources.IncrementalProjectBuilder
 
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
inDebugMode() - Static method in class org.eclipse.core.boot.BootLoader
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).
inDevelopmentMode - Variable in class org.eclipse.core.launcher.Main
Indicates whether this instance is running in development mode.
inDevelopmentMode() - Static method in class org.eclipse.core.boot.BootLoader
Returns true if the platform is currently running in development mode.
indexForElement(Object) - Method in class org.eclipse.jface.viewers.TableViewer
 
indexForElement(Object) - Method in class org.eclipse.jface.viewers.ListViewer
 
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(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(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(String) - Method in class org.eclipse.swt.custom.CCombo
Gets the index of an item.
indexOf(String) - Method in class org.eclipse.swt.widgets.List
Gets the index of an 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.custom.CCombo
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(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(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(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTreeItem
Gets the index of the specified item.
indexOf(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTree
Gets the index of an 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.
INewWizard - interface org.eclipse.ui.INewWizard.
Interface for creation wizards.
INFO - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 1) indicating this status is informational only.
INFO_MESSAGE - Static variable in class org.eclipse.jface.dialogs.TitleAreaDialog
Deprecated.  
InfoForm - class org.eclipse.ui.texteditor.InfoForm.
A form consisting of a title, a banner, and a info text.
InfoForm(Composite) - Constructor for class org.eclipse.ui.texteditor.InfoForm
Creates a new info form.
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.dialogs.IMessageProvider
Constant for an info message (value 1).
INFORMATION - Static variable in interface org.eclipse.jface.text.source.ISourceViewer
Text operation code for requesting information at the current insertion position.
InformationPresenter - class org.eclipse.jface.text.information.InformationPresenter.
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.
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(IActionBars) - Method in class org.eclipse.ui.editors.text.TextEditorActionContributor
 
init(IActionBars) - Method in class org.eclipse.ui.part.EditorActionBarContributor
This method calls: contributeToMenu with bars' menu manager contributeToToolBar with bars' tool bar manager contributeToStatusLine with bars' status line manager The given action bars are also remembered and made accessible via getActionBars.
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(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(IEditorSite, IEditorInput) - Method in interface org.eclipse.ui.IEditorPart
Initializes this editor with the given editor site and input.
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(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.part.MultiEditor
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.part.EditorPart
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
init(IEditorSite, MultiEditorInput) - Method in class org.eclipse.ui.part.MultiEditor
 
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(IPageSite) - Method in interface org.eclipse.ui.part.IPageBookViewPage
Initializes this page with the given page site.
init(IPageSite) - Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
The ContentOutlinePage implementation of this IPageBookViewPage method registers itself as a selection provider with the 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) - Method in class org.eclipse.ui.part.ViewPart
 
init(IViewSite) - Method in class org.eclipse.ui.part.PageBookView
 
init(IViewSite) - Method in class org.eclipse.ui.views.properties.PropertySheet
 
init(IViewSite, IMemento) - Method in class org.eclipse.debug.ui.AbstractDebugView
 
init(IViewSite, IMemento) - Method in interface org.eclipse.ui.IViewPart
Initializes this view with the given view site.
init(IViewSite, IMemento) - Method in class org.eclipse.ui.part.ViewPart
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.tasklist.TaskList
 
init(IWorkbench) - Method in interface org.eclipse.ui.IWorkbenchPreferencePage
Initializes this preference page for the given workbench.
init(IWorkbench) - Method in class org.eclipse.ui.editors.text.TextEditorPreferencePage
 
init(IWorkbench, IProject) - Method in interface org.eclipse.team.ui.IConfigurationWizard
Initializes this creation wizard using the passed workbench and object selection.
init(IWorkbench, IStructuredSelection) - Method in interface org.eclipse.ui.IWorkbenchWizard
Initializes this creation wizard using the passed workbench and object selection.
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileImportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileExportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemImportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemExportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizard
 
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(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
 
init(IWorkbench, IStructuredSelection, IProject) - Method in interface org.eclipse.ui.ICapabilityInstallWizard
Initializes this capability wizard using the passed workbench, object selection, and project.
init(IWorkbench, IStructuredSelection, IProject, String[]) - Method in interface org.eclipse.ui.ICapabilityUninstallWizard
Initializes this capability wizard using the passed workbench, object selection, project, and nature IDs.
init(IWorkbenchWindow) - Method in class org.eclipse.help.ui.browser.LaunchURL
 
init(IWorkbenchWindow) - Method in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
Initializes this action delegate with the workbench window it will work in.
init(String, String) - Method in class org.eclipse.jface.preference.FieldEditor
Initialize the field editor with the given preference name and label.
initActionState(IMemento, IAction) - Method in class org.eclipse.debug.ui.AbstractDebugView
Restores the persisted checked state of the action as stored in the memento.
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
Initialzes the defaults for the given store.
initDragAndDrop() - Method in class org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator
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.
initialize() - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
Initializes all field editors.
initialize() - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated. Performs the initial partitioning of the partitioner's document.
initialize() - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Performs the initial partitioning of the partitioner's document.
initialize() - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
Initializes the annotation's icon representation and its drawing layer based upon the properties of the underlying marker.
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 interface org.eclipse.update.core.IInstallHandler
Initialize the install handler.
initialize(int, IFeature, IInstallHandlerEntry, InstallMonitor) - Method in class org.eclipse.update.core.BaseInstallHandler
Initialize the install handler.
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(StatusTextEditor) - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
Associates this encoding support to the given text editor and initializes this encoding.
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.
initialized - Variable in class org.eclipse.update.core.BaseInstallHandler
Indicates if handler has been initialized
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
Initializes the default page image descriptor to an appropriate banner.
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
 
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
 
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
 
initializeDefaultPluginPreferences() - Method in class org.eclipse.core.runtime.Plugin
Initializes the default preferences settings for this plug-in.
initializeDefaultPluginPreferences() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
The AbstractUIPlugin implementation of this Plugin method forwards to initializeDefaultPreferences(IPreferenceStore).
initializeDefaultPreferences(IPreferenceStore) - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Initializes a preference store with default preference values for this plug-in.
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.
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.
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.
initializeEditor() - Method in class org.eclipse.ui.editors.text.TextEditor
Initializes this editor.
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 interface org.eclipse.debug.ui.ILaunchConfigurationTab
Initializes this tab's controls with values from the given launch configuration.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.CommonTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
By default, delegate to all of the tabs in this group.
initializeFromMemento(String) - Method in interface org.eclipse.debug.core.model.IPersistableSourceLocator
Initializes this source locator based on the given memento.
initializeImageRegistry(ImageRegistry) - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Initializes an image registry with images which are frequently used by the plugin-in.
initializePage() - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
Initializes this page's controls.
initializeToolBar() - Method in class org.eclipse.debug.ui.AbstractDebugView
Configures this view's toolbar.
initialPopulateContainerField() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Sets the initial contents of the container name field.
initialPopulateContainerField() - Method in class org.eclipse.ui.dialogs.WizardImportPage
Deprecated. 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.Reconciler
 
initialProcess() - Method in class org.eclipse.jface.text.reconciler.MonoReconciler
 
initialProcess() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
This method is called on startup of the background activity.
initialReconcile() - Method in interface org.eclipse.jface.text.reconciler.IReconcilingStrategyExtension
Called only once in the life time of this reconciling strategy.
initialSelection() - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
 
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.
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.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.
initResourceSorter() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Initializes the sorter.
INonPluginEntry - interface org.eclipse.update.core.INonPluginEntry.
Non-plug-in entry defines an arbitrary non-plug-in data file packaged as part of a feature.
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.StructureDiffViewer
Overridden to create the comparable structures from the input object and to feed them through the differencing engine.
inputChanged(Object, Object) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.text.TextViewer
 
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(Object, Object) - Method in class org.eclipse.jface.viewers.TableViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.ListViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
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.ui.dialogs.FileEditorMappingContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ui.model.WorkbenchContentProvider
 
InputDialog - class org.eclipse.jface.dialogs.InputDialog.
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 interface org.eclipse.jface.text.ITextInputListener
Called before the input document is replaced.
inputDocumentChanged(IDocument, IDocument) - Method in interface org.eclipse.jface.text.ITextInputListener
Called after the input document has been replaced.
INSERT - Static variable in class org.eclipse.jface.text.reconciler.DirtyRegion
Definitions of edit types
INSERT - Static variable in class org.eclipse.swt.SWT
keyboard event constant representing the INSERT key (value is (1<<24)+9)
insert(Object, int) - Method in class org.eclipse.jface.viewers.TableViewer
Inserts the given element into this table viewer at the given position.
insert(String) - Method in class org.eclipse.swt.custom.StyledText
Inserts a string.
insert(String) - Method in class org.eclipse.swt.widgets.Text
Inserts a string.
insertAfter(String, IAction) - Method in class org.eclipse.jface.action.SubContributionManager
 
insertAfter(String, IAction) - Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item for the given action after the item with the given id.
insertAfter(String, IAction) - Method in class org.eclipse.jface.action.ContributionManager
 
insertAfter(String, IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
insertAfter(String, IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item after the item with the given id.
insertAfter(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
insertBefore(String, IAction) - Method in class org.eclipse.jface.action.SubContributionManager
 
insertBefore(String, IAction) - Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item for the given action before the item with the given id.
insertBefore(String, IAction) - Method in class org.eclipse.jface.action.ContributionManager
 
insertBefore(String, IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
insertBefore(String, IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item before the item with the given id.
insertBefore(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
insertPositionUpdater(IPositionUpdater, int) - Method in interface org.eclipse.jface.text.IDocument
Inserts the position updater at the specified index in the document's list of position updaters.
insertPositionUpdater(IPositionUpdater, int) - Method in class org.eclipse.jface.text.AbstractDocument
 
install() - Method in class org.eclipse.ui.editors.text.FileDocumentProvider.FileSynchronizer
Installs the synchronizer on the input's file.
install(Control) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Installs this manager on the given control.
install(IContextInformation, ITextViewer, int) - Method in interface org.eclipse.jface.text.contentassist.IContextInformationValidator
Installs this validator for the given context information.
install(IContextInformation, ITextViewer, int) - Method in interface org.eclipse.jface.text.contentassist.IContextInformationPresenter
Installs this presenter for the given context information.
install(IContextInformation, ITextViewer, int) - Method in class org.eclipse.jface.text.contentassist.ContextInformationValidator
 
install(IFeature, IFeatureContentConsumer, IVerifier, IVerificationListener, IProgressMonitor) - Method in class org.eclipse.update.core.Site
Install the specified feature on this site using the content consumer as a context to install the feature in.
install(IFeature, IVerificationListener, IProgressMonitor) - Method in class org.eclipse.update.core.Site
Install the specified feature on this site.
install(IFeature, IVerificationListener, IProgressMonitor) - Method in interface org.eclipse.update.core.ISite
Installs the specified feature on this site.
install(IFeature, IVerificationListener, IProgressMonitor) - Method in interface org.eclipse.update.core.IFeature
Install the contents of this feature into the specified target feature.
install(IFeature, IVerificationListener, IProgressMonitor) - Method in class org.eclipse.update.core.Feature
Install the contents of this feature into the specified target feature.
install(ITextViewer) - Method in interface org.eclipse.jface.text.contentassist.IContentAssistant
Installs content assist support on the given text viewer.
install(ITextViewer) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
install(ITextViewer) - Method in class org.eclipse.jface.text.information.InformationPresenter
 
install(ITextViewer) - Method in interface org.eclipse.jface.text.information.IInformationPresenter
Installs the information presenter on the given text viewer.
install(ITextViewer) - Method in class org.eclipse.jface.text.presentation.PresentationReconciler
 
install(ITextViewer) - Method in interface org.eclipse.jface.text.presentation.IPresentationReconciler
Installs this presentation reconciler on the given text viewer.
install(ITextViewer) - Method in interface org.eclipse.jface.text.reconciler.IReconciler
Installs the reconciler on the given text viewer.
install(ITextViewer) - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
 
InstallAbortedException - exception org.eclipse.update.core.model.InstallAbortedException.
Exception thrown when the user cancelled an installation.
InstallAbortedException(String, Exception) - Constructor for class org.eclipse.update.core.model.InstallAbortedException
Construct the exception indicating enclosing CoreException
installCompleted(boolean) - Method in interface org.eclipse.update.core.IInstallHandler
Called at the end of the install action.
installCompleted(boolean) - Method in class org.eclipse.update.core.BaseInstallHandler
Called at the end of the install action.
InstallHandlerEntry - class org.eclipse.update.core.InstallHandlerEntry.
Convenience implementation of an install handler entry.
InstallHandlerEntry() - Constructor for class org.eclipse.update.core.InstallHandlerEntry
Constructor for InstallHandlerEntry.
InstallHandlerEntryModel - class org.eclipse.update.core.model.InstallHandlerEntryModel.
Install handler entry model object.
InstallHandlerEntryModel() - Constructor for class org.eclipse.update.core.model.InstallHandlerEntryModel
Creates a uninitialized install handler entry model object.
installInitiated() - Method in interface org.eclipse.update.core.IInstallHandler
Called at the start of the install action.
installInitiated() - Method in class org.eclipse.update.core.BaseInstallHandler
Called at the start of the install action.
InstallMonitor - class org.eclipse.update.core.InstallMonitor.
Install progress monitor Delegating wrapper for IProgressMonitor used for installation handling.
InstallMonitor(IProgressMonitor) - Constructor for class org.eclipse.update.core.InstallMonitor
Install monitor constructor
INSTANCE - Static variable in class org.eclipse.ui.dialogs.FileEditorMappingLabelProvider
Singleton instance accessor.
INSTANCE - Static variable in class org.eclipse.ui.dialogs.FileEditorMappingContentProvider
Singleton instance accessor.
INSTANCE - Static variable in class org.eclipse.ui.wizards.datatransfer.FileSystemStructureProvider
Holds a singleton instance of this class.
INT_DEFAULT_DEFAULT - Static variable in class org.eclipse.core.runtime.Preferences
The default-default value for int properties (0).
INT_DEFAULT_DEFAULT - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The default-default value for int preferences (0).
IntegerFieldEditor - class org.eclipse.jface.preference.IntegerFieldEditor.
A field editor for an integer type preference.
IntegerFieldEditor() - Constructor for class org.eclipse.jface.preference.IntegerFieldEditor
Creates a new integer field editor
IntegerFieldEditor(String, String, Composite) - Constructor for class org.eclipse.jface.preference.IntegerFieldEditor
Creates an integer field editor.
INTERNAL - Static variable in class org.eclipse.jface.text.TextViewer
 
internal_dispose_Accessible() - Method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to dispose an accessible object.
internal_dispose_GC(int, GCData) - Method in interface org.eclipse.swt.graphics.Drawable
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) - Method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) - Method in class org.eclipse.swt.graphics.Device
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) - Method in class org.eclipse.swt.printing.Printer
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) - Method in class org.eclipse.swt.widgets.Display
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) - Method in class org.eclipse.swt.widgets.Control
Invokes platform specific functionality to dispose a GC handle.
INTERNAL_ERROR - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 566) indicating an error internal to the platform has occurred.
INTERNAL_ERROR - Static variable in class org.eclipse.core.runtime.Platform
Status code constant (value 3) indicating an error internal to the platform has occurred.
INTERNAL_ERROR - Static variable in class org.eclipse.debug.core.DebugPlugin
Status code indicating an unexpected internal error.
INTERNAL_ERROR - Static variable in class org.eclipse.debug.core.DebugException
Indicates an internal error.
INTERNAL_ERROR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Status code indicating an unexpected internal error.
INTERNAL_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Starting button id reserved for internal use by JFace (value 256).
internal_new_Accessible(Control) - Static method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to allocate a new accessible object.
internal_new_GC(GCData) - Method in interface org.eclipse.swt.graphics.Drawable
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.graphics.Device
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.printing.Printer
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.widgets.Display
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.widgets.Control
Invokes platform specific functionality to allocate a new GC handle.
internal_new(int, int, int, PaletteData, int, byte[], int, byte[], byte[], int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.graphics.ImageData
Invokes internal SWT functionality to create a new instance of this class.
internal_WM_GETOBJECT(int, int) - Method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to handle a window message.
internalCollapseToLevel(Widget, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Recursively collapses the subtree rooted at the given widget to the given level.
internalExpand(Object, boolean) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Tries to create a path of tree items for the given element.
internalExpandToLevel(Widget, int) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
Overridden to avoid expanding DiffNodes that shouldn't expand (i.e.
internalExpandToLevel(Widget, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Recursively expands the subtree rooted at the given widget to the given level.
internalGetVisibleRegion() - Method in class org.eclipse.jface.text.TextViewer
Returns the visible region if it is not equal to the whole document.
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.TableViewer
 
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer starting at the given element.
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.ListViewer
 
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
internalRefresh(Object, boolean) - Method in class org.eclipse.jface.viewers.TableViewer
 
internalRefresh(Object, boolean) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer starting at the given element.
internalRevealRange(int, int) - Method in class org.eclipse.jface.text.TextViewer
Reveals the given range of the visible document.
internalSaveWidgetValues() - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
Persists additional setting that are to be restored in the next instance of this page.
internalSaveWidgetValues() - Method in class org.eclipse.ui.dialogs.WizardExportPage
Deprecated. Persists additional setting that are to be restored in the next instance of this page.
internalWorked(double) - Method in class org.eclipse.core.runtime.SubProgressMonitor
 
internalWorked(double) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
internalWorked(double) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
internalWorked(double) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Internal method to handle scaling correctly.
internalWorked(double) - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Implements IProgressMonitor.internalWorked.
internalWorked(double) - Method in class org.eclipse.update.core.InstallMonitor
Indicate monitor progress.
intersection(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns a new rectangle which represents the intersection of the receiver and the given rectangle.
intersects(int, int, int, int) - Method in class org.eclipse.swt.graphics.Region
Returns true if the rectangle described by the arguments intersects with any of the rectangles the receiver mainains to describe its area, and false otherwise.
intersects(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the given rectangle intersects with the receiver and false otherwise.
intersects(Rectangle) - Method in class org.eclipse.swt.graphics.Region
Returns true if the given rectangle intersects with any of the rectangles the receiver mainains to describe its area and false otherwise.
INullSelectionListener - interface org.eclipse.ui.INullSelectionListener.
Interface for listening to null selection changes.
INVALID_NATURE_SET - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 32) indicating that a given nature set does not satisfy its constraints.
INVALID_RATIO - Static variable in interface org.eclipse.ui.IPageLayout
A variable used to represent invalid ratios.
INVALID_VALUE - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 77) indicating an invalid value.
invalidatesState(Object, boolean) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Returns whether the state of the element must be invalidated given its previous read-only state.
invalidateTextPresentation() - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
Invalidates the current presentation by invalidating the three text viewers.
invalidateTextPresentation() - Method in class org.eclipse.jface.text.TextViewer
Invalidates the current presentation by sending an initialization event to all text listener.
invalidateTextPresentation() - Method in interface org.eclipse.jface.text.ITextViewer
Marks the currently applied text presentation as invalid.
InvalidSiteTypeException - exception org.eclipse.update.core.model.InvalidSiteTypeException.
Exception thrown when the type of the site discovered in the site manifest does not correspond to the type expected by the concrete site factory.
InvalidSiteTypeException(String) - Constructor for class org.eclipse.update.core.model.InvalidSiteTypeException
Construct the exception indicating the detected site type
INVOKE_FUNC - Static variable in class org.eclipse.swt.ole.win32.OLE
 
INVOKE_PROPERTYGET - Static variable in class org.eclipse.swt.ole.win32.OLE
 
INVOKE_PROPERTYPUT - Static variable in class org.eclipse.swt.ole.win32.OLE
 
INVOKE_PROPERTYPUTREF - Static variable in class org.eclipse.swt.ole.win32.OLE
 
invoke(int) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has no parameters.
invoke(int, Variant[]) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has no optional parameters.
invoke(int, Variant[], int[]) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has optional parameters.
invokeAction(int) - Method in class org.eclipse.swt.custom.StyledText
Executes the action.
invokeKind - Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
 
invokeNoReply(int) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has no parameters.
invokeNoReply(int, Variant[]) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has no optional parameters.
invokeNoReply(int, Variant[], int[]) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has optional parameters.
IO_FAILED - Static variable in class org.eclipse.team.core.TeamException
 
IObjectActionDelegate - interface org.eclipse.ui.IObjectActionDelegate.
Interface for an object action that is contributed into a popup menu for a view or editor.
IOpenEventListener - interface org.eclipse.jface.util.IOpenEventListener.
Listener for open events which are generated on selection of default selection depending on the user preferences.
IOpenListener - interface org.eclipse.jface.viewers.IOpenListener.
A listener which is notified of open events on viewers.
IOverwriteQuery - interface org.eclipse.ui.dialogs.IOverwriteQuery.
Implementors of this interface answer one of the prescribed return codes when asked whether to overwrite a certain path string (which could represent a resource path, a file system path, etc).
IPage - interface org.eclipse.ui.part.IPage.
This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
IPageBookViewPage - interface org.eclipse.ui.part.IPageBookViewPage.
Interface for a page in a pagebook view.
IPageLayout - interface org.eclipse.ui.IPageLayout.
A page layout defines the initial layout for a page in a workbench window.
IPageListener - interface org.eclipse.ui.IPageListener.
Interface for listening to page lifecycle events.
IPageService - interface org.eclipse.ui.IPageService.
A page service tracks the page and perspective lifecycle events within a workbench window.
IPageSite - interface org.eclipse.ui.part.IPageSite.
The primary interface between a page and the outside world.
IPartitionTokenScanner - interface org.eclipse.jface.text.rules.IPartitionTokenScanner.
A partition token scanner returns tokens that represent partitions.
IPartListener - interface org.eclipse.ui.IPartListener.
Interface for listening to part lifecycle events.
IPartService - interface org.eclipse.ui.IPartService.
A part service tracks the creation and activation of parts within a workbench page.
IPath - interface org.eclipse.core.runtime.IPath.
A path is an ordered collection of string segments, separated by a standard separator character, "/".
IPersistableElement - interface org.eclipse.ui.IPersistableElement.
Interface for asking an object to store its state in a memento.
IPersistableSourceLocator - interface org.eclipse.debug.core.model.IPersistableSourceLocator.
A source locator that can be persisted and restored, to be used with a specfic launch configuration.
IPerspectiveDescriptor - interface org.eclipse.ui.IPerspectiveDescriptor.
A perspective descriptor describes a perspective in an IPerspectiveRegistry.
IPerspectiveFactory - interface org.eclipse.ui.IPerspectiveFactory.
A perspective factory generates the initial page layout and visible action set for a page.
IPerspectiveListener - interface org.eclipse.ui.IPerspectiveListener.
Interface for listening to a perspective lifecycle events.
IPerspectiveRegistry - interface org.eclipse.ui.IPerspectiveRegistry.
The workbench's global registry of perspectives.
IPlaceholderFolderLayout - interface org.eclipse.ui.IPlaceholderFolderLayout.
An IPlaceholderFolderLayout is used to define the initial places for page placeholders within a folder placeholder.
IPlatformConfiguration - interface org.eclipse.core.boot.IPlatformConfiguration.
Platform configuration interface.
IPlatformConfiguration.IFeatureEntry - interface org.eclipse.core.boot.IPlatformConfiguration.IFeatureEntry.
Feature entry.
IPlatformConfiguration.ISiteEntry - interface org.eclipse.core.boot.IPlatformConfiguration.ISiteEntry.
Configuration entry representing an install site.
IPlatformConfiguration.ISitePolicy - interface org.eclipse.core.boot.IPlatformConfiguration.ISitePolicy.
Site policy.
IPlatformRunnable - interface org.eclipse.core.boot.IPlatformRunnable.
Bootstrap type for the platform.
IPluginDescriptor - interface org.eclipse.core.runtime.IPluginDescriptor.
A plug-in descriptor contains information about a plug-in obtained from the plug-in's manifest (plugin.xml) file.
IPluginEntry - interface org.eclipse.update.core.IPluginEntry.
Plug-in entry defines a packaging reference from a feature to a plug-in.
IPluginPrerequisite - interface org.eclipse.core.runtime.IPluginPrerequisite.
A prerequisite entry declared by a plug-in.
IPluginRegistry - interface org.eclipse.core.runtime.IPluginRegistry.
The plug-in registry holds the master list of all discovered plug-ins, extension points, and extensions.
IPositionUpdater - interface org.eclipse.jface.text.IPositionUpdater.
A position updater is responsible for adapting document positions.
IPredicateRule - interface org.eclipse.jface.text.rules.IPredicateRule.
Defines the interface for a rule used in the scanning of text for the purpose of document partitioning or text styling.
IPreferenceNode - interface org.eclipse.jface.preference.IPreferenceNode.
Interface to a node in a preference dialog.
IPreferencePage - interface org.eclipse.jface.preference.IPreferencePage.
An interface for a preference page.
IPreferencePageContainer - interface org.eclipse.jface.preference.IPreferencePageContainer.
An interface used by a preference page to talk to its dialog.
IPreferenceStore - interface org.eclipse.jface.preference.IPreferenceStore.
The IPreferenceStore interface represents a table mapping named preferences to values.
IPresentationDamager - interface org.eclipse.jface.text.presentation.IPresentationDamager.
Presentation damagers are used by a presentation reconciler to determine the region of the document's presentation which must be rebuilt because of the occurrence of a document change.
IPresentationReconciler - interface org.eclipse.jface.text.presentation.IPresentationReconciler.
An IPresentationReconciler defines and maintains the representation of a text viewer's document in the presence of changes applied to the document.
IPresentationRepairer - interface org.eclipse.jface.text.presentation.IPresentationRepairer.
Presentation repairers are used by a presentation reconciler to rebuild a damaged region in a document's presentation.
IProcess - interface org.eclipse.debug.core.model.IProcess.
A process represents a program running in normal (non-debug) mode.
IProgressMonitor - interface org.eclipse.core.runtime.IProgressMonitor.
The IProgressMonitor interface is implemented by objects that monitor the progress of an activity; the methods in this interface are invoked by code that performs the activity.
IProject - interface org.eclipse.core.resources.IProject.
A project is a type of resource which groups resources into buildable, reusable units.
IProjectActionFilter - interface org.eclipse.ui.IProjectActionFilter.
Describes the public attributes for a project and the acceptables values each may have.
IProjectDescription - interface org.eclipse.core.resources.IProjectDescription.
A project description contains the metadata required to define a project.
IProjectNature - interface org.eclipse.core.resources.IProjectNature.
Interface for project nature runtime classes.
IProjectNatureDescriptor - interface org.eclipse.core.resources.IProjectNatureDescriptor.
A project nature descriptor contains information about a project nature obtained from the plug-in manifest (plugin.xml) file.
IProjectSetSerializer - interface org.eclipse.team.core.IProjectSetSerializer.
IProjectSetSerializer manages the serializing and deserializing of references to projects.
IPropertyChangeListener - interface org.eclipse.jface.util.IPropertyChangeListener.
Listener for property changes.
IPropertyChangeNotifier - interface org.eclipse.compare.IPropertyChangeNotifier.
Interface common to all objects that provide a means for registering for property change notification.
IPropertyDescriptor - interface org.eclipse.ui.views.properties.IPropertyDescriptor.
A descriptor for a property to be presented by a standard property sheet page (PropertySheetPage).
IPropertyListener - interface org.eclipse.ui.IPropertyListener.
Interface for listening for property changes on an object.
IPropertySheetEntry - interface org.eclipse.ui.views.properties.IPropertySheetEntry.
IPropertySheetEntry describes the model interface for the property sheet.
IPropertySheetEntryListener - interface org.eclipse.ui.views.properties.IPropertySheetEntryListener.
Listener for changes in objects of type IPropertySheetEntry.
IPropertySheetPage - interface org.eclipse.ui.views.properties.IPropertySheetPage.
Interface for a property sheet page that appears in a property sheet view.
IPropertySource - interface org.eclipse.ui.views.properties.IPropertySource.
Interface to an object capable of supplying properties for display by the standard property sheet page implementation (PropertySheetPage).
IPropertySourceProvider - interface org.eclipse.ui.views.properties.IPropertySourceProvider.
Interface used by PropertySheetRoot to obtain an IPropertySource for a given object.
IRangeComparator - interface org.eclipse.compare.rangedifferencer.IRangeComparator.
For breaking an object to compare into a sequence of comparable entities.
IReadOnlyDependent - interface org.eclipse.ui.texteditor.IReadOnlyDependent.
Extension interface for actions.
IReconciler - interface org.eclipse.jface.text.reconciler.IReconciler.
An IReconciler defines and maintains a model of the content of the text viewer's document in the presence of changes applied to this document.
IReconcilingStrategy - interface org.eclipse.jface.text.reconciler.IReconcilingStrategy.
A reconciling strategy is used by an reconciler to reconcile a model based on text of a particular content type.
IReconcilingStrategyExtension - interface org.eclipse.jface.text.reconciler.IReconcilingStrategyExtension.
Extension interface for IReconcilingStrategy.
IRegion - interface org.eclipse.jface.text.IRegion.
A region describes a certain range in an indexed text store.
IRegister - interface org.eclipse.debug.core.model.IRegister.
A register is a special kind of variable that is contained in a register group.
IRegisterGroup - interface org.eclipse.debug.core.model.IRegisterGroup.
A register group is a group of registers that are assigned to a stack frame.
IResource - interface org.eclipse.core.resources.IResource.
The workspace analog of file system files and directories.
IResourceActionFilter - interface org.eclipse.ui.IResourceActionFilter.
Describes the public attributes for a resource and the acceptables values each may have.
IResourceChangeEvent - interface org.eclipse.core.resources.IResourceChangeEvent.
Resource change events describe changes to resources.
IResourceChangeListener - interface org.eclipse.core.resources.IResourceChangeListener.
A resource change listener is notified of changes to resources in the workspace.
IResourceDelta - interface org.eclipse.core.resources.IResourceDelta.
A resource delta represents changes in the state of a resource tree between two discrete points in time.
IResourceDeltaVisitor - interface org.eclipse.core.resources.IResourceDeltaVisitor.
An objects that visits resource deltas.
IResourceNavigator - interface org.eclipse.ui.views.navigator.IResourceNavigator.
This interface defines the API for the resource navigator.
IResourcePropertyConstants - interface org.eclipse.ui.views.properties.IResourcePropertyConstants.
This interface documents the property constants used by the resource property source.
IResourceStatus - interface org.eclipse.core.resources.IResourceStatus.
Represents status related to resources in the Resources plug-in and defines the relevant status code constants.
IResourceTree - interface org.eclipse.core.resources.team.IResourceTree.
Provides internal access to the workspace resource tree for the purposes of implementing move and delete operation.
IResourceVisitor - interface org.eclipse.core.resources.IResourceVisitor.
This interface is implemented by objects that visit resource trees.
IReusableEditor - interface org.eclipse.ui.IReusableEditor.
Interface for reusable editors.
IRewriteTarget - interface org.eclipse.jface.text.IRewriteTarget.
A target publishing the required functions to modify a document that is displayed in the ui, such as in a text viewer.
IRule - interface org.eclipse.jface.text.rules.IRule.
Defines the interface for a rule used in the scanning of text for the purpose of document partitioning or text styling.
IRunnableContext - interface org.eclipse.jface.operation.IRunnableContext.
Interface for UI components which can execute a long-running operation in the form of an IRunnableWithProgress.
IRunnableWithProgress - interface org.eclipse.jface.operation.IRunnableWithProgress.
The IRunnableWithProgress interface should be implemented by any class whose instances are intended to be executed as a long-running operation.
IS_VALID - Static variable in class org.eclipse.jface.preference.FieldEditor
Property name constant (value "field_editor_is_valid") to signal a change in the validity of the value of this field editor.
isAbsolute() - Method in class org.eclipse.core.runtime.Path
 
isAbsolute() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is an absolute path (ignoring any device id).
isAcceptable(IMarker) - Method in class org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel
 
isAcceptable(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Determines whether the marker is acceptable as an addition to this model.
isAccessible() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is accessible.
isActivated() - Method in class org.eclipse.jface.viewers.CellEditor
Returns whether this cell editor is activated.
ISafeRunnable - interface org.eclipse.core.runtime.ISafeRunnable.
Safe runnables represent blocks of code and associated exception handlers.
isAllocated() - Method in interface org.eclipse.debug.core.model.IValue
Returns whether this value is currently allocated.
isApplicableForSelection() - Method in class org.eclipse.ui.dialogs.PropertyDialogAction
Returns whether this action is actually applicable to the current selection.
isApplicableForSelection(IStructuredSelection) - Method in class org.eclipse.ui.dialogs.PropertyDialogAction
Returns whether this action is applicable to the current selection.
isApplicationMenu(String) - Method in interface org.eclipse.ui.IWorkbenchWindow
Returns whether the specified menu is an application menu as opposed to a part menu.
isAutoBuilding() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns whether this workspace performs auto-builds.
isAutoBuilding() - Method in interface org.eclipse.core.resources.IWorkspace
Returns whether this workspace performs auto-builds.
isAvailable() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns whether this view's viewer is currently available.
isAvailable() - Method in interface org.eclipse.help.ui.browser.IBrowserFactory
Checks whether the factory can work on the user system.
ISaveContext - interface org.eclipse.core.resources.ISaveContext.
A context for workspace save operations.
ISavedState - interface org.eclipse.core.resources.ISavedState.
A data structure returned by addSaveParticipant containing a save number and an optional resource delta.
ISaveParticipant - interface org.eclipse.core.resources.ISaveParticipant.
A participant in the saving of the workspace.
isBlockSelected() - Method in class org.eclipse.jface.text.TextViewer
A block is selected if the character preceding the start of the selection is a new line character.
isCanceled() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
isCanceled() - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation returns the value of the internal state variable set by setCanceled.
isCanceled() - Method in interface org.eclipse.core.runtime.IProgressMonitor
Returns whether cancelation of current operation has been requested.
isCanceled() - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Implements IProgressMonitor.isCanceled.
isCanceled() - Method in class org.eclipse.update.core.InstallMonitor
Check is use indicated that the operation be cancelled.
isCancelEnabled() - Method in class org.eclipse.jface.action.SubStatusLineManager
 
isCancelEnabled() - Method in class org.eclipse.jface.action.StatusLineManager
 
isCancelEnabled() - Method in interface org.eclipse.jface.action.IStatusLineManager
Returns whether the cancel button on the status line's progress monitor is enabled.
isCaseIgnored() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Returns if sorting, filtering and folding is case sensitive.
isCellEditorActive() - Method in class org.eclipse.jface.viewers.TableViewer
Returns whether there is an active cell editor.
isCellEditorActive() - Method in class org.eclipse.jface.viewers.TableTreeViewer
Returns whether there is an active cell editor.
isChecked() - Method in interface org.eclipse.jface.action.IAction
Returns the checked status of this action.
isChecked() - Method in class org.eclipse.jface.action.Action
 
isChecked() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
isClipped() - Method in class org.eclipse.swt.graphics.GC
Returns true if the receiver has a clipping region set into it, and false otherwise.
isCloseSupported() - Method in interface org.eclipse.help.ui.browser.IBrowser
Queries the browser if close method is supported.
isCompatibleWith(IPropertyDescriptor) - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
The SimplePropertyDescriptor implementation of this IPropertyDescriptor method returns true if the other property has the same id and category and getAlwaysIncompatible() returns false
isCompatibleWith(IPropertyDescriptor) - Method in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Returns whether this property descriptor and the given one are compatible.
isCompatibleWith(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers for compatibility.
isContentCreated() - Method in interface org.eclipse.jface.wizard.IWizardNode
Returns whether a wizard has been created for this node.
isContextHelpDisplayed() - Method in interface org.eclipse.help.IHelp
Returns true if the context-sensitive help window is currently being displayed, false if not.
isContextHelpDisplayed() - Static method in class org.eclipse.ui.help.WorkbenchHelp
Returns true if the context-sensitive help window is currently being displayed, false if not.
isContextInformationValid(int) - Method in interface org.eclipse.jface.text.contentassist.IContextInformationValidator
Returns whether the information this validator is installed on is still valid at the given document position.
isContextInformationValid(int) - Method in class org.eclipse.jface.text.contentassist.ContextInformationValidator
 
isControlCreated() - Method in class org.eclipse.jface.dialogs.DialogPage
Tests whether this page's UI content has already been created.
isCopyEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method returns true if the current selection is not empty.
isCopyEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the copy action.
isCorrect(Object) - Method in class org.eclipse.jface.viewers.CellEditor
Returns whether the given value is valid for this cell editor.
isCurrentPage() - Method in class org.eclipse.jface.wizard.WizardPage
Returns whether this page is the current one in the wizard's container.
isCurrentPageValid() - Method in class org.eclipse.jface.preference.PreferenceDialog
Returns whether the current page is valid.
isCutEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method returns true if the current selection is not empty.
isCutEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the cut action.
isDebugging() - Method in class org.eclipse.core.runtime.Plugin
Returns whether this plug-in is in debug mode.
isDefault(String) - Method in class org.eclipse.core.runtime.Preferences
Returns whether the property with the given name has the default value in virtue of having no explicitly set value.
isDefault(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
isDefault(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns whether the current value of the preference with the given name has the default value.
isDeleted - Variable in class org.eclipse.jface.text.Position
Indicates whether the position has been deleted
isDeleted() - Method in class org.eclipse.jface.text.Position
Returns whether this position has been deleted or not.
isDeleted(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
isDeleted(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Returns whether the given element has been deleted.
isDeleted(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isDeleteEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method returns true if there is a selection or if the caret is not positioned at the end of the text.
isDeleteEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the delete action.
isDerived() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource subtree is marked as derived.
isDirect - Variable in class org.eclipse.swt.graphics.PaletteData
true if the receiver is a direct palette, and false otherwise
isDirectory() - Method in class org.eclipse.ui.dialogs.FileSystemElement
Returns true if this element represents a directory, and false otherwise.
isDirty() - Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
Returns whether this configuration has been modified since it was last saved or created.
isDirty() - Method in class org.eclipse.jface.action.SubContributionManager
 
isDirty() - Method in interface org.eclipse.jface.action.IContributionManager
Returns whether the list of contributions has recently changed and has yet to be reflected in the corresponding widgets.
isDirty() - Method in class org.eclipse.jface.action.ContributionManager
 
isDirty() - Method in class org.eclipse.jface.viewers.CellEditor
Returns whether the value of this cell editor has changed since the last call to setValue.
isDirty() - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
isDirty() - Method in interface org.eclipse.ui.IEditorReference
Returns true if the editor is dirty otherwise returns false.
isDirty() - Method in interface org.eclipse.ui.IEditorPart
Returns whether the contents of this editor have changed since the last save operation.
isDirty() - Method in class org.eclipse.ui.part.MultiPageEditorPart
The MultiPageEditorPart implementation of this IEditorPart method returns whether the contents of any of this multi-page editor's nested editors have changed since the last save.
isDirty() - Method in class org.eclipse.ui.part.MultiEditor
 
isDirty() - Method in class org.eclipse.ui.part.EditorPart
 
isDirty() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isDisconnected() - Method in interface org.eclipse.debug.core.model.IDisconnect
Returns whether this element is disconnected.
isDisposed() - Method in class org.eclipse.swt.graphics.Region
Returns true if the region has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Image
Returns true if the image has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.GC
Returns true if the GC has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Font
Returns true if the font has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Device
Returns true if the device has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Cursor
Returns true if the cursor has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Color
Returns true if the color has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.widgets.Widget
Returns true if the widget has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.widgets.Control
 
isDynamic() - Method in class org.eclipse.jface.action.SubMenuManager
 
isDynamic() - Method in class org.eclipse.jface.action.SubContributionItem
 
isDynamic() - Method in class org.eclipse.jface.action.MenuManager
 
isDynamic() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is dynamic.
isDynamic() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns false.
isDynamic() - Method in class org.eclipse.jface.action.ActionContributionItem
The action item implementation of this IContributionItem method returns true for menu items and false for everything else.
isDynamic() - Method in class org.eclipse.ui.actions.PerspectiveMenu
 
isDynamic() - Method in class org.eclipse.ui.actions.OpenWithMenu
 
ISearchPage - interface org.eclipse.search.ui.ISearchPage.
Defines a page inside the search dialog.
ISearchPageContainer - interface org.eclipse.search.ui.ISearchPageContainer.
Offers client access to the search dialog.
ISearchPageScoreComputer - interface org.eclipse.search.ui.ISearchPageScoreComputer.
Computes a score that is used by the search dialog to find the best fitting page for a selection when opened.
ISearchResultView - interface org.eclipse.search.ui.ISearchResultView.
Provides client access to the search result view.
ISearchResultViewEntry - interface org.eclipse.search.ui.ISearchResultViewEntry.
Specifies a search result view entry.
isEditable() - Method in class org.eclipse.compare.ResourceNode
 
isEditable() - Method in interface org.eclipse.compare.IEditableContent
Returns true if this object can be modified.
isEditable() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
 
isEditable() - Method in class org.eclipse.jface.text.TextViewer
 
isEditable() - Method in interface org.eclipse.jface.text.ITextViewer
Returns whether the shown text can be manipulated.
isEditable() - Method in interface org.eclipse.jface.text.IFindReplaceTarget
Returns whether this target can be modified.
isEditable() - Method in interface org.eclipse.ui.texteditor.ITextEditor
Returns whether the text in this text editor can be changed by the user.
isEditable() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isEditorAreaVisible() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns whether the page's current perspective is showing the editor area.
isEditorAreaVisible() - Method in interface org.eclipse.ui.IPageLayout
Returns whether the page's layout will show the editor area.
isEditorInputReadOnly() - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension
Returns whether the editor's input is read-only.
isEditorInputReadOnly() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isEditorPinned(IEditorPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Returns true if the editor is pinned and should not be reused.
ISelection - interface org.eclipse.jface.viewers.ISelection.
Interface for a selection.
ISelectionChangedListener - interface org.eclipse.jface.viewers.ISelectionChangedListener.
A listener which is notified when a viewer's selection changes.
ISelectionListener - interface org.eclipse.ui.ISelectionListener.
Interface for listening to selection changes.
ISelectionProvider - interface org.eclipse.jface.viewers.ISelectionProvider.
Interface common to all objects that provide a selection.
ISelectionService - interface org.eclipse.ui.ISelectionService.
A selection service tracks the selection within an object.
ISelectionStatusValidator - interface org.eclipse.ui.dialogs.ISelectionStatusValidator.
Used in selection dialogs to validate selections
ISelectionValidator - interface org.eclipse.ui.dialogs.ISelectionValidator.
For validating selections in some selection dialogs.
isEmpty() - Method in class org.eclipse.compare.CompareViewerSwitchingPane
Returns true if no viewer is installed or if the current viewer is a NullViewer.
isEmpty() - Method in class org.eclipse.core.runtime.Path
 
isEmpty() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path has no segments and is not a root path.
isEmpty() - Method in class org.eclipse.jface.action.SubContributionManager
 
isEmpty() - Method in interface org.eclipse.jface.action.IContributionManager
Returns whether this manager has any contribution items.
isEmpty() - Method in class org.eclipse.jface.action.ContributionManager
 
isEmpty() - Method in class org.eclipse.jface.text.TextSelection
Returns true if the offset and length are smaller than 0.
isEmpty() - Method in class org.eclipse.jface.text.TextPresentation
Returns whether this collection contains any style range including the default style range.
isEmpty() - Method in class org.eclipse.jface.text.MarkSelection
 
isEmpty() - Method in class org.eclipse.jface.util.ListenerList
Returns whether this listener list is empty.
isEmpty() - Method in class org.eclipse.jface.viewers.StructuredSelection
 
isEmpty() - Method in interface org.eclipse.jface.viewers.ISelection
Returns whether this selection is empty.
isEmpty() - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the receiver does not cover any area in the (x, y) coordinate plane, and false if the receiver does cover some area in the plane.
isEmpty() - Method in class org.eclipse.swt.graphics.Region
Returns true if the receiver does not cover any area in the (x, y) coordinate plane, and false if the receiver does cover some area in the plane.
isEmpty() - Method in class org.eclipse.ui.dialogs.FilteredList
Tests if the list (before folding and filtering) is empty.
isEmptyStringAllowed() - Method in class org.eclipse.jface.preference.StringFieldEditor
Returns whether an empty string is a valid value.
isEnabled() - Method in interface org.eclipse.debug.core.model.IBreakpoint
Returns whether this breakpoint is enabled
isEnabled() - Method in class org.eclipse.debug.core.model.Breakpoint
 
isEnabled() - Method in class org.eclipse.jface.action.SubMenuManager
 
isEnabled() - Method in class org.eclipse.jface.action.MenuManager
Returns whether this menu should be enabled or not.
isEnabled() - Method in interface org.eclipse.jface.action.IMenuManager
Returns whether this menu should be enabled or not.
isEnabled() - Method in interface org.eclipse.jface.action.IAction
Returns whether this action is enabled.
isEnabled() - Method in class org.eclipse.jface.action.Action
 
isEnabled() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Returns whether this manager is enabled or not.
isEnabled() - Method in class org.eclipse.swt.widgets.ToolItem
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.Shell
 
isEnabled() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
isEnabled(boolean) - Method in class org.eclipse.ui.texteditor.ShiftAction
 
isEnabled(boolean) - Method in interface org.eclipse.ui.texteditor.IReadOnlyDependent
Returns whether the actions would be enabled if its target would be enabled given the writable state described by isWritable.
isEnabledAllowed() - Method in class org.eclipse.jface.action.ActionContributionItem
Returns true if this item is allowed to enable, false otherwise.
isEOF() - Method in class org.eclipse.jface.text.rules.Token
 
isEOF() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token represents End Of File.
isEquivalentTo(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers for equivalency.
ISetSelectionTarget - interface org.eclipse.ui.part.ISetSelectionTarget.
Interface for views which support reveal and select.
isEvaluation() - Method in class org.eclipse.debug.core.DebugEvent
Returns whether this event's detail indicates an evaluation.
isExistingLaunchConfigurationName(String) - Method in interface org.eclipse.debug.core.ILaunchManager
Return true if there is a launch configuration with the specified name, false otherwise.
isExpandable(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Return whether the tree node representing the given element can be expanded.
isExported() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates whether this prerequisite plug-in is further exposed to any plug-ins that declare a dependency on this plug-in.
isExported() - Method in interface org.eclipse.core.runtime.ILibrary
Returns whether the library is exported.
isExported() - Method in class org.eclipse.core.runtime.model.LibraryModel
Returns whether or not any of the code in this library is exported.
isFastView() - Method in interface org.eclipse.ui.IViewReference
Returns true if the view is a fast view otherwise returns false.
isFeatureVerification() - Method in interface org.eclipse.update.core.IVerificationResult
Indicates whether the referenced file is part of the overall feature definition, or one of its component plug-in or non-plug-in entries.
isFilterProperty(Object, String) - Method in class org.eclipse.jface.viewers.ViewerFilter
Returns whether this viewer filter would be affected by a change to the given property of the given element.
isFindEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the find action.
isFocusControl() - Method in interface org.eclipse.jface.text.IInformationControl
Returns whether this information control has the focus.
isFocusControl() - Method in class org.eclipse.jface.text.DefaultInformationControl
 
isFocusControl() - Method in class org.eclipse.swt.custom.CCombo
 
isFocusControl() - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
isFocusControl() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver has the user-interface focus, and false otherwise.
isFolder(Object) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
 
isFolder(Object) - Method in interface org.eclipse.ui.wizards.datatransfer.IImportStructureProvider
Returns a boolean indicating whether the passed structured element represents a container element (as opposed to a leaf element).
isFolder(Object) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemStructureProvider
 
isFragment() - Method in interface org.eclipse.update.core.IPluginEntry
Returns an indication whethyer this entry represents a fragment.
isFragment() - Method in class org.eclipse.update.core.model.PluginEntryModel
Indicates whether the entry describes a full plug-in, or a plug-in fragment.
isFragment(boolean) - Method in class org.eclipse.update.core.model.PluginEntryModel
Indicates whether this entry represents a fragment or plug-in.
isFullyExported() - Method in interface org.eclipse.core.runtime.ILibrary
Returns whether this library is fully exported.
isFullyExported() - Method in class org.eclipse.core.runtime.model.LibraryModel
Returns whether or not all of the code in this library is exported.
isGreaterOrEqualTo(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers to see if this one is greater than or equal to the argument.
isGreaterThan(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers for order using multi-decimal comparison.
isGroupMarker() - Method in class org.eclipse.jface.action.SubMenuManager
 
isGroupMarker() - Method in class org.eclipse.jface.action.SubContributionItem
 
isGroupMarker() - Method in class org.eclipse.jface.action.MenuManager
 
isGroupMarker() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is a group marker.
isGroupMarker() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns false.
isGroupMarker() - Method in class org.eclipse.jface.action.AbstractGroupMarker
The AbstractGroupMarker implementation of this IContributionItem method returns true iff the id is not null.
ISharedImages - interface org.eclipse.team.ui.ISharedImages.
Images that are available for providers to re-use.
ISharedImages - interface org.eclipse.ui.ISharedImages.
A registry for common images used by the workbench which may be useful to other plug-ins.
isHelpAvailable() - Method in class org.eclipse.jface.wizard.Wizard
 
isHelpAvailable() - Method in interface org.eclipse.jface.wizard.IWizard
Returns whether help is available for this wizard.
isIgnored(IFile) - Static method in class org.eclipse.team.core.Team
Deprecated. use isIgnoredHint instead
isIgnoredHint(IFile) - Static method in class org.eclipse.team.core.Team
Returns whether the given file should be ignored.
isImportant(IWorkbenchPart) - Method in class org.eclipse.debug.ui.AbstractDebugView
 
isImportant(IWorkbenchPart) - Method in class org.eclipse.ui.part.PageBookView
Returns whether the given part should be added to this view.
isImportant(IWorkbenchPart) - Method in class org.eclipse.ui.views.contentoutline.ContentOutline
 
isImportant(IWorkbenchPart) - Method in class org.eclipse.ui.views.properties.PropertySheet
 
isIncrementalReconciler() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Returns whether any of the reconciling strategies is interested in detailed dirty region information.
isInInsertMode() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns whether this editor is in overwrite or insert mode.
ISite - interface org.eclipse.update.core.ISite.
Site represents a location containing some number of features (packaged or installed).
ISiteContentProvider - interface org.eclipse.update.core.ISiteContentProvider.
Site content provider.
ISiteFactory - interface org.eclipse.update.core.ISiteFactory.
Site factory interface.
isLabelProperty(Object, String) - Method in class org.eclipse.jface.viewers.LabelProvider
The LabelProvider implementation of this IBaseLabelProvider method returns true.
isLabelProperty(Object, String) - Method in interface org.eclipse.jface.viewers.IBaseLabelProvider
Returns whether the label would be affected by a change to the given property of the given element.
isLabelProperty(Object, String) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
The DecoratingLabelProvider implementation of this IBaseLabelProvider method returns true if the corresponding method on the nested label provider returns true or if the corresponding method on the decorator returns true.
isLeftEditable() - Method in class org.eclipse.compare.CompareConfiguration
Returns whether the left hand side of a merge viewer is editable.
isLeftEditable(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns whether the left side is editable.
isLegal(boolean) - Static method in class org.eclipse.jface.util.Assert
Asserts that an argument is legal.
isLegal(boolean, String) - Static method in class org.eclipse.jface.util.Assert
Asserts that an argument is legal.
isLinkingEnabled() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Returns whether the preference to link navigator selection to active editor is enabled.
isListening(int) - Method in class org.eclipse.swt.widgets.Widget
Returns true if there are any listeners for the specified event type associated with the receiver, and false otherwise.
isLocal() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns whether this launch configuration is stored locally with the workspace.
isLocal(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource and its members (to the specified depth) are expected to have their contents (and properties) available locally.
isLocalReference() - Method in class org.eclipse.update.core.JarEntryContentReference
Indicates whether the reference is to a an entry within a local jar.
isLocalReference() - Method in class org.eclipse.update.core.ContentReference
Indicates whether the reference is a local file reference.
isMarkerType(IMarker, String) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
Returns whether the given marker is of the given type (either directly or indirectly).
isMatchedAsCompatible() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates that this plug-in prerequisite can be resolved against a configured plug-in with a compatible identifier.
isMatchedAsEquivalent() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates that this plug-in prerequisite can only be resolved against a configured plug-in with an equivalent plug-in identifier.
isMatchedAsExact() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates that this plug-in prerequisite can only be resolved against a configured plug-in with exactly the same plug-in identifier.
isMatchedAsGreaterOrEqual() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates that this plug-in prerequisite can be resolved against a configured plug-in with an identifier that is greater than or equal to it.
isMatchedAsPerfect() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates that this plug-in prerequisite can only be resolved against a configured plug-in with a plug-in identifier that is perfectly equal.
isModalContextThread(Thread) - Static method in class org.eclipse.jface.operation.ModalContext
Returns whether the given thread is running a modal context.
isModifiable(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
 
isModifiable(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
isModifiable(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
Returns whether the document provider thinks that the given element can persistently be modified.
isModifiable(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isMultiStatus() - Method in class org.eclipse.core.runtime.Status
 
isMultiStatus() - Method in class org.eclipse.core.runtime.MultiStatus
 
isMultiStatus() - Method in interface org.eclipse.core.runtime.IStatus
Returns whether this status is a multi-status.
isNativelyLinked() - Method in interface org.eclipse.core.boot.IPlatformConfiguration.ISiteEntry
Returns an indication whether the site represents an install site that has been linked via a native installer (using the links/ mechanism)
isNatureEnabled(String) - Method in interface org.eclipse.core.resources.IProject
Returns true if the project nature specified by the given nature extension id is enabled for this project, and false otherwise.
isNotNull(Object) - Static method in class org.eclipse.jface.util.Assert
Asserts that the given object is not null.
isNotNull(Object, String) - Static method in class org.eclipse.jface.util.Assert
Asserts that the given object is not null.
ISO_8859_1 - Static variable in interface org.eclipse.ui.editors.text.IEncodingActionsHelpContextIds
Help id of the action to changes the encoding into ISO-8859-1.
ISO_8859_1 - Static variable in interface org.eclipse.ui.editors.text.IEncodingActionsDefinitionIds
Action definition id of the action to changes the encoding into ISO-8859-1.
ISO_8859_1 - Static variable in interface org.eclipse.ui.editors.text.IEncodingActionsConstants
Name of the action to changes the encoding into ISO-8859-1.
isOK() - Method in class org.eclipse.core.runtime.Status
 
isOK() - Method in interface org.eclipse.core.runtime.IStatus
Returns whether this status indicates everything is okay (neither info, warning, nor error).
isOleFile(File) - Static method in class org.eclipse.swt.ole.win32.OLE
Returns true if the specified file has an OLE Storage format.
isOpen() - Method in interface org.eclipse.core.resources.IProject
Returns whether this project is open.
isOptional() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates whether this plug-in prerequisite is optional.
isOther() - Method in class org.eclipse.jface.text.rules.Token
 
isOther() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token is neither undefined, nor whitespace, nor EOF.
ISourceLocator - interface org.eclipse.debug.core.model.ISourceLocator.
A source locator locates source elements for stack frames.
ISourcePresentation - interface org.eclipse.debug.ui.ISourcePresentation.
A source presentation is used to resolve an editor in which to display a debug model element, breakpoint, or source element.
ISourceViewer - interface org.eclipse.jface.text.source.ISourceViewer.
In addition to the text viewer functionality a source viewer supports: visual annotations based on an annotation model visual range indication management of text viewer add-ons explicit configuration It is assumed that range indication and visual annotations are shown inside the same presentation area.
isPageComplete() - Method in class org.eclipse.jface.wizard.WizardPage
The WizardPage implementation of this IWizard method returns the value of an internal state variable set by setPageComplete.
isPageComplete() - Method in interface org.eclipse.jface.wizard.IWizardPage
Returns whether this page is complete or not.
isPasteEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method always returns true.
isPasteEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the paste action.
isPerfect(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers for perfect equality.
isPersisted() - Method in interface org.eclipse.debug.core.model.IBreakpoint
Returns whether this breakpoint is to be persisted across workspace invocations, or when a project is closed and re-opened.
isPersisted() - Method in class org.eclipse.debug.core.model.Breakpoint
 
isPhantom() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is a phantom resource.
isPinned() - Method in interface org.eclipse.ui.IEditorReference
Returns true if the editor is pinned otherwise returns false.
isPluginActivated() - Method in interface org.eclipse.core.runtime.IPluginDescriptor
Returns whether the plug-in described by this descriptor has been activated.
isPrefixOf(IPath) - Method in class org.eclipse.core.runtime.Path
 
isPrefixOf(IPath) - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is a prefix of the given path.
isPrimary() - Method in interface org.eclipse.update.core.IFeature
Indicates whether the feature can be used as a primary feature.
isPrimary() - Method in class org.eclipse.update.core.model.FeatureModel
Indicates whether the feature can be used as a primary feature.
isPrimary(boolean) - Method in class org.eclipse.update.core.model.FeatureModel
Indicates whether this feature can act as a primary feature.
isPrintable() - Method in class org.eclipse.jface.text.TextViewer
Returns whether the shown text can be printed.
isPropertySet(Object) - Method in class org.eclipse.ui.views.properties.ResourcePropertySource
 
isPropertySet(Object) - Method in interface org.eclipse.ui.views.properties.IPropertySource
Returns whether the value of the property with the given id has changed from its default value.
isPublic() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns whether this launch configuration type is public.
isReadOnly() - Method in interface org.eclipse.core.resources.IStorage
Returns whether this storage is read-only.
isReadOnly() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is marked as read-only in the file system.
isReadOnly() - Method in interface org.eclipse.core.resources.IFileState
Returns whether this file state is read-only.
isReadOnly() - Method in interface org.eclipse.core.resources.IFile
Returns whether this file is read-only.
isReadOnly() - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Returns whether or not this model object is read-only.
isReadOnly() - Method in class org.eclipse.core.runtime.model.PluginModelObject
Returns whether or not this model object is read-only.
isReadOnly() - Method in class org.eclipse.update.core.model.ModelObject
Returns whether or not this model object is read-only.
isReadOnly(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
 
isReadOnly(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
Returns whether the document provider thinks that the given element is read-only.
isReadOnly(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isRedoEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the redo action.
isRegistered() - Method in interface org.eclipse.debug.core.model.IBreakpoint
Returns whether this breakpoint is currently registered with the breakpoint manager.
isRegistered() - Method in class org.eclipse.debug.core.model.Breakpoint
 
isRegistered(IBreakpoint) - Method in interface org.eclipse.debug.core.IBreakpointManager
Returns whether the given breakpoint is currently registered with this breakpoint manager.
isReparentable() - Method in class org.eclipse.swt.widgets.Control
Returns true if the underlying operating system supports this reparenting, otherwise false
isResolved() - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Returns whether or not this model object has been resolved.
isRightEditable() - Method in class org.eclipse.compare.CompareConfiguration
Returns whether the right hand side of a merge viewer is editable.
isRightEditable(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns whether the right side is editable.
isRoot() - Method in class org.eclipse.core.runtime.Path
 
isRoot() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is a root path.
isRunning() - Static method in class org.eclipse.core.boot.BootLoader
Returns whether the platform is running.
isRunning() - Static method in class org.eclipse.help.AppServer
Checks if the app server is running.
isSaveAllEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method always returns true.
isSaveAllSet() - Static method in class org.eclipse.ui.actions.BuildAction
Returns whether the user's preference is set to automatically save modified resources before a manual build is done.
isSaveAsAllowed() - Method in interface org.eclipse.ui.IEditorPart
Returns whether the "save as" operation is supported by this editor.
isSaveAsAllowed() - Method in class org.eclipse.ui.editors.text.TextEditor
 
isSaveAsAllowed() - Method in class org.eclipse.ui.part.MultiEditor
 
isSaveAsAllowed() - Method in class org.eclipse.ui.part.EditorPart
 
isSaveAsAllowed() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
The AbstractTextEditor implementation of this IEditorPart method returns false.
isSaveNeeded() - Method in class org.eclipse.compare.CompareEditorInput
Returns true if there are unsaved changes.
isSaveOnCloseNeeded() - Method in interface org.eclipse.ui.IEditorPart
Returns whether the contents of this editor should be saved when the editor is closed.
isSaveOnCloseNeeded() - Method in class org.eclipse.ui.part.EditorPart
 
isSaveOnCloseNeeded() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isSelectAllEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
Returns true if this cell editor is able to perform the select all action.
isSelectAllEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the select all action.
isSelected(int) - Method in class org.eclipse.swt.widgets.Table
Returns true if the item is selected, and false otherwise.
isSelected(int) - Method in class org.eclipse.swt.widgets.List
Returns true if the item is selected, and false otherwise.
isSeparator() - Method in class org.eclipse.jface.action.SubMenuManager
 
isSeparator() - Method in class org.eclipse.jface.action.SubContributionItem
 
isSeparator() - Method in class org.eclipse.jface.action.Separator
The Separator implementation of this IContributionItem method returns true
isSeparator() - Method in class org.eclipse.jface.action.MenuManager
 
isSeparator() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is a separator.
isSeparator() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns false.
isSetLocationSupported() - Method in interface org.eclipse.help.ui.browser.IBrowser
Queries the browser if setLocation method is supported.
isSetSizeSupported() - Method in interface org.eclipse.help.ui.browser.IBrowser
Queries the browser if setSize method is supported.
isSorterProperty(Object, String) - Method in class org.eclipse.jface.viewers.ViewerSorter
Returns whether this viewer sorter would be affected by a change to the given property of the given element.
isSorterProperty(Object, String) - Method in class org.eclipse.ui.model.WorkbenchViewerSorter
 
isStateValidated(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
Returns whether the state of the given element has been validated.
isStateValidated(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Returns whether validateState has been called for the given element since the element's state has potentially been invalidated.
isStepping() - Method in interface org.eclipse.debug.core.model.IStep
Returns whether this element is currently stepping.
isStepStart() - Method in class org.eclipse.debug.core.DebugEvent
Returns whether this event's detail indicates the beginning of a step event.
isSubstituteFor(IContributionItem) - Method in class org.eclipse.jface.action.MenuManager
 
isSubtypeOf(String) - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns whether the type of this marker is considered to be a subtype of the given marker type.
isSubtypeOf(String) - Method in interface org.eclipse.core.resources.IMarker
Returns whether the type of this marker is considered to be a subtype of the given marker type.
isSupportedContentType(String) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated. Returns whether the given type is one of the legal content types.
isSupportedContentType(String) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Returns whether the given type is one of the legal content types.
isSupportedType(TransferData) - Method in class org.eclipse.swt.dnd.Transfer
Returns true if the TransferData data type can be converted using this transfer agent.
isSupportedType(TransferData) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
 
isSuspended() - Method in interface org.eclipse.debug.core.model.ISuspendResume
Returns whether this element is currently suspended.
isSynchronized(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource and its descendants to the given depth are considered to be in sync with the local file system.
isSynchronized(IResource, int) - Method in interface org.eclipse.core.resources.team.IResourceTree
Returns whether the given resource and its descendants to the given depth are considered to be in sync with the local file system.
IStackFrame - interface org.eclipse.debug.core.model.IStackFrame.
A stack frame represents an execution context in a suspended thread.
IStartup - interface org.eclipse.ui.IStartup.
Plugins that register a startup extension will be activated after the Workbench initializes and have an opportunity to run code that can't be implemented using the normal contribution mechanisms.
IStatus - interface org.eclipse.core.runtime.IStatus.
A status object represents the outcome of an operation.
IStatusField - interface org.eclipse.ui.texteditor.IStatusField.
Interface of a status field of a text editor.
IStatusHandler - interface org.eclipse.debug.core.IStatusHandler.
A status handler registers to handle a specific status - error or otherwise.
IStatusLineManager - interface org.eclipse.jface.action.IStatusLineManager.
The IStatusLineManager interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.
isTeamPrivateMember() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is a team private member of its parent container.
IStep - interface org.eclipse.debug.core.model.IStep.
Provides the ability to step into, over, and return from the current execution location.
isTerminated() - Method in class org.eclipse.debug.core.Launch
 
isTerminated() - Method in interface org.eclipse.debug.core.model.ITerminate
Returns whether this element is terminated.
IStorage - interface org.eclipse.core.resources.IStorage.
A storage object represents a set of bytes which can be accessed.
IStorageDocumentProvider - interface org.eclipse.ui.editors.text.IStorageDocumentProvider.
Document provider for IStorage based domain elements.
IStorageEditorInput - interface org.eclipse.ui.IStorageEditorInput.
Interface for a IStorage input to an editor.
isTransient() - Method in interface org.eclipse.core.boot.IPlatformConfiguration
Returns an indication whether the configuration is transient.
isTransient(boolean) - Method in interface org.eclipse.core.boot.IPlatformConfiguration
Indicates whether the configuration is transient or not.
IStreamContentAccessor - interface org.eclipse.compare.IStreamContentAccessor.
An IStreamContentAccessor object represents a set of bytes which can be accessed by means of a stream.
IStreamListener - interface org.eclipse.debug.core.IStreamListener.
A stream listener is notified of changes to a stream monitor.
IStreamMonitor - interface org.eclipse.debug.core.model.IStreamMonitor.
A stream monitor manages the contents of the stream a process is writing to, and notifies registered listeners of changes in the stream.
IStreamsProxy - interface org.eclipse.debug.core.model.IStreamsProxy.
A streams proxy acts as proxy between the streams of a process and interested clients.
isTreeLocked() - Method in class org.eclipse.core.resources.WorkspaceLock
Returns whether the workspace tree is locked for resource changes.
IStructureComparator - interface org.eclipse.compare.structuremergeviewer.IStructureComparator.
Interface used to compare hierarchical structures.
IStructureCreator - interface org.eclipse.compare.structuremergeviewer.IStructureCreator.
Interface used to create a hierarchical structure of IStructureComparators for a given input object.
IStructuredContentProvider - interface org.eclipse.jface.viewers.IStructuredContentProvider.
An interface to content providers for structured viewers.
IStructuredSelection - interface org.eclipse.jface.viewers.IStructuredSelection.
A selection containing elements.
isTrue(boolean) - Static method in class org.eclipse.jface.util.Assert
Asserts that the given boolean is true.
isTrue(boolean, String) - Static method in class org.eclipse.jface.util.Assert
Asserts that the given boolean is true.
isUNC() - Method in class org.eclipse.core.runtime.Path
 
isUNC() - Method in interface org.eclipse.core.runtime.IPath
Returns a boolean value indicating whether or not this path is considered to be in UNC form.
isUndefined() - Method in class org.eclipse.jface.text.rules.Token
 
isUndefined() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token is undefined.
isUndoEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the undo action.
isUnstyled() - Method in class org.eclipse.swt.custom.StyleRange
Returns whether or not the receiver is unstyled (i.e., does not have any style attributes specified).
isUpdateable() - Method in interface org.eclipse.core.boot.IPlatformConfiguration
Returns an indication whether the configuration can be updated.
isUpdateable() - Method in interface org.eclipse.core.boot.IPlatformConfiguration.ISiteEntry
Returns an indication whether the site can be updated.
ISuspendResume - interface org.eclipse.debug.core.model.ISuspendResume.
Provides the ability to suspend and resume a thread or debug target.
isValid() - Method in class org.eclipse.jface.preference.StringFieldEditor
 
isValid() - Method in class org.eclipse.jface.preference.PreferencePage
The preference page implementation of an IPreferencePage method returns whether this preference page is valid.
isValid() - Method in interface org.eclipse.jface.preference.IPreferencePage
Returns whether this dialog page is in a valid state.
isValid() - Method in class org.eclipse.jface.preference.FieldEditor
Returns whether this field editor contains a valid value.
isValid(ILaunchConfiguration) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Returns whether this tab is in a valid state in the context of the specified launch configuration.
isValid(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.CommonTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
 
isValid(Object) - Method in interface org.eclipse.jface.viewers.ICellEditorValidator
Returns a string indicating whether the given value is valid; null means valid, and non-null means invalid, with the result being the error message to display to the end user.
isValid(Object) - Method in class org.eclipse.ui.actions.CopyResourceAction
The CopyResourceAction implementation of this ISelectionValidator method checks whether the given path is a good place to copy the selected resources.
isValid(Object) - Method in interface org.eclipse.ui.dialogs.ISelectionValidator
Returns a string indicating whether the given selection is valid.
isValid(String) - Method in interface org.eclipse.jface.dialogs.IInputValidator
Validates the given string.
isValidFor(IDocument, int) - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension
Returns whether this completion proposal is valid for the given position in the given document.
isValidPath(String) - Method in class org.eclipse.core.runtime.Path
 
isValidPath(String) - Method in interface org.eclipse.core.runtime.IPath
Returns whether the given string is syntactically correct as a path.
isValidSegment(String) - Method in class org.eclipse.core.runtime.Path
 
isValidSegment(String) - Method in interface org.eclipse.core.runtime.IPath
Returns whether the given string is valid as a segment in a path.
isValueValid() - Method in class org.eclipse.jface.viewers.CellEditor
Returns whether this cell editor has a valid value.
isVisible() - Method in class org.eclipse.jface.action.SubContributionManager
Returns whether the contribution list is visible.
isVisible() - Method in class org.eclipse.jface.action.SubContributionItem
 
isVisible() - Method in class org.eclipse.jface.action.MenuManager
 
isVisible() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is visibile within its manager.
isVisible() - Method in class org.eclipse.jface.action.GroupMarker
The GroupMarker implementation of this method returns false since group markers are always invisible.
isVisible() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns the value recorded in an internal state variable, which is true by default.
isVisible() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.Caret
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isWhitespace() - Method in class org.eclipse.jface.text.rules.Token
 
isWhitespace() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token represents a whitespace.
isWhitespace(char) - Method in interface org.eclipse.jface.text.rules.IWhitespaceDetector
Returns whether the specified character is whitespace.
isWordPart(char) - Method in interface org.eclipse.jface.text.rules.IWordDetector
Returns whether the specified character is valid as a subsequent character in a word.
isWordStart(char) - Method in interface org.eclipse.jface.text.rules.IWordDetector
Returns whether the specified character is valid as the first character in a word.
isWorkingCopy() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns whether this launch configuration is a working copy.
ISynchronizer - interface org.eclipse.core.resources.ISynchronizer.
A synchronizer which maintains a list of registered partners and, on behalf of each partner, it keeps resource level synchonization information (a byte array).
ITableLabelProvider - interface org.eclipse.jface.viewers.ITableLabelProvider.
Extends IBaseLabelProvider with the methods to provide the text and/or image for each column of a given element.
ITALIC - Static variable in class org.eclipse.swt.SWT
font style constant indicating an italic font (value is 1<<1)
ITaskListResourceAdapter - interface org.eclipse.ui.views.tasklist.ITaskListResourceAdapter.
ITaskListResourceAdapter is an adapter interface that supplies the resource to query for markers to display in the task list.
item - Variable in class org.eclipse.swt.custom.CTabFolderEvent
 
item - Variable in class org.eclipse.swt.dnd.DropTargetEvent
If the associated control is a table or tree, this field contains the item located at the cursor coordinates.
item - Variable in class org.eclipse.swt.events.SelectionEvent
the item that was selected
item - Variable in class org.eclipse.swt.widgets.Event
 
Item - class org.eclipse.swt.widgets.Item.
This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls.
Item(Widget, int) - Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Item(Widget, int, int) - Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
itemAdded(IContributionItem, SubContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
Notifies that an item has been added.
itemClosed(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolderListener
 
itemClosed(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolderAdapter
 
itemRemoved(IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
Notifies that an item has been removed.
items() - Method in class org.eclipse.jface.action.SubContributionManager
Deprecated. Use getItems(String value) instead.
iterator() - Method in class org.eclipse.jface.viewers.StructuredSelection
 
iterator() - Method in interface org.eclipse.jface.viewers.IStructuredSelection
Returns an iterator over the elements of this selection.
ITerminate - interface org.eclipse.debug.core.model.ITerminate.
Provides the ability to terminate an execution context - for example, a thread, debug target or process.
ITextDoubleClickStrategy - interface org.eclipse.jface.text.ITextDoubleClickStrategy.
A text double click strategy defines the reaction of a text viewer to mouse double click events.
ITextEditor - interface org.eclipse.ui.texteditor.ITextEditor.
Interface to a text editor.
ITextEditorActionConstants - interface org.eclipse.ui.texteditor.ITextEditorActionConstants.
Defines the names of those actions which are preregistered with the AbstractTextEditor.
ITextEditorActionDefinitionIds - interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds.
Defines the definitions ids for the text editor actions.
ITextEditorExtension - interface org.eclipse.ui.texteditor.ITextEditorExtension.
Extension interface for ITextEditor.
ITextEditorHelpContextIds - interface org.eclipse.ui.editors.text.ITextEditorHelpContextIds.
Help context ids for the text editor.
ITextHover - interface org.eclipse.jface.text.ITextHover.
Provides a hover popup which appears on top of the text viewer with relevant display information.
ITextInputListener - interface org.eclipse.jface.text.ITextInputListener.
Text input listeners registered with an text viewer are informed if the document serving as the text viewer's model is replaced.
ITextListener - interface org.eclipse.jface.text.ITextListener.
Text listeners registered with an text viewer are informed about all text viewer modifications by means of text events.
ITextOperationTarget - interface org.eclipse.jface.text.ITextOperationTarget.
Defines the target for a text operation.
ITextOperationTargetExtension - interface org.eclipse.jface.text.ITextOperationTargetExtension.
Extension interface to ITextOperationTarget.
ITextSelection - interface org.eclipse.jface.text.ITextSelection.
This interface represents a textual selection.
ITextStore - interface org.eclipse.jface.text.ITextStore.
Interface for storing and managing text.
ITextViewer - interface org.eclipse.jface.text.ITextViewer.
A text viewer turns a text widget into a document-based text widget.
ITextViewerExtension - interface org.eclipse.jface.text.ITextViewerExtension.
Extension interface for ITextViewer.
IThread - interface org.eclipse.debug.core.model.IThread.
A thread is a sequential flow of execution in a debug target.
IToc - interface org.eclipse.help.IToc.
IToc is the table of contents.
IToken - interface org.eclipse.jface.text.rules.IToken.
A token to be returned by a rule.
ITokenComparator - interface org.eclipse.compare.contentmergeviewer.ITokenComparator.
For performing a so-called "token compare" on a line of text.
ITokenScanner - interface org.eclipse.jface.text.rules.ITokenScanner.
A token scanner scans a range of a document and reports about the token it finds.
IToolBarManager - interface org.eclipse.jface.action.IToolBarManager.
The IToolBarManager interface provides protocol for managing contributions to a tool bar.
ITopic - interface org.eclipse.help.ITopic.
ITopic is one topic in a hierarchy of topics.
ITreeContentProvider - interface org.eclipse.jface.viewers.ITreeContentProvider.
An interface to content providers for tree-structure-oriented viewers.
ITreeViewerListener - interface org.eclipse.jface.viewers.ITreeViewerListener.
A listener which is notified when a tree viewer expands or collapses a node.
ITypedElement - interface org.eclipse.compare.ITypedElement.
Interface for getting the name, image, and type for an object.
ITypedRegion - interface org.eclipse.jface.text.ITypedRegion.
Describes a region of an indexed text store such as document or string.
IUndoManager - interface org.eclipse.jface.text.IUndoManager.
An undo manager is connected to at most one text viewer.
IUpdate - interface org.eclipse.ui.texteditor.IUpdate.
Indicates the support of an update method.
IURLEntry - interface org.eclipse.update.core.IURLEntry.
URL entry is an annotated URL object.
IValue - interface org.eclipse.debug.core.model.IValue.
A value represents the value of a variable.
IValueDetailListener - interface org.eclipse.debug.ui.IValueDetailListener.
Notified of detailed value descriptions.
IValueModification - interface org.eclipse.debug.core.model.IValueModification.
Provides the ability to modify the value of a variable in a target.
IVariable - interface org.eclipse.debug.core.model.IVariable.
A variable represents a visible data structure in a stack frame or value.
IVerificationListener - interface org.eclipse.update.core.IVerificationListener.
Verification listener.
IVerificationResult - interface org.eclipse.update.core.IVerificationResult.
Verification result.
IVerifier - interface org.eclipse.update.core.IVerifier.
Verifier.
IVerticalRuler - interface org.eclipse.jface.text.source.IVerticalRuler.
This interface defines a visual component which may serve text viewers as a line oriented annotation presentation area.
IVerticalRulerColumn - interface org.eclipse.jface.text.source.IVerticalRulerColumn.
A IVerticalRulerColumn is an element that can be added to a composite vertical ruler.
IVerticalRulerExtension - interface org.eclipse.jface.text.source.IVerticalRulerExtension.
Extension interface for IVerticalRuler.
IVerticalRulerInfo - interface org.eclipse.jface.text.source.IVerticalRulerInfo.
A vertical ruler is a visual component which may serve text viewers as a line oriented annotation presentation area.
IViewActionDelegate - interface org.eclipse.ui.IViewActionDelegate.
Interface for an action that is contributed into a view's local tool bar, pulldown menu, or popup menu.
IViewerCreator - interface org.eclipse.compare.IViewerCreator.
A factory object for Viewer.
IViewPart - interface org.eclipse.ui.IViewPart.
A view is a visual component within a workbench page.
IViewportListener - interface org.eclipse.jface.text.IViewportListener.
Registered with a text viewer, viewport listeners are informed about changes of a text viewer's viewport.
IViewReference - interface org.eclipse.ui.IViewReference.
Defines a reference to an IViewPart.
IViewSite - interface org.eclipse.ui.IViewSite.
The primary interface between a view part and the outside world.
IWhitespaceDetector - interface org.eclipse.jface.text.rules.IWhitespaceDetector.
Defines the interface by which WhitespaceRule determines whether a given character is to be considered whitespace in the current context.
IWidgetTokenKeeper - interface org.eclipse.jface.text.IWidgetTokenKeeper.
A widget token keeper may require a widget token from an IWidgetTokenOwner and release the token to the owner after usage.
IWidgetTokenOwner - interface org.eclipse.jface.text.IWidgetTokenOwner.
A widget token must be aquired in order to display information in a temporary window.
IWindowListener - interface org.eclipse.ui.IWindowListener.
Interface for listening to window lifecycle events.
IWizard - interface org.eclipse.jface.wizard.IWizard.
Interface for a wizard.
IWizardContainer - interface org.eclipse.jface.wizard.IWizardContainer.
Interface for containers that can host a wizard.
IWizardNode - interface org.eclipse.jface.wizard.IWizardNode.
A wizard node acts a placeholder for a real wizard in a wizard selection page.
IWizardPage - interface org.eclipse.jface.wizard.IWizardPage.
Interface for a wizard page.
IWordDetector - interface org.eclipse.jface.text.rules.IWordDetector.
Defines the interface by which WordRule determines whether a given character is valid as part of a word in the current context.
IWorkbench - interface org.eclipse.ui.IWorkbench.
A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchActionConstants - interface org.eclipse.ui.IWorkbenchActionConstants.
Action ids for standard actions, groups in the workbench menu bar, and global actions.
IWorkbenchActionDefinitionIds - interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds.
Defines the definitions ids for workbench actions.
IWorkbenchAdapter - interface org.eclipse.ui.model.IWorkbenchAdapter.
This adapter interface provides visual presentation and hierarchical structure for workbench elements, allowing them to be displayed in the UI without having to know the concrete type of the element.
IWorkbenchPage - interface org.eclipse.ui.IWorkbenchPage.
A workbench page consists of an arrangement of views and editors intended to be presented together to the user in a single workbench window.
IWorkbenchPart - interface org.eclipse.ui.IWorkbenchPart.
A workbench part is a visual component within a workbench page.
IWorkbenchPartDescriptor - interface org.eclipse.ui.IWorkbenchPartDescriptor.
Description of a workbench part.
IWorkbenchPartReference - interface org.eclipse.ui.IWorkbenchPartReference.
Implements a reference to a IWorkbenchPart.
IWorkbenchPartSite - interface org.eclipse.ui.IWorkbenchPartSite.
The primary interface between a workbench part and the outside world.
IWorkbenchPreferenceConstants - interface org.eclipse.ui.IWorkbenchPreferenceConstants.
Preference ids exposed by the Eclipse Platform User Interface.
IWorkbenchPreferencePage - interface org.eclipse.ui.IWorkbenchPreferencePage.
Interface for workbench preference pages.
IWorkbenchPropertyPage - interface org.eclipse.ui.IWorkbenchPropertyPage.
Interface for workbench property pages.
IWorkbenchSite - interface org.eclipse.ui.IWorkbenchSite.
The common interface between the workbench and its parts, including pages within parts.
IWorkbenchWindow - interface org.eclipse.ui.IWorkbenchWindow.
A workbench window is a top level window in a workbench.
IWorkbenchWindowActionDelegate - interface org.eclipse.ui.IWorkbenchWindowActionDelegate.
Interface for an action that is contributed into the workbench window menu or tool bar.
IWorkbenchWindowPulldownDelegate - interface org.eclipse.ui.IWorkbenchWindowPulldownDelegate.
Interface for a pulldown action that is contributed into the workbench window tool bar.
IWorkbenchWindowPulldownDelegate2 - interface org.eclipse.ui.IWorkbenchWindowPulldownDelegate2.
Extension of IWorkbenchWindowPulldownDelegate that allows the delegate dropdown menu to be a child of a Menu item.
IWorkbenchWizard - interface org.eclipse.ui.IWorkbenchWizard.
Implementors represent creation wizards that are to be contributed to the workbench's creation wizard extension point.
IWorkingSet - interface org.eclipse.ui.IWorkingSet.
A working set holds a number of IAdaptable elements.
IWorkingSetManager - interface org.eclipse.ui.IWorkingSetManager.
A working set manager stores working sets and provides property change notification when a working set is added or removed.
IWorkingSetPage - interface org.eclipse.ui.dialogs.IWorkingSetPage.
A working set page allows the user to edit an existing working set and create a new working set.
IWorkingSetSelectionDialog - interface org.eclipse.ui.dialogs.IWorkingSetSelectionDialog.
A working set selection dialog displays the list of working sets available in the workbench.
IWorkspace - interface org.eclipse.core.resources.IWorkspace.
Workspaces are the basis for Eclipse Platform resource management.
IWorkspaceDescription - interface org.eclipse.core.resources.IWorkspaceDescription.
A workspace description represents the workspace preferences.
IWorkspaceRoot - interface org.eclipse.core.resources.IWorkspaceRoot.
A root resource represents the top of the resource hierarchy in a workspace.
IWorkspaceRunnable - interface org.eclipse.core.resources.IWorkspaceRunnable.
A runnable which executes as a batch operation within the workspace.

Eclipse Platform
2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.