Index

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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

I

IAbstractTextEditorHelpContextIds - Interface in org.eclipse.ui.texteditor
Help context ids for the text editor.
IAction - Interface in org.eclipse.jface.action
An action represents the non-UI side of a command which can be triggered by the end user.
IActionBarConfigurer - Interface in org.eclipse.ui.application
Interface providing special access for configuring the action bars of a workbench window.
IActionBars - Interface in org.eclipse.ui
Used by a part to access its menu, toolbar, and status line managers.
IActionBars2 - Interface in org.eclipse.ui
Interface extention to IActionBars that provides an additional cool bar manager.
IActionDelegate - Interface in org.eclipse.ui
Interface for actions contributed via an extension point.
IActionDelegate2 - Interface in org.eclipse.ui
Interface extension to IActionDelegate adding lifecycle methods.
IActionDelegateWithEvent - Interface in org.eclipse.ui
Deprecated.
Use org.eclipse.ui.IActionDelegate2 instead.
IActionFilter - Interface in org.eclipse.ui
An adapter which performs action filtering.
IActionProvider - Interface in org.eclipse.ui.views.properties.tabbed
Allows a tabbed properties view to make contributions to action bars.
IActionSetContributionItem - Interface in org.eclipse.ui.internal
This interface should be implemented by all contribution items defined by an action set.
IActivity - Interface in org.eclipse.ui.activities
An instance of this interface is an activity as defined by the extension point org.eclipse.ui.activities.
IActivityListener - Interface in org.eclipse.ui.activities
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IActivity.
IActivityManager - Interface in org.eclipse.ui.activities
An instance of this interface allows clients to manage activities, as defined by the extension point org.eclipse.ui.activities.
IActivityManagerListener - Interface in org.eclipse.ui.activities
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IActivityManager.
IActivityPatternBinding - Interface in org.eclipse.ui.activities
An instance of this interface represents a binding between an activity and a regular expression pattern.
IActivityRequirementBinding - Interface in org.eclipse.ui.activities
An instance of this interface represents a binding between two activities.
IAdaptable - Interface in org.eclipse.core.runtime
An interface for an adaptable object.
IAdapterFactory - Interface in org.eclipse.core.runtime
An adapter factory defines behavioral extensions for one or more classes that implements the IAdaptable interface.
IAdapterManager - Interface in org.eclipse.core.runtime
An adapter manager maintains a registry of adapter factories.
IAddMemoryBlocksTarget - Interface in org.eclipse.debug.ui.actions
An adapter for an "add memory block" operation.
IAddMemoryRenderingsTarget - Interface in org.eclipse.debug.ui.actions
Adapter for the platform's retargettable "add memory rendering" action.
IAdvancedUndoableOperation - Interface in org.eclipse.core.commands.operations
IAdvancedUndoableOperation defines an interface for undoable operations that modify one or more elements in a model and attempt to keep model listeners up to date with changes that occur in the undo and redo history involving particular model elements.
IAdvancedUndoableOperation2 - Interface in org.eclipse.core.commands.operations
IAdvancedUndoableOperation2 defines a method for computing the validity of executing an operation before attempting to execute it.
IAgentLocation - Interface in org.eclipse.equinox.p2.core
An instance of this service represents the location of a provisioning agent's metadata.
IAgentService - Interface in org.eclipse.equinox.p2.core.spi
Services created by IAgentServiceFactory objects can optionally implement this interface to participate in the agent lifecycle.
IAgentServiceFactory - Interface in org.eclipse.equinox.p2.core.spi
A factory for creating a service that forms part of a provisioning agent instance.
IAggregateWorkingSet - Interface in org.eclipse.ui
Contains a set of IWorkingSet.
IAnchor - Interface in org.eclipse.help
Specifies a location in a document where other plug-ins may contribute additional content.
IAnnotationAccess - Interface in org.eclipse.jface.text.source
An annotation access provides access to information that is not available via the API of Annotation.
IAnnotationAccessExtension - Interface in org.eclipse.jface.text.source
Extension interface for IAnnotationAccess.
IAnnotationAccessExtension2 - Interface in org.eclipse.jface.text.source
Extension interface for IAnnotationAccess.
IAnnotationHover - Interface in org.eclipse.jface.text.source
Provides the information to be displayed in a hover popup window which appears over the presentation area of annotations.
IAnnotationHoverExtension - Interface in org.eclipse.jface.text.source
Extension interface for IAnnotationHover for providing its own information control creator providing the range of lines for which the hover for a given line is valid providing whether the information control can interact with the mouse cursor
IAnnotationHoverExtension2 - Interface in org.eclipse.jface.text.source
Extension interface for IAnnotationHover for providing whether the information control can interact with the mouse wheel
IAnnotationImageProvider - Interface in org.eclipse.ui.texteditor
Provides an image for a given annotation.
IAnnotationMap - Interface in org.eclipse.jface.text.source
An annotation map is a map specialized for the requirements of an annotation model.
IAnnotationModel - Interface in org.eclipse.jface.text.source
This interface defines the model for managing annotations attached to a document.
IAnnotationModelExtension - Interface in org.eclipse.jface.text.source
Extends IAnnotationModelwith the ability piggyback other annotation models.
IAnnotationModelExtension2 - Interface in org.eclipse.jface.text.source
Extends IAnnotationModel with the ability to retrieve a set of annotations within a given region.
IAnnotationModelFactory - Interface in org.eclipse.core.filebuffers
Factory for text file buffer annotation models.
IAnnotationModelListener - Interface in org.eclipse.jface.text.source
Interface for objects interested in getting informed about annotation model changes.
IAnnotationModelListenerExtension - Interface in org.eclipse.jface.text.source
Extension interface for IAnnotationModelListener.
IAnnotationPresentation - Interface in org.eclipse.jface.text.source
Interface for annotations that can take care of their own visible representation.
IAntClasspathEntry - Interface in org.eclipse.ant.core
Represents an Ant classpath entry.
IAntPropertyValueProvider - Interface in org.eclipse.ant.core
An interface that must be implemented by plug-ins that wish to contribute predefined variables to an Ant project when run from within Eclipse.
IApplication - Interface in org.eclipse.equinox.app
Bootstrap type for an application.
IApplicationContext - Interface in org.eclipse.equinox.app
The context used to start an application.
IArgumentSelector - Interface in org.eclipse.debug.ui.stringsubstitution
A variable presentation extension can contribute an argument selector which is use to configure the argument for a string substitution variable.
IArtifactDescriptor - Interface in org.eclipse.equinox.p2.repository.artifact
An artifact descriptor describes an artifact stored in some artifact repository.
IArtifactKey - Interface in org.eclipse.equinox.p2.metadata
Provide standardised artifact information to uniquely identify the corresponding bytes (perhaps not stored as a file).
IArtifactRepository - Interface in org.eclipse.equinox.p2.repository.artifact
A repository containing artifacts.
IArtifactRepositoryManager - Interface in org.eclipse.equinox.p2.repository.artifact
A metadata repository manager is used to create, access, and manipulate IArtifactRepository instances.
IArtifactRequest - Interface in org.eclipse.equinox.p2.repository.artifact
Represents a request to transfer an artifact from an artifact repository.
IArtifactUIServices - Interface in org.eclipse.equinox.p2.repository.artifact.spi
An interface optionally implemented by UIServices to provide richer information for the users.
IAutoEditStrategy - Interface in org.eclipse.jface.text
An auto edit strategy can adapt changes that will be applied to a text viewer's document.
IAutoIndentStrategy - Interface in org.eclipse.jface.text
Deprecated.
since 3.0, use IAutoEditStrategy directly
IBaseLabelProvider - Interface in org.eclipse.jface.viewers
A label provider maps an element of the viewer's model to an optional image and optional text string used to display the element in the viewer's control.
IBasicPropertyConstants - Interface in org.eclipse.jface.viewers
Predefined property names used for elements displayed in viewers.
IBeanListProperty<S,E> - Interface in org.eclipse.core.databinding.beans
An IListProperty extension interface with convenience methods for creating nested bean properties.
IBeanMapProperty<S,K,V> - Interface in org.eclipse.core.databinding.beans
An IMapProperty extension interface with convenience methods for creating nested bean properties.
IBeanObservable - Interface in org.eclipse.core.databinding.beans
Provides access to details of bean observables.
IBeanProperty - Interface in org.eclipse.core.databinding.beans
An IProperty extension interface providing access to details of bean properties.
IBeanSetProperty<S,E> - Interface in org.eclipse.core.databinding.beans
An ISetProperty extension interface with convenience methods for creating nested bean properties.
IBeanValueProperty<S,T> - Interface in org.eclipse.core.databinding.beans
An IValueProperty extension interface with convenience methods for creating nested bean properties.
IBinaryStreamListener - Interface in org.eclipse.debug.core
A stream listener is notified of changes to a binary stream monitor.
IBinaryStreamMonitor - Interface in org.eclipse.debug.core.model
A variant of IStreamMonitor which does not touch the received content and pass it as bytes instead of strings.
IBinaryStreamsProxy - Interface in org.eclipse.debug.core.model
A variant of IStreamsProxy which does not touch the proxied content and pass it as bytes instead of strings.
IBinding - Interface in org.eclipse.e4.core.di
Describes binding between object description and its implementation to be used by the dependency injection.
IBindingManagerListener - Interface in org.eclipse.jface.bindings
An instance of BindingManagerListener can be used by clients to receive notification of changes to an instance of BindingManager.
IBindingService - Interface in org.eclipse.ui.keys
Provides services related to the binding architecture (e.g., keyboard shortcuts) within the workbench.
IBlockTextSelection - Interface in org.eclipse.jface.text
A rectangular selection in a text document.
IBreakpoint - Interface in org.eclipse.debug.core.model
A breakpoint is capable of suspending the execution of a program at a specific location when a program is running in debug mode.
IBreakpointImportParticipant - Interface in org.eclipse.debug.core.model
This interface defines a breakpoint import participant.
IBreakpointListener - Interface in org.eclipse.debug.core
A breakpoint listener is notified of breakpoint additions, removals, and changes.
IBreakpointManager - Interface in org.eclipse.debug.core
The breakpoint manager manages the collection of breakpoints in the workspace.
IBreakpointManagerListener - Interface in org.eclipse.debug.core
A breakpoint manager listener is notified when the breakpoint manager's enablement changes.
IBreakpointOrganizerDelegate - Interface in org.eclipse.debug.ui
A breakpoint organizer is used to categorize breakpoints and provides change notification when categorization has changed.
IBreakpointOrganizerDelegateExtension - Interface in org.eclipse.debug.ui
Optional enhancements to the IBreakpointOrganizerDelegate interface.
IBreakpointsListener - Interface in org.eclipse.debug.core
A breakpoints listener is notified of breakpoint additions, removals, and changes.
IBreakpointTypeCategory - Interface in org.eclipse.debug.ui
Represents a breakpoint's type to support organization of breakpoints by type in the breakpoints view.
IBrowser - Interface in org.eclipse.help.browser
Represents a web browser that can be used by clients to display documents for the given URLs.
IBrowserFactory - Interface in org.eclipse.help.browser
Implementators of org.eclipse.help.base.browser extension points must provide implementation of this interface.
IBuildConfiguration - Interface in org.eclipse.core.resources
Build Configurations provide a mechanism for orthogonal configuration specific builds within a single project.
IBuildContext - Interface in org.eclipse.core.resources
Stores information about the context in which a builder was called.
IBundleGroup - Interface in org.eclipse.core.runtime
Bundle groups represent a logical collection of plug-ins (aka bundles).
IBundleGroupConstants - Interface in org.eclipse.ui.branding
These constants define the set of properties that the UI expects to be available via IBundleGroup.getProperty(String).
IBundleGroupProvider - Interface in org.eclipse.core.runtime
Bundle group providers define groups of plug-ins which have been installed in the current system.
IBundleImporter - Interface in org.eclipse.team.core.importing.provisional
A bundle importer represents an instance of a bundle importer extension.
IBundleImporterDelegate - Interface in org.eclipse.team.core.importing.provisional
A bundle importer delegate is contributed by a bundle importer extension and is capable of importing projects into the workspace from a repository based on bundle manifest entries.
ICache - Interface in org.eclipse.team.core
A cache that is associated with a synchronization that allows clients to cache synchronization state related to their model for the duration of the operation.
ICacheListener - Interface in org.eclipse.team.core
Listener that, when registered with a cache, gets invoked when the cache is disposed.
ICategory - Interface in org.eclipse.ui.activities
An instance of this interface is a category as defined by the extension point org.eclipse.ui.activities.
ICategory_general - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ICategory_other - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ICategoryActivityBinding - Interface in org.eclipse.ui.activities
An instance of this interface represents a binding between a category and an activity.
ICategoryListener - Interface in org.eclipse.core.commands
An instance of this interface can be used by clients to receive notification of changes to one or more instances of Category.
ICategoryListener - Interface in org.eclipse.ui.activities
An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICategory.
ICellEditorListener - Interface in org.eclipse.jface.viewers
A listener which is notified of significant events in the life of a cell editor.
ICellEditorValidator - Interface in org.eclipse.jface.viewers
An interface for validating a cell editor's input.
ICellModifier - Interface in org.eclipse.jface.viewers
A cell modifier is used to access the data model from a cell editor in an abstract way.
IChangeGroupingRequestor - Interface in org.eclipse.team.core.mapping
Interface used to allow model tooling to request that a particular set of modified files be committed together to the repository.
IChangeListener - Interface in org.eclipse.core.databinding.observable
Listener for generic change events.
IChangeListener - Interface in org.eclipse.ui.internal
Interface that can receive change notifiecations from a Model object
IChangePreviewViewer - Interface in org.eclipse.ltk.ui.refactoring
Viewer to present the preview for a Change.
IChangeRulerColumn - Interface in org.eclipse.jface.text.source
An IChangeRulerColumn can display quick diff information.
ICharacterPairMatcher - Interface in org.eclipse.jface.text.source
A character pair matcher finds to a character at a certain document offset the matching peer character.
ICharacterPairMatcherExtension - Interface in org.eclipse.jface.text.source
Extension interface for ICharacterPairMatcher.
ICharacterScanner - Interface in org.eclipse.jface.text.rules
Defines the interface of a character scanner used by rules.
ICheatSheetAction - Interface in org.eclipse.ui.cheatsheets
Cheat sheet-aware action.
ICheatSheetEvent - Interface in org.eclipse.ui.cheatsheets
Event in the life cycle of a cheat sheet.
ICheatSheetManager - Interface in org.eclipse.ui.cheatsheets
Manages the running of a cheat sheet.
ICheatSheetViewer - Interface in org.eclipse.ui.cheatsheets
A cheat sheet viewer.
ICheckable - Interface in org.eclipse.jface.viewers
Interface for objects that support elements with a checked state.
ICheckStateListener - Interface in org.eclipse.jface.viewers
A listener which is notified of changes to the checked state of items in checkbox viewers.
ICheckStateProvider - Interface in org.eclipse.jface.viewers
Interface to provide checked and grayed state information about data in trees or tables.
ICodeMining - Interface in org.eclipse.jface.text.codemining
A code mining represents a content (ex: label, icons) that should be shown along with source text, like the number of references, a way to run tests (with run/debug icons), etc.
ICodeMiningProvider - Interface in org.eclipse.jface.text.codemining
A code mining provider adds minings ICodeMining to source text.
IColorDecorator - Interface in org.eclipse.jface.viewers
The IColorDecorator is an interface for objects that return a color to decorate either the foreground and background colors for displaying an an object.
IColorFactory - Interface in org.eclipse.ui.themes
A factory interface that may be used to specify a color value.
IColorProvider - Interface in org.eclipse.jface.viewers
Interface to provide color representation for a given element.
IColumnSupport - Interface in org.eclipse.ui.texteditor.rulers
Provides support to modify and query the visibility of ruler columns and test whether a ruler column is supported.
ICommand - Interface in org.eclipse.core.resources
A builder command names a builder and supplies a table of name-value argument pairs.
ICommandHelpService - Interface in org.eclipse.e4.core.commands.internal
Provides services related to the command context help.
ICommandImageService - Interface in org.eclipse.ui.commands
Provides a look-up facility for images associated with commands.
ICommandLink - Interface in org.eclipse.help
Represents a link with text that invokes a specific command with parameters.
ICommandListener - Interface in org.eclipse.core.commands
An instance of this interface can be used by clients to receive notification of changes to one or more instances of Command.
ICommandManagerListener - Interface in org.eclipse.core.commands
An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICommandManager.
ICommandService - Interface in org.eclipse.ui.commands
Provides services related to the command architecture within the workbench.
ICommonActionConstants - Interface in org.eclipse.ui.navigator
Defines constants for the retargetable actions available in the Common Viewer context menu.
ICommonActionExtensionSite - Interface in org.eclipse.ui.navigator
Provides access to information required for the initialization of CommonActionProviders.
ICommonContentExtensionSite - Interface in org.eclipse.ui.navigator
Provides initialization data for a content extension.
ICommonContentProvider - Interface in org.eclipse.ui.navigator
Allows extensions to vary their behavior based on properties in the extension model and the given memento.
ICommonFilterDescriptor - Interface in org.eclipse.ui.navigator
Provides information about a commonFilter extension.
ICommonLabelProvider - Interface in org.eclipse.ui.navigator
Allows extensions to vary their behavior based on properties in the extension model and the given memento.
ICommonMenuConstants - Interface in org.eclipse.ui.navigator
Defines strings used for menu insertion points.
ICommonViewerMapper - Interface in org.eclipse.ui.navigator
Allows improved performance by optimizing label updates of the CommonViewer.
ICommonViewerSite - Interface in org.eclipse.ui.navigator
Provides context for extensions including a valid shell, a selection provider, and a unique identifier corresponding to the abstract viewer behind the viewer site.
ICommonViewerWorkbenchSite - Interface in org.eclipse.ui.navigator
Provides a page, set of action bars, menu registration callback, and active window.
IComparableContribution - Interface in org.eclipse.ui.model
Instances of this interface represent a contribution within the workbench.
ICompareContainer - Interface in org.eclipse.compare
A compare container is used to represent any UI that can contain compare viewers.
ICompareContextIds - Interface in org.eclipse.compare.internal
Help context ids for the Compare UI.
ICompareFilter - Interface in org.eclipse.compare
A filter that can be applied during the comparison of documents that can be used to customize the detection of text differences via the compareFilter extension point.
ICompareInput - Interface in org.eclipse.compare.structuremergeviewer
Interface for objects used as input to a two-way or three-way compare viewer.
ICompareInputChangeListener - Interface in org.eclipse.compare.structuremergeviewer
Listener that gets informed if one (or more) of the three sides of an ICompareInput object changes its value.
ICompareInputLabelProvider - Interface in org.eclipse.compare
A label provider that provides the label and image for the left, right and ancestor sides for a compare input being shown in compare/merge viewers.
ICompareNavigator - Interface in org.eclipse.compare
A ICompareNavigator is used to navigate through the individual differences of a CompareEditorInput or another type of Compare container.
ICompareUIConstants - Interface in org.eclipse.compare.internal
 
ICompletionListener - Interface in org.eclipse.jface.text.contentassist
A completion listener is informed before the content assistant computes completion proposals.
ICompletionListenerExtension - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionListener with an additional notification about restarting the current code assist session.
ICompletionListenerExtension2 - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionListener with an additional notification after applying a proposal.
ICompletionProposal - Interface in org.eclipse.jface.text.contentassist
The interface of completion proposals generated by content assist processors.
ICompletionProposalExtension - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following functions: handling of trigger characters other than ENTER completion proposal validation for a given offset context information can be freely positioned
ICompletionProposalExtension2 - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following functions: handling of trigger characters with modifiers visual indication for selection of a proposal
ICompletionProposalExtension3 - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following functions: provision of a custom information control creator provide a custom completion text and offset for prefix completion
ICompletionProposalExtension4 - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following functions: specify whether a proposal is automatically insertable
ICompletionProposalExtension5 - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following function: Allow background computation of the additional info.
ICompletionProposalExtension6 - Interface in org.eclipse.jface.text.contentassist
Extends ICompletionProposal with the following function: Allow styled ranges in the display string.
ICompletionProposalExtension7 - Interface in org.eclipse.jface.text.contentassist
Extends the functionality of ICompletionProposal with the following function: Emphasize ranges in the styled display string of the proposal that match the token at the current caret offset.
ICompletionProposalSorter - Interface in org.eclipse.jface.text.contentassist
An ICompletionProposalSorter provides support for sorting proposals of a content assistant.
ICompositeOperation - Interface in org.eclipse.core.commands.operations
ICompositeOperation defines an undoable operation that is composed of child operations.
ICompositeRepository<T> - Interface in org.eclipse.equinox.p2.repository
A composite repository doesn't directly contain any contents, but rather contains only a list of child repositories.
icon - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
An icon for this item.
ICON - Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type icon (value is 1).
ICON_CANCEL - Static variable in class org.eclipse.swt.SWT
The style constant for "cancel" icon.
ICON_ERROR - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for error icon behavior (value is 1).
ICON_INFORMATION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for information icon behavior (value is 1<<1).
ICON_PROPERTY - Static variable in interface org.eclipse.ui.progress.IProgressConstants
This property is used to associate an ImageDescriptor with a Job.
ICON_QUESTION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for question icon behavior (value is 1<<2).
ICON_SEARCH - Static variable in class org.eclipse.swt.SWT
The style constant for "search" icon.
ICON_URI - Static variable in class org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem
 
ICON_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
The default value of the 'Icon URI' attribute.
ICON_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AreaImpl
The default value of the 'Icon URI' attribute.
ICON_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl
The default value of the 'Icon URI' attribute.
ICON_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
The default value of the 'Icon URI' attribute.
ICON_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
The default value of the 'Icon URI' attribute.
ICON_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.ItemImpl
The default value of the 'Icon URI' attribute.
ICON_URI_EDEFAULT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuElementImpl
The default value of the 'Icon URI' attribute.
ICON_WARNING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for warning icon behavior (value is 1<<3).
ICON_WORKING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for "working" icon behavior (value is 1<<4).
IconAndMessageDialog - Class in org.eclipse.jface.dialogs
The IconAndMessageDialog is the abstract superclass of dialogs that have an icon and a message as the first two widgets.
IconAndMessageDialog(Shell) - Constructor for class org.eclipse.jface.dialogs.IconAndMessageDialog
Constructor for IconAndMessageDialog.
IConcurrentModel - Interface in org.eclipse.jface.viewers.deferred
Interface for a set of unordered elements that can fire change notifications.
IConcurrentModelListener - Interface in org.eclipse.jface.viewers.deferred
Interface for objects that can listen to changes in an IConcurrentModel.
IConditionChecker - Interface in org.eclipse.ltk.core.refactoring.participants
A condition checker can be used to share condition checks across the main processor and all its associated participants.
IConfigurationElement - Interface in org.eclipse.core.runtime
A configuration element, with its attributes and children, directly reflects the content and structure of the extension section within the declaring plug-in's manifest (plugin.xml) file.
IConfigurationWizard - Interface in org.eclipse.team.ui
IConfigurationWizard defines the interface that users of the extension point org.eclipse.team.ui.configurationWizards must implement.
IConfigurationWizardExtension - Interface in org.eclipse.team.ui
Extends IConfigurationWizard to support the sharing of multiple projects.
Iconify - Static variable in class org.eclipse.swt.SWT
The iconify event type (value is 19).
ICONS_PATH - Static variable in class org.eclipse.ui.internal.WorkbenchImages
 
IConsole - Interface in org.eclipse.debug.ui.console
A console that displays output and writes input to a process.
IConsole - Interface in org.eclipse.ui.console
A console.
IConsoleColorProvider - Interface in org.eclipse.debug.ui.console
Provides coloring for a console document.
IConsoleConstants - Interface in org.eclipse.ui.console
Constants relating to the console plug-in.
IConsoleDocumentPartitioner - Interface in org.eclipse.ui.console
A document partitioner for a text console.
IConsoleDocumentPartitionerExtension - Interface in org.eclipse.ui.console
Extension interface for IConsoleDocumentPartitioner.
IConsoleFactory - Interface in org.eclipse.ui.console
A console factory extension is responsible for opening a console in the console view.
IConsoleHyperlink - Interface in org.eclipse.debug.ui.console
Deprecated.
replaced by org.eclipse.ui.console.IHyperlink
IConsoleLineTracker - Interface in org.eclipse.debug.ui.console
Notified of lines appended to the console.
IConsoleLineTrackerExtension - Interface in org.eclipse.debug.ui.console
An extension to the console line tracker interface that console line trackers may implement to be notified when output from the console is complete.
IConsoleListener - Interface in org.eclipse.ui.console
A console listener is notified when consoles are added or removed from the console manager.
IConsoleManager - Interface in org.eclipse.ui.console
The console manager manages registered consoles.
IConsolePageParticipant - Interface in org.eclipse.ui.console
A console page participant is notified of page lifecycle events such as creation, activation, deactivation and disposal.
IConsoleView - Interface in org.eclipse.ui.console
A view that displays consoles registered with the console manager.
iconStyle - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
The icon style to use.
IContainer - Interface in org.eclipse.core.resources
Interface for resources which may contain other resources (termed its members).
IContainerSnapshot<T extends IContainer> - Interface in org.eclipse.core.resources.undo.snapshot
IContainerSnapshot is a lightweight description that describes a container to be created.
IContainmentAdapter - Interface in org.eclipse.ui
This adapter interface provides a way to test element containment in a model-independent way.
IContentAssistant - Interface in org.eclipse.jface.text.contentassist
An IContentAssistant provides support on interactive content completion.
IContentAssistantExtension - Interface in org.eclipse.jface.text.contentassist
Extends IContentAssistant with the following functions: handle documents with multiple partitions insertion of common completion prefixes
IContentAssistantExtension2 - Interface in org.eclipse.jface.text.contentassist
Extends IContentAssistant with the following functions: completion listeners repeated invocation mode a local status line for the completion popup control over the behavior when no proposals are available
IContentAssistantExtension3 - Interface in org.eclipse.jface.text.contentassist
Extends IContentAssistant with the following function: a key-sequence to listen for in repeated invocation mode
IContentAssistantExtension4 - Interface in org.eclipse.jface.text.contentassist
Extends IContentAssistant with the following function: allows to get a handler for the given command identifier
IContentAssistProcessor - Interface in org.eclipse.jface.text.contentassist
A content assist processor proposes completions and computes context information for a particular content type.
IContentAssistProcessorExtension - Interface in org.eclipse.jface.text.contentassist
Extension interface of IContentAssistProcessor that allows to get additional information when queried for auto activation
IContentAssistSubjectControl - Interface in org.eclipse.jface.contentassist
A content assist subject control can request assistance provided by a subject control content assistant.
IContentChangeListener - Interface in org.eclipse.compare
An IContentChangeListener is informed about content changes of a IContentChangeNotifier.
IContentChangeNotifier - Interface in org.eclipse.compare
Interface common to all objects that provide a means for registering for content change notification.
IContentDescriber - Interface in org.eclipse.core.runtime.content
Content describers know how to retrieve metadata from contents.
IContentDescription - Interface in org.eclipse.core.runtime.content
A content description object contains information about the nature of arbitrary data.
IContentExtension - Interface in org.eclipse.help
An extension of a document's content.
IContentFormatter - Interface in org.eclipse.jface.text.formatter
The interface of a document content formatter.
IContentFormatterExtension - Interface in org.eclipse.jface.text.formatter
Extension interface for IContentFormatter.
IContentOutlinePage - Interface in org.eclipse.ui.views.contentoutline
Marker-style interface for a content outline page.
IContentProposal - Interface in org.eclipse.jface.fieldassist
IContentProposal describes a content proposal to be shown.
IContentProposalListener - Interface in org.eclipse.jface.fieldassist
This interface is used to listen to notifications from a ContentProposalAdapter.
IContentProposalListener2 - Interface in org.eclipse.jface.fieldassist
This interface is used to listen to additional notifications from a ContentProposalAdapter.
IContentProposalProvider - Interface in org.eclipse.jface.fieldassist
IContentProposalProvider provides an array of IContentProposals that are appropriate for a textual dialog field, given the field's current content and the current cursor position.
IContentProvider - Interface in org.eclipse.jface.viewers
A content provider mediates between the viewer's model and the viewer itself.
IContentType - Interface in org.eclipse.core.runtime.content
Content types represent and provide information on file types, such as associated file names/extensions, default charset, etc.
IContentTypeManager - Interface in org.eclipse.core.runtime.content
The content type manager provides facilities for file name and content-based type lookup and content description.
IContentTypeManager.ContentTypeChangeEvent - Class in org.eclipse.core.runtime.content
An event object which describes the details of a change to a content type.
IContentTypeManager.IContentTypeChangeListener - Interface in org.eclipse.core.runtime.content
A listener to be used to receive content type change events.
IContentTypeManager.ISelectionPolicy - Interface in org.eclipse.core.runtime.content
A policy for refining the set of content types that should be accepted during content type matching operations.
IContentTypeMatcher - Interface in org.eclipse.core.runtime.content
An object that performs content type matching queries.
IContentTypeSettings - Interface in org.eclipse.core.runtime.content
Gives access to the user settings for a content type.
IContext - Interface in org.eclipse.help
A context registered for context-sensitive help.
IContext - Interface in org.eclipse.ui.contexts
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
IContext2 - Interface in org.eclipse.help
Extends IContext to provide support for styled text and topic categorization.
IContext3 - Interface in org.eclipse.help
Extends IContext2 to provide support for related command links.
IContextActivation - Interface in org.eclipse.ui.contexts
A token representing the activation of a context.
IContextExpression<T> - Interface in org.eclipse.equinox.p2.metadata.expression
This is an expression that will need access to the global variable everything.
IContextFunction - Interface in org.eclipse.e4.core.contexts
A context function encapsulates evaluation of some code within an IEclipseContext.
IContextIds - Interface in org.eclipse.jface.contexts
A list of well-known context identifiers.
IContextInformation - Interface in org.eclipse.jface.text.contentassist
The interface of context information presented to the user and generated by content assist processors.
IContextInformationExtension - Interface in org.eclipse.jface.text.contentassist
Extends IContextInformation with the ability to freely position the context information.
IContextInformationPresenter - Interface in org.eclipse.jface.text.contentassist
A context information presenter determines the presentation of context information depending on a given document position.
IContextInformationValidator - Interface in org.eclipse.jface.text.contentassist
A context information validator is used to determine if a displayed context information is still valid or should be dismissed.
IContextListener - Interface in org.eclipse.core.commands.contexts
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IContext.
IContextListener - Interface in org.eclipse.ui.contexts
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
IContextManager - Interface in org.eclipse.ui.contexts
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
IContextManagerListener - Interface in org.eclipse.core.commands.contexts
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IContextManager.
IContextManagerListener - Interface in org.eclipse.ui.contexts
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
IContextMenuConstants - Interface in org.eclipse.search.ui
Constants for menu groups used in context menus for Search views and editors.
IContextProvider - Interface in org.eclipse.help
Dynamic context provider.
IContextReplacingOperation - Interface in org.eclipse.core.commands.operations
IContextReplacingOperation defines an interface for undoable operations that can replace one undo context with another undo context.
IContextService - Interface in org.eclipse.ui.contexts
Provides services related to contexts in the Eclipse workbench.
IContributedContentsView - Interface in org.eclipse.ui.part
This interface is used to identify workbench views which allow other parts (typically the active part) to supply their contents.
IContributedRulerColumn - Interface in org.eclipse.ui.texteditor.rulers
Interface that has to be implemented by contributions to the org.eclipse.ui.texteditor.rulerColumns extension point.
IContributionFactory - Interface in org.eclipse.e4.core.services.contributions
 
IContributionFactorySpi - Interface in org.eclipse.e4.core.services.contributions
 
IContributionItem - Interface in org.eclipse.jface.action
A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.
IContributionManager - Interface in org.eclipse.jface.action
A contribution manager organizes contributions to such UI components as menus, toolbars and status lines.
IContributionManagerOverrides - Interface in org.eclipse.jface.action
This interface is used by instances of IContributionItem to determine if the values for certain properties have been overriden by their manager.
IContributionRoot - Interface in org.eclipse.ui.menus
Instances of this interface represent a position in the contribution hierarchy into which AbstractContributionFactory instances may insert elements.
IContributionService - Interface in org.eclipse.ui.model
Instances of this service are capable of providing standard mechanisms that clients may use to order, display, and generally work with contributions to the Workbench.
IContributor - Interface in org.eclipse.core.runtime
This interface describes a registry contributor - an entity that supplies information to the extension registry.
IContributorResourceAdapter - Interface in org.eclipse.ui
The IContributorResourceAdapter is an interface that defines the API required to get a resource that an object adapts to for use of object contributions, decorators and property pages that have adaptable = true.
IContributorResourceAdapter2 - Interface in org.eclipse.ui.ide
An extension to the IContributorResourceAdapter that adapts a model object to a ResourceMapping.
IControlContentAdapter - Interface in org.eclipse.jface.fieldassist
This interface is used to set and retrieve text content from an arbitrary control.
IControlContentAdapter2 - Interface in org.eclipse.jface.fieldassist
This interface is used by a ContentProposalAdapter in order to retrieve and set the selection range in a control.
IControlCreator - Interface in org.eclipse.jface.fieldassist
Deprecated.
As of 3.3, clients should use ControlDecoration instead of DecoratedField.
iconURI - Variable in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
The cached value of the 'Icon URI' attribute.
iconURI - Variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AreaImpl
The cached value of the 'Icon URI' attribute.
iconURI - Variable in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl
The cached value of the 'Icon URI' attribute.
iconURI - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
The cached value of the 'Icon URI' attribute.
iconURI - Variable in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
The cached value of the 'Icon URI' attribute.
iconURI - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.ItemImpl
The cached value of the 'Icon URI' attribute.
iconURI - Variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuElementImpl
The cached value of the 'Icon URI' attribute.
ICONURI - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.UILabel
 
IConverter<F,T> - Interface in org.eclipse.core.databinding.conversion
A one-way converter.
ICoolBarManager - Interface in org.eclipse.jface.action
The ICoolBarManager interface provides protocol for managing contributions to a cool bar.
ICopyable - Interface in org.eclipse.equinox.p2.ui
ICopyable defines an interface for elements that provide copy support in a UI.
ICopyright - Interface in org.eclipse.equinox.p2.metadata
The ICopyright interface represents a software copyright.
ICoreRunnable - Interface in org.eclipse.core.runtime
A functional interface for a runnable that can be cancelled and can report progress using the progress monitor passed to the ICoreRunnable.run(IProgressMonitor) method.
ICountable - Interface in org.eclipse.core.expressions
Objects that are adaptable to ICountable can be used as the default variable in a count expression.
ICriteria - Interface in org.eclipse.help
A directive indicating the criteria information of a Toc or Topic described in xml
ICriteriaDefinition - Interface in org.eclipse.help
ICriteriaDefinition represents the criteria definition of one plug-in.
ICriteriaDefinitionContribution - Interface in org.eclipse.help
Represents criteria definition contribution
ICriterionDefinition - Interface in org.eclipse.help
ICriterionDefinition represents a single criterion definition of the help content.
ICriterionValueDefinition - Interface in org.eclipse.help
ICriterionValueDefinition represents one criterion value definition of one criterion.
ICSSParserFactory - Interface in org.eclipse.e4.ui.css.core.dom.parsers
CSS Parser factory to manage instance of CSSParser.
ICSSPropertyBackgroundHandler - Interface in org.eclipse.e4.ui.css.core.dom.properties.css2
CSS2 Background Property Handler.
ICSSPropertyBorderHandler - Interface in org.eclipse.e4.ui.css.core.dom.properties.css2
CSS2 Border Property Handler.
ICSSPropertyClassificationHandler - Interface in org.eclipse.e4.ui.css.core.dom.properties.css2
CSS2 Classification Property Handler.
ICSSPropertyCompositeHandler - Interface in org.eclipse.e4.ui.css.core.dom.properties
CSS Property Handler interface to manage composite CSS Property (ex: background is CSS Property composed with background-color, background-image..).
ICSSPropertyDimensionHandler - Interface in org.eclipse.e4.ui.css.core.dom.properties.css2
CSS2 Dimension Property Handler.
ICSSPropertyFontHandler - Interface in org.eclipse.e4.ui.css.core.dom.properties.css2
CSS2 Font Property Handler.
ICSSPropertyHandler - Interface in org.eclipse.e4.ui.css.core.dom.properties
CSS Property Handler interface used to apply CSS Property value to an element like Swing Component, SWT Widget.
ICSSPropertyHandler2 - Interface in org.eclipse.e4.ui.css.core.dom.properties
CSS Property Handler to intercept when all CSS Properties are applied.
ICSSPropertyHandler2Delegate - Interface in org.eclipse.e4.ui.css.core.dom.properties
ICSSPropertyHandlerProvider - Interface in org.eclipse.e4.ui.css.core.dom.properties
Interface CSS Property Handler provider to manage the strategy to provide list of ICSSPropertyHandler linked to a CSS Property. the strategy to get the CSS default style declaration of an element
ICSSPropertyMarginHandler - Interface in org.eclipse.e4.ui.css.core.dom.properties.css2
CSS Border Margin Handler.
ICSSPropertyPaddingHandler - Interface in org.eclipse.e4.ui.css.core.dom.properties.css2
CSS Padding Handler.
ICSSPropertyTextHandler - Interface in org.eclipse.e4.ui.css.core.dom.properties.css2
CSS2 Text Property Handler.
ICSSValueConverter - Interface in org.eclipse.e4.ui.css.core.dom.properties.converters
A one-way converter.
ICSSValueConverterColorConfig - Interface in org.eclipse.e4.ui.css.core.dom.properties.converters
ICSSValueConverterConfig to manage format String of the RGBColor.
ICSSValueConverterConfig - Interface in org.eclipse.e4.ui.css.core.dom.properties.converters
CSS Value converter config.
id - Variable in class org.eclipse.core.commands.common.HandleObject
The identifier for this object.
id - Variable in class org.eclipse.e4.ui.widgets.ImageBasedFrame
 
id - Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
 
id - Variable in class org.eclipse.swt.ole.win32.OlePropertyDescription
 
id - Variable in class org.eclipse.swt.widgets.Touch
The unique identity of the touch.
id - Variable in class org.eclipse.ui.menus.CommandContributionItemParameter
The id for this item.
ID - Static variable in interface org.eclipse.debug.core.model.IBreakpoint
Debug model identifier breakpoint marker attribute (value "org.eclipse.debug.core.id").
ID - Static variable in class org.eclipse.ltk.core.refactoring.resource.DeleteResourcesDescriptor
Refactoring id of the 'Delete Resources' refactoring (value: org.eclipse.ltk.core.refactoring.delete.resources).
ID - Static variable in class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceDescriptor
Refactoring id of the 'Move/Rename Resource' refactoring (value: org.eclipse.ltk.core.refactoring.moverename.resource).
ID - Static variable in class org.eclipse.ltk.core.refactoring.resource.MoveResourcesDescriptor
Refactoring id of the 'Move Resources Resource' refactoring (value: org.eclipse.ltk.core.refactoring.move.resources).
ID - Static variable in class org.eclipse.ltk.core.refactoring.resource.RenameResourceDescriptor
Refactoring id of the 'Rename Resource' refactoring (value: org.eclipse.ltk.core.refactoring.rename.resource).
ID - Static variable in class org.eclipse.ui.actions.AddBookmarkAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.AddTaskAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CloseResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CloseUnrelatedProjectsAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CopyProjectAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CopyResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CreateFileAction
Deprecated.
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CreateFolderAction
Deprecated.
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.DeleteResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.MoveProjectAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.MoveResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenFileAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenSystemEditorAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenWithMenu
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.RefreshAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.RenameResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.ScrubLocalAction
Deprecated.
The id of this action.
ID - Static variable in class org.eclipse.ui.texteditor.templates.TemplatesView
The id for this view.
ID - Static variable in class org.eclipse.ui.views.properties.NewPropertySheetHandler
Command id
ID_ABOUT - Static variable in class org.eclipse.swt.SWT
ID for the About menu item (value is -1).
ID_BOOKMARKS - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Bookmark Navigator standard component.
ID_BREAKPOINT_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Breakpoint view identifier (value "org.eclipse.debug.ui.BreakpointView").
ID_BUILD - Static variable in class org.eclipse.ui.actions.BuildAction
The id of an incremental build action.
ID_COMMON_SOURCE_NOT_FOUND_EDITOR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Editor Identifier for the "Common Source Not Found" editor.
ID_CONSOLE_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Deprecated.
Use org.eclipse.ui.console.IConsoleConstants.ID_CONSOLE_VIEW
ID_CONSOLE_VIEW - Static variable in interface org.eclipse.ui.console.IConsoleConstants
Console view identifier (value "org.eclipse.ui.console.ConsoleView").
ID_DEBUG_LAUNCH_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard 'debug' launch group.
ID_DEBUG_MODEL_PRESENTATION - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug model presentation simple extension point identifier (value "debugModelPresentations").
ID_DEBUG_PERSPECTIVE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug perspective identifier (value "org.eclipse.debug.ui.DebugPerspective").
ID_DEBUG_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug view identifier (value "org.eclipse.debug.ui.DebugView").
ID_EDITOR_AREA - Static variable in interface org.eclipse.ui.IPageLayout
The part id for the workbench's editor area.
ID_EXPRESSION_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Expression view identifier (value "org.eclipse.debug.ui.ExpressionView").
ID_HIDE - Static variable in class org.eclipse.swt.SWT
ID for the Hide menu item (value is -3).
ID_HIDE_OTHERS - Static variable in class org.eclipse.swt.SWT
ID for the Hide Others menu item (value is -4).
ID_MEMORY_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Memory view identifier (value "org.eclipse.debug.ui.MemoryView").
ID_MINIMAP_VIEW - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Minimap standard component.
ID_MODULE_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Module view identifier (value "org.eclipse.debug.ui.ModuleView").
ID_NAVIGATE_ACTION_SET - Static variable in interface org.eclipse.ui.IPageLayout
Id of the navigate action set.
ID_OUTLINE - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Content Outline standard component.
ID_PLUGIN - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringCore
The id of the Refactoring plug-in (value "org.eclipse.ltk.core.refactoring").
ID_PREFERENCES - Static variable in class org.eclipse.swt.SWT
ID for the Preferences menu item (value is -2).
ID_PROBLEM_VIEW - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Problems View standard component.
ID_PROCESS_CONSOLE_TYPE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Console type identifier (value "org.eclipse.debug.ui.ProcessConsoleType").
ID_PROFILE_LAUNCH_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard 'profile' launch group.
ID_PROGRESS_VIEW - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Progress View standard component.
ID_PROJECT_EXPLORER - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the Project Explorer.
ID_PROP_SHEET - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Property Sheet standard component.
ID_QUIT - Static variable in class org.eclipse.swt.SWT
ID for the Quit menu item (value is -6).
ID_REBUILD_ALL - Static variable in class org.eclipse.ui.actions.BuildAction
The id of a rebuild all action.
ID_REGISTER_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Register view identifier (value "org.eclipse.debug.ui.RegisterView").
ID_RENDERING_VIEW_PANE_1 - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Memory view's rendering view pane identifier for the rendering view pane on the left.
ID_RENDERING_VIEW_PANE_2 - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Memory view's rendering view pane identifier for the rendering view pane on the right.
ID_RUN_LAUNCH_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard 'run' launch group.
ID_SHOW_ALL - Static variable in class org.eclipse.swt.SWT
ID for the Show All menu item (value is -5).
ID_STANDARD_ERROR_STREAM - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard error stream.
ID_STANDARD_INPUT_STREAM - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard input stream.
ID_STANDARD_OUTPUT_STREAM - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard out stream.
ID_TASK_LIST - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Task List standard component.
ID_UNKNOWN - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
The unknown refactoring id (value: org.eclipse.ltk.core.refactoring.unknown).
ID_VARIABLE_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Variable view identifier (value "org.eclipse.debug.ui.VariableView").
IDE - Class in org.eclipse.ui.ide
Collection of IDE-specific APIs factored out of existing workbench.
IDE.Preferences - Interface in org.eclipse.ui.ide
Preferences defined by the IDE workbench.
IDE.SharedImages - Interface in org.eclipse.ui.ide
Standard shared images defined by the IDE.
IDEActionFactory - Class in org.eclipse.ui.ide
Access to standard actions provided by the IDE workbench (including those of the generic workbench).
IDebugCommandHandler - Interface in org.eclipse.debug.core.commands
Handles a command for a debugger.
IDebugCommandRequest - Interface in org.eclipse.debug.core.commands
A request to execute a command on specific elements.
IDebugContextListener - Interface in org.eclipse.debug.ui.contexts
A debug context listener is notified of debug context events.
IDebugContextManager - Interface in org.eclipse.debug.ui.contexts
Manages debug context services.
IDebugContextProvider - Interface in org.eclipse.debug.ui.contexts
Interface common to all objects that provide a debug context.
IDebugContextProvider2 - Interface in org.eclipse.debug.ui.contexts
This extension to IDebugContextProvider allows clients to specify the scope that the context provider will apply to.
IDebugContextService - Interface in org.eclipse.debug.ui.contexts
Debug context service for a window.
IDebugEditorPresentation - Interface in org.eclipse.debug.ui
A debug model presentation may implement this interface to override standard editor positioning and annotations associated with source code display for stack frames.
IDebugElement - Interface in org.eclipse.debug.core.model
A debug element represents an artifact in a program being debugged.
IDebugEventFilter - Interface in org.eclipse.debug.core
An event filter allows clients to intercept debug events.
IDebugEventSetListener - Interface in org.eclipse.debug.core
A debug event set listener registers with the debug plug-in to receive event notification from programs being run or debugged.
IDebugModelPresentation - Interface in org.eclipse.debug.ui
A debug model presentation is responsible for providing labels, images, and editors associated with debug elements in a specific debug model.
IDebugModelPresentationExtension - Interface in org.eclipse.debug.ui
Optional extension for an IDebugModelPresentation.
IDebugModelProvider - Interface in org.eclipse.debug.core.model
A debug model provider provides debug model identifiers.
IDebugTarget - Interface in org.eclipse.debug.core.model
A debug target is a debuggable execution context.
IDebugUIConstants - Interface in org.eclipse.debug.ui
Constant definitions for debug UI plug-in.
IDebugView - Interface in org.eclipse.debug.ui
Common function for debug views.
IDecoratingObservable - Interface in org.eclipse.core.databinding.observable
Interface for observables which decorate other observables.
IDecoration - Interface in org.eclipse.jface.viewers
Defines the result of decorating an element.
IDecorationContext - Interface in org.eclipse.jface.viewers
A decoration context provides additional information to a label decorator.
IDecoratorManager - Interface in org.eclipse.ui
Manages the decorators contributed via the org.eclipse.ui.decorator extension point.
IDEEncoding - Class in org.eclipse.ui.ide
IDEEncoding is a utility class for managing encoding information that includes user preferences from the IDE and core resources.
IDeferredWorkbenchAdapter - Interface in org.eclipse.ui.progress
This adapter interface provides support for lazy initialization of UI workbench elements that are displayed visually.
IDelayedInputChangeProvider - Interface in org.eclipse.jface.text
A delayed input change provider notifies the registered IInputChangedListener about input changes that occur after the normal operation of the provider.
IDelayedLabelDecorator - Interface in org.eclipse.jface.viewers
A delayed label decorator is a label decorator that may not have a decoration available immediately.
identifer() - Method in class org.eclipse.core.runtime.preferences.PreferenceMetadata
The preference identifier to use as a key to access the preference value.
identifierChanged(IdentifierEvent) - Method in interface org.eclipse.ui.activities.IIdentifierListener
Notifies that one or more properties of an instance of IIdentifier have changed.
identifierChanged(IdentifierEvent) - Method in class org.eclipse.ui.internal.PluginActionContributionItem
 
IdentifierEvent - Class in org.eclipse.ui.activities
An instance of this class describes changes to an instance of IIdentifier.
IdentifierEvent(IIdentifier, boolean, boolean) - Constructor for class org.eclipse.ui.activities.IdentifierEvent
Creates a new instance of this class.
identity() - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver such that the matrix it represents becomes the identity matrix.
IDENTITY - Static variable in class org.eclipse.core.runtime.ListenerList
Mode constant (value 1) indicating that listeners should be considered the same if they are identical.
IDescriptionProvider - Interface in org.eclipse.ui.navigator
Label providers (as specified by the labelProvider attribute of the org.eclipse.ui.navigator.navigatorContent extension point) may choose to also implement this interface in order to provide text for the status bar at the bottom of the Eclipse window.
IDetailPane - Interface in org.eclipse.debug.ui
A detail pane is created from a detail pane factory and displays detailed information about a current selection with an SWT Control.
IDetailPane2 - Interface in org.eclipse.debug.ui
An extension to the detail pane interface which allows implementors to provide a selection provider instead of setting the selection provider of the view's site directly.
IDetailPane3 - Interface in org.eclipse.debug.ui
An extension to the detail pane interface which allows implementors to save contents of the details pane.
IDetailPaneFactory - Interface in org.eclipse.debug.ui
A detail pane factory creates one or more types of detail panes.
IDetailsPage - Interface in org.eclipse.ui.forms
This interface should be implemented by clients providing pages to handle object types in DetailsPart.
IDetailsPageProvider - Interface in org.eclipse.ui.forms
The class that implements this interface provides for dynamic computation of page key and the page itself based on the input object.
IDialogBlockedHandler - Interface in org.eclipse.jface.dialogs
The IDialogBlockedHandler is the handler used by JFace to provide extra information when a blocking has occured.
IDialogConstants - Interface in org.eclipse.jface.dialogs
IDialogConstants is the interface for common dialog strings and ids used throughout JFace.
IDialogLabelKeys - Interface in org.eclipse.jface.dialogs
IDialogLabelKeys contains publicly accessible keys to the common dialog labels used throughout JFace.
IDialogPage - Interface in org.eclipse.jface.dialogs
Interface for a page in a multi-page dialog.
IDialogSettings - Interface in org.eclipse.jface.dialogs
An interface to a storage mechanism for making dialog settings persistent.
IDialogSettingsProvider - Interface in org.eclipse.jface.dialogs
Provides dialog settings without assumption on how the dialog settings should be saved or restored.
IDiff - Interface in org.eclipse.core.databinding.observable
Marker interface for objects which describe a difference in state.
IDiff - Interface in org.eclipse.team.core.diff
A diff describes differences between two or more model objects.
IDiffChangeEvent - Interface in org.eclipse.team.core.diff
A change event that describes changes that have occurred in an IDiffTree.
IDiffChangeListener - Interface in org.eclipse.team.core.diff
Diff change listener that reports changes in an IDiffTree.
IDiffContainer - Interface in org.eclipse.compare.structuremergeviewer
IDiffContainer is a IDiffElement with children.
IDiffElement - Interface in org.eclipse.compare.structuremergeviewer
An IDiffElement is used in the DiffTreeViewer to display the kind of change detected as the result of a two-way or three-way compare.
IDiffTree - Interface in org.eclipse.team.core.diff
A diff tree provides access to a tree of IDiff instances.
IDiffVisitor - Interface in org.eclipse.team.core.diff
An objects that visits diffs in a diff tree.
IDisconnect - Interface in org.eclipse.debug.core.model
The ability to end a debug session with a target program and allow the target to continue running.
IDisconnectHandler - Interface in org.eclipse.debug.core.commands
A disconnect handler disconnects the debug user interface from a debug session.
IDisposable - Interface in org.eclipse.ui.services
The interface that should be implemented by services that make themselves available through the IAdaptable mechanism.
IDisposeListener - Interface in org.eclipse.core.databinding.observable
Listener for dispose events.
IDLFLAG_FIN - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_FLCID - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_FOUT - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_FRETVAL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_NONE - Static variable in class org.eclipse.swt.ole.win32.OLE
 
idLocalName - Variable in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
The id attribute local name.
IdMapEntry(String, int) - Constructor for class org.eclipse.ui.texteditor.AbstractTextEditor.IdMapEntry
Creates a new mapping.
idNamespaceURI - Variable in class org.eclipse.e4.ui.css.core.impl.sac.CSSConditionFactoryImpl
The id attribute namespace URI.
IDocument - Interface in org.eclipse.jface.text
An IDocument represents text providing support for text manipulation positions partitions line information document change listeners document partition change listeners A document allows to set its content and to manipulate it.
IDocumentAdapter - Interface in org.eclipse.jface.text
Adapts an IDocumentto the StyledTextContent interface.
IDocumentAdapterExtension - Interface in org.eclipse.jface.text
Extension interface for IDocumentAdapter.
IDocumentExtension - Interface in org.eclipse.jface.text
Extension interface for IDocument.
IDocumentExtension.IReplace - Interface in org.eclipse.jface.text
Interface for a post notification replace operation.
IDocumentExtension2 - Interface in org.eclipse.jface.text
Extension interface for IDocument.
IDocumentExtension3 - Interface in org.eclipse.jface.text
Extension interface for IDocument.
IDocumentExtension4 - Interface in org.eclipse.jface.text
Extension interface for IDocument.
IDocumentFactory - Interface in org.eclipse.core.filebuffers
Deprecated.
As of 3.2 the "org.eclipse.core.filebuffers.documentCreation" extension point has been deprecated. See the extension point documentation for more details.
IDocumentHandlerFactory - Interface in org.eclipse.e4.ui.css.core.sac
Factory interface to get instance of ExtendedDocumentHandler.
IDocumentInformationMapping - Interface in org.eclipse.jface.text
A IDocumentInformationMapping represents a mapping between the coordinates of two IDocument objects: the original and the image.
IDocumentInformationMappingExtension - Interface in org.eclipse.jface.text
IDocumentInformationMappingExtension2 - Interface in org.eclipse.jface.text
IDocumentListener - Interface in org.eclipse.jface.text
Interface for objects which are interested in getting informed about document changes.
IDocumentPartitioner - Interface in org.eclipse.jface.text
A document partitioner divides a document into a set of disjoint text partitions.
IDocumentPartitionerExtension - Interface in org.eclipse.jface.text
Extension interface for IDocumentPartitioner.
IDocumentPartitionerExtension2 - Interface in org.eclipse.jface.text
Extension interface for IDocumentPartitioner.
IDocumentPartitionerExtension3 - Interface in org.eclipse.jface.text
Extension interface for IDocumentPartitioner.
IDocumentPartitioningListener - Interface in org.eclipse.jface.text
Interface of objects which are interested in getting informed about changes of a document's partitioning.
IDocumentPartitioningListenerExtension - Interface in org.eclipse.jface.text
Extension interface for IDocumentPartitioningListener.
IDocumentPartitioningListenerExtension2 - Interface in org.eclipse.jface.text
Extension interface to IDocumentPartitioningListener.
IDocumentProvider - Interface in org.eclipse.ui.texteditor
A document provider maps between domain elements and documents.
IDocumentProviderExtension - Interface in org.eclipse.ui.texteditor
Extension interface for IDocumentProvider.
IDocumentProviderExtension2 - Interface in org.eclipse.ui.texteditor
Extension interface for IDocumentProvider.
IDocumentProviderExtension3 - Interface in org.eclipse.ui.texteditor
Extension interface for IDocumentProvider.
IDocumentProviderExtension4 - Interface in org.eclipse.ui.texteditor
Extension interface for IDocumentProvider.
IDocumentProviderExtension5 - Interface in org.eclipse.ui.texteditor
Extension interface for IDocumentProvider.
IDocumentRange - Interface in org.eclipse.compare.contentmergeviewer
Defines a subrange in a document.
IDocumentRewriteSessionListener - Interface in org.eclipse.jface.text
Interface for objects which are interested in getting informed about document rewrite sessions.
IDocumentSetupParticipant - Interface in org.eclipse.core.filebuffers
Participates in the setup of a text file buffer document.
IDocumentSetupParticipantExtension - Interface in org.eclipse.core.filebuffers
Extension interface for IDocumentSetupParticipant.
IDocumentUndoListener - Interface in org.eclipse.text.undo
This interface is used to listen to notifications from a DocumentUndoManager.
IDocumentUndoManager - Interface in org.eclipse.text.undo
Interface for a document undo manager.
IDoubleClickListener - Interface in org.eclipse.jface.viewers
A listener which is notified of double-click events on viewers.
IDragAndDropService - Interface in org.eclipse.ui.dnd
This interface specifies the API for a service to be used by part authors to access methods which provide support for Drag and Drop operations within the workbench.
IDropActionDelegate - Interface in org.eclipse.ui.part
Interface for actions supplied by extensions to the org.eclipse.ui.dropActions extension point.
IDropToFrame - Interface in org.eclipse.debug.core.model
Provides the ability to drop to frame.
IDropToFrameHandler - Interface in org.eclipse.debug.core.commands
A drop to frame handler typically resets a program's instruction pointer to the first executable line of code associated with a stack frame.
IDynamicExtensionRegistry - Interface in org.eclipse.core.runtime.spi
This interface provides an extra degree of access to an extension registry that might be useful to registry implementers.
IDynamicReferenceProvider - Interface in org.eclipse.core.resources
Implementations of this interface are capable of determining a set of projects which a given project depends upon.
IDynamicVariable - Interface in org.eclipse.core.variables
A dynamic variable is a variable whose value is computed dynamically by a resolver at the time a string substitution is performed.
IDynamicVariableResolver - Interface in org.eclipse.core.variables
Resolves the value for a dynamic variable.
IECLIPSE_CONTEXT - Static variable in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
The meta object id for the 'IEclipse Context' data type.
IECLIPSE_CONTEXT - Static variable in interface org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.Literals
The meta object literal for the 'IEclipse Context' data type.
IEclipseContext - Interface in org.eclipse.e4.core.contexts
A context is used to isolate application code from its dependencies on an application framework or container.
IEclipsePreferences - Interface in org.eclipse.core.runtime.preferences
This interface describes Eclipse extensions to the preference story.
IEclipsePreferences.INodeChangeListener - Interface in org.eclipse.core.runtime.preferences
A listener to be used to receive preference node change events.
IEclipsePreferences.IPreferenceChangeListener - Interface in org.eclipse.core.runtime.preferences
A listener used to receive changes to preference values in the preference store.
IEclipsePreferences.NodeChangeEvent - Class in org.eclipse.core.runtime.preferences
An event object which describes the details of a change in the preference node hierarchy.
IEclipsePreferences.PreferenceChangeEvent - Class in org.eclipse.core.runtime.preferences
An event object describing the details of a change to a preference in the preference store.
IEditableContent - Interface in org.eclipse.compare
Common interface for objects with editable contents.
IEditableContentExtension - Interface in org.eclipse.compare
Extends the IEditableContent interface to support validate edit.
IEditingSupport - Interface in org.eclipse.jface.text
Implemented by tools supporting the editing process.
IEditingSupportRegistry - Interface in org.eclipse.jface.text
A registry for IEditingSupports.
IEditorActionBarContributor - Interface in org.eclipse.ui
A editor action bar contributor defines the actions for one or more editors.
IEditorActionDelegate - Interface in org.eclipse.ui
Interface for an action that is contributed into an editor-activated menu or tool bar.
IEditorAssociationOverride - Interface in org.eclipse.ui.ide
Allows to override editor associations for the IDE.
IEditorDescriptor - Interface in org.eclipse.ui
Description of an editor in the workbench editor registry.
IEditorInput - Interface in org.eclipse.ui
IEditorInput is a light weight descriptor of editor input, like a file name but more abstract.
IEditorLauncher - Interface in org.eclipse.ui
An editor launcher is used to launch external editors on a file in the local file system.
IEditorMatchAdapter - Interface in org.eclipse.search.ui.text
This interface serves as an adapter between matches and editors.
IEditorMatchingStrategy - Interface in org.eclipse.ui
An editor matching strategy allows editor extensions to provide their own algorithm for matching the input of an open editor of that type to a given editor input.
IEditorPart - Interface in org.eclipse.ui
An editor is a visual component within a workbench page.
IEditorReference - Interface in org.eclipse.ui
Implements a reference to an editor.
IEditorRegistry - Interface in org.eclipse.ui
Registry of editors known to the workbench.
IEditorSite - Interface in org.eclipse.ui
The primary interface between an editor part and the workbench.
IEditorStatusLine - Interface in org.eclipse.ui.texteditor
An interface to use the status line of an editor.
IElementCollector - Interface in org.eclipse.ui.progress
IElementCollector is a type that allows for the incremental update of a collection of objects.
IElementComparer - Interface in org.eclipse.jface.viewers
This interface is used to compare elements in a viewer for equality, and to provide the hash code for an element.
IElementFactory - Interface in org.eclipse.ui
A factory for re-creating objects from a previously saved memento.
IElementFilter - Interface in org.eclipse.ui.ide.dialogs
The IElementFilter is a interface that defines the API for filtering the current selection of a ResourceTreeAndListGroup in order to find a subset to update as the result of a type filtering.
IElementProvider - Interface in org.eclipse.e4.ui.css.core.dom
Element provider to retrieve w3c Element which wrap the native widget (SWT Control, Swing JComponent...).
IElementReference - Interface in org.eclipse.ui.commands
the ICommandService will return a reference for all callbacks that are registered.
IElementStateListener - Interface in org.eclipse.ui.texteditor
Interface for parties interested in standardized element changes.
IElementStateListenerExtension - Interface in org.eclipse.ui.texteditor
Extension interface for IElementStateListener.
IElementUpdater - Interface in org.eclipse.ui.commands
An IHandler for a command that expects to provide feedback through the registered element mechanism must implement this interface.
IEnabledStateRequest - Interface in org.eclipse.debug.core.commands
A request to update the enabled state of a command.
IEncodedStorage - Interface in org.eclipse.core.resources
A storage that knows how its contents are encoded.
IEncodedStreamContentAccessor - Interface in org.eclipse.compare
Extension for IStreamContentAccessor.
IEncodingSupport - Interface in org.eclipse.ui.editors.text
Interface to be implemented by objects supporting character encodings.
IEngine - Interface in org.eclipse.equinox.p2.engine
The engine is a service that naively performs a set of requested changes to a provisioned system.
IEngineDescriptor - Interface in org.eclipse.help.ui
Descriptor of a concrete instance of a search engine.
IErrorReportingExpression - Interface in org.eclipse.debug.core.model
An expression that can report errors which occurred during the expression's evaluation.
IEvaluationContext - Interface in org.eclipse.core.expressions
An evaluation context is used to manage a set of objects needed during XML expression evaluation.
IEvaluationContext - Interface in org.eclipse.equinox.p2.metadata.expression
The evaluation context.
IEvaluationReference - Interface in org.eclipse.ui.services
A token representing a core expression and property change listener currently working in the IEvaluationService.
IEvaluationService - Interface in org.eclipse.ui.services
Evaluate a core expression against the workbench application context and report updates using a Boolean property.
IEventBroker - Interface in org.eclipse.e4.core.services.events
To obtain an instance of the event broker service from the IEclipseContext context, use
IEventConsumer - Interface in org.eclipse.jface.text
Implementers can register with a text viewer and receive VerifyEvents before the text viewer they are registered with.
IExceptionHandler - Interface in org.eclipse.e4.ui.workbench
This handler allows clients to be notified when an exception occurs
IExecutableExtension - Interface in org.eclipse.core.runtime
Interface for executable extension classes that require access to their configuration element, or implement an extension adapter.
IExecutableExtensionFactory - Interface in org.eclipse.core.runtime
This interface allows extension providers to control how the instances provided to extension-points are being created by referring to the factory instead of referring to a class.
IExecutionListener - Interface in org.eclipse.core.commands
A listener to the execution of commands.
IExecutionListenerWithChecks - Interface in org.eclipse.core.commands
A listener to the execution of commands.
IExpansionListener - Interface in org.eclipse.ui.forms.events
Classes that implement this interface will be notified before and after the expandable control's expansion state changes.
IExportedPreferences - Interface in org.eclipse.core.runtime.preferences
Represents a node in the preference hierarchy which is used in the import/export mechanism.
IExportWizard - Interface in org.eclipse.ui
Interface for export wizards.
IExpression - Interface in org.eclipse.debug.core.model
An expression is a snippet of code that can be evaluated to produce a value.
IExpression - Interface in org.eclipse.equinox.p2.metadata.expression
A node in the expression tree
IExpressionFactory - Interface in org.eclipse.equinox.p2.metadata.expression
This interface provides all the factory methods needed to create the nodes of the expression tree.
IExpressionListener - Interface in org.eclipse.debug.core
An expression listener is notified of expression additions, removals, and changes.
IExpressionManager - Interface in org.eclipse.debug.core
The expression manager manages the collection of registered expressions in the workspace.
IExpressionParser - Interface in org.eclipse.equinox.p2.metadata.expression
A parser that produces an expression tree based on a string representation.
IExpressionsListener - Interface in org.eclipse.debug.core
An expression listener is notified of expression additions, removals, and changes.
IExpressionVisitor - Interface in org.eclipse.equinox.p2.metadata.expression
A general purpose visitor that will visit each node in an expression tree.
IExtension - Interface in org.eclipse.core.runtime
An extension declared in a plug-in.
IExtensionActivationListener - Interface in org.eclipse.ui.navigator
An extension activation listener is notified whenever the activation state changes for one or more content extensions.
IExtensionChangeHandler - Interface in org.eclipse.core.runtime.dynamichelpers
Extension change handlers are notified of changes for a given extension point in the context of an extension tracker.
IExtensionDelta - Interface in org.eclipse.core.runtime
An extension delta represents changes to the extension registry.
IExtensionPoint - Interface in org.eclipse.core.runtime
An extension point declared in a plug-in.
IExtensionRegistry - Interface in org.eclipse.core.runtime
The extension registry holds the master list of all discovered namespaces, extension points and extensions.
IExtensionStateModel - Interface in org.eclipse.ui.navigator
Allows clients to coordinate state across components that are part of the same logical extension.
IExtensionTracker - Interface in org.eclipse.core.runtime.dynamichelpers
An extension tracker keeps associations between extensions and their derived objects on an extension basis.
IField - Interface in org.eclipse.ui.views.markers.internal
IField is the definition of fields for marker views.
IFile - Interface in org.eclipse.core.resources
Files are leaf resources which contain data.
IFILE - Static variable in class org.eclipse.core.filebuffers.LocationKind
The corresponding argument is the full path of an IFile.
IFileArtifactRepository - Interface in org.eclipse.equinox.p2.repository.artifact
An artifact repository whose artifacts are available in the local file system.
IFileBuffer - Interface in org.eclipse.core.filebuffers
A file buffer represents a file that can be edited by more than one client.
IFileBufferListener - Interface in org.eclipse.core.filebuffers
Interface for listeners to file buffer changes.
IFileBufferManager - Interface in org.eclipse.core.filebuffers
A file buffer manager manages file buffers for files while the files are connected to the file buffer manager.
IFileBufferOperation - Interface in org.eclipse.core.filebuffers.manipulation
A file buffer operation performs changes of the contents of a file buffer.
IFileBufferStatusCodes - Interface in org.eclipse.core.filebuffers
This interface provides the list of status codes that are used by the file buffer plug-in when it throws CoreException.
IFileContentManager - Interface in org.eclipse.team.core
This is the API to define mappings between file names, file extensions and content types, typically used by repository providers in order to determine whether a given file can be treated as text or must be considered binary.
IFileEditorInput - Interface in org.eclipse.ui
This interface defines a file-oriented input to an editor.
IFileEditorMapping - Interface in org.eclipse.ui
An association between a file name/extension and a list of known editors for files of that type.
IFileHistory - Interface in org.eclipse.team.core.history
Provides a complete set of IFileRevisions that make up this IFileHistory.
IFileHistoryProvider - Interface in org.eclipse.team.core.history
This is API to access individual file histories.
IFileInfo - Interface in org.eclipse.core.filesystem
A file info is a simple structure holding information about a file or directory.
IFileMatchAdapter - Interface in org.eclipse.search.ui.text
This interface serves to map matches to IFile instances.
IFileModificationValidator - Interface in org.eclipse.core.resources
Deprecated.
clients should subclass FileModificationValidator instead of implementing this interface
IFilePatch - Interface in org.eclipse.compare.patch
A representation of a file patch that can be applied to an input stream.
IFilePatch2 - Interface in org.eclipse.compare.patch
A representation of a file patch that can be applied to an input stream.
IFilePatchResult - Interface in org.eclipse.compare.patch
A file patch result provides the results of an attempt to apply an IFilePatch2 to the contents of a file
IFileRevision - Interface in org.eclipse.team.core.history
Represents an individual revision of a file.
IFileState - Interface in org.eclipse.core.resources
A previous state of a file stored in the workspace's local history.
IFileStore - Interface in org.eclipse.core.filesystem
A file store is responsible for storage and retrieval of a single file in some file system.
IFileSystem - Interface in org.eclipse.core.filesystem
This is the main interface to a single file system.
IFileTree - Interface in org.eclipse.core.filesystem
This interface is used to query a tree of file stores.
IFileTypeInfo - Interface in org.eclipse.team.core
Deprecated.
Use the IFileContentManager API instead.
IFilter - Interface in org.eclipse.core.runtime.dynamichelpers
A filter compares the given object to some pattern and returns true if the two match and false otherwise.
IFilter - Interface in org.eclipse.help.webapp
Filter for filtering out content of help documents delivered to the client
IFilter - Interface in org.eclipse.jface.viewers
Interface for filters.
IFilteredStep - Interface in org.eclipse.debug.core.model
Deprecated.
clients should implement IStepFilters instead
IFilterExpression - Interface in org.eclipse.equinox.p2.metadata.expression
An interface that combines the IExpression with the LDAP filter.
IFilterMatcherDescriptor - Interface in org.eclipse.core.resources
A filter descriptor contains information about a filter type obtained from the plug-in manifest (plugin.xml) files.
IFindReplaceTarget - Interface in org.eclipse.jface.text
Defines the target for finding and replacing strings.
IFindReplaceTargetExtension - Interface in org.eclipse.jface.text
Extension interface for IFindReplaceTarget.
IFindReplaceTargetExtension2 - Interface in org.eclipse.ui.texteditor
Extension interface for IFindReplaceTarget.
IFindReplaceTargetExtension3 - Interface in org.eclipse.jface.text
Extension interface for IFindReplaceTarget.
IFindReplaceTargetExtension4 - Interface in org.eclipse.jface.text
Extension interface for IFindReplaceTarget providing methods to select multiple text ranges.
IFlushable - Interface in org.eclipse.compare.contentmergeviewer
Interface which provides the ability to flush the contents from the viewer model (for example, an IDocument for text based content) into the underlying compare model ( most likely an instance of IEditableContent).
IFlushable2 - Interface in org.eclipse.compare.internal
Interface which provides the ability to flush the contents from the specified side of the viewer.
IFlushableStreamMonitor - Interface in org.eclipse.debug.core.model
A stream monitor who's contents can be flushed.
IFocusService - Interface in org.eclipse.ui.swt
Tracks focusGained and focusLost events for a Control registered with this service, and provides the control and its registered ID as variables to the application evaluation context for evaluation by the various services.
IFolder - Interface in org.eclipse.core.resources
Folders may be leaf or non-leaf resources and may contain files and/or other folders.
IFolderLayout - Interface in org.eclipse.ui
An IFolderLayout is used to define the initial views within a folder.
IFoldingCommandIds - Interface in org.eclipse.ui.editors.text
Command IDs for folding commands.
IFontDecorator - Interface in org.eclipse.jface.viewers
The IFontDecorator is an interface for objects that return a font to decorate an object.
IFontProvider - Interface in org.eclipse.jface.viewers
Interface to provide font representation for a given element.
IFormattingContext - Interface in org.eclipse.jface.text.formatter
Formatting context used in formatting strategies implementing interface IFormattingStrategyExtension.
IFormattingStrategy - Interface in org.eclipse.jface.text.formatter
A formatting strategy is assumed to be specialized on formatting text of a particular content type.
IFormattingStrategyExtension - Interface in org.eclipse.jface.text.formatter
Extension interface for IFormattingStrategy.
IFormColors - Interface in org.eclipse.ui.forms
A place to hold all the color constants used in the forms package.
IFormPage - Interface in org.eclipse.ui.forms.editor
Interface that all GUI pages need to implement in order to be added to FormEditor part.
IFormPart - Interface in org.eclipse.ui.forms
Classes that implement this interface can be added to the managed form and take part in the form life cycle.
IFrameSource - Interface in org.eclipse.ui.views.framelist
A frame source is the source of frames which appear in a frame list.
ignorableAtRule(String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSDocumentHandlerImpl
 
IGNORE - Static variable in class org.eclipse.e4.core.services.statusreporter.StatusReporter
Style constant indicating that the status should not be acted on.
IGNORE - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for an IGNORE button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<11).
IGNORE_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button id for an "Ignore" button (value 9).
IGNORE_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
The label for ignore buttons.
IGNORE_LABEL_KEY - Static variable in interface org.eclipse.jface.dialogs.IDialogLabelKeys
The key used to retrieve the label for ignore buttons.
IGNORE_PRE_DEFINED - Static variable in interface org.eclipse.core.runtime.content.IContentType
File spec type flag constant, indicating that predefined file specifications should not be taken into account.
IGNORE_USER_DEFINED - Static variable in interface org.eclipse.core.runtime.content.IContentType
File spec type flag constant, indicating that user-defined file specifications should not be taken into account.
IGNORE_WHITESPACE - Static variable in class org.eclipse.compare.CompareConfiguration
Name of the ignore whitespace property (value "IGNORE_WHITESPACE").
IGNORE_WHITESPACE - Static variable in class org.eclipse.compare.internal.ComparePreferencePage
 
IGNORE_WHITESPACE_ACTION - Static variable in interface org.eclipse.compare.internal.ICompareContextIds
 
IGNORE_WHITESPACE_DISABLED - Static variable in interface org.eclipse.compare.internal.ICompareUIConstants
 
IGNORE_WHITESPACE_ENABLED - Static variable in interface org.eclipse.compare.internal.ICompareUIConstants
 
ignoreAutoEditStrategies(boolean) - Method in class org.eclipse.jface.text.TextViewer
Tells this viewer whether the registered auto edit strategies should be ignored.
IGNORED - Enum constant in enum class org.eclipse.unittest.model.ITestElement.Result
 
IGNORED_INDEXES_KEY - Static variable in class org.eclipse.help.internal.HelpPlugin
 
IGNORED_TOCS_KEY - Static variable in class org.eclipse.help.internal.HelpPlugin
 
ignorePostNotificationReplaces() - Method in class org.eclipse.jface.text.AbstractDocument
 
ignorePostNotificationReplaces() - Method in interface org.eclipse.jface.text.IDocumentExtension2
Tells the receiver to ignore calls to registerPostNotificationReplace until acceptPostNotificationReplaces is called.
IGotoMarker - Interface in org.eclipse.ui.ide
An adapter interface for editors, which allows the editor to reveal the position of a given marker.
IHandler - Interface in org.eclipse.core.commands
A handler is the pluggable piece of a command that handles execution.
IHandler2 - Interface in org.eclipse.core.commands
Extend the IHandler interface to provide some context for isEnabled() requests.
IHandlerActivation - Interface in org.eclipse.ui.handlers
A token representing the activation of a handler.
IHandlerAttributes - Interface in org.eclipse.core.commands
Attribute constants that have special meanings within this package.
IHandlerListener - Interface in org.eclipse.core.commands
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IHandler.
IHandlerService - Interface in org.eclipse.ui.handlers
Provides services related to activating and deactivating handlers within the workbench.
IHeaderCustomizationElement - Interface in org.eclipse.e4.ui.css.swt.dom
 
IHeapStatusConstants - Interface in org.eclipse.ui.internal
Preference constants for the heap status.
IHelp - Interface in org.eclipse.help
Deprecated, for removal: This API element is subject to removal in a future version.
marked for deletion, see Bug 442959. This interface became obsolete in 3.0, along with the extension point that it was associated with. The functionality provided by this interface is available elsewhere. Use HelpSystem.getTocs() and HelpSystem.getContext(String) to obtain help resources. Use various display methods of org.eclipse.ui.help.IWorkbenchHelpSystem to display help resources.
IHelpContentProducer - Interface in org.eclipse.help
Producer capable of generating or otherwise obtaining contents for help resources.
IHelpResource - Interface in org.eclipse.help
A help resource, usually a help topic.
IHelpScopeProducer - Interface in org.eclipse.help.base
Producer capable of generating or otherwise obtaining AbstractHelpScopes for filtering the help system.
IHelpSearchIndex - Interface in org.eclipse.help.search
Represents a Lucene index for one locale.
IHelpUIConstants - Interface in org.eclipse.help.ui.internal
Interface for holding Help UI plug-in constants
IHistoryCompareAdapter - Interface in org.eclipse.team.ui.history
An adaptation for a history page for displaying comparisons triggered by history page selections.
IHistoryPage - Interface in org.eclipse.team.ui.history
Interface for pages that appear in the team history view.
IHistoryPageSite - Interface in org.eclipse.team.ui.history
A site which provides access to the context in which this page is being displayed.
IHistoryPageSource - Interface in org.eclipse.team.ui.history
Interface to an object which is capable of supplying a history page for display by the history view or other views, dialogs or editors that wish to display the history of an object.
IHistoryView - Interface in org.eclipse.team.ui.history
This interface provides a way for clients to request the History View to display the history for a given object.
IHunk - Interface in org.eclipse.compare.patch
Interface that represents a hunk.
IHunkFilter - Interface in org.eclipse.compare.patch
Filter that is used to determine if a hunk should be applied or not
IHyperlink - Interface in org.eclipse.jface.text.hyperlink
Represents a hyperlink.
IHyperlink - Interface in org.eclipse.ui.console
A hyperlink in a console.
IHyperlink2 - Interface in org.eclipse.ui.console
Optional extension to IHyperlink.
IHyperlinkDetector - Interface in org.eclipse.jface.text.hyperlink
A hyperlink detector tries to find a hyperlink at a given location in a given text viewer.
IHyperlinkDetectorExtension - Interface in org.eclipse.jface.text.hyperlink
Extends IHyperlinkDetector with ability to dispose a hyperlink detector.
IHyperlinkDetectorExtension2 - Interface in org.eclipse.jface.text.hyperlink
Extends IHyperlinkDetector with ability to specify the state mask of the modifier keys that need to be pressed for this hyperlink detector.
IHyperlinkListener - Interface in org.eclipse.help.ui.internal
 
IHyperlinkListener - Interface in org.eclipse.ui.forms.events
Classes that implement this interface will be notified when hyperlinks are entered, exited and activated.
IHyperlinkPresenter - Interface in org.eclipse.jface.text.hyperlink
A hyperlink presenter shows hyperlinks on the installed text viewer and allows to pick one on of the hyperlinks.
IHyperlinkPresenterExtension - Interface in org.eclipse.jface.text.hyperlink
Extends IHyperlinkPresenter with ability to query whether the currently shown hyperlinks can be hidden.
IHyperlinkPresenterExtension2 - Interface in org.eclipse.jface.text.hyperlink
Extends IHyperlinkPresenter with ability to distinguish between the modes in which the control either takes focus or not when visible.
IID_IDISPATCH - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IID_IUNKNOWN - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IIDEActionConstants - Interface in org.eclipse.ui.ide
Identifiers for IDE menus, toolbars and groups.
IIdentifiable - Interface in org.eclipse.core.commands.common
An object that is unique identifiable based on the combination of its class and its identifier.
IIdentifier - Interface in org.eclipse.ui.activities
An instance of this interface can be obtained from an instance of IActivityManagerfor any identifier.
IIdentifierListener - Interface in org.eclipse.ui.activities
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IIdentifier.
IIgnoreInfo - Interface in org.eclipse.team.core
An ignore info specifies both the pattern and the enabled state of a globally ignored pattern.
IIgnoreWhitespaceContributor - Interface in org.eclipse.compare.contentmergeviewer
 
IImportStructureProvider - Interface in org.eclipse.ui.wizards.datatransfer
Interface which can provide structure and content information for an element (for example, a file system element).
IImportWizard - Interface in org.eclipse.ui
Interface for import wizards.
IInclude - Interface in org.eclipse.help
A directive indicating the content at the given path should be included in this document, and replace this node.
IIncrementalProjectBuilder2 - Interface in org.eclipse.core.resources
This interfaces extends IncrementalProjectBuilder.
IIndex<T> - Interface in org.eclipse.equinox.p2.metadata.index
Indexed access to the elements provided by an IQueryable
IIndex - Interface in org.eclipse.help
IIndex represents metaphor of the book index.
IIndexableLazyContentProvider - Interface in org.eclipse.jface.viewers
Adds efficient element indexing support to ILazyContentProvider.
IIndexContribution - Interface in org.eclipse.help
Represents either a complete or partial keyword index, as well as its metadata.
IIndexedValue - Interface in org.eclipse.debug.core.model
A value containing an indexed collection of variables - for example, an array.
IIndexEntry - Interface in org.eclipse.help
IIndexEntry represents a single entry of the help index.
IIndexEntry2 - Interface in org.eclipse.help
IIndexEntry2 is an index entry which may have see elements as children
IIndexProvider<T> - Interface in org.eclipse.equinox.p2.metadata.index
An index provider is typically an IQueryable.
IIndexSee - Interface in org.eclipse.help
An entry that represents a see also node in the index.
IIndexSubpath - Interface in org.eclipse.help
A directive indicating the content at the given path should be included in this document, and replace this node.
IInformationControl - Interface in org.eclipse.jface.text
Interface of a control presenting information.
IInformationControlCreator - Interface in org.eclipse.jface.text
Interface of a factory for information controls ( IInformationControl).
IInformationControlCreatorExtension - Interface in org.eclipse.jface.text
Extension interface for IInformationControlCreator
IInformationControlExtension - Interface in org.eclipse.jface.text
Extension interface IInformationControl.
IInformationControlExtension2 - Interface in org.eclipse.jface.text
Extension interface for IInformationControl.
IInformationControlExtension3 - Interface in org.eclipse.jface.text
Extension interface for IInformationControl.
IInformationControlExtension4 - Interface in org.eclipse.jface.text
Extension interface for IInformationControl.
IInformationControlExtension5 - Interface in org.eclipse.jface.text
Extension interface for IInformationControl.
IInformationPresenter - Interface in org.eclipse.jface.text.information
An information presenter shows information available at the text viewer's current document position.
IInformationPresenterExtension - Interface in org.eclipse.jface.text.information
Extends IInformationPresenter with the ability to handle documents with multiple partitions.
IInformationProvider - Interface in org.eclipse.jface.text.information
Provides information related to the content of a text viewer.
IInformationProviderExtension - Interface in org.eclipse.jface.text.information
Extends IInformationProvider with the ability to provide the element for a given subject.
IInformationProviderExtension2 - Interface in org.eclipse.jface.text.information
Extends IInformationProvider with the ability to provide its own information presenter control creator.
IInjector - Interface in org.eclipse.e4.core.di
An injector is used to inject data from the object supplier into a domain object.
IInPlaceEditor - Interface in org.eclipse.ui
Interface for editor parts that represent an in-place style editor.
IInPlaceEditorInput - Interface in org.eclipse.ui
This interface defines an editor input for in-place editors.
IInputChangedListener - Interface in org.eclipse.jface.text
A listener which is notified when the target's input changes.
IInputProvider - Interface in org.eclipse.jface.viewers
Interface common to all objects that provide an input.
IInputSelectionProvider - Interface in org.eclipse.jface.viewers
Interface common to all objects that provide both an input and a selection.
IInputValidator - Interface in org.eclipse.jface.dialogs
The IInputValidator is the interface for simple validators.
IInstallableUnit - Interface in org.eclipse.equinox.p2.metadata
An installable unit represents an atomic, indivisible unit of installable functionality in a provisioned system.
IInstallableUnitFragment - Interface in org.eclipse.equinox.p2.metadata
Represents a fragment that contributes additional requirements, capabilities, and other properties to some host installable unit.
IInstallableUnitPatch - Interface in org.eclipse.equinox.p2.metadata
An installable unit patch is an installable unit that alters the required capabilities of another installable unit.
IInstallableUnitUIServices - Interface in org.eclipse.equinox.p2.repository.metadata.spi
An interface optionally implemented by UIServices to provide confirmation for the origin of installable units being installed.
IInstallableUnitUIServices.TrustAuthorityInfo - Class in org.eclipse.equinox.p2.repository.metadata.spi
Trust information returned from an authority trust request.
IInstallationPageContainer - Interface in org.eclipse.ui.about
Interface for a container that hosts one or more installation pages ( InstallationPage).
IInstructionPointerPresentation - Interface in org.eclipse.debug.ui
A debug model presentation may implement this interface to override standard annotations used to display instruction pointers for stack frames.
IIntroAction - Interface in org.eclipse.ui.intro.config
An Intro action.
IIntroContentProvider - Interface in org.eclipse.ui.intro.config
A content provider for dynamic intro content.
IIntroContentProviderSite - Interface in org.eclipse.ui.intro.config
An interface between a content provider and its parent container.
IIntroManager - Interface in org.eclipse.ui.intro
Manages the intro part that introduces the product to new users.
IIntroPart - Interface in org.eclipse.ui.intro
The intro part is a visual component within the workbench responsible for introducing the product to new users.
IIntroSite - Interface in org.eclipse.ui.intro
The primary interface between an intro part and the workbench.
IIntroURL - Interface in org.eclipse.ui.intro.config
An Intro url.
IIntroXHTMLContentProvider - Interface in org.eclipse.ui.intro.config
A content provider for dynamic XHTML Intro content.
IIterable<T> - Interface in org.eclipse.core.expressions
Objects that are adaptable to IIterable can be used as the default variable in an iterate expression.
IJobChangeEvent - Interface in org.eclipse.core.runtime.jobs
An event describing a change to the state of a job.
IJobChangeListener - Interface in org.eclipse.core.runtime.jobs
Callback interface for clients interested in being notified when jobs change state.
IJobFunction - Interface in org.eclipse.core.runtime.jobs
This is a functional interface representation of Job, suitable for use in lambda expressions.
IJobManager - Interface in org.eclipse.core.runtime.jobs
The job manager provides facilities for scheduling, querying, and maintaining jobs and locks.
IJobRunnable - Interface in org.eclipse.ui.progress
Interface for runnables that can be run as jobs.
IJobStatus - Interface in org.eclipse.core.runtime.jobs
Represents status relating to the execution of jobs.
IJSchLocation - Interface in org.eclipse.jsch.core
This interface provides access to the specific portions of the location string for use by ssh2 connection and the user authenticator.
IJSchService - Interface in org.eclipse.jsch.core
A service whose purpose is to ensure that all the JSch preferences are properly pushed into JSch before a Session is created.
IKeyBindingService - Interface in org.eclipse.ui
Deprecated.
See IContextService to manage scopes and IHandlerService to manage handlers. IAction can be proxied by org.eclipse.jface.commands.ActionHandler.
IKeyFormatter - Interface in org.eclipse.jface.bindings.keys.formatting
Any formatter capable of taking a key sequence or a key stroke and converting it into a string.
IKeyFormatter - Interface in org.eclipse.ui.keys
Deprecated, for removal: This API element is subject to removal in a future version.
Please use org.eclipse.jface.bindings.keys.IKeyFormatter
IKeyLookup - Interface in org.eclipse.jface.bindings.keys
A facilitiy for converting the formal representation for key strokes (i.e., used in persistence) into real key stroke instances.
ILabelDecorator - Interface in org.eclipse.jface.viewers
A label decorator decorates the label text and image for some element.
ILabelProvider - Interface in org.eclipse.jface.viewers
Extends IBaseLabelProvider with the methods to provide the text and/or image for the label of a given element.
ILabelProviderListener - Interface in org.eclipse.jface.viewers
A listener which is notified when a label provider's state changes.
ILaunch - Interface in org.eclipse.debug.core
A launch is the result of launching a debug session and/or one or more system processes.
ILaunchable - Interface in org.eclipse.debug.ui.actions
Interface used to tag objects as launchable.
ILaunchConfiguration - Interface in org.eclipse.debug.core
A launch configuration describes how to launch an application.
ILaunchConfigurationDelegate - Interface in org.eclipse.debug.core.model
A launch configuration delegate performs launching for a specific type of launch configuration.
ILaunchConfigurationDelegate2 - Interface in org.eclipse.debug.core.model
Optional enhancements to the launch configuration delegate interface.
ILaunchConfigurationDialog - Interface in org.eclipse.debug.ui
A launch configuration dialog is used to edit and launch launch configurations.
ILaunchConfigurationListener - Interface in org.eclipse.debug.core
Notified when a launch configuration is created, deleted, or changed.
ILaunchConfigurationMigrationDelegate - Interface in org.eclipse.debug.core
Responsible for migrating launch configurations between different versions of Eclipse.
ILaunchConfigurationTab - Interface in org.eclipse.debug.ui
A launch configuration tab is used to edit/view attributes of a specific type of launch configuration.
ILaunchConfigurationTab2 - Interface in org.eclipse.debug.ui
Optional enhancements for ILaunchConfigurationTab.
ILaunchConfigurationTabGroup - Interface in org.eclipse.debug.ui
A launch configuration tab group is used to edit/view attributes of a specific type of launch configuration.
ILaunchConfigurationType - Interface in org.eclipse.debug.core
Describes and creates instances of a specific type of launch configuration.
ILaunchConfigurationWorkingCopy - Interface in org.eclipse.debug.core
An editable copy of a launch configuration.
ILaunchDelegate - Interface in org.eclipse.debug.core
ILaunchesListener - Interface in org.eclipse.debug.core
A launches listener is notified of launches as they are added and removed from the launch manager.
ILaunchesListener2 - Interface in org.eclipse.debug.core
Enhancements to the launches listener interface.
ILaunchGroup - Interface in org.eclipse.debug.ui
A launch group identifies a group of launch configurations by a launch mode and category.
ILaunchListener - Interface in org.eclipse.debug.core
A launch listener is notified of launches as they are added and removed from the launch manager.
ILaunchManager - Interface in org.eclipse.debug.core
The launch manager manages the set of registered launches, maintaining a collection of active processes and debug targets.
ILaunchMode - Interface in org.eclipse.debug.core
A launch mode.
ILaunchShortcut - Interface in org.eclipse.debug.ui
A launch shortcut is capable of launching a selection or active editor in the workbench.
ILaunchShortcut2 - Interface in org.eclipse.debug.ui
An extension to a standard launch shortcut (ILaunchShortcut) allowing launch shortcuts to specify how selections and editors should be launched.
ILayoutExtension - Interface in org.eclipse.ui.forms.widgets
Classes that extend abstract class Layout and implement this interface can take part in layout computation of the TableWrapLayout manager.
ILazyContentProvider - Interface in org.eclipse.jface.viewers
The ILazyContentProvider is the content provider for table viewers created using the SWT.VIRTUAL flag that only wish to return their contents as they are queried.
ILazyTreeContentProvider - Interface in org.eclipse.jface.viewers
The ILazyTreeContentProvider is the content provider for tree viewers created using the SWT.VIRTUAL flag that only wish to return their contents as they are queried.
ILazyTreePathContentProvider - Interface in org.eclipse.jface.viewers
The ILazyTreePathContentProvider is a tree path-based content provider for tree viewers created using the SWT.VIRTUAL flag that only wish to return their contents as they are queried.
ILicense - Interface in org.eclipse.equinox.p2.metadata
The ILicense interface represents a software license.
ILightweightLabelDecorator - Interface in org.eclipse.jface.viewers
The ILightweightLabelDecorator is a decorator that decorates using a prefix, suffix and overlay image rather than doing all of the image and text management itself like an ILabelDecorator.
ILineBreakpoint - Interface in org.eclipse.debug.core.model
A breakpoint that can be located at a specific line of source code.
ILineDiffer - Interface in org.eclipse.jface.text.source
Protocol that allows direct access to line information.
ILineDifferExtension - Interface in org.eclipse.jface.text.source
Extension interface for ILineDiffer.
ILineDifferExtension2 - Interface in org.eclipse.jface.text.source
Extension interface for ILineDiffer.
ILineDiffInfo - Interface in org.eclipse.jface.text.source
Describes the change state of one line, which consists of the state of the line itself, which can be UNCHANGED, CHANGED or ADDED, and the number of deleted lines before and after this line.
ILineRange - Interface in org.eclipse.jface.text.source
Describes a range of lines.
ILineTracker - Interface in org.eclipse.jface.text
A line tracker maps character positions to line numbers and vice versa.
ILineTrackerExtension - Interface in org.eclipse.jface.text
Extension interface for ILineTracker.
ILink - Interface in org.eclipse.help
A directive indicating a link to another toc to be inserted at (and replace) this link.
ILinkedModeListener - Interface in org.eclipse.jface.text.link
Protocol used by LinkedModeModels to communicate state changes, such as leaving linked mode, suspending it due to a child mode coming up, and resuming after a child mode has left.
ILinkHelper - Interface in org.eclipse.ui.navigator
Provides information to the Common Navigator on how to link selections with active editors and vice versa.
IListChangeListener<E> - Interface in org.eclipse.core.databinding.observable.list
Listener for changes to observable lists.
IListProperty<S,E> - Interface in org.eclipse.core.databinding.property.list
Interface for list-typed properties.
ILiveHelpAction - Interface in org.eclipse.help
Live Help Extension.
ILocaleChangeService - Interface in org.eclipse.e4.core.services.nls
Service that is used to change the Locale at runtime.
ILocalWorkingSetManager - Interface in org.eclipse.ui
A local working set manager can be used to manage a set of working sets independently from the working sets managed by the global working set manager.
ILocationProvider - Interface in org.eclipse.ui.editors.text
This class gets the location for a given object.
ILocationProviderExtension - Interface in org.eclipse.ui.editors.text
Extension interface for ILocationProvider.
ILock - Interface in org.eclipse.core.runtime.jobs
A lock is used to control access to an exclusive resource.
ILog - Interface in org.eclipse.core.runtime
A log to which status events can be written.
ILogger - Interface in org.eclipse.core.databinding.util
A mechanism to log errors throughout JFace Data Binding.
ILogger - Interface in org.eclipse.jface.util
A mechanism to log errors throughout JFace.
ILoggerProvider - Interface in org.eclipse.e4.core.services.log
 
ILogicalStructureProvider - Interface in org.eclipse.debug.core
Provides logical structure types applicable to a raw implementation value from a debug model.
ILogicalStructureType - Interface in org.eclipse.debug.core
Provides a value representing the logical structure of a raw implementation value from a debug model.
ILogicalStructureTypeDelegate - Interface in org.eclipse.debug.core.model
A delegate that provides a value representing the logical structure of a raw implementation value from a debug model.
ILogicalStructureTypeDelegate2 - Interface in org.eclipse.debug.core.model
Optional extension to ILogicalStructureTypeDelegate that allows a logical structure type delegate to provide a description for a value.
ILogicalStructureTypeDelegate3 - Interface in org.eclipse.debug.core.model
Optional extension to ILogicalStructureTypeDelegate that allows a logical structure type delegate to garbage collect its logical structures once they're no longer displayed.
ILoginContext - Interface in org.eclipse.equinox.security.auth
The ILoginContext is the central entry point for the authentication support.
ILoginContextListener - Interface in org.eclipse.equinox.security.auth
This is a common interface that tags a class that can be registered as a listener for security events.
ILogListener - Interface in org.eclipse.core.runtime
A log listener is notified of entries added to a plug-in's log.
image - Variable in class org.apache.lucene.demo.html.Token
The string image of the token.
image - Variable in class org.eclipse.swt.dnd.DragSourceEvent
The drag source image to be displayed during the drag.
image - Variable in class org.eclipse.swt.graphics.GCData
 
image() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
Returns a value property for observing the image of a Button, CLabel, Item or Label.
image(int) - Method in class org.eclipse.jface.dialogs.PlainMessageDialog.Builder
Sets the dialog's image (e.g. information icon).
image(Image) - Method in class org.eclipse.jface.dialogs.PlainMessageDialog.Builder
Sets the dialog's image (e.g. information icon).
image(Image) - Method in class org.eclipse.jface.widgets.AbstractItemFactory
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
image(Image) - Method in class org.eclipse.jface.widgets.ButtonFactory
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
image(Image) - Method in class org.eclipse.jface.widgets.LabelFactory
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
Image - Class in org.eclipse.swt.graphics
Instances of this class are graphics which have been prepared for display on a specific device.
Image(Device, int, int) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the specified width and height.
Image(Device, InputStream) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the specified input stream.
Image(Device, String) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the file with the specified name.
Image(Device, ImageData) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class from the given ImageData.
Image(Device, ImageDataProvider) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the ImageData retrieved from the ImageDataProvider.
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, ImageFileNameProvider) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the file retrieved from the ImageFileNameProvider.
Image(Device, Image, int) - Constructor for class org.eclipse.swt.graphics.Image
Constructs a new instance of this class based on the provided image, with an appearance that varies depending on the value of the flag.
Image(Device, Rectangle) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the width and height of the specified rectangle.
IMAGE - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's image (value "image").
IMAGE_ADD_BOOKMARK - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_ALL_TOPICS - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
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_BOOKMARK - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_BOOKMARKS - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_CLOSE - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_CLOSE_HOT - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_COLLAPSE_ALL - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_COMMAND_F1TOPIC - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_COMPARE_VIEW - Static variable in interface org.eclipse.compare.internal.ICompareContextIds
 
IMAGE_CONTAINER - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_COPY - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should be a copy of the image provided as an argument (value is 0).
IMAGE_D_MAGNIFY - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_D_REDUCE - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_DESCRIPTOR - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The image to be used for drawing in the vertical ruler.
IMAGE_DHELP - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_DISABLE - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should have the appearance of a "disabled" (using the platform's rules for how this should look) copy of the image provided as an argument (value is 1).
IMAGE_DOC_OVR - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_FILE_F1TOPIC - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_GIF - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a GIF format image (value is 2).
IMAGE_GRAY - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should have the appearance of a "gray scaled" copy of the image provided as an argument (value is 2).
IMAGE_HELP - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_HELP_PRINT - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_HELP_SEARCH - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_HIGHLIGHT - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_ICO - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a ICO format image (value is 3).
IMAGE_INDEX - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_JPEG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a JPEG format image (value is 4).
IMAGE_MAGNIFY - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_NW - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_OS2_BMP - Static variable in class org.eclipse.swt.SWT
Image format constant indicating an OS/2 BMP format image (value is 7).
IMAGE_PNG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a PNG format image (value is 5).
IMAGE_PROVIDER - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The annotation image provider.
IMAGE_REDUCE - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_RELATED_TOPICS - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_SCOPE_SET - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_SEARCH_WIZ - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_SHOW_ALL - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_SHOW_CATEGORIES - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_SHOW_DESC - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_STYLE_DEFAULT - Static variable in interface org.eclipse.ui.commands.ICommandImageService
The default image style.
IMAGE_STYLE_TOOLBAR - Static variable in interface org.eclipse.ui.commands.ICommandImageService
The image style used for commands in a toolbar.
IMAGE_SVG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a SVG format image (value is 8).
IMAGE_SYNC_TOC - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_TIFF - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a TIFF format image (value is 6).
IMAGE_TOC_CLOSED - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_TOC_OPEN - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
IMAGE_UNDEFINED - Static variable in class org.eclipse.swt.SWT
Image format constant indicating an unknown image type (value is -1).
ImageBasedFrame - Class in org.eclipse.e4.ui.widgets
 
ImageBasedFrame(Composite, Control, boolean, boolean) - Constructor for class org.eclipse.e4.ui.widgets.ImageBasedFrame
 
imageChanged() - Method in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
 
imageChanged() - Method in class org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer
 
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 in org.eclipse.swt.graphics
Instances of this class are device-independent descriptions of images.
ImageData(int, int, int, PaletteData) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth and palette.
ImageData(int, int, int, PaletteData, int, byte[]) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth, palette, scanlinePad and data.
ImageData(InputStream) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from the specified input stream.
ImageData(String) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from a file with the specified name.
imageDataLoaded(ImageLoaderEvent) - Method in interface org.eclipse.swt.graphics.ImageLoaderListener
Sent when image data is either partially or completely loaded.
ImageDataProvider - Interface in org.eclipse.swt.graphics
Interface to provide a callback mechanism to get information about images when the application is moved from a low DPI monitor to a high DPI monitor.
ImageDescriptor - Class in org.eclipse.jface.resource
An image descriptor is an object that knows how to create an SWT image.
ImageDescriptor() - Constructor for class org.eclipse.jface.resource.ImageDescriptor
Constructs an image descriptor.
imageDescriptorFromBundle(Class<?>, String) - Static method in class org.eclipse.jface.resource.ResourceLocator
Returns a new Optional<ImageDescriptor> for an image file located within the specified bundle or Optional.empty().
imageDescriptorFromBundle(String, String) - Static method in class org.eclipse.jface.resource.ResourceLocator
Returns a new Optional<ImageDescriptor> for an image file located within the specified bundle or Optional.empty().
imageDescriptorFromPlugin(String, String) - Static method in class org.eclipse.ui.plugin.AbstractUIPlugin
Creates and returns a new image descriptor for an image file located within the specified plug-in.
imageDescriptorFromURI(URI) - Method in class org.eclipse.jface.resource.ImageDescriptor
Convenient method to create an ImageDescriptor from an URI Delegates to ImageDescriptor createFromURL
imageDescriptorFromURI(URI) - Method in interface org.eclipse.e4.ui.workbench.IResourceUtilities
Loads an ImageDesc from the given URI.
ImageFileNameProvider - Interface in org.eclipse.swt.graphics
Interface to provide a callback mechanism to get information about images when the application is moved from a low DPI monitor to a high DPI monitor.
ImageHyperlink - Class in org.eclipse.ui.forms.widgets
This class extends hyperlink widget by adding the capability to render an image relative to the text.
ImageHyperlink(Composite, int) - Constructor for class org.eclipse.ui.forms.widgets.ImageHyperlink
Creates the image hyperlink instance.
imageLabel - Variable in class org.eclipse.jface.dialogs.IconAndMessageDialog
Return the label for the image.
ImageList - Class in org.eclipse.swt.internal
 
ImageList(int) - Constructor for class org.eclipse.swt.internal.ImageList
 
ImageList(int, int, int) - Constructor for class org.eclipse.swt.internal.ImageList
 
ImageLoader - Class in org.eclipse.swt.graphics
Instances of this class are used to load images from, and save images to, a file or stream.
ImageLoader() - Constructor for class org.eclipse.swt.graphics.ImageLoader
Construct a new empty ImageLoader.
ImageLoaderEvent - Class in org.eclipse.swt.graphics
Instances of this class are sent as a result of the incremental loading of image data.
ImageLoaderEvent(ImageLoader, ImageData, int, boolean) - Constructor for class org.eclipse.swt.graphics.ImageLoaderEvent
Constructs a new instance of this class given the event source and the values to store in its fields.
ImageLoaderListener - Interface in org.eclipse.swt.graphics
Classes which implement this interface provide methods that deal with the incremental loading of image data.
ImageMergeViewer - Class in org.eclipse.compare.internal
 
ImageMergeViewer(Composite, int, CompareConfiguration) - Constructor for class org.eclipse.compare.internal.ImageMergeViewer
 
ImageMergeViewerCreator - Class in org.eclipse.compare.internal
A factory object for the ImageMergeViewer.
ImageMergeViewerCreator() - Constructor for class org.eclipse.compare.internal.ImageMergeViewerCreator
 
ImageRegistry - Class in org.eclipse.jface.resource
An image registry maintains a mapping between symbolic image names and SWT image objects or special image descriptor objects which defer the creation of SWT image objects until they are needed.
ImageRegistry() - Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry.
ImageRegistry(ResourceManager) - Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry using the given resource manager to allocate images.
ImageRegistry(Display) - Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry.
ImageTransfer - Class in org.eclipse.swt.dnd
The class ImageTransfer provides a platform specific mechanism for converting an Image represented as a java ImageData to a platform specific representation of the data and vice versa.
ImageUtilities - Class in org.eclipse.jface.text.source
Provides methods for drawing images onto a canvas.
ImageUtilities - Class in org.eclipse.ui.texteditor
Deprecated.
As of 3.0, replaced by ImageUtilities
ImageUtilities() - Constructor for class org.eclipse.jface.text.source.ImageUtilities
 
ImageUtilities() - Constructor for class org.eclipse.ui.texteditor.ImageUtilities
Deprecated.
 
IManagedForm - Interface in org.eclipse.ui.forms
Managed form wraps a form widget and adds life cycle methods for form parts.
IMapChangeListener<K,V> - Interface in org.eclipse.core.databinding.observable.map
Listener for changes to observable maps.
IMapProperty<S,K,V> - Interface in org.eclipse.core.databinding.property.map
Interface for map-typed properties
IMarker - Interface in org.eclipse.core.resources
Markers are a general mechanism for associating notes and meta-data with resources.
IMarkerActionFilter - Interface in org.eclipse.ui
Describes the public attributes for a marker and the acceptable values each may have.
IMarkerDelta - Interface in org.eclipse.core.resources
A marker delta describes the change to a single marker.
IMarkerHelpContextProvider - Interface in org.eclipse.ui
Provides a help context for a given marker.
IMarkerHelpRegistry - Interface in org.eclipse.ui
Registry of F1 help contexts and resolutions for markers.
IMarkerResolution - Interface in org.eclipse.ui
Resolution for a marker.
IMarkerResolution2 - Interface in org.eclipse.ui
Extends IMarkerResolution.
IMarkerResolutionGenerator - Interface in org.eclipse.ui
Creates resolutions for a given marker.
IMarkerResolutionGenerator2 - Interface in org.eclipse.ui
A marker resolution generator should implement this interface rather than IMarkerResolutionGenerator if it can determine whether a particular marker has any resolutions more efficiently than computing all the resolutions.
IMarkerResolutionRelevance - Interface in org.eclipse.ui
A relevance for the marker resolution.
IMarkerSnapshot - Interface in org.eclipse.core.resources.undo.snapshot
IMarkerSnapshot is a lightweight snapshot of a marker for the purposes of undoing.
IMarkerUpdater - Interface in org.eclipse.ui.texteditor
A marker updater is responsible for saving changes to markers.
IMarkRegionTarget - Interface in org.eclipse.jface.text
A mark region target to support marked regions as found in emacs.
IMarkSelection - Interface in org.eclipse.jface.text
A mark selection can be sent out by text viewers.
IMatchExpression<T> - Interface in org.eclipse.equinox.p2.metadata.expression
A match expression is a boolean expression matching a candidate of a specific type.
IMatchQuery<T> - Interface in org.eclipse.equinox.p2.query
Deprecated.
If possible, use one of the predefined queries in QueryUtil or use the QueryUtil.createMatchQuery(String, Object...) to create a custom expression based query. If the query cannot be expressed using the p2QL, then use a predefined or custom expression query as a first filter (in worst case, use QueryUtil.createIUAnyQuery()) and then provide further filtering like so:
             for (iter = queryable.query(someExpressionQuery).iterator(); iter.hasNext();) {
                // do your match here
             }
             
IME - Class in org.eclipse.swt.widgets
Instances of this class represent input method editors.
IME(Canvas, int) - Constructor for class org.eclipse.swt.widgets.IME
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ImeComposition - Static variable in class org.eclipse.swt.SWT
The IME composition event type (value is 43).
IMemberProvider - Interface in org.eclipse.equinox.p2.metadata.expression
This interface may be implemented by any class that wants to provide easy (high performance) access to its member to the expression evaluator.
IMemento - Interface in org.eclipse.ui
Interface to a memento used for saving the important state of an object in a form that can be persisted in the file system.
IMementoAware - Interface in org.eclipse.ui.navigator
Clients may use mementos to persist interesting state between sessions.
IMemoryBlock - Interface in org.eclipse.debug.core.model
A contiguous segment of memory in an execution context.
IMemoryBlockExtension - Interface in org.eclipse.debug.core.model
Extensions to IMemoryBlock.
IMemoryBlockListener - Interface in org.eclipse.debug.core
A memory block listener is notified of the addition and removal of memory blocks with the memory block manager.
IMemoryBlockManager - Interface in org.eclipse.debug.core
Manages registered memory blocks in the workspace.
IMemoryBlockRetrieval - Interface in org.eclipse.debug.core.model
Supports the retrieval of arbitrary blocks of memory.
IMemoryBlockRetrievalExtension - Interface in org.eclipse.debug.core.model
Extended capabilities for memory block retrieval.
IMemoryBlockTablePresentation - Interface in org.eclipse.debug.ui.memory
Allows debug models to customize the rendering of addresses for its memory blocks in table and text based renderings provided by the debug platform.
IMemoryRendering - Interface in org.eclipse.debug.ui.memory
An arbitrary rendering of a memory block.
IMemoryRenderingBindingsListener - Interface in org.eclipse.debug.ui.memory
A rendering bindings listener is notified of changes in the renderings provided by a rendering bindings provider.
IMemoryRenderingBindingsProvider - Interface in org.eclipse.debug.ui.memory
A rendering bindings provider provides rendering type bindings for a memory block.
IMemoryRenderingContainer - Interface in org.eclipse.debug.ui.memory
A memory rendering container is a container within a memory rendering site for hosting a memory renderings.
IMemoryRenderingManager - Interface in org.eclipse.debug.ui.memory
Manager for memory renderings.
IMemoryRenderingSite - Interface in org.eclipse.debug.ui.memory
A workbench site that hosts memory renderings and provides synchronization services for memory renderings.
IMemoryRenderingSite2 - Interface in org.eclipse.debug.ui.memory
Extension to memory site that allows a client to request a rendering container to become visible.
IMemoryRenderingSynchronizationService - Interface in org.eclipse.debug.ui.memory
Provides facilities related to the synchronization of memory renderings.
IMemoryRenderingType - Interface in org.eclipse.debug.ui.memory
Represents a type of memory rendering contributed via the memoryRenderings extension point.
IMemoryRenderingTypeDelegate - Interface in org.eclipse.debug.ui.memory
A factory that creates memory renderings.
IMenuCreator - Interface in org.eclipse.jface.action
Interface for something that creates and disposes of SWT menus.
IMenuListener - Interface in org.eclipse.jface.action
A menu listener that gets informed when a menu is about to show.
IMenuListener2 - Interface in org.eclipse.jface.action
A menu listener that gets informed when a menu is about to hide.
IMenuManager - Interface in org.eclipse.jface.action
The IMenuManager interface provides protocol for managing contributions to a menu bar and its sub menus.
IMenuService - Interface in org.eclipse.ui.menus
Provides services related to the menu architecture within the workbench.
IMenuServiceWorkaround - Interface in org.eclipse.ui.internal
Workaround for bug 537046
IMenuStateIds - Interface in org.eclipse.jface.menus
State identifiers that should be understood by items and renderers of items.
IMergeContext - Interface in org.eclipse.team.core.mapping
Provides the context for an IResourceMappingMerger or a model specific synchronization view that supports merging.
IMergeStatus - Interface in org.eclipse.team.core.mapping
A special status that is returned when the return code of the merge method is CONFLICTS.
IMergeViewerContentProvider - Interface in org.eclipse.compare.contentmergeviewer
A content provider that mediates between a ContentMergeViewer's model and the viewer itself.
IMergeViewerTestAdapter - Interface in org.eclipse.compare.internal
An interface that provides access to the internals of a merge viewer for the purposes of testing.
IMessage - Interface in org.eclipse.ui.forms
This interface encapsulates a single message that can be shown in a form.
IMessageFactoryService - Interface in org.eclipse.e4.core.services.nls
Service that is responsible for creating and managing message class instances.
IMessageManager - Interface in org.eclipse.ui.forms
This interface provides for managing typed messages in a form.
IMessagePrefixProvider - Interface in org.eclipse.ui.forms
This interface computes the prefix of a message that is created in the context of a control.
IMessageProvider - Interface in org.eclipse.jface.dialogs
Minimal interface to a message provider.
IMetadataRepository - Interface in org.eclipse.equinox.p2.repository.metadata
A metadata repository stores information about a set of installable units
IMetadataRepositoryManager - Interface in org.eclipse.equinox.p2.repository.metadata
A metadata repository manager is used to create, access, and manipulate IMetadataRepository instances.
IMG_ACT_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug action image identifier.
IMG_ACT_RUN - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Run action image identifier.
IMG_ACT_SYNCED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
"Link with View" action image identifier.
IMG_CHECKEDIN_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identified a version controlled file.
IMG_CHECKEDOUT_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies a checked-out file.
IMG_CONFLICT_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies a conflicting element.
IMG_DEC_FIELD_ERROR - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the error overlay image.
IMG_DEC_FIELD_WARNING - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the warning overlay image.
IMG_DEF_VIEW - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used for views.
IMG_DIRTY_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies a locally changed file.
IMG_DLCL_CONTENT_ASSIST - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier (disabled).
IMG_DTOOL_NEW_FASTVIEW - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_ELCL_COLLAPSEALL - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the collapse all image in the enabled state.
IMG_ELCL_COLLAPSEALL_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the collapse all image in the disabled state.
IMG_ELCL_CONTENT_ASSIST - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier (enabled).
IMG_ELCL_REMOVE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the remove image in the enabled state.
IMG_ELCL_REMOVE_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the remove image in the disabled state.
IMG_ELCL_REMOVEALL - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the remove all image in the enabled state.
IMG_ELCL_REMOVEALL_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the remove all image in the disabled state.
IMG_ELCL_STOP - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the stop image in the enabled state.
IMG_ELCL_STOP_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the stop image in the disabled state.
IMG_ELCL_SYNCED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the synchronize image in the enabled state.
IMG_ELCL_SYNCED_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the synchronize image in the disabled state.
IMG_ERROR_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies an error in the element.
IMG_ETOOL_CLEAR - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the clear image in the enabled state.
IMG_ETOOL_CLEAR_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the clear image in the disabled state.
IMG_ETOOL_DEF_PERSPECTIVE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default perspective image.
IMG_ETOOL_DELETE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the enabled state.
IMG_ETOOL_DELETE_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the disabled state.
IMG_ETOOL_EDITOR_TRIMPART - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_ETOOL_EXPORT_WIZ - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_ETOOL_HELP_CONTENTS - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_ETOOL_HELP_SEARCH - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_ETOOL_HOME_NAV - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the home image in the enabled state.
IMG_ETOOL_HOME_NAV_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the home image in the disabled state.
IMG_ETOOL_IMPORT_WIZ - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_ETOOL_NEW_FASTVIEW - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_ETOOL_NEW_PAGE - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_ETOOL_PIN_EDITOR - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_ETOOL_PIN_EDITOR_DISABLED - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_ETOOL_PRINT_EDIT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the print image in the enabled state.
IMG_ETOOL_PRINT_EDIT_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the print image in the disabled state.
IMG_ETOOL_RESTORE_TRIMPART - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_ETOOL_SAVE_EDIT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save image in the enabled state.
IMG_ETOOL_SAVE_EDIT_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save image in the disabled state.
IMG_ETOOL_SAVEALL_EDIT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save all image in the enabled state.
IMG_ETOOL_SAVEALL_EDIT_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save all image in the disabled state.
IMG_ETOOL_SAVEAS_EDIT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save as image in the enabled state.
IMG_ETOOL_SAVEAS_EDIT_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the save as image in the disabled state.
IMG_ETOOL_TIPS_AND_TRICKS - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_HOURGLASS_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies an element that is being worked on (e.g. is busy).
IMG_LCL_ADD - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Add action image identifier.
IMG_LCL_BUTTON_MENU - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_CHANGE_VARIABLE_VALUE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Change variable value action image identifier.
IMG_LCL_CLEAR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Deprecated.
use the platform shared image for clear - ISharedImages.IMG_ETOOL_CLEAR
IMG_LCL_CLEAR - Static variable in interface org.eclipse.ui.console.IConsoleConstants
Clear action image identifier.
IMG_LCL_CLOSE_VIEW - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_CLOSE_VIEW_THIN - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_CONTENT_ASSIST - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Toggle detail pane action image identifier.
IMG_LCL_DETAIL_PANE_HIDE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE_RIGHT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE_UNDER - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DISCONNECT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disconnect action image identifier
IMG_LCL_HIDE_TOOLBAR_THIN - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_LINKTO_HELP - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the help image.
IMG_LCL_LOCK - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Scroll lock action image identifier
IMG_LCL_MAX_VIEW_THIN - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_MIN_VIEW - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_MIN_VIEW_THIN - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_PIN_VIEW - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_REMOVE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Remove action image identifier
IMG_LCL_REMOVE_ALL - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Remove all action image identifier
IMG_LCL_RENDERED_VIEW_MENU - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_RESTORE_VIEW_THIN - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_SELECTED_MODE - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_SHOW_TOOLBAR_THIN - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_SHOWCHILD_MODE - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_SHOWSYNC_RN - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_TYPE_NAMES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Display variable type names action image identifier.
IMG_LCL_VIEW_MENU - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_LCL_VIEW_MENU_THIN - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_OBJ_ACTIVITY - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
Identifies an activity.
IMG_OBJ_ACTIVITY_CATEGORY - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
Identifies an activity category.
IMG_OBJ_ADD - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the add image.
IMG_OBJ_ELEMENT - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
Default icon for Quick Access elements.
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_FONT - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
Identifies a font.
IMG_OBJ_NODE - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
Default icon for Quick Access nodes.
IMG_OBJ_PROJECT - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies a project image.
IMG_OBJ_PROJECT - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated.
in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJ_PROJECT instead.
IMG_OBJ_PROJECT_CLOSED - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies a closed project image.
IMG_OBJ_PROJECT_CLOSED - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated.
in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJ_PROJECT_CLOSED instead.
IMG_OBJ_SEPARATOR - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
Separator icon for selection dialogs.
IMG_OBJ_SIGNED_NO - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
Icon for unsigned objects (such as bundles).
IMG_OBJ_SIGNED_UNKNOWN - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
Icon for objects whos signing state is not known (such as bundles).
IMG_OBJ_SIGNED_YES - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
Icon for signed objects (such as bundles).
IMG_OBJ_THEME_CATEGORY - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
Identifies a theme category.
IMG_OBJ_WORKING_SETS - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
Generic working set icon.
IMG_OBJS_ACCESS_WATCHPOINT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Enabled access watchpoint image identifier.
IMG_OBJS_ACCESS_WATCHPOINT_DISABLED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled access watchpoint image identifier.
IMG_OBJS_BKMRK_TSK - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the default image used to indicate a bookmark.
IMG_OBJS_BKMRK_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated.
in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJS_BKMRK_TSK instead.
IMG_OBJS_BREAKPOINT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Enabled breakpoint image identifier.
IMG_OBJS_BREAKPOINT_DISABLED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled breakpoint image identifier.
IMG_OBJS_BREAKPOINT_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Breakpoint group image identifier.
IMG_OBJS_BREAKPOINT_GROUP_DISABLED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled breakpoint group image identifier.
IMG_OBJS_DEBUG_TARGET - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Running debug target image identifier.
IMG_OBJS_DEBUG_TARGET_SUSPENDED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Suspended debug target image identifier.
IMG_OBJS_DEBUG_TARGET_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated debug target image identifier.
IMG_OBJS_DND_BOTTOM_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the down arrow cursor.
IMG_OBJS_DND_BOTTOM_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the down arrow cursor.
IMG_OBJS_DND_INVALID_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the 'no drop' arrow cursor.
IMG_OBJS_DND_INVALID_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the 'no drop' arrow cursor.
IMG_OBJS_DND_LEFT_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the left arrow cursor.
IMG_OBJS_DND_LEFT_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the left arrow cursor.
IMG_OBJS_DND_OFFSCREEN_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the 'off-screen' (detached window) arrow cursor.
IMG_OBJS_DND_OFFSCREEN_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the 'off-screen' (detached window) arrow cursor.
IMG_OBJS_DND_RIGHT_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the right arrow cursor.
IMG_OBJS_DND_RIGHT_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the right arrow cursor.
IMG_OBJS_DND_STACK_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the 'in stack' arrow cursor.
IMG_OBJS_DND_STACK_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the 'in stack' arrow cursor.
IMG_OBJS_DND_TOFASTVIEW_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the 'fast-view' arrow cursor.
IMG_OBJS_DND_TOFASTVIEW_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the 'fast-view' arrow cursor.
IMG_OBJS_DND_TOP_MASK - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'mask' for the up arrow cursor.
IMG_OBJS_DND_TOP_SOURCE - Static variable in interface org.eclipse.ui.ISharedImages
Cursor 'source' for the up arrow cursor.
IMG_OBJS_ENV_VAR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Environment variable image identifier.
IMG_OBJS_ENVIRONMENT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Environment image identifier.
IMG_OBJS_ERROR_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate errors.
IMG_OBJS_EXPRESSION - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Expression image identifier.
IMG_OBJS_INFO_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate information only.
IMG_OBJS_INSTRUCTION_POINTER - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Instruction pointer image for editor ruler for secondary (non-top) stack frames.
IMG_OBJS_INSTRUCTION_POINTER_TOP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Instruction pointer image for editor ruler for the currently executing instruction in the top stack frame.
IMG_OBJS_LAUNCH_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug mode launch image identifier.
IMG_OBJS_LAUNCH_RUN - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Run mode launch image identifier.
IMG_OBJS_LAUNCH_RUN_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated run mode launch image identifier.
IMG_OBJS_MODIFICATION_WATCHPOINT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Enabled modification watchpoint image identifier.
IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled modification watchpoint image identifier.
IMG_OBJS_OS_PROCESS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Running system process image identifier.
IMG_OBJS_OS_PROCESS_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated system process image identifier.
IMG_OBJS_REGISTER - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Generic register image identifier.
IMG_OBJS_REGISTER_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Generic identifier of register group image.
IMG_OBJS_STACKFRAME - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Stack frame (suspended) image identifier.
IMG_OBJS_STACKFRAME_RUNNING - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Stack frame (running) image identifier.
IMG_OBJS_TASK_TSK - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the default image used to indicate a task.
IMG_OBJS_TASK_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated.
in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJS_TASK_TSK instead.
IMG_OBJS_THREAD_RUNNING - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Running thread image identifier.
IMG_OBJS_THREAD_SUSPENDED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Suspended thread image identifier.
IMG_OBJS_THREAD_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated thread image identifier.
IMG_OBJS_VARIABLE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Generic variable image identifier.
IMG_OBJS_WARN_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate warnings.
IMG_OBJS_WATCHPOINT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Enabled watchpoint image identifier (access & modification).
IMG_OBJS_WATCHPOINT_DISABLED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled watchpoint image identifier (access & modification).
IMG_OPEN_MARKER - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the image used for "open marker".
IMG_OPEN_MARKER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated.
in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OPEN_MARKER instead.
IMG_OVR_ERROR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Error overlay image identifier.
IMG_OVR_PROTOTYPE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Prototype image overlay identifier.
IMG_OVR_SKIP_BREAKPOINT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Skip breakpoint image overlay identifier.
IMG_PERSPECTIVE_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug perspective image identifier
IMG_PREF_EXPORT - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_PREF_IMPORT - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_SKIP_BREAKPOINTS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
"Skip Breakpoints" action image identifier
IMG_TOOL_BACK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the back image in the enabled state.
IMG_TOOL_BACK_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the back image in the disabled state.
IMG_TOOL_BACK_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated, for removal: This API element is subject to removal in a future version.
in 3.0. This image is now the same as IMG_TOOL_BACK. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_COPY - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the copy image in the enabled state.
IMG_TOOL_COPY_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the copy image in the disabled state.
IMG_TOOL_COPY_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated, for removal: This API element is subject to removal in a future version.
in 3.0. This image is now the same as IMG_TOOL_COPY. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_CUT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the cut image in the enabled state.
IMG_TOOL_CUT_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the cut image in the disabled state.
IMG_TOOL_CUT_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated, for removal: This API element is subject to removal in a future version.
in 3.0. This image is now the same as IMG_TOOL_CUT. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_DELETE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the enabled state.
IMG_TOOL_DELETE_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the disabled state.
IMG_TOOL_DELETE_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated, for removal: This API element is subject to removal in a future version.
in 3.0. This image is now the same as IMG_TOOL_DELETE. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_FORWARD - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the forward image in the enabled state.
IMG_TOOL_FORWARD_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the forward image in the disabled state.
IMG_TOOL_FORWARD_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated, for removal: This API element is subject to removal in a future version.
in 3.0. This image is now the same as IMG_TOOL_FORWARD. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_NEW_WIZARD - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the new wizard image in the enabled state.
IMG_TOOL_NEW_WIZARD_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the new wizard image in the disabled state.
IMG_TOOL_NEW_WIZARD_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated, for removal: This API element is subject to removal in a future version.
in 3.0. This image is now the same as IMG_TOOL_NEW_WIZARD. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_PASTE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the paste image in the enabled state.
IMG_TOOL_PASTE_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the paste image in the disabled state.
IMG_TOOL_PASTE_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated, for removal: This API element is subject to removal in a future version.
in 3.0. This image is now the same as IMG_TOOL_PASTE. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_REDO - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the redo image in the enabled state.
IMG_TOOL_REDO_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the redo image in the disabled state.
IMG_TOOL_REDO_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated, for removal: This API element is subject to removal in a future version.
in 3.0. This image is now the same as IMG_TOOL_REDO. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_UNDO - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the undo image in the enabled state.
IMG_TOOL_UNDO_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the undo image in the disabled state.
IMG_TOOL_UNDO_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated, for removal: This API element is subject to removal in a future version.
in 3.0. This image is now the same as IMG_TOOL_UNDO. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_UP - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the up image in the enabled state.
IMG_TOOL_UP_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the up image in the disabled state.
IMG_TOOL_UP_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated, for removal: This API element is subject to removal in a future version.
in 3.0. This image is now the same as IMG_TOOL_UP. Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_VIEW_BREAKPOINTS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Breakpoints view image identifier
IMG_VIEW_CONSOLE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Console view image identifier
IMG_VIEW_CONSOLE - Static variable in interface org.eclipse.ui.console.IConsoleConstants
Console view image identifier.
IMG_VIEW_DEFAULTVIEW_MISC - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_VIEW_EXPRESSIONS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Expressions view image identifier
IMG_VIEW_LAUNCHES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launches view image identifier
IMG_VIEW_VARIABLES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Variables view image identifier
IMG_WARNING_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies an error in the element.
IMG_WIZBAN_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug wizard banner image identifier.
IMG_WIZBAN_EXPORT_PREF_WIZ - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_WIZBAN_EXPORT_WIZ - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_WIZBAN_IMPORT_PREF_WIZ - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_WIZBAN_IMPORT_WIZ - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_WIZBAN_NEW_WIZ - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMG_WIZBAN_RUN - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Run wizard banner image identifier.
IMG_WIZBAN_WORKINGSET_WIZ - Static variable in interface org.eclipse.ui.internal.IWorkbenchGraphicConstants
 
IMMEDIATELY - Static variable in class org.eclipse.jface.text.ITextViewerExtension8.EnrichMode
Enrich the hover immediately when the mouse is moved into it.
immediateUpdate() - Method in class org.eclipse.jface.text.source.CompositeRuler
Immediately redraws the entire ruler (without asynchronous posting).
IModelProcessorContribution - Interface in org.eclipse.e4.ui.workbench.modeling
Service component interface to be able to register model processors via OSGi services.
IModelProcessorContribution.ModelElement - Class in org.eclipse.e4.ui.workbench.modeling
A model element to be added to the context used to invoke the processor.
IModelProviderDescriptor - Interface in org.eclipse.core.resources.mapping
A model provider descriptor contains information about a model provider obtained from the plug-in manifest (plugin.xml) file.
IModelResourceHandler - Interface in org.eclipse.e4.ui.workbench
This handler allows clients load, create and save model resources
IModificationDate - Interface in org.eclipse.compare
Common interface for objects with a modification date.
IMoveDeleteHook - Interface in org.eclipse.core.resources.team
Primary interface for hooking the implementation of IResource.move and IResource.delete.
IMPERATIVE_EXPRESSION - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
The meta object id for the 'Imperative Expression' class.
IMPERATIVE_EXPRESSION - Static variable in interface org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.Literals
The meta object literal for the 'Imperative Expression' class.
IMPERATIVE_EXPRESSION__CONTRIBUTION_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
The feature id for the 'Contribution URI' attribute.
IMPERATIVE_EXPRESSION__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
The feature id for the 'Contributor URI' attribute.
IMPERATIVE_EXPRESSION__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
The feature id for the 'Element Id' attribute.
IMPERATIVE_EXPRESSION__OBJECT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
The feature id for the 'Object' attribute.
IMPERATIVE_EXPRESSION__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
The feature id for the 'Persisted State' map.
IMPERATIVE_EXPRESSION__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
The feature id for the 'Tags' attribute list.
IMPERATIVE_EXPRESSION__TRACKING - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
The feature id for the 'Tracking' attribute.
IMPERATIVE_EXPRESSION__TRACKING - Static variable in interface org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.Literals
The meta object literal for the 'Tracking' attribute feature.
IMPERATIVE_EXPRESSION__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
The feature id for the 'Transient Data' map.
IMPERATIVE_EXPRESSION_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
The number of structural features of the 'Imperative Expression' class.
IMPERATIVE_EXPRESSION_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
The number of operations of the 'Imperative Expression' class.
ImperativeExpressionImpl - Class in org.eclipse.e4.ui.model.application.ui.impl
An implementation of the model object 'Imperative Expression'.
ImperativeExpressionImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.impl.ImperativeExpressionImpl
implementedBy(Class<?>) - Method in interface org.eclipse.e4.core.di.IBinding
Creates a binding for the specified class
implies(Permission) - Method in class org.eclipse.equinox.log.LogPermission
 
implies(Permission) - Method in class org.eclipse.equinox.log.LogPermissionCollection
 
implies(Permission) - Method in class org.osgi.service.application.ApplicationAdminPermission
Checks if the specified permission is implied by this permission.
IMPORT - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id: "import", commandId: "org.eclipse.ui.file.import"): Opens the import wizard.
IMPORT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated.
in 3.0. Use org.eclipse.ui.ActionFactory.IMPORT.getId() instead.
IMPORT_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
IMPORT_COPY - Static variable in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
Copy the files and folders to the destination
IMPORT_EXT - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
File menu: name of group for extra Import-like actions (value "import.ext").
IMPORT_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of group for extra Import-like actions (value "import.ext").
IMPORT_FILES_ONLY - Static variable in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
Import only files
IMPORT_LINK - Static variable in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
Create linked resources for each file and folder
IMPORT_MOVE - Static variable in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
Move the files and folders to the destination
IMPORT_NONE - Static variable in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
Do not perform an import operation
IMPORT_NOT_FIRST - Static variable in exception org.eclipse.e4.ui.css.core.exceptions.DOMExceptionImpl
 
IMPORT_PACKAGE_PERMISSION - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that an Import-Package could not be resolved because the importing bundle does not have the correct permissions to import the package.
IMPORT_PACKAGE_USES_CONFLICT - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that an Import-Package could not be resolved because of a uses directive conflict.
IMPORT_VIRTUAL_FOLDERS_AND_LINKS - Static variable in class org.eclipse.ui.ide.dialogs.ImportTypeDialog
Recreate the file and folder hierarchy using groups and links
IMPORT_WIZARD - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
IMPORT_WIZARD_SELECTION_WIZARD_PAGE - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
IMPORTANT_IDENTIFIER - Static variable in class org.eclipse.e4.ui.css.core.impl.dom.CSSPropertyImpl
 
ImportBreakpointsOperation - Class in org.eclipse.debug.ui.actions
Imports breakpoints from a file or string buffer into the workspace.
ImportBreakpointsOperation(StringBuffer, boolean, boolean) - Constructor for class org.eclipse.debug.ui.actions.ImportBreakpointsOperation
Constructs an operation to import breakpoints from a string buffer.
ImportBreakpointsOperation(StringBuffer, boolean, boolean, boolean) - Constructor for class org.eclipse.debug.ui.actions.ImportBreakpointsOperation
Constructs an operation to import breakpoints from a string buffer.
ImportBreakpointsOperation(String, boolean, boolean) - Constructor for class org.eclipse.debug.ui.actions.ImportBreakpointsOperation
Constructs an operation to import breakpoints.
ImportBreakpointsOperation(String, boolean, boolean, boolean) - Constructor for class org.eclipse.debug.ui.actions.ImportBreakpointsOperation
Constructs an operation to import breakpoints.
ImportExportPage_chooseExportWizard - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ImportExportPage_chooseImportWizard - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ImportOperation - Class in org.eclipse.ui.wizards.datatransfer
An operation which does the actual work of copying objects from the local file system into the workspace.
ImportOperation(IPath, Object, IImportStructureProvider, IOverwriteQuery) - Constructor for class org.eclipse.ui.wizards.datatransfer.ImportOperation
Creates a new operation that recursively imports the entire contents of the specified root file system object.
ImportOperation(IPath, Object, IImportStructureProvider, IOverwriteQuery, List) - Constructor for class org.eclipse.ui.wizards.datatransfer.ImportOperation
Creates a new operation that imports specific file system objects.
ImportOperation(IPath, IImportStructureProvider, IOverwriteQuery, List) - Constructor for class org.eclipse.ui.wizards.datatransfer.ImportOperation
Creates a new operation that imports specific file system objects.
ImportPackageSpecification - Interface in org.eclipse.osgi.service.resolver
A representation of one package import constraint as seen in a bundle manifest and managed by a state and resolver.
importPreferences(InputStream) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Loads preferences from the given file and stores them in the preferences store.
importPreferences(IPath) - Static method in class org.eclipse.core.runtime.Preferences
Deprecated.
Loads the plugin preferences from the given file, and replaces all non-default-valued preferences for all plugins with the values from this file.
ImportResourcesAction - Class in org.eclipse.ui.actions
Action representing a generic import operation.
ImportResourcesAction(IWorkbench) - Constructor for class org.eclipse.ui.actions.ImportResourcesAction
Deprecated.
use the constructor ImportResourcesAction(IWorkbenchWindow)
ImportResourcesAction(IWorkbenchWindow) - Constructor for class org.eclipse.ui.actions.ImportResourcesAction
Create a new instance of this class.
ImportResourcesAction_text - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ImportResourcesAction_toolTip - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
imports - Variable in class org.eclipse.e4.ui.model.fragment.impl.ModelFragmentsImpl
The cached value of the 'Imports' containment reference list.
importStyle(String, SACMediaList, String) - Method in class org.eclipse.e4.ui.css.core.impl.sac.CSSDocumentHandlerImpl
 
ImportTypeDialog - Class in org.eclipse.ui.ide.dialogs
Dialog to let the user customise how files and resources are created in a project hierarchy after the user drag and drop items on a workspace container.
ImportTypeDialog(Shell, int, String[], IContainer) - Constructor for class org.eclipse.ui.ide.dialogs.ImportTypeDialog
Creates the Import Type Dialog when files are dragged and dropped from the operating system's shell (Windows Explorer on Windows Platform, for example).
ImportTypeDialog(Shell, int, IResource[], IContainer) - Constructor for class org.eclipse.ui.ide.dialogs.ImportTypeDialog
Creates the Import Type Dialog when resources are dragged and dropped from an Eclipse view.
ImportWizard_selectWizard - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
ImportWizard_title - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
IMultiTextSelection - Interface in org.eclipse.jface.text
This interface represents a textual selection that can be made of multiple discontinued selected ranges.
IMutableActivityManager - Interface in org.eclipse.ui.activities
An instance of this interface allows clients to manage activities, as defined by the extension point org.eclipse.ui.activities.
in - Variable in class org.eclipse.osgi.storage.url.BundleURLConnection
InputStream for this URLConnection.
IN_ACTIVE_PERSPECTIVE - Static variable in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Returned Location if the element is in the currently active perspective
IN_ANY_PERSPECTIVE - Static variable in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Returned Location if the element is in a non-active perspective
IN_MAIN_MENU - Static variable in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Returned Location if the element is in a main menu of an MWindow
IN_PART - Static variable in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Returned Location if the element is in an MPart
IN_SHARED_AREA - Static variable in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Returned Location if the element is contained in an MArea
IN_SHARED_ELEMENTS - Static variable in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Returned Location if the element is in SharedElements
IN_SYNC - Static variable in class org.eclipse.team.core.synchronize.SyncInfo
Sync constant (value 0) indicating element is in sync.
IN_TRIM - Static variable in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Returned Location if the element is in an MTrimBar
INACTIVE_TAB_BG_END - Static variable in interface org.eclipse.ui.internal.IWorkbenchThemeConstants
 
INACTIVE_TAB_BG_START - Static variable in interface org.eclipse.ui.internal.IWorkbenchThemeConstants
 
INACTIVE_TAB_PERCENT - Static variable in interface org.eclipse.ui.internal.IWorkbenchThemeConstants
 
INACTIVE_TAB_TEXT_COLOR - Static variable in interface org.eclipse.ui.internal.IWorkbenchThemeConstants
 
INACTIVE_TAB_VERTICAL - Static variable in interface org.eclipse.ui.internal.IWorkbenchThemeConstants
 
INamedHandleStateIds - Interface in org.eclipse.core.commands
State identifiers that are understood by named handle objects that implement IObjectWithState.
INativePropertyListener<S> - Interface in org.eclipse.core.databinding.property
A listener capable of adding or removing itself as a listener on a source object using the source's "native" listener API.
INavigatable - Interface in org.eclipse.compare
Interface that allow clients to navigate through the changes shown in a compare pane.
INavigationHistory - Interface in org.eclipse.ui
Manages a list of entries to keep a history of locations on editors, enabling the user to go back and forward without losing context.
INavigationLocation - Interface in org.eclipse.ui
Represents the context marked for the user in the navigation history.
INavigationLocationProvider - Interface in org.eclipse.ui
Should be implemented by editors that wish to contribute to the navigation history.
INavigatorActivationService - Interface in org.eclipse.ui.navigator
Determines if an extension is active within the context of a given viewer and manages the persistence of this information.
INavigatorContentDescriptor - Interface in org.eclipse.ui.navigator
The descriptor provides a the low-level handle to a content extension.
INavigatorContentExtension - Interface in org.eclipse.ui.navigator
The content extension represents the components of a navigatorContent extension.
INavigatorContentService - Interface in org.eclipse.ui.navigator
Manages content extensions for extensible viewers and provides reusable services for filters, sorting, the activation of content extensions, and DND.
INavigatorContentServiceListener - Interface in org.eclipse.ui.navigator
Used by clients who would like to listen for the load event of am INavigatorContentExtension.
INavigatorDnDService - Interface in org.eclipse.ui.navigator
INavigatorFilterService - Interface in org.eclipse.ui.navigator
Provides support for managing the filters defined for a Common Navigator viewer.
INavigatorPipelineService - Interface in org.eclipse.ui.navigator
Performs calculations that are necessary to determine the correct children to render in the viewer.
INavigatorSaveablesService - Interface in org.eclipse.ui.navigator
 
INavigatorSorterService - Interface in org.eclipse.ui.navigator
Provides an interface to extensions declared in org.eclipse.ui.navigator.navigatorContent/commonSorter.
INavigatorViewerDescriptor - Interface in org.eclipse.ui.navigator
Provides a basic metadata about the abstract viewer for a particular content service.
inBuf - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
Include - Class in org.eclipse.help.internal
 
Include(IInclude) - Constructor for class org.eclipse.help.internal.Include
 
Include(Element) - Constructor for class org.eclipse.help.internal.Include
 
INCLUDE_HIDDEN - Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 8) indicating that hidden resources are to be included.
INCLUDE_ON_PREFERENCE_PAGE - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The value for the includeOnPreferencePage property.
INCLUDE_ONLY - Static variable in interface org.eclipse.core.resources.IResourceFilterDescription
Flag for resource filters indicating that the filter list includes only the files matching the filters.
INCLUDE_PHANTOMS - Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 1) indicating that phantom member resources are to be included.
INCLUDE_TEAM_PRIVATE_MEMBERS - Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 2) indicating that team private members are to be included.
includeDerived() - Method in class org.eclipse.search.ui.text.FileTextSearchScope
Returns whether derived resources are included in this search scope.
includeDirection(int) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return whether elements with the given direction should be included in the contents.
includes(int) - Method in class org.eclipse.jface.text.link.LinkedPosition
Overrides Position.includes(int)so every offset is considered included that lies in between the first and last offset of this position, and offsets that are right at the end of the position.
includes(int) - Method in class org.eclipse.jface.text.Position
Checks whether the given index is inside of this position's text range.
includes(DocumentEvent) - Method in class org.eclipse.jface.text.link.LinkedPosition
Returns whether this position includes event.
includes(IDocument, int, int) - Method in class org.eclipse.jface.text.link.LinkedPosition
Returns whether this position includes the range given by offset and length.
includes(LinkedPosition) - Method in class org.eclipse.jface.text.link.LinkedPosition
Returns whether this position includes position.
includesRulerLine(Position, IDocument) - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Checks whether a position includes the ruler's line of activity.
includesRulerLine(Position, IDocument) - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
Checks whether a position includes the ruler's line of activity.
InclusivePositionUpdater - Class in org.eclipse.jface.text.link
Position updater that considers any change in [p.offset, p.offset + p.length] of a Position p as belonging to the position.
InclusivePositionUpdater(String) - Constructor for class org.eclipse.jface.text.link.InclusivePositionUpdater
Creates a new updater for the given category.
INCOMING - Static variable in interface org.eclipse.team.core.diff.IThreeWayDiff
Constant (bit mask) indicating that there is a local change.
INCOMING - Static variable in class org.eclipse.team.core.synchronize.SyncInfo
Sync constant (value 8) indicating a change to the remote resource.
INCOMING_MODE - Static variable in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Modes are direction filters for the view
increaseHeight(int) - Method in class org.eclipse.jface.resource.FontDescriptor
Returns a FontDescriptor that is equivalent to the receiver, but whose height is larger by the given number of points.
increment(int, int) - Method in class org.eclipse.jface.widgets.SpinnerFactory
Sets the amounts (which must be at least one) that the receiver's value will be modified by when the up/down arrows or the page up/down keys are pressed to the argument.
INCREMENTAL_BUILD - Static variable in class org.eclipse.core.resources.IncrementalProjectBuilder
Build kind constant (value 10) indicating an incremental build request.
IncrementalFindAction - Class in org.eclipse.ui.texteditor
An action which enters the incremental find mode like in emacs.
IncrementalFindAction(ResourceBundle, String, IWorkbenchPart, boolean) - Constructor for class org.eclipse.ui.texteditor.IncrementalFindAction
Creates a new incremental find action for the given workbench part.
IncrementalFindAction(ResourceBundle, String, IWorkbenchWindow, boolean) - Constructor for class org.eclipse.ui.texteditor.IncrementalFindAction
Deprecated.
use FindReplaceAction(ResourceBundle, String, IWorkbenchPart, boolean) instead
IncrementalProjectBuilder - Class in org.eclipse.core.resources
The abstract base class for all incremental project builders.
IncrementalProjectBuilder() - Constructor for class org.eclipse.core.resources.IncrementalProjectBuilder
 
incrementBusy() - Method in interface org.eclipse.ui.progress.IWorkbenchSiteProgressService
Increments the busy counter for this workbench site.
incrementCount - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
the zero-based count of image data increments -- this is equivalent to the number of events that have been generated while loading a particular image
incrementNestingDepth() - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
Increments the nesting depth of running operations.
incrementServiceChangecount() - Method in class org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl
 
inDebugMode() - Static method in class org.eclipse.core.runtime.Platform
Returns true if the platform is currently running in debug mode.
inDebugMode() - Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns true if the framework is in debug mode and false otherwise.
indent - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the indent in pixels
indent - Variable in class org.eclipse.swt.custom.LineStyleEvent
line indent (input, output)
indent - Variable in class org.eclipse.ui.forms.widgets.TableWrapData
Horizontal indent (default is 0).
indent(int, int) - Method in class org.eclipse.jface.layout.GridDataFactory
Sets the indent of the control within the cell.
indent(Point) - Method in class org.eclipse.jface.layout.GridDataFactory
Sets the indent of the control within the cell.
INDENT - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Deprecated.
As of 3.9, this is deprecated as it is too big as DLU and got accidentally used when setting pixel values
INDETERMINATE - Static variable in interface org.eclipse.core.runtime.content.IContentDescriber
Description result constant, indicating that it was not possible to determine whether the contents were valid for the intended content type.
INDETERMINATE - Static variable in class org.eclipse.swt.SWT
Style constant for progress bar behavior (value is 1<<1).
inDevelopmentMode() - Static method in class org.eclipse.core.runtime.Platform
Returns true if the platform is currently running in development mode.
inDevelopmentMode() - Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns true if the framework is in development mode and false otherwise.
index - Variable in class org.eclipse.swt.accessibility.AccessibleActionEvent
 
index - Variable in class org.eclipse.swt.accessibility.AccessibleHyperlinkEvent
 
index - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
index - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
index - Variable in class org.eclipse.swt.widgets.Event
the index of the item where the event occurred
INDEX - Enum constant in enum class org.eclipse.e4.ui.model.internal.Position
Add an element at a specific index (absolute positioning).
INDEX_PARAMETER_ID - Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated.
no longer used
INDEX_PARAMETER_NAME - Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated.
no longer used
INDEX_PARAMETER_VALUE_NAME - Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated.
no longer used
INDEX_PARAMETER_VALUE_VALUE - Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated.
no longer used
INDEX_TOOLBAR - Static variable in class org.eclipse.help.webapp.AbstractButton
Toolbar name for the keyword index
IndexButton - Static variable in class org.eclipse.help.ui.internal.Messages
 
indexedParameter(int) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
Creates an indexed parameter expression
indexForElement(Object) - Method in class org.eclipse.jface.viewers.AbstractListViewer
 
indexForElement(Object) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
 
indexForElement(Widget, Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the index where the item should be inserted.
IndexInstructions - Static variable in class org.eclipse.help.ui.internal.Messages
 
indexOf(CharSequence, int) - Method in class org.eclipse.jface.text.MultiStringMatcher
Find the next occurrence of any of the search strings of the MultiStringMatcher in the given text starting at the given offset.
indexOf(CharSequence, int, String...) - Static method in class org.eclipse.jface.text.MultiStringMatcher
Finds the leftmost longest occurrence of any of the given searchStrings in the text starting at the given offset.
indexOf(Object) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
indexOf(Object) - Method in class org.eclipse.core.databinding.observable.list.DecoratingObservableList
 
indexOf(Object) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
 
indexOf(Object) - Method in class org.eclipse.core.databinding.observable.list.MultiList
 
indexOf(Object) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
indexOf(String) - Method in class org.eclipse.jface.action.ContributionManager
Returns the index of the item with the given id.
indexOf(String) - Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String) - 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) - Method in class org.eclipse.swt.widgets.List
Gets the index of an item.
indexOf(String[], String, int) - Static method in class org.eclipse.jface.text.TextUtilities
Deprecated.
use MultiStringMatcher.indexOf(CharSequence, int, String...) instead. Notable differences:
  • new matcher indexOf does not allow negative offsets (old matcher treated them as 0)
  • new matcher indexOf will tolerate null and empty search strings (old accepted empty but throw on null)
  • new matcher indexOf will not match empty string (old matched empty if nothing else matched)
For the common case of searching the next default delimiter use the optimized TextUtilities.nextDelimiter(CharSequence, int) method instead.
indexOf(String, int) - Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(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(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(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
Returns the index of the object in the internal structure.
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(Image) - Method in class org.eclipse.swt.internal.ImageList
 
indexOf(CoolItem) - Method in class org.eclipse.swt.widgets.CoolBar
Searches the receiver's items in the order they are currently being displayed, starting at the first item (index 0), until an item is found that is equal to the argument, and returns the index of that item.
indexOf(ExpandItem) - Method in class org.eclipse.swt.widgets.ExpandBar
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(MenuItem) - Method in class org.eclipse.swt.widgets.Menu
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TabItem) - Method in class org.eclipse.swt.widgets.TabFolder
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TableColumn) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first column (index 0) until a column is found that is equal to the argument, and returns the index of that column.
indexOf(TableItem) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(ToolItem) - Method in class org.eclipse.swt.widgets.ToolBar
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TreeColumn) - Method in class org.eclipse.swt.widgets.Tree
Searches the receiver's list starting at the first column (index 0) until a column is found that is equal to the argument, and returns the index of that column.
indexOf(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TreeItem) - Method in class org.eclipse.swt.widgets.TreeItem
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOfSpecial(IStructuredTextExpert, String, StructuredTextCharTypes, StructuredTextOffsets, int, int) - Method in class org.eclipse.equinox.bidi.custom.StructuredTextTypeHandler
Locates occurrences of special strings within a structured text and returns their indexes one after the other in successive calls.
indexOfSpecial(IStructuredTextExpert, String, StructuredTextCharTypes, StructuredTextOffsets, int, int) - Method in class org.eclipse.equinox.bidi.internal.StructuredTextDelims
Locates occurrences of start delimiters.
indexOfSpecial(IStructuredTextExpert, String, StructuredTextCharTypes, StructuredTextOffsets, int, int) - Method in class org.eclipse.equinox.bidi.internal.StructuredTextSingle
Locates occurrences of the separator.
INestableKeyBindingService - Interface in org.eclipse.ui
Deprecated.
This is now handled by IServiceLocator which can be nested.
INewWizard - Interface in org.eclipse.ui
Interface for creation wizards.
INFINITE - Static variable in class org.eclipse.jface.bindings.keys.KeySequenceText
The special integer value for the maximum number of strokes indicating that an infinite number should be allowed.
INFINITE - Static variable in interface org.eclipse.ui.ISizeProvider
Constant used to indicate infinite size.
info(String) - Static method in class org.eclipse.core.databinding.validation.ValidationStatus
Creates a new validation info status with the given message.
info(String) - Method in interface org.eclipse.core.runtime.ILog
Logs a status with IStatus.INFO using this logger Bundle.getSymbolicName() as pluginId
info(String) - Static method in class org.eclipse.core.runtime.Status
Construct a new status object with severity IStatus.INFO, code IStatus.OK, and pluginId determined automatically from the calling class using StackWalker.
info(String) - Method in class org.eclipse.e4.core.services.log.Logger
 
info(String, Object) - Method in class org.eclipse.e4.core.services.log.Logger
 
info(String, Object[]) - Method in class org.eclipse.e4.core.services.log.Logger
 
info(String, Object, Object) - Method in class org.eclipse.e4.core.services.log.Logger
 
info(String, Throwable) - Method in interface org.eclipse.core.runtime.ILog
Logs a status with IStatus.INFO using this logger Bundle.getSymbolicName() as pluginId
info(Throwable) - Method in class org.eclipse.e4.core.services.log.Logger
 
info(Throwable, String) - Method in class org.eclipse.e4.core.services.log.Logger
 
INFO - Enum constant in enum class org.eclipse.osgi.container.ModuleContainerAdaptor.ContainerEvent
An event fired for informational purposes only.
INFO - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 1) indicating this status is informational only.
INFO - Static variable in class org.eclipse.e4.core.services.statusreporter.StatusReporter
severity INFO
INFO - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Status severity constant (value 1) indicating this status is informational only.
INFO - Static variable in class org.eclipse.osgi.framework.log.FrameworkLogEntry
Severity constant (bit mask, value 1) indicating this log entry is informational only.
INFO_MESSAGE - Static variable in class org.eclipse.jface.dialogs.TitleAreaDialog
Deprecated. 
INFO_SYSTEM_IMAGE - Static variable in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
Constant for the info system image.
Infocenter - Class in org.eclipse.help.standalone
This is a standalone infocenter.
Infocenter(String[]) - Constructor for class org.eclipse.help.standalone.Infocenter
Constructs Infocenter
InfoCenterPage_invalidURL - Static variable in class org.eclipse.help.ui.internal.Messages
 
InfoCenterPage_tocError - Static variable in class org.eclipse.help.ui.internal.Messages
 
InfoCenterPage_url - Static variable in class org.eclipse.help.ui.internal.Messages
 
InfoForm - Class in org.eclipse.ui.texteditor
Deprecated.
since 3.0. there is no replacement, use org.eclipse.ui.forms to define a component with a similar look and function.
InfoForm(Composite) - Constructor for class org.eclipse.ui.texteditor.InfoForm
Deprecated.
Creates a new info form.
infopopText - Variable in class org.eclipse.help.ui.internal.ContextHelpDialog
 
INFOPOPUP_SHELLSTYLE - Static variable in class org.eclipse.jface.dialogs.PopupDialog
Shell style appropriate for an info popup that can get focus.
INFOPOPUPRESIZE_SHELLSTYLE - Static variable in class org.eclipse.jface.dialogs.PopupDialog
Shell style appropriate for a resizable info popup that can get focus.
Information - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
INFORMATION - Static variable in interface org.eclipse.jface.dialogs.IMessageProvider
Constant for an info message (value 1).
INFORMATION - Static variable in class org.eclipse.jface.dialogs.MessageDialog
Constant for the info image, or a simple dialog with the info image and a single OK button (value 2).
INFORMATION - Static variable in interface org.eclipse.jface.text.source.ISourceViewer
Text operation code for requesting information at the current insertion position.
INFORMATION_BACKGROUND_COLOR - Static variable in class org.eclipse.jface.preference.JFacePreferences
The color used for the background of controls that provide information for reading.
INFORMATION_FOREGROUND_COLOR - Static variable in class org.eclipse.jface.preference.JFacePreferences
The color used for text for controls that provide information for reading.
InformationPresenter - Class in org.eclipse.jface.text.information
Standard implementation of IInformationPresenter.
InformationPresenter(IInformationControlCreator) - Constructor for class org.eclipse.jface.text.information.InformationPresenter
Creates a new information presenter that uses the given information control creator.
INHERIT_DEFAULT - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is inherited by children who choose this value as their "default" (value is 1).
INHERIT_FORCE - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is inherited by all children.
INHERIT_NONE - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is not inherited by the children (value is 0).
INHERITABLE - Static variable in interface org.eclipse.core.resources.IResourceFilterDescription
Flag for resource filters indicating that the container children of the path inherit from this filter as well.
init() - Method in class org.eclipse.core.databinding.observable.map.ComputedObservableMap
Deprecated.
Subclasses are no longer required to call this method.
init() - Static method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.e4.ui.model.application.ui.impl.UiFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.e4.ui.model.fragment.impl.FragmentFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Method in class org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer
 
init() - Method in class org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer
 
init() - Method in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
 
init() - Method in class org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer
 
init() - Method in class org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer
 
init() - Method in class org.eclipse.e4.ui.workbench.swt.util.BindingProcessingAddon
 
init() - Method in class org.eclipse.jface.databinding.dialog.DialogPageSupport
 
init() - Method in class org.eclipse.jface.viewers.CellNavigationStrategy
This method is called by the framework to initialize this navigation strategy object.
init() - Method in class org.eclipse.jface.viewers.FocusCellHighlighter
This method is called by the framework to initialize this cell highlighter object.
init() - Method in class org.eclipse.osgi.container.SystemModule
Initializes the module container
init() - Method in class org.eclipse.osgi.launch.Equinox
 
init() - Method in class org.eclipse.swt.graphics.Device
Initializes any internal resources needed by the device.
init() - Method in class org.eclipse.swt.widgets.Display
Initializes any internal resources needed by the device.
init() - Method in class org.eclipse.team.core.synchronize.SyncInfo
Method that is invoked after instance creation to initialize the sync kind.
init() - Method in class org.eclipse.ui.console.AbstractConsole
Called when this console is added to the console manager.
init() - Method in class org.eclipse.ui.console.TextConsole
 
init() - Method in class org.eclipse.ui.navigator.CommonViewer
Initializes the content provider, label provider, and drag and drop support.
init(int, PatternFilter) - Method in class org.eclipse.e4.ui.dialogs.filteredtree.FilteredTree
Create the filtered tree.
init(int, PatternFilter) - Method in class org.eclipse.ui.dialogs.FilteredTree
Create the filtered tree.
init(String) - Method in class org.eclipse.help.search.SearchParticipant
Initializes the participant with the unique identifier from the registry.
init(String, String) - Method in class org.eclipse.jface.preference.FieldEditor
Initialize the field editor with the given preference name and label.
init(String, IMemento) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
Classes that are persisted must override this method and perform the following initialization.
init(String, IMemento) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Initializes this participant with the given participant state.
init(String, IMemento) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
 
init(String, IMemento) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
 
init(ServletConfig) - Method in class org.eclipse.equinox.http.jetty.internal.HttpServerManager.InternalHttpServiceServlet
 
init(ServletConfig) - Method in class org.eclipse.equinox.jsp.jasper.JspServlet
 
init(DataBindingContext) - Method in class org.eclipse.core.databinding.Binding
Initializes this binding with the given context and adds it to the list of bindings of the context.
init(IModelProviderDescriptor) - Method in class org.eclipse.core.resources.mapping.ModelProvider
This method is called by the model provider framework when the model provider is instantiated.
init(ISourceLookupDirector) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
 
init(ISourceLookupDirector) - Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
 
init(ISourceLookupDirector) - Method in class org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer
 
init(ISourceLookupDirector) - Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainer
Notification this source container has been added to the given source lookup director.
init(ISourceLookupDirector) - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant
Notification this participant has been added to the specified source lookup director.
init(IConsole) - Method in interface org.eclipse.debug.ui.console.IConsoleLineTracker
Notification that a console document has been created for which this listener is registered.
init(IMemoryRenderingContainer, IMemoryBlock) - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
 
init(IMemoryRenderingContainer, IMemoryBlock) - Method in interface org.eclipse.debug.ui.memory.IMemoryRendering
Initializes this rendering to be hosted in the given container, displaying the given memory block.
init(IEclipseContext) - Method in class org.eclipse.e4.ui.bindings.BindingServiceAddon
 
init(IEclipseContext) - Method in class org.eclipse.e4.ui.services.ContextServiceAddon
 
init(IEclipseContext) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer
 
init(IEclipseContext) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer
 
init(IEclipseContext) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.WorkbenchRendererFactory
 
init(IEventBroker) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer
 
init(IEngineDescriptor, String) - Method in interface org.eclipse.help.ui.ISearchScopePage
Initializes the search scope page.
init(IEngineDescriptor, String) - Method in class org.eclipse.help.ui.RootScopePage
 
init(IAction) - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
 
init(IAction) - Method in class org.eclipse.debug.ui.actions.AddMemoryRenderingActionDelegate
 
init(IAction) - Method in class org.eclipse.debug.ui.actions.OpenLaunchDialogAction
 
init(IAction) - Method in class org.eclipse.debug.ui.actions.RelaunchLastAction
 
init(IAction) - Method in class org.eclipse.debug.ui.actions.RulerRunToLineActionDelegate
 
init(IAction) - Method in class org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate
 
init(IAction) - Method in class org.eclipse.debug.ui.actions.RunToLineActionDelegate
 
init(IAction) - Method in class org.eclipse.ui.actions.ActionDelegate
The ActionDelegate implementation of this IActionDelegate2 method does nothing.
init(IAction) - Method in interface org.eclipse.ui.IActionDelegate2
Allows the action delegate to initialize itself after being created by the proxy action.
init(Shell) - Method in class org.eclipse.ui.splash.AbstractSplashHandler
Initialize this splash implementation.
init(ISynchronizePageSite) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePage
Initialize this page with workbench part that contains the page.
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 contributeToCoolBar with bars' cool bar manager if IActionBars is of extended type IActionBars2 contributeToStatusLine with bars' status line manager The given action bars are also remembered and made accessible via getActionBars.
init(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.internal.EditorActionBuilder.ExternalContributor
 
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 class org.eclipse.compare.internal.CompareEditor
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.forms.editor.FormEditor
Overrides super to plug in a different selection provider.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.forms.editor.FormPage
Initializes the form page.
init(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.internal.ErrorEditorPart
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.part.AbstractMultiEditor
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.part.EditorPart
 
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.texteditor.AbstractTextEditor
 
init(IEditorSite, MultiEditorInput) - Method in class org.eclipse.ui.part.AbstractMultiEditor
 
init(IMemento) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
Method invoked from the constructor which populates the fields of this scope
init(IMemento) - Method in class org.eclipse.team.ui.synchronize.ResourceScope
 
init(IMemento) - Method in class org.eclipse.team.ui.synchronize.WorkingSetScope
 
init(IIntroContentProviderSite) - Method in interface org.eclipse.ui.intro.config.IIntroContentProvider
Initializes the content provider.
init(IIntroContentProviderSite) - Method in class org.eclipse.ui.intro.contentproviders.AlwaysWelcomeCheckbox
 
init(IIntroContentProviderSite) - Method in class org.eclipse.ui.intro.contentproviders.EclipseRSSViewer
Initialize the content provider
init(IIntroContentProviderSite) - Method in class org.eclipse.ui.intro.quicklinks.QuicklinksViewer
 
init(IIntroPart, IMemento) - Method in interface org.eclipse.ui.intro.config.IStandbyContentPart
Initializes this intro standby content part with the given intro site.
init(IIntroSite, Map<String, String>) - Method in class org.eclipse.ui.intro.config.IntroConfigurer
Provides the opportunity for the configurer to contribute to the action bars and to fetch presentation theme properties.
init(IIntroSite, IMemento) - Method in class org.eclipse.ui.intro.config.CustomizableIntroPart
 
init(IIntroSite, IMemento) - Method in interface org.eclipse.ui.intro.IIntroPart
Initializes this intro part with the given intro site.
init(IIntroSite, IMemento) - Method in class org.eclipse.ui.part.IntroPart
The base implementation of this IIntroPartmethod ignores the memento and initializes the part in a fresh state.
init(ISaveablesLifecycleListener) - Method in class org.eclipse.ui.navigator.SaveablesProvider
Initializes this SaveablesProvider with the given listener, and calls the hook method doInit().
init(ISaveablesSource, StructuredViewer, ISaveablesLifecycleListener) - Method in interface org.eclipse.ui.navigator.INavigatorSaveablesService
Initializes this service.
init(IViewPart) - Method in class org.eclipse.debug.ui.actions.AddMemoryRenderingActionDelegate
 
init(IViewPart) - Method in class org.eclipse.debug.ui.actions.RunToLineActionDelegate
 
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.PageBookView
 
init(IViewSite) - Method in class org.eclipse.ui.part.ViewPart
 
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 class org.eclipse.ui.internal.ViewIntroAdapterPart
 
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.navigator.CommonNavigator
Note: This method is for internal use only.
init(IViewSite, IMemento) - Method in class org.eclipse.ui.navigator.resources.ProjectExplorer
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.part.ViewPart
 
init(IWorkbench) - Method in class org.eclipse.compare.internal.ComparePreferencePage
 
init(IWorkbench) - Method in class org.eclipse.equinox.p2.ui.RepositoryManipulationPage
 
init(IWorkbench) - Method in class org.eclipse.ui.activities.ActivitiesPreferencePage
 
init(IWorkbench) - Method in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
 
init(IWorkbench) - Method in class org.eclipse.ui.editors.text.TextEditorPreferencePage
Deprecated.
 
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.texteditor.templates.TemplatePreferencePage
 
init(IWorkbenchPart) - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
Initializes this action for a specific part.
init(IWorkbenchPartSite) - Method in interface org.eclipse.debug.ui.IDetailPane
Initializes this detail pane for the given workbench part site.
init(IWorkbench, IProject) - Method in interface org.eclipse.team.ui.IConfigurationWizard
Initializes this creation wizard using the passed workbench and the selected project.
init(IWorkbench, IProject[]) - Method in interface org.eclipse.team.ui.IConfigurationWizardExtension
Initializes this creation wizard using the passed workbench and selected projects.
init(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.ExternalProjectImportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemExportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemImportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileExportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileImportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
The BasicNewResourceWizard implementation of this IWorkbenchWizard method records the given workbench and selection, and initializes the default banner image for the pages by calling initializeDefaultPageImageDescriptor.
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.DebugCommandAction
Initializes this action for a workbench window.
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.LaunchAsAction
Deprecated.
 
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.LaunchShortcutsAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.OpenLaunchDialogAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.RelaunchLastAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.help.ui.browser.LaunchURL
 
init(IWorkbenchWindow) - Method in class org.eclipse.help.ui.internal.DynamicHelpAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.help.ui.internal.SearchAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.ltk.ui.refactoring.actions.ApplyRefactoringScriptAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.ltk.ui.refactoring.actions.CreateRefactoringScriptAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.ltk.ui.refactoring.actions.ShowRefactoringHistoryAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.ui.editors.text.FileBufferOperationAction
 
init(IWorkbenchWindow) - Method in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
Initializes this action delegate with the workbench window it will work in.
init(IWorkbenchWindow) - Method in class org.eclipse.ui.menus.AbstractWorkbenchTrimWidget
Define the IWorkbenchWindow that this trim is being hosted in.
init(IWorkbenchWindow) - Method in interface org.eclipse.ui.menus.IWorkbenchWidget
Initializes this widget contribution by supplying the IWorkbenchWindow that it's being hosted in.
init(IWorkbenchWindow) - Method in class org.eclipse.ui.texteditor.GotoLastEditPositionAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.ui.texteditor.GotoNextEditPositionAction
 
init(IWorkbenchWindow, IActionBars) - Method in class org.eclipse.ui.internal.PluginActionSet
Initializes this action set, which is expected to add it actions as required to the given workbench window and action bars.
init(ICommonActionExtensionSite) - Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
 
init(ICommonActionExtensionSite) - Method in class org.eclipse.ui.navigator.CommonActionProvider
Initialize the current ICommonActionProvider with the supplied information.
init(ICommonActionExtensionSite) - Method in class org.eclipse.ui.navigator.resources.GoIntoActionProvider
 
init(ICommonContentExtensionSite) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
 
init(ICommonContentExtensionSite) - Method in class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
 
init(ICommonContentExtensionSite) - Method in interface org.eclipse.ui.navigator.ICommonContentProvider
Initialize the content provider with the given configuration.
init(ICommonContentExtensionSite) - Method in interface org.eclipse.ui.navigator.ICommonLabelProvider
Initialize the label provider with the given configuration.
init(INavigatorContentService) - Method in class org.eclipse.ui.navigator.CommonDropAdapterAssistant
Perform any necessary initialization using the INavigatorContentService.
init(IPageBookViewPage, IConsole) - Method in interface org.eclipse.ui.console.IConsolePageParticipant
Called during page initialization.
init(IPageSite) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
 
init(IPageSite) - Method in class org.eclipse.ui.console.TextConsolePage
 
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.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 class org.eclipse.ui.views.contentoutline.ContentOutlinePage
 
init(FrameworkListener...) - Method in class org.eclipse.osgi.launch.Equinox
 
initAccessible() - Method in class org.eclipse.ui.forms.widgets.Hyperlink
 
initAction(IAction, ResourceBundle, String) - Static method in class org.eclipse.compare.internal.Utilities
 
initActionSets() - Method in class org.eclipse.ui.internal.Perspective
 
initActionState(IAction) - Method in class org.eclipse.debug.ui.AbstractDebugView
Restores the persisted checked state of the specified action that was stored in preferences.
initBegin() - Method in class org.eclipse.osgi.container.ModuleContainerAdaptor
This is called when the SystemModule.init() is running.
initCause(Throwable) - Method in exception org.eclipse.osgi.signedcontent.InvalidContentException
The cause of this exception can only be set when constructed.
initContextMenu() - Method in class org.eclipse.ui.navigator.CommonNavigatorManager
Initializes and registers the context menu.
initDefaults(IPreferenceStore) - Static method in class org.eclipse.compare.internal.ComparePreferencePage
 
initDefaults(IPreferenceStore) - Static method in class org.eclipse.ui.editors.text.TextEditorPreferencePage
Deprecated.
Initializes the defaults for the given store.
initDelegate() - Method in class org.eclipse.ui.internal.EditorPluginAction
 
initDelegate() - Method in class org.eclipse.ui.internal.ObjectPluginAction
 
initDelegate() - Method in class org.eclipse.ui.internal.PluginAction
Initialize the action delegate by calling its lifecycle method.
initDelegate() - Method in class org.eclipse.ui.internal.ViewPluginAction
 
initDelegate() - Method in class org.eclipse.ui.internal.WWinPluginAction
 
initDragAndDrop() - Method in class org.eclipse.ui.navigator.CommonViewer
Adds DND support to the Navigator.
initDragAndDrop() - Method in class org.eclipse.ui.views.properties.PropertySheetPage
Adds drag and drop support.
initEnd() - Method in class org.eclipse.osgi.container.ModuleContainerAdaptor
This is called just before the SystemModule.init() returns.
INITIAL_CONDITION_CHECKING_FAILED - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation
Constant (value 1025) indicating that the precondition check failed when opening a refactoring wizard dialog.
INITIAL_CONDITONS - Static variable in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Flag indicating that only initial conditions will be checked
INITIAL_FAST_VIEW_BAR_LOCATION - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named preference indicating where the fast view bar should be docked in a fresh workspace.
initialCapacity(int) - Static method in class org.eclipse.osgi.framework.util.CaseInsensitiveDictionaryMap
Compute the initial capacity of a map for the specified number of entries based upon the load factor of 0.75f.
initialCheckListItem(Object) - Method in class org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup
Set the initial checked state of the passed list element to true.
initialCheckTreeItem(Object) - Method in class org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup
Set the initial checked state of the passed element to true, as well as to all of its children and associated list elements
initialize() - Method in class org.eclipse.core.resources.mapping.ModelProvider
Initialization method that is called after the descriptor of this provider is set.
initialize() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
Initialize this editor.
initialize() - Method in interface org.eclipse.e4.ui.css.core.dom.CSSStylableElement
Method called after the CSSStylableElement was linked to the native widget.
initialize() - Method in class org.eclipse.e4.ui.css.core.dom.ElementAdapter
 
initialize() - Method in class org.eclipse.e4.ui.css.swt.dom.ButtonElement
 
initialize() - Method in class org.eclipse.e4.ui.css.swt.dom.ControlElement
 
initialize() - Method in class org.eclipse.e4.ui.css.swt.dom.CTabFolderElement
 
initialize() - Method in class org.eclipse.e4.ui.css.swt.dom.ScaleElement
 
initialize() - Method in class org.eclipse.e4.ui.css.swt.dom.ShellElement
 
initialize() - Method in class org.eclipse.e4.ui.css.swt.dom.TextElement
 
initialize() - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
Initializes all field editors.
initialize() - Method in class org.eclipse.jface.text.MarginPainter
Initializes this painter, by flushing and recomputing all caches and causing the widget to be redrawn.
initialize() - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.
Performs the initial partitioning of the partitioner's document.
initialize() - Method in class org.eclipse.jface.text.rules.FastPartitioner
Performs the initial partitioning of the partitioner's document.
initialize() - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated.
Performs the initial partitioning of the partitioner's document.
initialize() - Method in class org.eclipse.ltk.ui.refactoring.model.RefactoringSynchronizationActionProvider
 
initialize() - Method in class org.eclipse.team.core.subscribers.SubscriberMergeContext
Initialize the diff tree of this context.
initialize() - Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
Method called during action provider initialization.
initialize() - Method in class org.eclipse.ui.console.AbstractConsole
Initializes this console.
initialize() - Method in class org.eclipse.ui.forms.FormColors
Initializes the colors.
initialize() - Method in interface org.eclipse.ui.forms.IManagedForm
Initializes the form by looping through the managed parts and initializing them.
initialize() - Method in class org.eclipse.ui.forms.ManagedForm
Initializes the form by looping through the managed parts and initializing them.
initialize() - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
Deprecated.
As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implement IAnnotationPresentation
initialize() - 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(Object) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant with the element to be refactored.
initialize(String) - Method in class org.eclipse.core.filesystem.provider.FileSystem
Initializes this file system instance with the provided scheme.
initialize(Map) - Method in class org.eclipse.ui.views.markers.MarkerFieldFilter
Initialise the receiver with the values in the values Map.
initialize(ResourceBundle, String) - Method in class org.eclipse.ui.texteditor.ResourceAction
Initializes this action using the given bundle and prefix.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.equinox.security.auth.module.ExtensionLoginModule
 
initialize(IProject, Object) - Method in class org.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
Sets initialization data for this matcher.
initialize(IProject, Object) - Method in class org.eclipse.core.resources.filtermatchers.CompoundFileInfoMatcher
 
initialize(IResource[], IPath) - Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
Initializes this file buffer operation handler with the given resources and the given location.
initialize(IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.ISynchronizationScopeManager
Build the scope that is used to determine the complete set of resource mappings, and hence resources, that an operation should be performed on.
initialize(IProgressMonitor) - Method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
 
initialize(IProgressMonitor) - Method in class org.eclipse.team.core.subscribers.SubscriberScopeManager
 
initialize(IValueVariable) - Method in interface org.eclipse.core.variables.IValueVariableInitializer
Initializes the specified variable.
initialize(AbstractMetadataRepository.RepositoryState) - Method in class org.eclipse.equinox.p2.repository.metadata.spi.AbstractMetadataRepository
Initializes this class based on the provided previously persisted state
initialize(ColumnViewer, ViewerColumn) - Method in class org.eclipse.jface.viewers.CellLabelProvider
Initialize this label provider for use with the given column viewer for the given column.
initialize(ColumnViewer, ViewerColumn) - Method in class org.eclipse.jface.viewers.OwnerDrawLabelProvider
initialize(ColumnViewer, ViewerColumn) - Method in class org.eclipse.jface.viewers.StyledCellLabelProvider
 
initialize(ColumnViewer, ViewerColumn, boolean) - Method in class org.eclipse.jface.viewers.OwnerDrawLabelProvider
May be called from subclasses that override OwnerDrawLabelProvider.initialize(ColumnViewer, ViewerColumn) but want to customize whether owner draw will be enabled.
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.CopyParticipant
 
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.CreateParticipant
 
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.DeleteParticipant
 
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.MoveParticipant
 
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.RenameParticipant
 
initialize(RefactoringProcessor, Object, RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant.
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(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipantActionGroup
 
initialize(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.SynchronizePageActionGroup
Initialize the actions of this contribution.
initialize(ISynchronizePageConfiguration, ISelectionProvider) - Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
Method invoked from the constructor.
initialize(IWorkbenchConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary initialization before the workbench starts running.
initialize(FormEditor) - Method in class org.eclipse.ui.forms.editor.FormPage
Primes the form page with the parent editor instance.
initialize(FormEditor) - Method in interface org.eclipse.ui.forms.editor.IFormPage
 
initialize(IManagedForm) - Method in class org.eclipse.ui.forms.AbstractFormPart
 
initialize(IManagedForm) - Method in class org.eclipse.ui.forms.DetailsPart
 
initialize(IManagedForm) - Method in interface org.eclipse.ui.forms.IFormPart
Initializes the part.
initialize(IWorkbenchPart) - Method in class org.eclipse.ui.internal.EditorReference
 
initialize(IWorkbenchPart) - Method in class org.eclipse.ui.internal.ViewReference
 
initialize(IWorkbenchPart) - Method in class org.eclipse.ui.internal.WorkbenchPartReference
 
initialize(IServiceLocator) - Method in class org.eclipse.debug.ui.actions.BreakpointTypesContribution
 
initialize(IServiceLocator) - Method in class org.eclipse.ui.AbstractSourceProvider
This method is called when the source provider is instantiated by org.eclipse.ui.services.
initialize(IServiceLocator) - Method in class org.eclipse.ui.internal.ShowInMenu
 
initialize(IServiceLocator) - Method in interface org.eclipse.ui.menus.IWorkbenchContribution
The service locator for this contribution.
initialize(IPreferenceStatusMonitor) - Method in interface org.eclipse.ui.texteditor.spelling.ISpellingPreferenceBlock
Called after creating the control.
initialize(StatusTextEditor) - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
Associates this encoding support to the given text editor and initializes this encoding.
initialize(MarkerFieldFilter) - Method in class org.eclipse.ui.views.markers.FilterConfigurationArea
Initialise the receiver using the filter.
initializeAttributes() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Initialize attributes labels.
initializeAttributes() - Method in class org.eclipse.debug.ui.CommonTab
 
initializeAttributes() - Method in class org.eclipse.debug.ui.EnvironmentTab
 
initializeAttributes() - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupTab
 
initializeBounds() - Method in class org.eclipse.jface.dialogs.Dialog
Initializes the location and size of this window's SWT shell after it has been created.
initializeBounds() - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
 
initializeBounds() - Method in class org.eclipse.jface.window.Window
Initializes the location and size of this window's SWT shell after it has been created.
initializeCellEditorValue(CellEditor, ViewerCell) - Method in class org.eclipse.jface.databinding.viewers.ObservableValueEditingSupport
Creates a Binding between the editor and the element to be edited.
initializeCellEditorValue(CellEditor, ViewerCell) - Method in class org.eclipse.jface.viewers.EditingSupport
Initialize the editor.
initializeColorTable() - Method in class org.eclipse.ui.forms.FormColors
Allocates colors for the following keys: BORDER, SEPARATOR and TITLE.
initializeColumn(IContributedRulerColumn) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.ColumnSupport
Hook to let subclasses initialize a newly created column.
initializeConfiguration(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
This method is invoked after a page configuration is created but before it is returned by the createPageConfiguration method.
initializeConfiguration(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
 
initializeConfiguration(ISynchronizePageConfiguration) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
 
initializeContext(IProgressMonitor) - Method in class org.eclipse.team.ui.synchronize.ModelMergeOperation
Initialize the merge context for this merge operation.
initializeContext(IProgressMonitor) - Method in class org.eclipse.team.ui.synchronize.ModelParticipantMergeOperation
 
initializeContext(IEclipseContext) - Method in class org.eclipse.ui.internal.WorkbenchPlugin
Initialized the workbench plug-in with the e4 context
initializeContext(SynchronizationContext) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
Set the context of this participant.
initializeCSSElementProvider() - Method in class org.eclipse.e4.ui.css.swt.engine.AbstractCSSSWTEngineImpl
 
initializeCSSElementProvider() - Method in class org.eclipse.e4.ui.css.swt.engine.CSSSWTEngineImpl
 
initializeCSSPropertyHandlers() - Method in class org.eclipse.e4.ui.css.swt.engine.AbstractCSSSWTEngineImpl
 
initializeCSSPropertyHandlers() - Method in class org.eclipse.e4.ui.css.swt.engine.CSSSWTEngineImpl
 
initializeDefaultCursors() - Method in class org.eclipse.ui.forms.HyperlinkSettings
Initializes the hyperlink cursors from the Forms defaults set for the entire workbench.
initializeDefaultForegrounds(Display) - Method in class org.eclipse.ui.forms.HyperlinkSettings
Initializes the hyperlink foregrounds from the JFace defaults set for the entire workbench.
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
 
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
 
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
 
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
Initializes the default page image descriptor to an appropriate banner.
initializeDefaultPluginPreferences() - Method in class org.eclipse.core.runtime.Plugin
Deprecated.
This method has been refactored in the new preference mechanism to handle the case where the runtime compatibility layer does not exist. The contents of this method should be moved to the method named initializeDefaultPreferences in a separate subclass of AbstractPreferenceInitializer. This class should be contributed via the org.eclipse.core.runtime.preferences extension point.
        <extension point="org.eclipse.core.runtime.preferences">
                        <initializer class="com.example.MyPreferenceInitializer"/>
                </extension>
                ...
                package com.example;
                public class MyPreferenceInitializer extends AbstractPreferenceInitializer {
                        public MyPreferenceInitializer() {
                                super();
                        }
                        public void initializeDefaultPreferences() {
                                Preferences node = new DefaultScope().getNode("my.plugin.id");
                                node.put(key, value);
                        }
                }
 
initializeDefaultPluginPreferences() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated.
this is only called if the runtime compatibility layer is present. See the deprecated comment in Plugin.initializeDefaultPluginPreferences().
initializeDefaultPreferences() - Method in class org.eclipse.compare.internal.ComparePreferenceInitializer
 
initializeDefaultPreferences() - Method in class org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
This method is called by the preference initializer to initialize default preference values.
initializeDefaultPreferences() - Method in class org.eclipse.ui.internal.UIPreferenceInitializer
 
initializeDefaultPreferences() - Method in class org.eclipse.ui.internal.WorkbenchPreferenceInitializer
 
initializeDefaultPreferences(IPreferenceStore) - Method in class org.eclipse.ui.internal.WorkbenchPlugin
Set default preference values.
initializeDefaultPreferences(IPreferenceStore) - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated.
this is only called if the runtime compatibility layer is present. See AbstractUIPlugin.initializeDefaultPluginPreferences().
initializeDefaults(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.model.IPersistableSourceLocator
Initializes this source locator to perform default source lookup for the given launch configuration.
initializeDefaults(ILaunchConfiguration) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
initializeDefaults(IPreferenceStore) - Method in class org.eclipse.help.ui.RootScopePage
Initializes default values of the store to be used when the user presses 'Defaults' button.
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.ui.editors.text.TextEditorPreferenceConstants
Initializes the given preference store with the default values.
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants
Initializes the given preference store with the default values.
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.ui.texteditor.MarkerAnnotationPreferences
Initializes the given preference store with the default marker annotation values.
initializeDialogUnits(Control) - Method in class org.eclipse.jface.dialogs.Dialog
Initializes the computation of horizontal and vertical dialog units based on the size of current font.
initializeDialogUnits(Control) - Method in class org.eclipse.jface.dialogs.DialogPage
Initializes the computation of horizontal and vertical dialog units based on the size of current font.
initializeDocumentInformationMapping(IDocument) - Method in class org.eclipse.jface.text.TextViewer
Initializes the document information mapping between the given slave document and its master document.
initializeDragAndDrop(ISourceViewer) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Initializes the drag and drop support for the given viewer based on provided editor adapter for drop target listeners.
initializeEditor() - Method in class org.eclipse.ui.editors.text.TextEditor
Initializes this editor.
initializeEditor() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Initializes this editor.
initializeFontMetrics(Control) - Method in class org.eclipse.ui.views.markers.FilterConfigurationArea
Initialise FontMetrics for the receiver.
initializeFormHeaderColors() - Method in class org.eclipse.ui.forms.FormColors
Allocates additional colors for the form header, namely background gradients, bottom separator keylines and DND highlights.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
By default, delegate to all of the tabs in this group.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.CommonTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.EnvironmentTab
 
initializeFrom(ILaunchConfiguration) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Initializes this tab's controls with values from the given launch configuration.
initializeFrom(ILaunchConfiguration) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup
Initializes this group's tab controls with values from the given launch configuration.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.PrototypeTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.RefreshTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.WorkingDirectoryBlock
 
initializeFromConfigurationElement(MarkerSupportRegistry) - Method in class org.eclipse.ui.views.markers.internal.ContentGeneratorDescriptor
Initialise the receiver from the configuration element.
initializeFromMemento(String) - Method in interface org.eclipse.debug.core.model.IPersistableSourceLocator
Initializes this source locator based on the given memento.
initializeFromMemento(String) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
initializeFromMemento(String, ILaunchConfiguration) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
initializeFromMemento(String, ILaunchConfiguration) - Method in interface org.eclipse.debug.core.sourcelookup.IPersistableSourceLocator2
Initializes this source locator based on the given memento, for the given launch configuration.
initializeImageRegistry(ImageRegistry) - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Initializes an image registry with images which are frequently used by the plugin.
initializeInBackground(CompareEditorInput, boolean) - Method in class org.eclipse.compare.internal.CompareEditor
 
initializeKeyBindingScopes() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Initializes the key binding scopes of this editor.
initializeLineNumberRulerColumn(LineNumberRulerColumn) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Initializes the given line number ruler column from the preference store.
initializeMessages(String, Class<?>) - Static method in class org.eclipse.osgi.util.NLS
Initialize the given class with the values from the message properties specified by the base name.
initializeOpenActions() - Method in class org.eclipse.ltk.ui.refactoring.model.RefactoringSynchronizationActionProvider
 
initializeOpenActions() - Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
Method called from SynchronizationActionProvider.initialize() to initialize the Open/Open With actions.
initializeOperand(IProfile, Map<String, Object>) - Method in class org.eclipse.equinox.p2.engine.spi.Touchpoint
This method is called at the beginning of processing of a single engine operand (for example a given installable unit being installed or uninstalled).
initializePackageContents() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl
Complete the initialization of the package and its meta-model.
initializePage() - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
Initializes this page's controls.
initializePageSwitching() - Method in class org.eclipse.ui.part.MultiPageEditorPart
Initialize the MultiPageEditorPart to use the page switching command.
initializeParticipants() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Notifies this source lookup director that it should initialize its set of source lookup participants.
initializePhase(IProgressMonitor, IProfile, String, Map<String, Object>) - Method in class org.eclipse.equinox.p2.engine.spi.Touchpoint
This method is called at the beginning of execution of an engine phase.
initializeRefactoring() - Method in class org.eclipse.ltk.ui.refactoring.resource.RenameResourceWizard.RenameResourceRefactoringConfigurationPage
 
initializeScope(IProgressMonitor) - Method in class org.eclipse.team.ui.synchronize.ModelOperation
Adjust the input of the operation according to the selected resource mappings and the set of interested participants.
initializeSectionToolBarColors() - Method in class org.eclipse.ui.forms.FormColors
Allocates colors for the section tool bar (all the keys that start with TB).
initializeToolBar() - Method in class org.eclipse.debug.ui.AbstractDebugView
Configures this view's toolbar.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Change
Hook method to initialize some internal state to provide an adequate answer for the isValid method.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Hook method to initialize some internal state to provide an adequate answer for the isValid method.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
 
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
 
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.NullChange
 
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.resource.ResourceChange
 
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
 
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
 
initializeViewerColors(ISourceViewer) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Initializes the fore- and background colors of the given viewer for both normal and selected text.
INITIALLY_SHOW_ANCESTOR_PANE - Static variable in class org.eclipse.compare.internal.ComparePreferencePage
 
initialPopulateContainerField() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Sets the initial contents of the container name field.
initialPopulateContainerNameField() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
Sets the initial contents of the container name entry field, based upon either a previously-specified initial value or the ability to determine such a value.
initialProcess() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
This method is called on startup of the background activity.
initialProcess() - Method in class org.eclipse.jface.text.reconciler.MonoReconciler
 
initialProcess() - Method in class org.eclipse.jface.text.reconciler.Reconciler
 
initialReconcile() - Method in interface org.eclipse.jface.text.reconciler.IReconcilingStrategyExtension
Called only once in the life time of this reconciling strategy.
initialReconcile() - Method in class org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy
 
initialSelection() - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
This hook method is called from within inputChanged after a new input has been set but before any controls are updated.
initialSelection() - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
 
initialText - Variable in class org.eclipse.ui.dialogs.FilteredTree
The text to initially show in the filter text control.
initListeners(TreeViewer) - Method in class org.eclipse.ui.navigator.CommonNavigator
Adds the listeners to the Common Viewer.
initListeners(TreeViewer) - Method in class org.eclipse.ui.navigator.resources.ProjectExplorer
 
initPage(IPageBookViewPage) - Method in class org.eclipse.ui.part.PageBookView
Initializes the given page with a page site.
initRenderer(AbstractPartRenderer) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.WorkbenchRendererFactory
 
initSashWeights() - Method in class org.eclipse.debug.ui.InspectPopupDialog
Initializes the sash form weights from the preference store (using default values if no sash weights were stored previously).
initToggleAction(IAction, ResourceBundle, String, boolean) - Static method in class org.eclipse.compare.internal.Utilities
 
initViewMenu() - Method in class org.eclipse.ui.navigator.CommonNavigatorManager
 
initWorker() - Method in class org.eclipse.osgi.container.SystemModule
 
inject(Object, IEclipseContext) - Static method in class org.eclipse.e4.core.contexts.ContextInjectionFactory
Injects a context into a domain object.
inject(Object, IEclipseContext, IEclipseContext) - Static method in class org.eclipse.e4.core.contexts.ContextInjectionFactory
Injects a context into a domain object.
inject(Object, PrimaryObjectSupplier) - Method in interface org.eclipse.e4.core.di.IInjector
Injects data from the supplier into a domain object.
inject(Object, PrimaryObjectSupplier, PrimaryObjectSupplier) - Method in interface org.eclipse.e4.core.di.IInjector
Injects data from the supplier into a domain object.
InjectionException - Exception in org.eclipse.e4.core.di
The exception indicates a error that occurred while performing dependency injection.
InjectionException() - Constructor for exception org.eclipse.e4.core.di.InjectionException
Constructs a new injection exception.
InjectionException(String) - Constructor for exception org.eclipse.e4.core.di.InjectionException
Constructs a new injection exception with the specified message.
InjectionException(String, Throwable) - Constructor for exception org.eclipse.e4.core.di.InjectionException
Constructs a new injection exception with the specified cause and message.
InjectionException(Throwable) - Constructor for exception org.eclipse.e4.core.di.InjectionException
Constructs a new injection exception with the specified cause.
InjectorFactory - Class in org.eclipse.e4.core.di
Use this class to obtain an instance of the dependency injector.
InlinedAnnotationSupport - Class in org.eclipse.jface.text.source.inlined
Support to draw inlined annotations: line header annotation with LineHeaderAnnotation. line content annotation with LineContentAnnotation.
InlinedAnnotationSupport() - Constructor for class org.eclipse.jface.text.source.inlined.InlinedAnnotationSupport
 
innerEditorsCreated() - Method in class org.eclipse.ui.part.AbstractMultiEditor
Called as soon as the inner editors have been created and are available.
innerEditorsCreated() - Method in class org.eclipse.ui.part.MultiEditor
 
innerHeight - Variable in class org.eclipse.ui.forms.widgets.ToggleHyperlink
 
innerWidth - Variable in class org.eclipse.ui.forms.widgets.ToggleHyperlink
 
input - Variable in class org.eclipse.ui.part.EditorInputTransfer.EditorInputData
 
input() - Static method in class org.eclipse.jface.databinding.viewers.typed.ViewerProperties
Returns a value property for observing the input of a Viewer.
input(Class<T>) - Static method in class org.eclipse.jface.databinding.viewers.typed.ViewerProperties
An alternative version of ViewerProperties.input() which casts the property to the argument element type.
input_stream - Variable in class org.apache.lucene.demo.html.HTMLParserTokenManager
 
inputChanged(Object) - Method in class org.eclipse.compare.CompareViewerSwitchingPane
 
inputChanged(Object) - Method in class org.eclipse.compare.internal.CompareContentViewerSwitchingPane
 
inputChanged(Object) - Method in class org.eclipse.compare.internal.CompareStructureViewerSwitchingPane
 
inputChanged(Object) - Method in interface org.eclipse.jface.text.IInputChangedListener
Called when a the input has changed.
inputChanged(Object, Object) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Internal hook method called when the input to this viewer is initially set or subsequently changed.
inputChanged(Object, Object) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.text.TextViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.AbstractListViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.Viewer
Internal hook method called when the input to this viewer is initially set or subsequently changed.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.compare.internal.ListContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.compare.internal.MergeViewerContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.debug.ui.EnvironmentTab.EnvironmentVariableContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableListContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableListTreeContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableSetContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.databinding.viewers.ObservableSetTreeContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.preference.PreferenceContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.viewers.deferred.DeferredContentProvider
 
inputChanged(Viewer, Object, Object) - Method in interface org.eclipse.jface.viewers.IContentProvider
Notifies this content provider that the given viewer's input has been switched to a different element.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ui.model.BaseWorkbenchContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ui.model.WorkbenchContentProvider
 
InputDialog - Class in org.eclipse.jface.dialogs
A simple input dialog for soliciting an input string from the user.
InputDialog(Shell, String, String, String, IInputValidator) - Constructor for class org.eclipse.jface.dialogs.InputDialog
Creates an input dialog with OK and Cancel buttons.
inputDocumentAboutToBeChanged(IDocument, IDocument) - Method in class org.eclipse.jface.text.hyperlink.DefaultHyperlinkPresenter
 
inputDocumentAboutToBeChanged(IDocument, IDocument) - Method in interface org.eclipse.jface.text.ITextInputListener
Called before the input document is replaced.
inputDocumentAboutToBeChanged(IDocument, IDocument) - Method in class org.eclipse.jface.text.PaintManager
 
inputDocumentChanged(IDocument, IDocument) - Method in class org.eclipse.jface.text.hyperlink.DefaultHyperlinkPresenter
 
inputDocumentChanged(IDocument, IDocument) - Method in interface org.eclipse.jface.text.ITextInputListener
Called after the input document has been replaced.
inputDocumentChanged(IDocument, IDocument) - Method in class org.eclipse.jface.text.PaintManager
 
inputHandlerClassName - Variable in class org.eclipse.ant.core.AntRunner
 
inputSet() - Method in class org.eclipse.team.ui.history.HistoryPage
Called by HistoryPage after HistoryPage.setInput(Object).
inputStream - Variable in class org.apache.lucene.demo.html.SimpleCharStream
 
inScope(IIndexEntry) - Method in class org.eclipse.help.base.AbstractHelpScope
Determine whether an index entry is in scope
inScope(IIndexSee) - Method in class org.eclipse.help.base.AbstractHelpScope
In the default implementation of this method an IndexSee element is in scope if it's target is in scope.
inScope(IToc) - Method in class org.eclipse.help.base.AbstractHelpScope
Determine whether a table of contents is in scope
inScope(ITopic) - Method in class org.eclipse.help.base.AbstractHelpScope
Determine whether a topic is in scope
insert(char, int) - Method in class org.eclipse.jface.viewers.StyledString
Inserts the character at the given offset.
insert(int, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
Insert the item at the given index.
insert(E, int) - Method in interface org.eclipse.jface.databinding.viewers.IViewerUpdater
Insert the element into the viewer at the specified position.
insert(Object, int) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Inserts the given element into this list viewer at the given position.
insert(Object, int) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
Inserts the given element into this table viewer at the given position.
insert(Object, Object, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Inserts the given element as a new child element of the given parent element 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.
insert(CSSProperty, int) - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSPropertyListImpl
Insert CSSProperty at index.
insert(MPartSashContainerElement, MPartSashContainerElement, int, float) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Inserts the given element into the UI Model by either creating a new sash or augmenting an existing sash if the orientation permits.
insert(KeyStroke) - Method in class org.eclipse.jface.bindings.keys.KeySequenceText
Inserts the key stroke at the current insertion point.
INSERT - Static variable in class org.eclipse.jface.text.reconciler.DirtyRegion
Identifies an insert operation.
INSERT - Static variable in class org.eclipse.swt.accessibility.ACC
A type constant specifying that insertion occurred.
INSERT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the INSERT key (value is (1<<24)+9).
INSERT - Static variable in class org.eclipse.ui.keys.SpecialKey
Deprecated.
The single static instance of SpecialKey which represents the 'Insert' key.
INSERT - Static variable in interface org.eclipse.ui.texteditor.ITextEditorExtension3
Represents the non-smart insert mode.
INSERT_NAME - Static variable in interface org.eclipse.jface.bindings.keys.IKeyLookup
The formal name of the 'Insert' key.
insertAfter(String, IAction) - Method in class org.eclipse.jface.action.ContributionManager
 
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.SubContributionManager
 
insertAfter(String, IAction) - Method in class org.eclipse.ui.internal.CoolBarToTrimManager
 
insertAfter(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
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.SubContributionManager
 
insertAfter(String, IContributionItem) - Method in class org.eclipse.ui.internal.CoolBarToTrimManager
 
insertAfter(IContributionManager, String, IContributionItem) - Method in class org.eclipse.ui.internal.PluginActionBuilder.BasicContribution
Inserts a contribution item after another named contribution item.
insertAfter(IContributionManager, String, ActionDescriptor) - Method in class org.eclipse.ui.internal.PluginActionBuilder.BasicContribution
Inserts an action after another named contribution item.
insertBefore(String, IAction) - Method in class org.eclipse.jface.action.ContributionManager
 
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.SubContributionManager
 
insertBefore(String, IAction) - Method in class org.eclipse.ui.internal.CoolBarToTrimManager
 
insertBefore(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
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.SubContributionManager
 
insertBefore(String, IContributionItem) - Method in class org.eclipse.ui.internal.CoolBarToTrimManager
 
insertBefore(UAElement, UAElement) - Method in class org.eclipse.help.internal.UAElement
 
insertBefore(Node, Node) - Method in class org.eclipse.e4.ui.css.core.dom.ElementAdapter
 
insertControlContents(Control, String, int) - Method in class org.eclipse.jface.fieldassist.ComboContentAdapter
 
insertControlContents(Control, String, int) - Method in interface org.eclipse.jface.fieldassist.IControlContentAdapter
Insert the specified contents into the control's current contents.
insertControlContents(Control, String, int) - Method in class org.eclipse.jface.fieldassist.TextContentAdapter
 
InsertEdit - Class in org.eclipse.text.edits
Text edit to insert a text at a given position in a document.
InsertEdit(int, String) - Constructor for class org.eclipse.text.edits.InsertEdit
Constructs a new insert edit.
InsertLineAction - Class in org.eclipse.ui.texteditor
This action implements smart return.
InsertLineAction(ResourceBundle, String, ITextEditor, boolean) - Constructor for class org.eclipse.ui.texteditor.InsertLineAction
Creates a new smart enter action.
insertMark(String, StructuredTextCharTypes, StructuredTextOffsets, int) - Static method in class org.eclipse.equinox.bidi.custom.StructuredTextTypeHandler
Specifies that a mark character must be added before the character at the specified position of the lean text when generating the full text.
insertMarks(String, int[], int, int) - Method in interface org.eclipse.equinox.bidi.advanced.IStructuredTextExpert
Adds directional marks to the given text before the characters specified in the given array of offsets.
insertMarks(String, int[], int, int) - Method in class org.eclipse.equinox.bidi.internal.StructuredTextImpl
 
insertMenuGroup(IMenuManager, AbstractGroupMarker) - Method in class org.eclipse.ui.internal.PluginActionBuilder.BasicContribution
Inserts the separator or group marker into the menu.
insertOffset(StructuredTextCharTypes, int) - Method in class org.eclipse.equinox.bidi.custom.StructuredTextOffsets
Inserts an offset value in the offset array so that the array stays in ascending order.
insertPageProlog(StringBuilder, int) - Method in class org.eclipse.text.html.HTMLBuilder
 
insertPageProlog(StringBuilder, int, String) - Method in class org.eclipse.text.html.HTMLBuilder
 
insertPageProlog(StringBuilder, int, URL) - Method in class org.eclipse.text.html.HTMLBuilder
 
insertPageProlog(StringBuilder, int, RGB, RGB, String) - Method in class org.eclipse.text.html.HTMLBuilder
 
insertPositionUpdater(IPositionUpdater, int) - Method in class org.eclipse.jface.text.AbstractDocument
 
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.
insertRule(String, int) - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSMediaRuleImpl
 
insertRule(String, int) - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSStyleSheetImpl
 
insertStyles(StringBuilder, String[]) - Method in class org.eclipse.text.html.HTMLBuilder
 
insertTemplate(Template, IDocument) - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
Inserts the given template into the editor.
InspectPopupDialog - Class in org.eclipse.debug.ui
A DebugPopup that can be used to inspect an IExpression object.
InspectPopupDialog(Shell, Point, String, IExpression) - Constructor for class org.eclipse.debug.ui.InspectPopupDialog
Creates a new inspect popup.
install() - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
install() - Method in class org.eclipse.jface.text.source.projection.ProjectionSupport
Installs this projection support on its viewer.
install() - Method in class org.eclipse.ui.editors.text.FileDocumentProvider.FileSynchronizer
Installs the synchronizer on the input's file.
install(IContentAssistSubjectControl) - Method in interface org.eclipse.jface.contentassist.ISubjectControlContentAssistant
Deprecated.
Installs content assist support on the given subject.
install(IContentAssistSubjectControl) - Method in class org.eclipse.jface.contentassist.SubjectControlContentAssistant
Deprecated.
 
install(IContentAssistSubjectControl) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
install(IPreferenceStore) - Method in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport
Installs this decoration support on the given preference store.
install(IContextInformation, IContentAssistSubjectControl, int) - Method in interface org.eclipse.jface.contentassist.ISubjectControlContextInformationPresenter
Deprecated.
Installs this presenter for the given context information.
install(IContextInformation, IContentAssistSubjectControl, int) - Method in interface org.eclipse.jface.contentassist.ISubjectControlContextInformationValidator
Deprecated.
Installs this validator for the given context information.
install(IContextInformation, IContentAssistSubjectControl, int) - Method in class org.eclipse.jface.contentassist.SubjectControlContextInformationValidator
Deprecated.
 
install(IContextInformation, ITextViewer, int) - Method in class org.eclipse.jface.contentassist.SubjectControlContextInformationValidator
Deprecated.
 
install(IContextInformation, ITextViewer, int) - Method in class org.eclipse.jface.text.contentassist.ContextInformationValidator
 
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 interface org.eclipse.jface.text.contentassist.IContextInformationValidator
Installs this validator for the given context information.
install(ITextViewer) - Method in class org.eclipse.jface.text.codemining.CodeMiningReconciler
 
install(ITextViewer) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
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.hyperlink.DefaultHyperlinkPresenter
 
install(ITextViewer) - Method in interface org.eclipse.jface.text.hyperlink.IHyperlinkPresenter
Installs this hyperlink presenter on the given text viewer.
install(ITextViewer) - Method in class org.eclipse.jface.text.hyperlink.MultipleHyperlinkPresenter
 
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.information.InformationPresenter
 
install(ITextViewer) - Method in interface org.eclipse.jface.text.ITextViewerLifecycle
Installs a text viewer.
install(ITextViewer) - Method in interface org.eclipse.jface.text.presentation.IPresentationReconciler
Installs this presentation reconciler on the given text viewer.
install(ITextViewer) - Method in class org.eclipse.jface.text.presentation.PresentationReconciler
 
install(ITextViewer) - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
 
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.MonoReconciler
 
install(ITextViewer) - Method in class org.eclipse.jface.text.reconciler.Reconciler
 
install(ITextViewer, IHyperlinkPresenter, IHyperlinkDetector[], int) - Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
Installs this hyperlink manager with the given arguments.
install(ISourceViewer) - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistAssistant
Installs quick assist support on the given source viewer.
install(ISourceViewer) - Method in class org.eclipse.jface.text.quickassist.QuickAssistAssistant
 
install(ISourceViewer, AnnotationPainter) - Method in class org.eclipse.jface.text.source.inlined.InlinedAnnotationSupport
Install the inlined annotation support for the given viewer.
install(ISelectionProvider) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.AbstractSelectionChangedListener
Installs this selection changed listener with the given selection provider.
install(Module, String, InputStream) - Method in class org.eclipse.osgi.storage.Storage
 
install(Module, String, ModuleRevisionBuilder, Object) - Method in class org.eclipse.osgi.container.ModuleContainer
Installs a new module using the specified location.
install(Control) - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager
 
install(Control) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Installs this manager on the given control.
install(Control, Control) - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager
Installs this manager on the given subject control.
INSTALL_AREA_TYPE - Static variable in interface org.eclipse.osgi.service.datalocation.Location
Constant which defines the type value used for the install area
INSTALL_FILTER - Static variable in interface org.eclipse.osgi.service.datalocation.Location
Constant which defines the filter string for acquiring the service which specifies the install location.
InstallableUnitDescription() - Constructor for class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription
 
InstallableUnitFragmentDescription() - Constructor for class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitFragmentDescription
 
InstallableUnitPatchDescription() - Constructor for class org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitPatchDescription
 
InstallationDialog_ShellTitle - Static variable in class org.eclipse.ui.internal.WorkbenchMessages
 
InstallationPage - Class in org.eclipse.ui.about
Abstract base implementation for an installation dialog page.
InstallationPage() - Constructor for class org.eclipse.ui.about.InstallationPage
 
installCodeMiningProviders() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Install codemining providers.
INSTALLED - Enum constant in enum class org.eclipse.osgi.container.Module.State
The module is installed but not yet resolved.
INSTALLED - Enum constant in enum class org.eclipse.osgi.container.ModuleContainerAdaptor.ModuleEvent
The module has been installed
InstalledSoftwarePage - Class in org.eclipse.equinox.p2.ui
InstalledSoftwarePage displays a profile's IInstallableUnits in an Installation Page.
InstalledSoftwarePage() - Constructor for class org.eclipse.equinox.p2.ui.InstalledSoftwarePage
 
installEncodingSupport() - Method in class org.eclipse.ui.editors.text.TextEditor
Installs the encoding support on the given text editor.
INSTALLER_AGENT - Static variable in interface org.eclipse.equinox.p2.core.IProvisioningAgent
 
INSTALLER_PROFILEID - Static variable in interface org.eclipse.equinox.p2.core.IProvisioningAgent
 
INSTALLING - Static variable in interface org.eclipse.osgi.container.ModuleCollisionHook
Specifies a module install operation is being performed.
installMonitor(IResource, IRefreshResult) - Method in class org.eclipse.core.resources.refresh.RefreshProvider
Deprecated.
Subclasses should override and clients should call RefreshProvider.installMonitor(IResource, IRefreshResult, IProgressMonitor) instead.
installMonitor(IResource, IRefreshResult, IProgressMonitor) - Method in class org.eclipse.core.resources.refresh.RefreshProvider
Returns an IRefreshMonitor that will monitor a resource.
InstallOperation - Class in org.eclipse.equinox.p2.operations
An InstallOperation describes an operation that installs IInstallableUnits into a profile.
InstallOperation(ProvisioningSession, Collection<IInstallableUnit>) - Constructor for class org.eclipse.equinox.p2.operations.InstallOperation
Create an install operation on the specified provisioning session that installs the supplied IInstallableUnits.
installTabsToSpacesConverter() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Installs a tabs to spaces converter.
installTextDragAndDrop(ISourceViewer) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Installs text drag and drop on the given source viewer.
INSTANCE - Static variable in class org.eclipse.core.runtime.preferences.BundleDefaultsScope
Singleton instance of a Bundle Defaults Scope object.
INSTANCE - Static variable in class org.eclipse.core.runtime.preferences.ConfigurationScope
Singleton instance of a Configuration Scope object.
INSTANCE - Static variable in class org.eclipse.core.runtime.preferences.DefaultScope
Singleton instance of a Default Scope object.
INSTANCE - Static variable in class org.eclipse.core.runtime.preferences.InstanceScope
Singleton instance of an Instance Scope object.
INSTANCE - Static variable in class org.eclipse.core.runtime.preferences.UserScope
Singleton instance of a User Scope object.
INSTANCE - Static variable in class org.eclipse.e4.ui.css.core.dom.properties.converters.CSSValueBooleanConverterImpl
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.core.impl.engine.CSSErrorHandlerImpl
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.core.impl.sac.CSSSelectorFactoryImpl
The instance of this class.
INSTANCE - Static variable in class org.eclipse.e4.ui.css.core.serializers.CSSHTMLSerializerConfiguration
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.core.util.impl.resources.ResourcesLocatorManager
ResourcesLocatorManager Singleton
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.dom.html.SWTHTMLElementProvider
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.dom.SWTElementProvider
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTColorConverterImpl
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTCursorConverterImpl
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontConverterImpl
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTFontDataConverterImpl
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTGradientConverterImpl
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTImageConverterImpl
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.converters.CSSValueSWTRGBConverterImpl
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyBorderSWTHandler
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyClassificationSWTHandler
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyFontSWTHandler
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyMarginSWTHandler
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyPaddingSWTHandler
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyTextSWTHandler
 
INSTANCE - Static variable in class org.eclipse.e4.ui.css.swt.serializers.CSSSWTSerializerConfiguration
 
INSTANCE - Static variable in interface org.eclipse.e4.ui.model.application.commands.MCommandsFactory
The singleton instance of the factory.
INSTANCE - Static variable in interface org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory
The singleton instance of the factory.
INSTANCE - Static variable in interface org.eclipse.e4.ui.model.application.MApplicationFactory
The singleton instance of the factory.
INSTANCE - Static variable in interface org.eclipse.e4.ui.model.application.ui.advanced.MAdvancedFactory
The singleton instance of the factory.
INSTANCE - Static variable in interface org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory
The singleton instance of the factory.
INSTANCE - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory
The singleton instance of the factory.
INSTANCE - Static variable in interface org.eclipse.e4.ui.model.application.ui.MUiFactory
The singleton instance of the factory.
INSTANCE - Static variable in interface org.eclipse.e4.ui.model.fragment.MFragmentFactory
The singleton instance of the factory.
INSTANCE - Static variable in class org.eclipse.ui.dialogs.FileEditorMappingContentProvider
Singleton instance accessor.
INSTANCE - Static variable in class org.eclipse.ui.dialogs.FileEditorMappingLabelProvider
Singleton instance accessor.
INSTANCE - Static variable in class org.eclipse.ui.navigator.NavigatorContentServiceFactory
The singleton instance for creating NavigatorContentServices.
INSTANCE - Static variable in class org.eclipse.ui.wizards.datatransfer.FileStoreStructureProvider
Holds a singleton instance of this class.
INSTANCE - Static variable in class org.eclipse.ui.wizards.datatransfer.FileSystemStructureProvider
Holds a singleton instance of this class.
INSTANCE_AREA_TYPE - Static variable in interface org.eclipse.osgi.service.datalocation.Location
Constant which defines the type value used for the instance area
INSTANCE_FILTER - Static variable in interface org.eclipse.osgi.service.datalocation.Location
Constant which defines the filter string for acquiring the service which specifies the instance location.
INSTANCEOF - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the instanceof expression (value: instanceof)
InstanceScope - Class in org.eclipse.core.runtime.preferences
Object representing the instance scope in the Eclipse preferences hierarchy.
InstanceScope() - Constructor for class org.eclipse.core.runtime.preferences.InstanceScope
Deprecated.
call InstanceScope.INSTANCE instead.
instantiate() - Method in interface org.eclipse.core.expressions.IPropertyTester
Loads the implementation class for this property tester and returns an instance of this class.
instantiate() - Method in class org.eclipse.core.expressions.PropertyTester
 
INT - Static variable in class org.eclipse.compare.internal.OverlayPreferenceStore
 
INT_DEFAULT_DEFAULT - Static variable in class org.eclipse.core.runtime.Preferences
Deprecated.
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 in org.eclipse.jface.preference
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.
IntegerFieldEditor(String, String, Composite, int) - Constructor for class org.eclipse.jface.preference.IntegerFieldEditor
Creates an integer field editor.
INTERACTIVE - Static variable in class org.eclipse.core.runtime.jobs.Job
Job priority constant (value 10) for interactive jobs.
interceptAdd(PipelinedShapeModification) - Method in interface org.eclipse.ui.navigator.INavigatorPipelineService
Intercept attempts to add elements directly to the viewer.
interceptAdd(PipelinedShapeModification) - Method in interface org.eclipse.ui.navigator.IPipelinedTreeContentProvider
Intercept attempts to add elements directly to the viewer.
interceptRefresh(PipelinedViewerUpdate) - Method in interface org.eclipse.ui.navigator.INavigatorPipelineService
Intercept calls to viewer refresh() methods.
interceptRefresh(PipelinedViewerUpdate) - Method in interface org.eclipse.ui.navigator.IPipelinedTreeContentProvider
Intercept calls to viewer refresh() methods.
interceptRemove(PipelinedShapeModification) - Method in interface org.eclipse.ui.navigator.INavigatorPipelineService
Intercept attempts to remove elements directly from the viewer.
interceptRemove(PipelinedShapeModification) - Method in interface org.eclipse.ui.navigator.IPipelinedTreeContentProvider
Intercept attempts to remove elements directly from the viewer.
interceptUpdate(PipelinedViewerUpdate) - Method in interface org.eclipse.ui.navigator.INavigatorPipelineService
Intercept calls to viewer update() methods.
interceptUpdate(PipelinedViewerUpdate) - Method in interface org.eclipse.ui.navigator.IPipelinedTreeContentProvider
Intercept calls to viewer update() methods.
intern(T) - Static method in class org.eclipse.osgi.framework.util.ObjectPool
 
INTERNAL - Static variable in interface org.eclipse.jface.text.IPainter
Constant describing the reason of a repaint request: paint manager internal change.
INTERNAL - Static variable in class org.eclipse.jface.text.TextViewer
Identifies internal reasons as originators of a view port change.
internal_dispose_Accessible() - Method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to dispose an accessible object.
internal_dispose_GC(long, GCData) - Method in class org.eclipse.swt.graphics.Device
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(long, GCData) - Method in interface org.eclipse.swt.graphics.Drawable
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(long, GCData) - Method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(long, GCData) - Method in class org.eclipse.swt.printing.Printer
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(long, GCData) - Method in class org.eclipse.swt.widgets.Control
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(long, GCData) - Method in class org.eclipse.swt.widgets.Display
Invokes platform specific functionality to dispose a GC handle.
INTERNAL_ERROR - Static variable in class org.eclipse.ant.core.AntCorePlugin
Status code indicating an unexpected internal error.
INTERNAL_ERROR - Static variable in class org.eclipse.compare.internal.CompareUIPlugin
Status code describing an internal error
INTERNAL_ERROR - Static variable in interface org.eclipse.compare.IStreamMerger
Deprecated.
Status code describing an internal error (value 2)
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.core.variables.VariablesPlugin
Status code indicating an unexpected internal error.
INTERNAL_ERROR - Static variable in exception org.eclipse.debug.core.DebugException
Indicates an internal error.
INTERNAL_ERROR - Static variable in class org.eclipse.debug.core.DebugPlugin
Status code indicating an unexpected internal error.
INTERNAL_ERROR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Status code indicating an unexpected internal error.
INTERNAL_ERROR - Static variable in exception org.eclipse.equinox.p2.core.ProvisionException
Status code constant (value 1) for an uncategorized error.
INTERNAL_ERROR - Static variable in exception org.eclipse.equinox.security.storage.StorageException
Internal error due to a problem in setup or internal implementation.
INTERNAL_ERROR - Static variable in interface org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes
Status code (value 10000) indicating an internal error.
INTERNAL_ERROR - Static variable in interface org.eclipse.ltk.ui.refactoring.IRefactoringUIStatusCodes
Status code (value 10000) indicating an internal error.
INTERNAL_ERROR - Static variable in interface org.eclipse.team.core.mapping.IMergeStatus
Status code describing an internal error (value 2).
INTERNAL_ERROR - Static variable in interface org.eclipse.team.core.mapping.IStorageMerger
Status code describing an internal error (value 2)
INTERNAL_ERROR - Static variable in interface org.eclipse.ui.console.IConsoleConstants
Status code indicating an unexpected internal error.
INTERNAL_HELP_ID - Static variable in interface org.eclipse.help.ui.internal.IHelpUIConstants
 
INTERNAL_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Starting button id reserved for internal use by JFace (value 256).
internal_isFinishedLoading() - Method in class org.eclipse.ui.intro.config.CustomizableIntroPart
 
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_new(Display, long) - Static method in class org.eclipse.swt.widgets.Shell
Invokes platform specific functionality to allocate a new shell that is not embedded.
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 class org.eclipse.swt.graphics.Device
Invokes platform specific functionality to allocate a new GC handle.
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.printing.Printer
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_GC(GCData) - Method in class org.eclipse.swt.widgets.Display
Invokes platform specific functionality to allocate a new GC handle.
INTERNAL_PROPERTY_ACTIVE_CHILD_CHANGED - Static variable in class org.eclipse.ui.internal.WorkbenchPartReference
Internal property ID: Indicates that the part has an active child and the active child has changed.
INTERNAL_PROPERTY_CLOSED - Static variable in class org.eclipse.ui.internal.WorkbenchPartReference
Internal property ID: Indicates that the underlying part was destroyed
INTERNAL_PROPERTY_MAXIMIZED - Static variable in class org.eclipse.ui.internal.WorkbenchPartReference
Internal property ID: Indicates that changed in the min / max state has changed
INTERNAL_PROPERTY_OPENED - Static variable in class org.eclipse.ui.internal.WorkbenchPartReference
Internal property ID: Indicates that the underlying part was created
INTERNAL_PROPERTY_PINNED - Static variable in class org.eclipse.ui.internal.WorkbenchPartReference
Internal property ID: Indicates that the result of IEditorReference.isPinned()
INTERNAL_PROPERTY_VISIBLE - Static variable in class org.eclipse.ui.internal.WorkbenchPartReference
Internal property ID: Indicates that the result of getVisible() has changed
INTERNAL_PROPERTY_ZOOMED - Static variable in class org.eclipse.ui.internal.WorkbenchPartReference
Internal property ID: Indicates that the result of isZoomed() has changed
internal_WM_GETOBJECT(long, long) - Method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to handle a window message.
internalAdd(TemplatePersistenceData) - Method in class org.eclipse.jface.text.templates.persistence.TemplateStore
 
internalAdd(Widget, Object, Object[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Adds the given child elements to this viewer as children of the given parent element.
internalAdd(Widget, Object, Object[]) - Method in class org.eclipse.jface.viewers.TreeViewer
 
internalAdd(SyncInfo) - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Add the SyncInfo to the set, replacing any previously existing one.
internalAdd(TemplatePersistenceData) - Method in class org.eclipse.text.templates.TemplateStoreCore
Adds a template to the internal store.
internalAddChild(TextEditChangeNode.ChildNode) - Method in class org.eclipse.ltk.ui.refactoring.LanguageElementNode
This is an internal method which should not be called by subclasses.
internalAddRecentWorkingSet(IWorkingSet) - Method in class org.eclipse.ui.internal.AbstractWorkingSetManager
Adds the specified working set to the list of recently used working sets.
internalBasicInitialize(IWorkbenchConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Remembers the configurer and calls initialize.
internalCollapseToLevel(Widget, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Recursively collapses the subtree rooted at the given widget to the given level.
internalContinueOnCancel() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Note: this is an internal method and should not be overridden outside of the refactoring framework.
internalCreateChange(InternalAPI, CreateChangeOperation, boolean) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalCreateDescriptor() - Method in class org.eclipse.core.expressions.PropertyTester
Note: this method is for internal use only.
internalCreateNewRowPart(int, int) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
Create a new row.
internalCreateNewRowPart(int, int) - Method in class org.eclipse.jface.viewers.TableViewer
Create a new row with style at index
internalExpand(Object, boolean) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Tries to create a path of tree items for the given element or tree path.
internalExpandToLevel(Widget, int) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
Overridden to avoid expanding DiffNodes that shouldn't expand.
internalExpandToLevel(Widget, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Recursively expands the subtree rooted at the given widget to the given level.
internalFindItems(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Find the items for the given element of tree path
internalGetAttribute(String) - Method in class org.eclipse.e4.ui.css.swt.dom.html.SWTHTMLElement
 
internalGetAttribute(String) - Method in class org.eclipse.e4.ui.css.swt.dom.ShellElement
 
internalGetAttribute(String) - Method in class org.eclipse.e4.ui.css.swt.dom.TableElement
 
internalGetAttribute(String) - Method in class org.eclipse.e4.ui.css.swt.dom.TreeElement
 
internalGetAttribute(String) - Method in class org.eclipse.e4.ui.css.swt.dom.WidgetElement
internalGetExpandFirstNode(InternalAPI) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalGetFile(Object) - Method in class org.eclipse.team.ui.history.ElementLocalHistoryPageSource
Return the file that contains the given element of null if this page source can not show history for the given element.
internalGetOutOfSyncDescendants(IContainer) - Method in class org.eclipse.team.core.synchronize.SyncInfoTree
This is an internal method and is not intended to be invoked or overridden by clients.
internalGetTemplates() - Method in class org.eclipse.text.templates.TemplateStoreCore
Return the stored templates
internalGetWidgetToSelect(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the widget to be selected for the given element or tree path.
internalHandleException(Change, Throwable) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Note: this is an internal method and should not be overridden outside of the refactoring framework.
InternalHandlerUtil - Class in org.eclipse.ui.internal
Some common utilities for working with handlers and IEvaluationContexts in Platform UI.
InternalHandlerUtil() - Constructor for class org.eclipse.ui.internal.InternalHandlerUtil
 
internalHasPreviewPage(InternalAPI) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
InternalHttpServiceServlet() - Constructor for class org.eclipse.equinox.http.jetty.internal.HttpServerManager.InternalHttpServiceServlet
 
internalInit(IWorkbenchWindow, IEditorSite, IEditorInput) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Implements the init method of IEditorPart.
internalInitialize(PropertyTesterDescriptor) - Method in class org.eclipse.core.expressions.PropertyTester
Initialize the property tester with the given name space and property.
internalInitializeDefaultPluginPreferences() - Method in class org.eclipse.core.runtime.Plugin
Deprecated. 
internalInitializeTree(Control) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Initializes the tree with root items, expanding to the appropriate level if necessary.
internalInitializeTree(Control) - Method in class org.eclipse.jface.viewers.TreeViewer
 
internalIsInputOrEmptyPath(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns true if the given object is either the input or an empty tree path.
internalIsLeftDirty() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
 
internalIsRightDirty() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
 
internalIsYesNoStyle(InternalAPI) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalPerformFinish(InternalAPI, PerformChangeOperation) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
InternalPolicy - Class in org.eclipse.jface.internal
Internal class used for non-API debug flags.
InternalPolicy() - Constructor for class org.eclipse.jface.internal.InternalPolicy
 
internalProcessOnCancel(Change) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Note: this is an internal method and should not be overridden outside of the refactoring framework.
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.AbstractListViewer
 
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
 
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer starting at the given element.
internalRefresh(Object, boolean) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
 
internalRefresh(Object, boolean) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
internalRefresh(Object, boolean) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer starting at the given element.
internalRefresh(Object, boolean) - Method in class org.eclipse.ui.navigator.CommonViewer
 
internalRefresh(Widget, Object, boolean, boolean) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Refreshes the tree starting at the given widget.
internalRefreshStruct(Widget, Object, boolean) - Method in class org.eclipse.jface.viewers.TreeViewer
 
internalRemove(Object[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes the given elements from this viewer.
internalRemove(Object, Object[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes the given elements from this viewer, whenever those elements appear as children of the given parent.
internalRemove(IResource) - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Remove the resource from the set, updating all internal data structures.
internalRemoveSelected() - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Note: this is internal API and should not be called from clients outside of the search plug-in.
internalRemoveWorkingSet(IWorkingSet) - Method in class org.eclipse.ui.internal.AbstractWorkingSetManager
 
internalRevealRange(int, int) - Method in class org.eclipse.jface.text.TextViewer
Reveals the given range of the visible document.
internalRevealRange(int, int) - Method in class org.eclipse.ui.console.TextConsoleViewer
 
InternalSaveable - Class in org.eclipse.ui.internal
 
InternalSaveable() - Constructor for class org.eclipse.ui.internal.InternalSaveable
 
internalSaveWidgetValues() - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
Persists additional setting that are to be restored in the next instance of this page.
internalSetChange(InternalAPI, Change) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalSetContents(byte[]) - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
Method that is invoked from DocumentRangeNode.setContent(byte[]).
internalSetElements(IAdaptable[]) - Method in class org.eclipse.ui.internal.AbstractWorkingSet
Create a copy of the elements to store in the receiver.
internalSetExpanded(boolean) - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Performs the expansion state change for the expandable control.
internalSetExpanded(boolean) - Method in class org.eclipse.ui.forms.widgets.Section
 
internalSetItems(IContributionItem[]) - Method in class org.eclipse.jface.action.ContributionManager
An internal method for setting the order of the contribution items.
internalSetPreviewShown(InternalAPI, boolean) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalSetQueryFactory(IValidationCheckResultQueryFactory) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringCore
An internal method to set the query factory.
internalShowBackButtonOnStatusDialog(InternalAPI) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalUpdate(Widget, Object, String[]) - Method in class org.eclipse.jface.viewers.StructuredViewer
Updates the given element's presentation when one or more of its properties changes.
internalWorked(double) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Internal method to handle scaling correctly.
internalWorked(double) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
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.SlicedProgressMonitor
 
internalWorked(double) - Method in class org.eclipse.core.runtime.SubMonitor
 
internalWorked(double) - Method in class org.eclipse.core.runtime.SubProgressMonitor
Deprecated.
 
internalWorked(double) - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
 
intersect(int, int, int, int) - Method in class org.eclipse.swt.graphics.Region
Intersects the given rectangle to the collection of polygons the receiver maintains to describe its area.
intersect(IExpression, IExpression) - Method in interface org.eclipse.equinox.p2.metadata.expression.IExpressionFactory
Create an intersection of c1 and c2
intersect(VersionRange) - Method in class org.eclipse.equinox.p2.metadata.VersionRange
 
intersect(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Destructively replaces the x, y, width and height values in the receiver with ones which represent the intersection of the rectangles specified by the receiver and the given rectangle.
intersect(Rectangle) - Method in class org.eclipse.swt.graphics.Region
Intersects the given rectangle to the collection of polygons the receiver maintains to describe its area.
intersect(Region) - Method in class org.eclipse.swt.graphics.Region
Intersects all of the polygons which make up the area covered by the argument to the collection of polygons the receiver maintains to describe its area.
intersect(TextEdit, TextEdit) - Static method in class org.eclipse.text.edits.MoveSourceEdit
 
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.Rectangle
Returns true if the rectangle described by the arguments intersects with the receiver and false otherwise.
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 polygons the receiver maintains 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 polygons the receiver maintains to describe its area and false otherwise.
INTRO - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id: "intro", commandId: "org.eclipse.ui.help.quickStartAction"): Activate the introduction extension.
INTRO_ACTION - Static variable in interface org.eclipse.ui.internal.IWorkbenchHelpContextIds
 
IntroConfigurer - Class in org.eclipse.ui.intro.config
Classes that extend this abstract class are used to configure CustomizableIntroPart.
IntroConfigurer() - Constructor for class org.eclipse.ui.intro.config.IntroConfigurer
 
IntroContentDetector - Class in org.eclipse.ui.intro
An intro content detector is used when starting the Workbench to determine if new intro content is available.
IntroContentDetector() - Constructor for class org.eclipse.ui.intro.IntroContentDetector
 
IntroElement - Class in org.eclipse.ui.intro.config
Used to provide children of the computed gruops while constructing intro content.
IntroElement(String) - Constructor for class org.eclipse.ui.intro.config.IntroElement
Creates a new intro element with the provided name.
IntroPart - Class in org.eclipse.ui.part
Abstract base implementation of an intro part.
IntroPart() - Constructor for class org.eclipse.ui.part.IntroPart
Creates a new intro part.
IntroURLFactory - Class in org.eclipse.ui.intro.config
Factory class used to create instances of an Intro URL.
INullSelectionListener - Interface in org.eclipse.ui
Interface for listening to null selection changes.
INVALID - Static variable in interface org.eclipse.core.runtime.content.IContentDescriber
Description result constant, indicating the contents are invalid for the intended content type.
INVALID_NATIVECODE_PATHS - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that a bundle could not be resolved because the matching native code paths are invalid.
INVALID_NATURE_SET - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 35) 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_RESOURCE_NAME - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 278) indicating a file exists in the file system but its name is not a valid resource name.
INVALID_VALUE - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 77) indicating an invalid value.
invalidate() - Method in class org.eclipse.ui.internal.WorkbenchPartReference
 
invalidate(String, boolean) - Method in interface org.eclipse.equinox.http.servlet.session.HttpSessionInvalidator
Invalidate a session.
invalidateParent() - Method in class org.eclipse.ui.internal.PluginActionContributionItem
Mark the parent dirty if we have a parent.
invalidateParent() - Method in class org.eclipse.ui.internal.PluginActionCoolBarContributionItem
 
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 interface org.eclipse.jface.text.ITextViewer
Marks the currently applied text presentation as invalid.
invalidateTextPresentation() - Method in class org.eclipse.jface.text.TextViewer
 
invalidateTextPresentation(int, int) - Method in interface org.eclipse.jface.text.ITextViewerExtension2
Invalidates the viewer's text presentation for the given range.
invalidateTextPresentation(int, int) - Method in class org.eclipse.jface.text.TextViewer
Invalidates the given range of the text presentation.
invalidateWiring(ModuleWiring, ModuleLoader) - Method in class org.eclipse.osgi.container.ModuleContainerAdaptor
This is called when a wiring is made invalid and allows the adaptor to react to this.
InvalidContentException - Exception in org.eclipse.osgi.signedcontent
Indicates that signed content is invalid according to one of the signers.
InvalidContentException(String, Throwable) - Constructor for exception org.eclipse.osgi.signedcontent.InvalidContentException
Constructs an InvalidContentException with the specified detail message and cause.
InvalidRegistryObjectException - Exception in org.eclipse.core.runtime
An unchecked exception indicating that an attempt to access an extension registry object that is no longer valid.
InvalidRegistryObjectException() - Constructor for exception org.eclipse.core.runtime.InvalidRegistryObjectException
Creates a new exception instance with null as its detail message.
invert() - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver such that the matrix it represents becomes the mathematical inverse of the matrix it previously represented.
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.
invoke(Object, Class<? extends Annotation>, Object, PrimaryObjectSupplier) - Method in interface org.eclipse.e4.core.di.IInjector
Call the annotated method on an object, injecting the parameters from the supplier.
invoke(Object, Class<? extends Annotation>, Object, PrimaryObjectSupplier, PrimaryObjectSupplier) - Method in interface org.eclipse.e4.core.di.IInjector
Call the annotated method on an object, injecting the parameters from the suppliers.
invoke(Object, Class<? extends Annotation>, IEclipseContext) - Static method in class org.eclipse.e4.core.contexts.ContextInjectionFactory
Call a method, injecting the parameters from the context.
invoke(Object, Class<? extends Annotation>, IEclipseContext, Object) - Static method in class org.eclipse.e4.core.contexts.ContextInjectionFactory
Call a method, injecting the parameters from the context.
invoke(Object, Class<? extends Annotation>, IEclipseContext, IEclipseContext, Object) - Static method in class org.eclipse.e4.core.contexts.ContextInjectionFactory
Call a method, injecting the parameters from two contexts.
invoke(Object, Class<? extends Annotation>, PrimaryObjectSupplier) - Method in interface org.eclipse.e4.core.di.IInjector
Call the annotated method on an object, injecting the parameters from the supplier.
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
 
invokeAction(int) - Method in class org.eclipse.swt.custom.StyledText
Executes the action.
InvokeAlwaysRegardlessOfSuppressedExt - Static variable in class org.eclipse.ui.navigator.OverridePolicy
Indicates InvokeAlwaysRegardlessOfSuppressedExt OverridePolicy as a OverridePolicy enumeration.
InvokeAlwaysRegardlessOfSuppressedExt_LITERAL - Static variable in class org.eclipse.ui.navigator.OverridePolicy
Indicates InvokeAlwaysRegardlessOfSuppressedExt OverridePolicy as a String.
InvokeAlwaysRegardlessOfSuppressedExt_VALUE - Static variable in class org.eclipse.ui.navigator.OverridePolicy
Indicates InvokeAlwaysRegardlessOfSuppressedExt OverridePolicy as an int.
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.
InvokeOnlyIfSuppressedExtAlsoVisibleAndActive - Static variable in class org.eclipse.ui.navigator.OverridePolicy
Indicates InvokeOnlyIfSuppressedExtAlsoVisibleAndActive OverridePolicy as a OverridePolicy enumeration.
InvokeOnlyIfSuppressedExtAlsoVisibleAndActive_LITERAL - Static variable in class org.eclipse.ui.navigator.OverridePolicy
Indicates InvokeOnlyIfSuppressedExtAlsoVisibleAndActive OverridePolicy as a String.
InvokeOnlyIfSuppressedExtAlsoVisibleAndActive_VALUE - Static variable in class org.eclipse.ui.navigator.OverridePolicy
Indicates InvokeOnlyIfSuppressedExtAlsoVisibleAndActive OverridePolicy as an int.
invokeOperation(IResource, IProgressMonitor) - Method in class org.eclipse.ui.actions.CloseResourceAction
 
invokeOperation(IResource, IProgressMonitor) - Method in class org.eclipse.ui.actions.OpenResourceAction
 
invokeOperation(IResource, IProgressMonitor) - Method in class org.eclipse.ui.actions.ScrubLocalAction
Deprecated.
 
invokeOperation(IResource, IProgressMonitor) - Method in class org.eclipse.ui.actions.WorkspaceAction
Deprecated.
Since 3.3, subclasses should instead implement the method WorkspaceAction.createOperation(IStatus[]) and provide an empty implementation for this method.
IO_ERROR - Static variable in interface org.eclipse.core.filesystem.IFileInfo
The constant indicating that an I/O error was encountered while retrieving file information.
IO_FAILED - Static variable in exception org.eclipse.team.core.TeamException
 
IObjectActionContributor - Interface in org.eclipse.ui.internal
This interface must be implemented in order to contribute to context (pop-up) menu for an object.
IObjectActionDelegate - Interface in org.eclipse.ui
Interface for an object action that is contributed into a popup menu for a view or editor.
IObjectContributor - Interface in org.eclipse.ui.internal
Objects of classes that implement this interface can be registered for certain object type in the IObjectContributorManager.
IObjectDescriptor - Interface in org.eclipse.e4.core.di.suppliers
This interface describes objects created by the dependency injection.
IObjectWithState - Interface in org.eclipse.core.commands
An object that holds zero or more state objects.
IObservable - Interface in org.eclipse.core.databinding.observable
An object with state that allows to listen for state changes.
IObservableCollection<E> - Interface in org.eclipse.core.databinding.observable
Interface for observable collections.
IObservableFactory<T,E extends IObservable> - Interface in org.eclipse.core.databinding.observable.masterdetail
Generates an IObservable when passed a target instance.
IObservableList<E> - Interface in org.eclipse.core.databinding.observable.list
A list whose changes can be tracked by list change listeners.
IObservableMap<K,V> - Interface in org.eclipse.core.databinding.observable.map
Observable Map.
IObservableSet<E> - Interface in org.eclipse.core.databinding.observable.set
A set whose changes can be tracked by set change listeners.
IObservablesListener - Interface in org.eclipse.core.databinding.observable
Marker interface for all listener types in the observables framework.
IObservableValue<T> - Interface in org.eclipse.core.databinding.observable.value
A value whose changes can be tracked by value change listeners.
IObserving - Interface in org.eclipse.core.databinding.observable
Mixin interface for IObservables that observe other objects.
IOConsole - Class in org.eclipse.ui.console
A console that displays text from I/O streams.
IOConsole(String, String, ImageDescriptor) - Constructor for class org.eclipse.ui.console.IOConsole
Constructs a console with the given name, type, and image with the workbench's default encoding.
IOConsole(String, String, ImageDescriptor, boolean) - Constructor for class org.eclipse.ui.console.IOConsole
Constructs a console with the given name, type, image, and lifecycle, with the workbench's default encoding.
IOConsole(String, String, ImageDescriptor, String, boolean) - Constructor for class org.eclipse.ui.console.IOConsole
Constructs a console with the given name, type, image, encoding and lifecycle.
IOConsole(String, String, ImageDescriptor, Charset, boolean) - Constructor for class org.eclipse.ui.console.IOConsole
Constructs a console with the given name, type, image, encoding and lifecycle.
IOConsole(String, ImageDescriptor) - Constructor for class org.eclipse.ui.console.IOConsole
Constructs a console with the given name and image.
IOConsoleInputStream - Class in org.eclipse.ui.console
InputStream used to read input from an IOConsole.
IOConsoleOutputStream - Class in org.eclipse.ui.console
OutputStream used to write to an IOConsole.
IOpenEventListener - Interface in org.eclipse.jface.util
Listener for open events which are generated on selection of default selection depending on the user preferences.
IOpenListener - Interface in org.eclipse.jface.viewers
A listener which is notified of open events on viewers.
IOperationApprover - Interface in org.eclipse.core.commands.operations
IOperationApprover defines an interface for approving the undo or redo of a particular operation within an operation history.
IOperationApprover2 - Interface in org.eclipse.core.commands.operations
Extends IOperationApprover to approve the execution of a particular operation within an operation history.
IOperationHistory - Interface in org.eclipse.core.commands.operations
IOperationHistory tracks a history of operations that can be undone or redone.
IOperationHistoryListener - Interface in org.eclipse.core.commands.operations
This interface is used to listen to notifications from an IOperationHistory.
IOverridableTabList - Interface in org.eclipse.ui.views.properties.tabbed
Represents a list of tabs.
IOverridableTabListContentProvider - Interface in org.eclipse.ui.views.properties.tabbed
A content provider for the tabbed property sheet page's list of tabs.
IOverviewRuler - Interface in org.eclipse.jface.text.source
This interface defines a visual component which may serve text viewers as an overview annotation presentation area.
IOverviewRulerExtension - Interface in org.eclipse.jface.text.source
Extension interface for IOverviewRuler.
IOverwriteQuery - Interface in org.eclipse.ui.dialogs
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 in org.eclipse.ui.part
This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
IPageBookViewPage - Interface in org.eclipse.ui.part
Interface for a page in a pagebook view.
IPageChangedListener - Interface in org.eclipse.jface.dialogs
A listener which is notified when the current page of the multi-page dialog is changed.
IPageChangeProvider - Interface in org.eclipse.jface.dialogs
Minimal interface to a page change provider.
IPageChangingListener - Interface in org.eclipse.jface.dialogs
A listener which is notified when the current page of a multi-page dialog is changing.
IPageLayout - Interface in org.eclipse.ui
A page layout defines the initial layout for a perspective within a page in a workbench window.
IPageListener - Interface in org.eclipse.ui
Interface for listening to page lifecycle events.
IPageService - Interface in org.eclipse.ui
A page service tracks the page and perspective lifecycle events within a workbench window.
IPageSite - Interface in org.eclipse.ui.part
The primary interface between a page and the outside world.
IPainter - Interface in org.eclipse.jface.text
A painter is responsible for creating, managing, updating, and removing visual decorations on an ITextViewer's text widget.
IPaintPositionManager - Interface in org.eclipse.jface.text
Manages and updates positions used by IPainters.
IParameter - Interface in org.eclipse.core.commands
A parameter for a command.
IParameterTypeListener - Interface in org.eclipse.core.commands
An instance of this interface can be used by clients to receive notification of changes to one or more instances of ParameterType.
IParameterValues - Interface in org.eclipse.core.commands
The parameters for a command.
IParticipantDescriptorFilter - Interface in org.eclipse.ltk.core.refactoring.participants
A participant descriptor filter allows clients to provide additional filters on participant selection.
IPartitionTokenScanner - Interface in org.eclipse.jface.text.rules
A partition token scanner returns tokens that represent partitions.
IPartListener - Interface in org.eclipse.e4.ui.workbench.modeling
 
IPartListener - Interface in org.eclipse.ui
Interface for listening to part lifecycle events.
IPartListener2 - Interface in org.eclipse.ui
Interface for listening to part lifecycle events.
IPartSelectionListener - Interface in org.eclipse.ui.forms
Form parts can implement this interface if they want to be notified when another part on the same form changes selection state.
IPartService - Interface in org.eclipse.ui
A part service tracks the creation and activation of parts within a workbench page.
IPasswordStore - Interface in org.eclipse.jsch.core
This interface abstracts the password store.
IPath - Interface in org.eclipse.core.runtime
A path is an ordered collection of string segments, separated by a standard separator character, "/".
IPathEditorInput - Interface in org.eclipse.ui
This interface defines an editor input based on the local file system path of a file.
IPathVariableChangeEvent - Interface in org.eclipse.core.resources
Describes a change in a path variable.
IPathVariableChangeListener - Interface in org.eclipse.core.resources
An interface to be implemented by objects interested in path variable creation, removal and value change events.
IPathVariableManager - Interface in org.eclipse.core.resources
Manages a collection of path variables and resolves paths containing a variable reference.
IPatternMatchListener - Interface in org.eclipse.ui.console
A pattern match listener is registered with a TextConsole, and is notified when its pattern has been matched to contents in that console.
IPatternMatchListenerDelegate - Interface in org.eclipse.ui.console
A pattern match listener delegate is notified of regular expression matches in a text console.
IPersistable - Interface in org.eclipse.ui
Objects implementing this interface are capable of saving their state in an IMemento.
IPersistableAnnotationModel - Interface in org.eclipse.core.filebuffers
Tagging interface for IAnnotationModel implementers that offer state persistence.
IPersistableEditor - Interface in org.eclipse.ui
An editor can implement this interface and participate in the workbench session save/restore cycle using IMemento, similar to how IViewPart currently works.
IPersistableElement - Interface in org.eclipse.ui
Interface for asking an object to store its state in a memento.
IPersistableSourceLocator - Interface in org.eclipse.debug.core.model
A source locator that can be persisted and restored, to be used with a specific launch configuration.
IPersistableSourceLocator2 - Interface in org.eclipse.debug.core.sourcelookup
Extensions to the IPersistableSourceLocator interface.
IPersistentPreferenceStore - Interface in org.eclipse.jface.preference
IPersistentPreferenceStore is a preference store that can be saved.
IPerspectiveDescriptor - Interface in org.eclipse.ui
A perspective descriptor describes a perspective in an IPerspectiveRegistry.
IPerspectiveFactory - Interface in org.eclipse.ui
A perspective factory generates the initial page layout and visible action set for a page.
IPerspectiveListener - Interface in org.eclipse.ui
Interface for listening to perspective lifecycle events.
IPerspectiveListener2 - Interface in org.eclipse.ui
Extension interface to IPerspectiveListener which adds support for listening to part-specific perspective lifecycle events.
IPerspectiveListener3 - Interface in org.eclipse.ui
Extension interface to IPerspectiveListener which adds support for listening to perspective open and close events.
IPerspectiveListener4 - Interface in org.eclipse.ui
Extension interface to IPerspectiveListener which adds support for listening to perspective pre-deactivate events.
IPerspectiveRegistry - Interface in org.eclipse.ui
The workbench's global registry of perspectives.
IPhaseSet - Interface in org.eclipse.equinox.p2.engine
Describes a set of provisioning phases to be performed by an IEngine.
IPipelinedTreeContentProvider - Interface in org.eclipse.ui.navigator
To correctly implement pipelining you should implement IPipelinedTreeContentProvider2 which provides the additional ITreeContentProvider.hasChildren(Object) method.
IPipelinedTreeContentProvider2 - Interface in org.eclipse.ui.navigator
A pipelined content provider allows an extension to reshape the contributions of an upstream content extension.
IPlaceholderFolderLayout - Interface in org.eclipse.ui
An IPlaceholderFolderLayout is used to define the initial view placeholders within a folder.
IPlanner - Interface in org.eclipse.equinox.p2.planner
Planners are responsible for determining what should be done to a given profile to reshape it as requested.
IPlatformConfiguration - Interface in org.eclipse.update.configurator
Deprecated.
The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
IPlatformConfiguration.IFeatureEntry - Interface in org.eclipse.update.configurator
Deprecated.
Feature entry.
IPlatformConfiguration.ISiteEntry - Interface in org.eclipse.update.configurator
Deprecated.
Configuration entry representing an install site.
IPlatformConfiguration.ISitePolicy - Interface in org.eclipse.update.configurator
Deprecated.
Site policy.
IPlatformConfigurationFactory - Interface in org.eclipse.update.configurator
Deprecated.
The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
IPluginContribution - Interface in org.eclipse.ui
An interface that descriptor classes may implement in addition to their descriptor interface.
IPool<T> - Interface in org.eclipse.equinox.p2.core
A Pool allows semantically equivalent objects to be shared.
IPositionUpdater - Interface in org.eclipse.jface.text
A position updater is responsible for adapting document positions.
IPostSelectionProvider - Interface in org.eclipse.jface.viewers
Selection provider extension interface to allow providers to notify about post selection changed events.
IPredicateRule - Interface in org.eclipse.jface.text.rules
Defines the interface for a rule used in the scanning of text for the purpose of document partitioning or text styling.
IPreferenceConstants - Interface in org.eclipse.ui.internal
The IPreferenceConstants are the internal constants used by the Workbench.
IPreferenceFilter - Interface in org.eclipse.core.runtime.preferences
Preference filters are used to describe the relationship between the preference tree and a data set when importing/exporting preferences.
IPreferenceMetadataStore - Interface in org.eclipse.core.runtime.preferences
Provides metadata-based access to a preference store.
IPreferenceNode - Interface in org.eclipse.jface.preference
Interface to a node in a preference dialog.
IPreferenceNodeVisitor - Interface in org.eclipse.core.runtime.preferences
This interface is implemented by objects that visit preference nodes.
IPreferencePage - Interface in org.eclipse.jface.preference
An interface for a preference page.
IPreferencePageContainer - Interface in org.eclipse.jface.preference
An interface used by a preference page to talk to its dialog.
IPreferencesContainer - Interface in org.eclipse.equinox.security.storage.provider
The container of the secure preferences.
IPreferencesService - Interface in org.eclipse.core.runtime.preferences
The preference service provides facilities for dealing with the default scope precedence lookup order, querying the preference store for values using this order, accessing the root of the preference store node hierarchy, and importing/exporting preferences.
IPreferenceStatusMonitor - Interface in org.eclipse.ui.texteditor.spelling
A monitor that can be notified about status changes.
IPreferenceStore - Interface in org.eclipse.jface.preference
The IPreferenceStore interface represents a table mapping named preferences to values.
IPresentationDamager - Interface in org.eclipse.jface.text.presentation
A presentation damager is a strategy used by a presentation reconciler to determine the region of the document's presentation which must be rebuilt because of a document change.
IPresentationEngine - Interface in org.eclipse.e4.ui.workbench
The presentation engine is used to translate the generic workbench model into widgets.
IPresentationReconciler - Interface in org.eclipse.jface.text.presentation
An IPresentationReconciler defines and maintains the representation of a text viewer's document in the presence of changes applied to the document.
IPresentationReconcilerExtension - Interface in org.eclipse.jface.text.presentation
Extension interface for IPresentationReconciler.
IPresentationRepairer - Interface in org.eclipse.jface.text.presentation
A presentation repairer is a strategy used by a presentation reconciler to rebuild a damaged region in a document's presentation.
IPrivateCredential - Interface in org.eclipse.equinox.security.auth.credentials
This interface describes private credentials added by the Equinox login modules.
IProcess - Interface in org.eclipse.debug.core.model
A process represents a program running in normal (non-debug) mode.
IProcessFactory - Interface in org.eclipse.debug.core
A process factory is used to override default process (IProcess) creation by the debug plug-in, and can be contributed via plug-in XML.
IProcessingStepDescriptor - Interface in org.eclipse.equinox.p2.repository.artifact
Describes a processing step.
IProduct - Interface in org.eclipse.core.runtime
Products are the Eclipse unit of branding.
IProductConstants - Interface in org.eclipse.ui.branding
These constants define the set of properties that the UI expects to be available via IProduct.getProperty(String).
IProductProvider - Interface in org.eclipse.core.runtime
Product providers define products (units of branding) which have been installed in the current system.
IProfile - Interface in org.eclipse.equinox.p2.engine
Represents the state of a profile in a profile registry at a given moment in time.
IProfileChangeJob - Interface in org.eclipse.equinox.p2.operations
Interface for a provisioning job that operates on a profile.
IProfileChangeRequest - Interface in org.eclipse.equinox.p2.planner
A profile change request is a description of a set of changes that a client would like to perform on a profile.
IProfileEvent - Interface in org.eclipse.equinox.p2.engine
An event indicating that a profile has been added, removed, or changed.
IProfileRegistry - Interface in org.eclipse.equinox.p2.engine
This encapsulates the access to the profile registry.
IProgressConstants - Interface in org.eclipse.ui.progress
Constants relating to progress UI functionality of the workbench plug-in.
IProgressConstants2 - Interface in org.eclipse.ui.progress
Constants relating to progress UI functionality of the workbench plug-in.
IProgressMonitor - Interface in org.eclipse.core.runtime
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.
IProgressMonitorWithBlocking - Interface in org.eclipse.core.runtime
Deprecated.
IProgressService - Interface in org.eclipse.ui.progress
The progress service is the primary interface to the workbench progress support.
IProject - Interface in org.eclipse.core.resources
A project is a type of resource which groups resources into buildable, reusable units.
IProjectActionFilter - Interface in org.eclipse.ui
Describes the public attributes for a project and the acceptable values each may have.
IProjectDescription - Interface in org.eclipse.core.resources
A project description contains the meta-data required to define a project.
IProjectionListener - Interface in org.eclipse.jface.text.source.projection
Implementers registered with a ProjectionViewer get informed when the projection mode of the viewer gets enabled and when it gets disabled.
IProjectionPosition - Interface in org.eclipse.jface.text.source.projection
An IProjectionPosition is a position that is associated with a ProjectionAnnotation and that is able to compute its collapsed regions.
IProjectNature - Interface in org.eclipse.core.resources
Interface for project nature runtime classes.
IProjectNatureDescriptor - Interface in org.eclipse.core.resources
A project nature descriptor contains information about a project nature obtained from the plug-in manifest (plugin.xml) file.
IProjectSetSerializer - Interface in org.eclipse.team.core
Deprecated.
IProperty - Interface in org.eclipse.core.databinding.property
Marker interface for all property types in the properties framework.
IPropertyChangeListener - Interface in org.eclipse.jface.util
Listener for property changes.
IPropertyChangeNotifier - Interface in org.eclipse.compare
Interface common to all objects that provide a means for registering for property change notification.
IPropertyDescriptor - Interface in org.eclipse.ui.views.properties
A descriptor for a property to be presented by a standard property sheet page (PropertySheetPage).
IPropertyListener - Interface in org.eclipse.ui
Interface for listening for property changes on an object.
IPropertyObservable<P extends IProperty> - Interface in org.eclipse.core.databinding.property
Provides access to the details of property observables
IPropertySheetEntry - Interface in org.eclipse.ui.views.properties
IPropertySheetEntry describes the model interface for the property sheet.
IPropertySheetEntryListener - Interface in org.eclipse.ui.views.properties
Listener for changes in objects of type IPropertySheetEntry.
IPropertySheetPage - Interface in org.eclipse.ui.views.properties
Interface for a property sheet page that appears in a property sheet view.
IPropertySource - Interface in org.eclipse.ui.views.properties
Interface to an object which is capable of supplying properties for display by the standard property sheet page implementation (PropertySheetPage).
IPropertySource2 - Interface in org.eclipse.ui.views.properties
Extension to the standard IPropertySource interface.
IPropertySourceProvider - Interface in org.eclipse.ui.views.properties
Interface used by PropertySheetEntry to obtain an IPropertySource for a given object.
IPropertyTester - Interface in org.eclipse.core.expressions
A property tester can be used to add additional properties to test to an existing type.
IPrototypeAttributesLabelProvider - Interface in org.eclipse.debug.core
A prototype attributes label provider is contributed as an optional attribute of a launchConfigurationType extension and is responsible for displaying launch configurations prototype attributes of that type.
IProvidedCapability - Interface in org.eclipse.equinox.p2.metadata
Describes a capability that is exposed by an installable unit.
IProviderHints - Interface in org.eclipse.equinox.security.storage.provider
Sometimes it might be desirable to pass some context information to the password provider modules (such as a need to run without UI prompts).
IProvisioningAgent - Interface in org.eclipse.equinox.p2.core
A provisioning agent is comprised of a modular, extensible set of related services.
IProvisioningAgentProvider - Interface in org.eclipse.equinox.p2.core
An OSGi service that is used to create or obtain instances of an IProvisioningAgent.
IProvisioningPlan - Interface in org.eclipse.equinox.p2.engine
A provisioning plan describes a proposed set of changes to a profile.
IProxyChangeEvent - Interface in org.eclipse.core.net.proxy
Event which describes a change in the proxy information managed by the IProxyService.
IProxyChangeListener - Interface in org.eclipse.core.net.proxy
A listener that, when registered with the IProxyService, gets notified when the proxy information changes.
IProxyData - Interface in org.eclipse.core.net.proxy
An IProxyData contains the information that is required to connect to a particular proxy server.
IProxyService - Interface in org.eclipse.core.net.proxy
Manages the proxy data and related information.
IPublicCredential - Interface in org.eclipse.equinox.security.auth.credentials
This interface describes public credentials added by the Equinox login modules.
IQuery<T> - Interface in org.eclipse.equinox.p2.query
The root interface for all queries that can be performed on an IQueryable.
IQueryable<T> - Interface in org.eclipse.equinox.p2.query
An IQueryable contains objects, and is able to perform queries on those objects.
IQueryListener - Interface in org.eclipse.search.ui
A listener for changes to the set of search queries.
IQueryResult<T> - Interface in org.eclipse.equinox.p2.query
An IQueryResult represents the results of a query.
IQueryWithIndex<T> - Interface in org.eclipse.equinox.p2.metadata.index
An extension of the IQuery that allows use of indexes.
IQuickAccessComputer - Interface in org.eclipse.ui.quickaccess
Implementations of this interface are used to compute some extra content for the Quick Access features, using extension point org.eclipse.ui.quickaccess.
IQuickAccessComputerExtension - Interface in org.eclipse.ui.quickaccess
Extension interface for IQuickAccessComputer that provides ability to compute a new extra set of proposals whenever filter change.
IQuickAssistAssistant - Interface in org.eclipse.jface.text.quickassist
An IQuickAssistAssistant provides support for quick fixes and quick assists.
IQuickAssistAssistantExtension - Interface in org.eclipse.jface.text.quickassist
Extends IQuickAssistAssistant with the following function: allows to get a handler for the given command identifier allows to enable support for colored labels in the proposal popup
IQuickAssistInvocationContext - Interface in org.eclipse.jface.text.quickassist
Context information for quick fix and quick assist processors.
IQuickAssistProcessor - Interface in org.eclipse.jface.text.quickassist
Quick assist processor for quick fixes and quick assists.
IQuickDiffReferenceProvider - Interface in org.eclipse.ui.texteditor.quickdiff
The protocol a reference provider for Quick Diff has to implement.
IQuickFixableAnnotation - Interface in org.eclipse.jface.text.quickassist
Allows an annotation to tell whether there are quick fixes for it and to cache that state.
IRangeComparator - Interface in org.eclipse.compare.rangedifferencer
For breaking an object to compare into a sequence of comparable entities.
IReadOnlyDependent - Interface in org.eclipse.ui.texteditor
Extension interface for actions.
IReconcilableModel - Interface in org.eclipse.jface.text.reconciler
Tagging interface for a model that can get reconciled during a reconcile step.
IReconciler - Interface in org.eclipse.jface.text.reconciler
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.
IReconcileResult - Interface in org.eclipse.jface.text.reconciler
Tagging interface for the reconcile step result's array element type.
IReconcilerExtension - Interface in org.eclipse.jface.text.reconciler
Extends IReconciler with the ability to be aware of documents with multiple partitionings.
IReconcileStep - Interface in org.eclipse.jface.text.reconciler
A reconcile step is one of several steps of a reconcile strategy that consists of several steps.
IReconcilingStrategy - Interface in org.eclipse.jface.text.reconciler
A reconciling strategy is used by an reconciler to reconcile a model based on text of a particular content type.
IReconcilingStrategyExtension - Interface in org.eclipse.jface.text.reconciler
Extends IReconcilingStrategy with the following functions: usage of a progress monitor initial reconciling step: if a reconciler runs as periodic activity in the background, this methods offers the reconciler a chance for initializing its strategies and achieving a reconciled state before the periodic activity starts.
IRefactoringCoreStatusCodes - Interface in org.eclipse.ltk.core.refactoring
Status codes used by the refactoring core plug-in.
IRefactoringExecutionListener - Interface in org.eclipse.ltk.core.refactoring.history
Interface for refactoring execution listeners.
IRefactoringHistoryControl - Interface in org.eclipse.ltk.ui.refactoring.history
Control which is capable of displaying parts of a refactoring history.
IRefactoringHistoryListener - Interface in org.eclipse.ltk.core.refactoring.history
Interface for refactoring history listeners.Clients may register a refactoring history listener with the IRefactoringHistoryService obtained by calling RefactoringCore.getHistoryService() in order to get informed about refactoring history events.
IRefactoringHistoryService - Interface in org.eclipse.ltk.core.refactoring.history
Interface for a refactoring history service.
IRefactoringStatusEntryComparator - Interface in org.eclipse.ltk.core.refactoring
Comparator class to compare two refactoring status entries.
IRefactoringUIStatusCodes - Interface in org.eclipse.ltk.ui.refactoring
Status codes used by the refactoring UI plug-in.
IRefreshMonitor - Interface in org.eclipse.core.resources.refresh
An IRefreshMonitor monitors trees of IResources for changes in the local file system.
IRefreshResult - Interface in org.eclipse.core.resources.refresh
An IRefreshResult is provided to an auto-refresh monitor.
IRegion - Interface in org.eclipse.jface.text
A region describes a certain range in an indexed text store.
IRegister - Interface in org.eclipse.debug.core.model
A register is a special kind of variable that is contained in a register group.
IRegisterGroup - Interface in org.eclipse.debug.core.model
A register group is a group of registers that are assigned to a stack frame.
IRegistryChangeEvent - Interface in org.eclipse.core.runtime
Registry change events describe changes to the extension registry.
IRegistryChangeListener - Interface in org.eclipse.core.runtime
Note: for new implementations consider using IRegistryEventListener.
IRegistryEventListener - Interface in org.eclipse.core.runtime
A registry event listener is notified of changes to extension points.
IRegistryProvider - Interface in org.eclipse.core.runtime.spi
Implement this interface to specify a contributed extension registry.
IRenameResourceProcessor - Interface in org.eclipse.ltk.core.refactoring.participants
 
IRendererFactory - Interface in org.eclipse.e4.ui.workbench.swt.factories
 
IRepairableDocument - Interface in org.eclipse.jface.text
Tagging interface to be implemented by IDocument implementers that offer a line repair method on the documents.
IRepairableDocumentExtension - Interface in org.eclipse.jface.text
Extension interface for IRepairableDocument.
IReplacePage - Interface in org.eclipse.search.ui
An extension interface to ISearchPage.
IRepositionableMemoryRendering - Interface in org.eclipse.debug.ui.memory
A memory rendering that can be repositioned.
IRepository<T> - Interface in org.eclipse.equinox.p2.repository
A p2 repository contains either metadata or artifacts related to software provisioning.
IRepositoryManager<T> - Interface in org.eclipse.equinox.p2.repository
The common base class for metadata and artifact repository managers.
IRepositoryReference - Interface in org.eclipse.equinox.p2.repository
 
IRequest - Interface in org.eclipse.debug.core
Common base interface for an asynchronously processed request.
IRequestor - Interface in org.eclipse.e4.core.di.suppliers
Requestor represents an atomary operation performed during the injection.
IRequirement - Interface in org.eclipse.equinox.p2.metadata
A requirement represents some external constraint on an IInstallableUnit.
IRequirementChange - Interface in org.eclipse.equinox.p2.metadata
 
IResettableMemoryRendering - Interface in org.eclipse.debug.ui.memory
A memory rendering that can be reset.
IResource - Interface in org.eclipse.core.resources
The workspace analog of file system files and directories.
IResourceActionFilter - Interface in org.eclipse.ui
Describes the public attributes for a resource and the acceptable values each may have.
IResourceChangeDescriptionFactory - Interface in org.eclipse.core.resources.mapping
This factory is used to build a resource delta that represents a proposed change that can then be passed to the ResourceChangeValidator.validateChange(IResourceDelta, IProgressMonitor) method in order to validate the change with any model providers stored in those resources.
IResourceChangeEvent - Interface in org.eclipse.core.resources
Resource change events describe changes to resources.
IResourceChangeListener - Interface in org.eclipse.core.resources
A resource change listener is notified of changes to resources in the workspace.
IResourceDelta - Interface in org.eclipse.core.resources
A resource delta represents changes in the state of a resource tree between two discrete points in time.
IResourceDeltaVisitor - Interface in org.eclipse.core.resources
An objects that visits resource deltas.
IResourceDiff - Interface in org.eclipse.team.core.mapping
A resource diff represents the changes between two resources.
IResourceDiffTree - Interface in org.eclipse.team.core.mapping
A resource diff tree provides access to a tree of IDiff instances that either contain IResourceDiff nodes or IThreeWayDiff nodes that contain IResourceDiff nodes as the local and remote changes.
IResourceFilterDescription - Interface in org.eclipse.core.resources
A description of a resource filter.
IResourceLocator - Interface in org.eclipse.e4.ui.css.core.util.resources
Resources locator to get InputStream or Reader from an URI.
IResourceMapper - Interface in org.eclipse.ltk.core.refactoring
An IResourceMapper provides methods to map an original resource to its refactored counterparts.
IResourceMappingMerger - Interface in org.eclipse.team.core.mapping
The purpose of this interface is to provide support for model level auto-merging.
IResourcePropertyConstants - Interface in org.eclipse.ui.views.properties
This interface documents the property constants used by the resource property source.
IResourceProvider - Interface in org.eclipse.compare
 
IResourceProxy - Interface in org.eclipse.core.resources
A lightweight interface for requesting information about a resource.
IResourceProxyVisitor - Interface in org.eclipse.core.resources
This interface is implemented by objects that visit resource trees.
IResourceRuleFactory - Interface in org.eclipse.core.resources
A resource rule factory returns scheduling rules for API methods that modify the workspace.
IResourcesLocatorManager - Interface in org.eclipse.e4.ui.css.core.util.resources
Resources locator manage to register/unregister IResourceLocator.
IResourceSnapshot<T extends IResource> - Interface in org.eclipse.core.resources.undo.snapshot
IResourceSnapshot is a lightweight snapshot that describes the common attributes of a resource to be created.
IResourcesRegistry - Interface in org.eclipse.e4.ui.css.core.resources
Interface Resources Registry to cache Resources and dispose it if need.
IResourceStatus - Interface in org.eclipse.core.resources
Represents status related to resources in the Resources plug-in and defines the relevant status code constants.
IResourceTree - Interface in org.eclipse.core.resources.team
Provides internal access to the workspace resource tree for the purposes of implementing the move and delete operations.
IResourceUtilities<ImageDesc> - Interface in org.eclipse.e4.ui.workbench
This interface describes a utility that is used to load ImageDesc's from URIs
IResourceVariant - Interface in org.eclipse.team.core.variants
This interface is used by SyncInfo instances to provide access to the base and remote resources that correspond to a local resource.
IResourceVariantComparator - Interface in org.eclipse.team.core.variants
An IResourceVariantComparator is provided by a Subscriber and used by a SyncInfo to calculate the sync state of the workspace resources.
IResourceVariantTree - Interface in org.eclipse.team.core.variants
A handle that provides access to locally cached resource variants that represent a resource line-up such as a project version or branch.
IResourceVisitor - Interface in org.eclipse.core.resources
This interface is implemented by objects that visit resource trees.
IRestartHandler - Interface in org.eclipse.debug.core.commands
A restart command allows the debugger to quickly restart the current debug session without terminating and re-launching.
IResumeHandler - Interface in org.eclipse.debug.core.commands
A resume handler typically resumes execution of a suspended thread or target.
IReusableEditor - Interface in org.eclipse.ui
Interface for reusable editors.
IRevisionListener - Interface in org.eclipse.jface.text.revisions
A listener which is notified when revision information changes.
IRevisionRulerColumn - Interface in org.eclipse.jface.text.revisions
A vertical ruler column capable of displaying revision (annotate) information.
IRevisionRulerColumnExtension - Interface in org.eclipse.jface.text.revisions
Extension interface for IRevisionRulerColumn.
IRevisionRulerColumnExtension.RenderingMode - Class in org.eclipse.jface.text.revisions
Rendering mode type-safe enum.
IRewriteTarget - Interface in org.eclipse.jface.text
A target publishing the required functions to modify a document that is displayed in a text viewer.
IRule - Interface in org.eclipse.jface.text.rules
Defines the interface for a rule used in the scanning of text for the purpose of document partitioning or text styling.
IRunnableContext - Interface in org.eclipse.jface.operation
Interface for UI components which can execute a long-running operation in the form of an IRunnableWithProgress.
IRunnableWithProgress - Interface in org.eclipse.equinox.p2.repository
The IRunnableWithProgress interface should be implemented by any class whose instances are intended to be executed as a long-running operation.
IRunnableWithProgress - Interface in org.eclipse.jface.operation
The IRunnableWithProgress interface should be implemented by any class whose instances are intended to be executed as a long-running operation.
IRunToLineTarget - Interface in org.eclipse.debug.ui.actions
An adapter for a "run to line" operation.
is(String) - Static method in class org.eclipse.core.runtime.Platform.OS
 
IS_GO_TO_NEXT_TARGET_KEY - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The preference key for go to next navigation enablement.
IS_GO_TO_NEXT_TARGET_VALUE - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The value for go to next navigation enablement.
IS_GO_TO_PREVIOUS_TARGET_KEY - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The preference key for go to previous navigation enablement.
IS_GO_TO_PREVIOUS_TARGET_VALUE - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The value for go to previous navigation enablement.
IS_LINKING_ENABLED_PROPERTY - Static variable in class org.eclipse.ui.navigator.CommonNavigator
Used to track changes to CommonNavigator.isLinkingEnabled().
IS_MERGED_OVERLAY - Static variable in interface org.eclipse.compare.internal.ICompareUIConstants
 
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 interface org.eclipse.core.runtime.IPath
Returns whether this path is an absolute path (ignoring any device id).
isAbsolute() - Method in class org.eclipse.core.runtime.Path
 
isAbsolute() - Method in class org.eclipse.osgi.framework.util.FilePath
Returns whether this path is absolute (begins with a slash).
isAcceleratorInUse(int) - Method in class org.eclipse.jface.action.ExternalActionManager.CommandCallback
 
isAcceleratorInUse(int) - Method in interface org.eclipse.jface.action.ExternalActionManager.ICallback
Checks to see whether the given accelerator is being used by some other mechanism (outside of the menus controlled by JFace).
isAcceptable(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Determines whether the marker is acceptable as an addition to this model.
isAcceptable(IMarker) - Method in class org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel
 
isAcceptableLocation(IPath) - Method in class org.eclipse.ui.editors.text.FileBufferOperationAction
Tells whether this action accepts the given location.
isAcceptableLocation(IPath) - Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
Tells whether the given location is accepted by this handler.
isAccepted(ILicense) - Method in class org.eclipse.equinox.p2.ui.LicenseManager
Return a boolean indicating whether a particular license has previously been accepted.
isAccess() - Method in interface org.eclipse.debug.core.model.IWatchpoint
Returns whether this watchpoint will suspend execution when its associated variable is accessed (read).
isAccessible() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is accessible.
isAccessible() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is accessible.
ISACParserFactory - Interface in org.eclipse.e4.ui.css.core.sac
SAC parser factory interface to get instance of SAC Parser.
isActivated() - Method in class org.eclipse.jface.viewers.CellEditor
Returns whether this cell editor is activated.
isActivateOnWrite() - Method in class org.eclipse.ui.console.IOConsoleOutputStream
Returns whether the console this stream is writing to will be activated when this stream is written to.
isActivationPolicyUsed() - Method in class org.eclipse.osgi.container.Module
 
isActive - Variable in class org.eclipse.e4.ui.css.swt.dom.ShellElement
 
isActive() - Method in class org.eclipse.ui.forms.editor.FormPage
Tests if the page is active by asking the parent editor if this page is the currently active page.
isActive() - Method in interface org.eclipse.ui.forms.editor.IFormPage
Returns true if page is currently active, false if not.
isActive(String) - Method in class org.eclipse.jface.action.ExternalActionManager.CommandCallback
Checks whether the item matching this identifier is active.
isActive(String) - Method in interface org.eclipse.jface.action.ExternalActionManager.IActiveChecker
Checks whether the command with the given identifier should be considered active.
isActive(String) - Method in interface org.eclipse.jface.action.ExternalActionManager.ICallback
Checks whether the item matching this identifier is active.
isActive(String) - Method in interface org.eclipse.ui.navigator.INavigatorContentService
See above for the definition of active.
isActive(String) - Method in interface org.eclipse.ui.navigator.INavigatorFilterService
 
isActive(IEvaluationContext) - Method in interface org.eclipse.ui.contexts.IContextActivation
Deprecated.
Use IEvaluationResultCache.evaluate(IEvaluationContext) instead.
isActive(IEvaluationContext) - Method in interface org.eclipse.ui.handlers.IHandlerActivation
Deprecated.
Use IEvaluationResultCache.evaluate(IEvaluationContext) instead.
isActiveBindingsChanged() - Method in class org.eclipse.jface.bindings.BindingManagerEvent
Returns whether the active bindings have changed.
isActiveBindingsChangedFor(ParameterizedCommand) - Method in class org.eclipse.jface.bindings.BindingManagerEvent
Computes whether the active bindings have changed for a given command identifier.
isActiveByDefault() - Method in interface org.eclipse.ui.navigator.ICommonFilterDescriptor
 
isActiveByDefault() - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
The enabledByDefault attribute specifies whether an extension should be activated in the context of a viewer automatically.
isActiveContextsChanged() - Method in class org.eclipse.core.commands.contexts.ContextManagerEvent
Returns whether the active context identifiers have changed.
isActiveEditor(MPart) - Method in class org.eclipse.ui.internal.WorkbookEditorsHandler
True if the given model represents the active editor
isActiveSchemeChanged() - Method in class org.eclipse.jface.bindings.BindingManagerEvent
Returns whether or not the active scheme changed.
isADD(Event) - Static method in class org.eclipse.e4.ui.workbench.UIEvents
 
isAddedToToolbar(String) - Method in class org.eclipse.help.webapp.AbstractButton
Determines whether this button should be true if the button should be added to particular toolbar
isAddition() - Method in class org.eclipse.core.databinding.observable.list.ListDiffEntry
 
ISafeRunnable - Interface in org.eclipse.core.runtime
Safe runnables represent blocks of code and associated exception handlers.
ISafeRunnableRunner - Interface in org.eclipse.jface.util
Runs a safe runnables.
ISafeRunnableWithResult<T> - Interface in org.eclipse.core.runtime
Safe runnables represent blocks of code and associated exception handlers.
isAffectingReplace() - Method in class org.eclipse.jface.text.DefaultPositionUpdater
Returns whether the current event describes a well formed replace by which the current position is directly affected.
isAggregateWorkingSet() - Method in class org.eclipse.ui.internal.AggregateWorkingSet
 
isAggregateWorkingSet() - Method in class org.eclipse.ui.internal.WorkingSet
 
isAggregateWorkingSet() - Method in interface org.eclipse.ui.IWorkingSet
Returns whether this working set is an aggregate working set or not.
isAllocated() - Method in interface org.eclipse.debug.core.model.IValue
Returns whether this value is currently allocated.
isAllowMultiple() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
isAllowMultiple() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Returns the value of the 'Allow Multiple' attribute.
isAncestorVisible() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Return whether the ancestor pane is visible or not.
isAnsiConsoleEnabled() - Static method in class org.eclipse.ui.console.IOConsole
Check if the current console currently interprets ANSI escape sequences or if it is disabled.
isApplicable() - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Checks whether the refactoring is applicable to the elements to be refactored or not.
isApplicable() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Checks whether the processor is applicable to the elements to be refactored or not.
isApplicable(IAction) - Method in interface org.eclipse.jface.action.ExternalActionManager.IExecuteApplicable
Allow the callback to filter out actions that should not fire execution events.
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.
isApplicableTo(Object) - Method in interface org.eclipse.ui.internal.IObjectContributor
Returns true if this contributor should be considered for the given object.
isApplicableTo(Object) - Method in class org.eclipse.ui.internal.ObjectActionContributor
Returns true if name filter is not specified for the contribution or the current selection matches the filter.
isApplicableTo(List, IObjectContributor) - Method in class org.eclipse.ui.internal.ObjectContributorManager
Return whether the given contributor is applicable to all elements in the list.
isApplicableTo(IStructuredSelection, IObjectContributor) - Method in class org.eclipse.ui.internal.ObjectContributorManager
Return whether the given contributor is applicable to all elements in the selection.
isApplicationMenu(String) - Method in class org.eclipse.ui.application.ActionBarAdvisor
Returns whether the menu with the given id is an application menu of the given window.
isApplicationMenu(String) - Method in class org.eclipse.ui.internal.WorkbenchWindow
 
isApplicationMenu(String) - Method in interface org.eclipse.ui.IWorkbenchWindow
Returns whether the specified menu is an application menu as opposed to a part menu.
isApplicationMenu(IWorkbenchWindowConfigurer, String) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated.
since 3.1, override ActionBarAdvisor.isApplicationMenu(String) instead
isApplyFileStatePolicy() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns whether file states are discarded according to the policy specified by setFileStateLongevity(long), setMaxFileStates(int) and setMaxFileStateSize(long) methods.
isArchive() - Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked archive.
isArchive() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if this is an archive URI.
isArchiveScheme(String) - Static method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if the specified value would be valid as the scheme of an archive URI; false otherwise.
isAssignableFromTo(Object, Object) - Method in class org.eclipse.core.databinding.UpdateListStrategy
Returns Boolean.TRUE if the from type is assignable to the to type, or Boolean.FALSE if it not, or null if unknown.
isAssociatedWith(String) - Method in interface org.eclipse.core.runtime.content.IContentType
Returns whether this content type is associated with the given file name.
isAssociatedWith(String, IScopeContext) - Method in interface org.eclipse.core.runtime.content.IContentType
Returns whether this content type is associated with the given file name in the given preference scope.
isAttributeModified(String) - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Check if the given attribute has the same value than the one from its prototype.
isAutoActivated - Variable in class org.eclipse.jface.text.contentassist.ContentAssistEvent
Tells, whether content assist was triggered by auto activation.
isAutoBuilding() - Method in interface org.eclipse.core.resources.IWorkspace
Returns whether this workspace performs autobuilds.
isAutoBuilding() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns whether this workspace performs autobuilds.
isAutoDirection() - Method in class org.eclipse.swt.widgets.Widget
Returns true if the widget has auto text direction, and false otherwise.
isAutoInsertable() - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension4
Returns true if the proposal may be automatically inserted, false otherwise.
isAutoInsertable() - Method in class org.eclipse.jface.text.templates.Template
Returns the auto insertable property of the template.
isAutoScalable() - Method in interface org.eclipse.swt.graphics.Drawable
Returns true iff coordinates can be auto-scaled on this drawable and false if not.
isAutoScalable() - Method in class org.eclipse.swt.printing.Printer
 
isAutoUpdate() - Method in interface org.eclipse.ui.forms.IMessageManager
Tests whether the form will be automatically updated when messages are added or removed.
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.browser.IBrowserFactory
Checks whether the factory can work on the user system.
ISaveableFilter - Interface in org.eclipse.ui
A filter for selecting Saveables.
ISaveablePart - Interface in org.eclipse.ui
Workbench parts implement or adapt to this interface to participate in the enablement and execution of the Save and Save As actions.
ISaveablePart2 - Interface in org.eclipse.ui
Workbench parts implement or adapt to this interface to participate in actions that require a prompt for the user to provide input on what to do with unsaved data when the part is closed or the Workbench is shut down.
ISaveablesLifecycleListener - Interface in org.eclipse.ui
Listener for events fired by implementers of ISaveablesSource.
ISaveablesSource - Interface in org.eclipse.ui
Represents a source of Saveable objects (units of saveability).
ISaveableWorkbenchPart - Interface in org.eclipse.team.ui
ISaveContext - Interface in org.eclipse.core.resources
A context for workspace save operations.
ISavedState - Interface in org.eclipse.core.resources
A data structure returned by IWorkspace.addSaveParticipant(org.eclipse.core.runtime.Plugin, ISaveParticipant) containing a save number and an optional resource delta.
ISaveHandler - Interface in org.eclipse.e4.ui.workbench.modeling
 
ISaveHandler.Save - Enum Class in org.eclipse.e4.ui.workbench.modeling
 
ISaveParticipant - Interface in org.eclipse.core.resources
A participant in the saving of the workspace.
ISavingSaveable - Interface in org.eclipse.compare.internal
Interface defines API for checking if an object, preferably an instance of Saveable, is being saved.
isBackEnabled() - Method in class org.eclipse.swt.browser.Browser
Returns true if the receiver can navigate to the previous session history item, and false otherwise.
isBackgroundImageClipped() - Method in class org.eclipse.ui.forms.widgets.Form
Deprecated.
due to the underlying widget limitations, background image is always clipped.
isBackgroundImageTiled() - Method in class org.eclipse.ui.forms.widgets.Form
Tests if the background image is tiled to cover the entire area of the form heading.
isBidiPlatform() - Static method in class org.eclipse.swt.internal.BidiUtil
Return whether or not the platform supports a bidi language.
isBigEndian() - Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether this byte of memory is big endian.
isBlocking() - Method in class org.eclipse.core.runtime.jobs.Job
Returns whether this job is blocking a higher priority non-system job from starting due to a conflicting scheduling rule.
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.
isBlockSelectionModeEnabled() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isBlockSelectionModeEnabled() - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension5
Returns true if the receiver is in block (aka column) selection mode, false otherwise.
isBlockSelectionModeSupported() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Tells whether selection mode is supported.
isBold(FontData) - Static method in class org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelper
 
isBooleanPreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isBooleanPreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for a boolean preference?
isBuffered() - Method in interface org.eclipse.debug.core.model.IFlushableStreamMonitor
Returns whether the contents of this monitor's underlying stream is buffered.
isBuilding(int) - Method in interface org.eclipse.core.resources.ICommand
Returns whether this build command responds to the given kind of build.
isBuildRunning() - Static method in class org.eclipse.ant.core.AntRunner
Returns whether an Ant build is already in progress Only one Ant build can occur at any given time.
isBundleLoadedForExecutableExtension(IConfigurationElement, String) - Static method in class org.eclipse.ui.internal.WorkbenchPlugin
Checks to see if the provided element has the syntax for an executable extension with a given name that resides in a bundle that is already active.
isBusy() - Method in class org.eclipse.jface.viewers.ColumnViewer
Returns true if this viewer is currently busy processing a refresh, add, remove, insert, replace, setItemCount, expandToLevel, update, setExpandedElements, or similar method that may make calls to client code.
isBusy() - Method in class org.eclipse.ui.forms.widgets.Form
Tests if the form is in the 'busy' state.
isBusy(Object) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
Return whether the given element is busy (i.e. is involved in an operation.
isCached(IJSchLocation) - Method in interface org.eclipse.jsch.core.IPasswordStore
This method will check if the password is cached or not.
isCacheReadOnly(int) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Returns the read-only status of the registry cache location.
isCamelCasePattern() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.ItemsFilter
Checks whether the pattern's match rule is camel case.
isCanceled() - Method in interface org.eclipse.core.runtime.IProgressMonitor
Returns whether cancelation of current operation has been requested.
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 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.SlicedProgressMonitor
 
isCanceled() - Method in class org.eclipse.core.runtime.SubMonitor
 
isCanceled() - Method in interface org.eclipse.debug.core.IRequest
Returns whether this request has been canceled.
isCanceled() - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
 
isCanceled() - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
 
isCanceled() - Method in class org.eclipse.ltk.core.refactoring.participants.ReorgExecutionLog
Returns true if the reorg refactoring got canceled; otherwise false
isCancelEnabled() - Method in interface org.eclipse.jface.action.IStatusLineManager
Returns whether the cancel button on the status line's progress monitor is enabled.
isCancelEnabled() - Method in class org.eclipse.jface.action.StatusLineManager
 
isCancelEnabled() - Method in class org.eclipse.jface.action.SubStatusLineManager
 
isCandidate(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate
Returns whether the given launch configuration requires migration.
isCarbon() - Static method in class org.eclipse.jface.util.Util
Deprecated.
isCarriageReturnAsControlCharacter() - Method in class org.eclipse.ui.console.IOConsole
Check if carriage returns (\r) in console output are interpreted as control characters.
isCaseIgnored() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Returns if sorting, filtering and folding is case sensitive.
isCaseSensitive() - Method in interface org.eclipse.core.filesystem.IFileSystem
Returns whether this file system is case sensitive.
isCaseSensitive() - Method in class org.eclipse.core.filesystem.provider.FileSystem
This is the default implementation of IFileSystem.isCaseSensitive().
isCaseSensitiveSearch() - Method in class org.eclipse.search.ui.text.TextSearchQueryProvider.TextSearchInput
Returns whether the search is a case sensitive search or not.
isCategory(IInstallableUnit) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
Test if the IInstallableUnit is a category.
isCategoryChanged() - Method in class org.eclipse.core.commands.CommandEvent
Returns whether or not the category property changed.
isCategoryChanged() - Method in class org.eclipse.core.commands.CommandManagerEvent
Returns whether the list of defined category identifiers has changed.
isCategoryDefined() - Method in class org.eclipse.core.commands.CommandManagerEvent
Returns whether the category identifier became defined.
isCellEditorActive() - Method in class org.eclipse.jface.viewers.ColumnViewer
Returns whether there is an active cell editor.
isChanged() - Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether this memory byte has changed.
isChangeIgnored(int) - Method in class org.eclipse.compare.CompareConfiguration
Return if a given change kind is ignored while computing differences between documents.
isChangeInformationShowing() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
 
isChangeInformationShowing() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isChangeInformationShowing() - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension3
Returns the quick diff display state.
isChangeOfInterest(IResourceDelta) - Method in class org.eclipse.team.core.mapping.ChangeTracker
Return whether the given delta represents a change of interest.
isCheckableViewer() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns whether the control should make the refactorings checkable.
isChecked() - Method in class org.eclipse.jface.action.Action
 
isChecked() - Method in interface org.eclipse.jface.action.IAction
Returns the checked status of this action.
isChecked() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
isChecked(Object) - Method in interface org.eclipse.jface.viewers.ICheckStateProvider
Indicates if an element's representation should appear as checked or gray instead of unchecked.
ISchedulableOperation - Interface in org.eclipse.core.runtime.jobs
An interface to mark an operation that needs an ISchedulingRule.
ISchedulingRule - Interface in org.eclipse.core.runtime.jobs
Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
ISchedulingRuleProvider - Interface in org.eclipse.ui.texteditor
A scheduling rule provider provides a scheduling rule which can be used when running operations.
ISchemeListener - Interface in org.eclipse.jface.bindings
An instance of ISchemeListener can be used by clients to receive notification of changes to one or more instances of IScheme.
isClipped() - Method in class org.eclipse.swt.graphics.GC
Returns true if the receiver has a clipping region set into it, and false otherwise.
isClosable(MPart) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
 
isCloseable() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
isCloseable() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Returns the value of the 'Closeable' attribute.
isCloseable() - Method in class org.eclipse.e4.ui.model.application.ui.advanced.impl.PlaceholderImpl
isCloseable() - Method in interface org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder
Returns the value of the 'Closeable' attribute.
isCloseable() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
isCloseable() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MPart
Returns the value of the 'Closeable' attribute.
isCloseable() - Method in interface org.eclipse.ui.IViewLayout
Returns whether the view is closeable.
isCloseable() - Method in interface org.eclipse.ui.views.IStickyViewDescriptor
Return whether this view should be closeable.
isClosed() - Method in class org.eclipse.ui.console.IOConsoleOutputStream
Returns true if the stream has been closed
isCloseSupported() - Method in interface org.eclipse.help.browser.IBrowser
Queries the browser if close method is supported.
isClosing() - Method in class org.eclipse.ui.internal.Workbench
 
isClosing() - Method in class org.eclipse.ui.internal.WorkbenchWindow
 
isClosing() - Method in interface org.eclipse.ui.IWorkbench
Returns a boolean indicating whether the workbench is in the process of closing.
isClosing() - Method in interface org.eclipse.ui.IWorkbenchWindow
Returns a boolean indicating whether the workbench window is in the process of closing.
isClosing(BundleFile) - Method in class org.eclipse.osgi.storage.bundlefile.MRUBundleFileList
Returns true if this MRUBundleFileList is currently closing the specified bundle file on the current thread.
IScmUrlImportWizardPage - Interface in org.eclipse.team.ui
IScmUrlImportWizardPage defines the interface that users of the extension point org.eclipse.team.ui.scmUrlImportPages must implement.
isCocoa() - Static method in class org.eclipse.jface.util.Util
Common WS query helper method.
isCollapsed() - Method in class org.eclipse.jface.text.source.projection.ProjectionAnnotation
Returns the state of this annotation.
isCollapseEvent(ColumnViewer, ViewerCell, Event) - Method in class org.eclipse.jface.viewers.CellNavigationStrategy
 
isColorName(String) - Static method in class org.eclipse.e4.ui.css.core.css2.CSS2ColorHelper
Return true if value is color name (ex : white) and false otherwise.
isColumnSelected(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns a boolean value indicating whether the specified column is completely selected.
isColumnSelected(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns a boolean value indicating whether the specified column is completely selected.
isColumnSupported(RulerColumnDescriptor) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.ColumnSupport
 
isColumnSupported(RulerColumnDescriptor) - Method in interface org.eclipse.ui.texteditor.rulers.IColumnSupport
Returns true if the column described by descriptor is supported by the receiver's editor, false if id is not the identifier of a known column contribution, if the column does not target the editor, or if the editor does not support contributed columns.
isColumnVisible(int) - Method in class org.eclipse.jface.viewers.ViewerRow
Returns true if the column with the given index is visible
isColumnVisible(RulerColumnDescriptor) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.ColumnSupport
 
isColumnVisible(RulerColumnDescriptor) - Method in interface org.eclipse.ui.texteditor.rulers.IColumnSupport
Returns true if the column described by descriptor is currently showing, false if not.
isCommandChanged() - Method in class org.eclipse.core.commands.CommandManagerEvent
Returns whether the list of defined command identifiers has changed.
isCommandDefined() - Method in class org.eclipse.core.commands.CommandManagerEvent
Returns whether the command identifier became defined.
isCommitable() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns whether this file buffer is commitable.
isCompareInputFor(Object) - Method in interface org.eclipse.team.ui.mapping.ISynchronizationCompareInput
Return whether this compare input matches the given object for the purpose of change navigation.
isComparisonFailure() - Method in class org.eclipse.unittest.model.ITestElement.FailureTrace
Returns true in case of comparison failure.
isCompatible(Object) - Method in class org.eclipse.core.commands.ParameterType
Returns whether the provided value is compatible with this parameter type.
isCompatibleWith(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Compares two version identifiers for compatibility.
isCompatibleWith(IPropertyDescriptor) - Method in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Returns whether this property descriptor and the given one are compatible.
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
isComplete() - Method in class org.eclipse.jface.bindings.keys.KeySequence
Returns whether or not this key sequence is complete.
isComplete() - Method in class org.eclipse.jface.bindings.keys.KeyStroke
Returns whether or not this key stroke is complete.
isComplete() - Method in class org.eclipse.ui.keys.KeySequence
Deprecated.
Returns whether or not this key sequence is complete.
isComplete() - Method in class org.eclipse.ui.keys.KeyStroke
Deprecated.
Returns whether or not this key stroke is complete.
isCompletionProposalAutoActivation(char, ITextViewer, int) - Method in interface org.eclipse.jface.text.contentassist.IContentAssistProcessorExtension
Check if the given event should trigger an automatic completion proposal activation
isCompletionProposalTriggerCharsEnabled() - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
Returns whether completion trigger char are enabled.
isComposite() - Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
 
isComposite() - Method in class org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer
 
isComposite() - Method in class org.eclipse.debug.core.sourcelookup.containers.ContainerSourceContainer
 
isComposite() - Method in class org.eclipse.debug.core.sourcelookup.containers.DirectorySourceContainer
 
isComposite() - Method in class org.eclipse.debug.core.sourcelookup.containers.ProjectSourceContainer
 
isComposite() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainer
Returns whether this container is a composite container.
isCompound() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns whether the change was a compound change or not.
isConcrete() - Method in class org.eclipse.ui.views.markers.internal.ConcreteMarker
 
isConcrete() - Method in class org.eclipse.ui.views.markers.internal.MarkerNode
Return whether or not this is a concrete node
isConfigurable() - Method in interface org.eclipse.core.resources.ICommand
Returns whether this command allows configuring of what kinds of builds it responds to.
isConflicting(ISchedulingRule) - Method in interface org.eclipse.core.runtime.jobs.ISchedulingRule
Returns whether this scheduling rule is compatible with another scheduling rule.
isConflicting(ISchedulingRule) - Method in class org.eclipse.core.runtime.jobs.MultiRule
 
isConsistentItem(Object) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.ItemsFilter
Checks consistency of an item.
isConsistentItem(Object) - Method in class org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog.ResourceFilter
 
isConsoleAutoScrollLock() - Method in class org.eclipse.ui.console.TextConsole
Returns the user preference for enabling auto scroll lock feature.
isContained(Module.StartOptions...) - Method in enum class org.eclipse.osgi.container.Module.StartOptions
Tests if this option is contained in the specified options
isContained(Module.StopOptions...) - Method in enum class org.eclipse.osgi.container.Module.StopOptions
Tests if this option is contained in the specified options
isContainer() - Method in class org.eclipse.debug.ui.DeferredDebugElementWorkbenchAdapter
Deprecated.
 
isContainer() - Method in interface org.eclipse.team.core.variants.IResourceVariant
Answers if the remote resource may have children.
isContainer() - Method in interface org.eclipse.ui.progress.IDeferredWorkbenchAdapter
Returns whether this adapter may have children.
isContentCreated() - Method in interface org.eclipse.jface.wizard.IWizardNode
Returns whether a wizard has been created for this node.
isContentDependent() - Method in class org.eclipse.compare.internal.MergeViewerAction
 
isContentsCached() - Method in class org.eclipse.team.core.variants.CachedResourceVariant
Return whether there are already contents cached for this resource variant.
isContextChanged() - Method in class org.eclipse.core.commands.contexts.ContextManagerEvent
Returns whether the list of defined context identifiers has changed.
isContextDefined() - Method in class org.eclipse.core.commands.contexts.ContextManagerEvent
Returns whether the context identifier became defined.
isContextHelpDisplayed() - Method in interface org.eclipse.help.IHelp
Deprecated.
Use WorkbenchHelp.isContextHelpDisplayed() instead.
isContextHelpDisplayed() - Method in class org.eclipse.help.ui.internal.DefaultHelpUI
Returns true if the context-sensitive help window is currently being displayed, false if not.
isContextHelpDisplayed() - Method in class org.eclipse.ui.help.AbstractHelpUI
Returns whether the context-sensitive help window is currently being displayed.
isContextHelpDisplayed() - Method in interface org.eclipse.ui.help.IWorkbenchHelpSystem
Returns whether the context-sensitive help window is currently being displayed.
isContextInfoPopupActive() - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
Returns whether the context information popup is active.
isContextInformationAutoActivation(char, ITextViewer, int) - Method in interface org.eclipse.jface.text.contentassist.IContentAssistProcessorExtension
Check if the given event should trigger an automatic context info activation
isContextInformationValid(int) - Method in class org.eclipse.jface.contentassist.SubjectControlContextInformationValidator
Deprecated.
 
isContextInformationValid(int) - Method in class org.eclipse.jface.text.contentassist.ContextInformationValidator
 
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.
isContributed() - Method in interface org.eclipse.core.variables.IValueVariable
Returns whether this variable was contributed by an extension.
isControlCreated() - Method in class org.eclipse.jface.dialogs.DialogPage
Tests whether this page's UI content has already been created.
isControlOkToUse() - Method in class org.eclipse.compare.internal.MergeSourceViewer
 
IScope - Interface in org.eclipse.core.runtime.preferences
Clients contributing a scope to the Eclipse preference system must implement this interface to aid Eclipse in creating a new node for the hierarchy.
IScopeContext - Interface in org.eclipse.core.runtime.preferences
Clients implement this interface to provide context to a particular scope.
IScopeHandle - Interface in org.eclipse.help.base
Container class for associating AbstractHelpScopes with an ID
isCopyEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the copy action.
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.
isCorrect(Object) - Method in class org.eclipse.jface.viewers.CellEditor
Returns whether the given value is valid for this cell editor.
isCREATE(Event) - Static method in class org.eclipse.e4.ui.workbench.UIEvents
 
isCreatedBeforeRevocation(PGPSignature, PGPPublicKey) - Method in class org.eclipse.equinox.p2.repository.spi.PGPPublicKeyService
Returns whether the signature's creation time is before the key's verified revocation date, if that key has one.
IScrollLockStateProvider - Interface in org.eclipse.ui.console
A scroll lock provider allows a client to control the scroll lock state of its container, e.g. a view.
isCSSPropertyComposite(String) - Method in class org.eclipse.e4.ui.css.core.dom.properties.css2.AbstractCSSPropertyBackgroundCompositeHandler
 
isCSSPropertyComposite(String) - Method in class org.eclipse.e4.ui.css.core.dom.properties.css2.AbstractCSSPropertyBorderCompositeHandler
 
isCSSPropertyComposite(String) - Method in class org.eclipse.e4.ui.css.core.dom.properties.css2.AbstractCSSPropertyFontCompositeHandler
 
isCSSPropertyComposite(String) - Method in interface org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyCompositeHandler
Return true if property is CSS Property composite and false otherwise.
isCurrent() - Method in class org.eclipse.core.databinding.observable.Realm
 
isCurrent() - Method in class org.eclipse.jface.databinding.swt.DisplayRealm
 
isCurrent() - Method in class org.eclipse.osgi.container.ModuleWiring
 
isCurrent() - Method in class org.eclipse.swt.opengl.GLCanvas
Returns a boolean indicating whether the receiver's OpenGL context is the current context.
isCurrent(IProfile) - Method in interface org.eclipse.equinox.p2.engine.IProfileRegistry
Check if the given profile from this profile registry is up-to-date.
isCurrentDocumentReference() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if this is a current document reference; that is, if it is a relative hierarchical URI with no authority, device or query components, and no path segments; false is returned otherwise.
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.
isCustom() - Method in class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Deprecated.
 
isCustom() - Method in class org.eclipse.text.templates.TemplatePersistenceData
Returns whether the receiver represents a custom template, i.e. is either a user-added template or a contributed template that has been modified.
isCutEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the cut action.
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.
isDebugEnabled() - Method in class org.eclipse.e4.core.services.log.Logger
 
isDebugEnabled() - Method in interface org.eclipse.osgi.service.debug.DebugOptions
Returns true if debugging/tracing is currently enabled.
isDebugging() - Method in class org.eclipse.core.runtime.Plugin
Returns whether this plug-in is in debug mode.
isDeclaringPluginActive() - Method in interface org.eclipse.core.expressions.IPropertyTester
Returns true if the implementation class of this property tester can be loaded.
isDeclaringPluginActive() - Method in class org.eclipse.core.expressions.PropertyTester
 
isDecorationEnabled() - Method in class org.eclipse.team.ui.mapping.SynchronizationLabelProvider
 
isDecorationEnabled() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
Return whether the label provider should decorate with the synchronization state.
isDecorationEnabled(Object) - Method in interface org.eclipse.team.ui.mapping.ITeamStateProvider
Return whether decoration is enabled for the given model element.
isDecorationEnabled(Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationStateTester
Return whether decoration is enabled for the given model element in the context to which this tester is associated.
isDecorationEnabled(Object) - Method in class org.eclipse.team.ui.synchronize.TeamStateProvider
Determine if the decorator for the element is enabled by consulting the teamDecorator extension point to determine the decorator id associated with the resources the element maps to.
isDefault() - Method in class org.eclipse.ant.core.Property
Returns whether this Ant property has been created because of an extension point definition.
isDefault() - Method in class org.eclipse.ant.core.TargetInfo
Returns whether this is the build file default target.
isDefault() - Method in class org.eclipse.ui.texteditor.spelling.SpellingEngineDescriptor
Reads (if needed) and returns the default attribute value of this extension.
isDefault(String) - Method in class org.eclipse.compare.internal.OverlayPreferenceStore
 
isDefault(String) - Method in class org.eclipse.core.runtime.Preferences
Deprecated.
Returns whether the property with the given name has the default value in virtue of having no explicitly set value.
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.
isDefault(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
isDefault(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
isDefault(String) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
isDefaultContext(ContextController) - Method in class org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl
 
isDefaultEnabled() - Method in interface org.eclipse.ui.activities.IActivity
Returns whether or not this instance should be enabled by default.
isDefaultLimitEnabled() - Static method in class org.eclipse.ui.internal.LargeFileLimitsPreferenceHandler
 
isDefaultNamespace(String) - Method in class org.eclipse.e4.ui.css.core.dom.ElementAdapter
 
isDeferred() - Method in class org.eclipse.help.webapp.AbstractView
Used to allow for views whose loading is deferred until their contents are visible
isDeferredAdapter(Object) - Method in class org.eclipse.ui.progress.DeferredTreeContentManager
Return whether or not the element is or adapts to an IDeferredWorkbenchAdapter.
isDefined() - Method in class org.eclipse.core.commands.common.HandleObject
Whether this instance is defined.
isDefined() - Method in interface org.eclipse.ui.activities.IActivity
Returns whether or not this instance is defined.
isDefined() - Method in interface org.eclipse.ui.activities.ICategory
Returns whether or not this instance is defined.
isDefined() - Method in interface org.eclipse.ui.contexts.IContext
Deprecated.
Returns whether or not this instance is defined.
isDefined(String) - Method in interface org.eclipse.core.resources.IPathVariableManager
Returns true if the given variable is defined and false otherwise.
isDefinedChanged() - Method in class org.eclipse.core.commands.common.AbstractHandleObjectEvent
Returns whether or not the defined property changed.
isDelayedReflow() - Method in class org.eclipse.ui.forms.widgets.SharedScrolledComposite
Tests if the control uses delayed reflow.
isDeleteContents() - Method in class org.eclipse.ltk.core.refactoring.resource.DeleteResourcesDescriptor
true is returned if projects contents are also deleted.
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() - Method in class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Deprecated.
 
isDeleted() - Method in class org.eclipse.text.edits.TextEdit
Returns whether this edit has been deleted or not.
isDeleted() - Method in class org.eclipse.text.templates.TemplatePersistenceData
Returns the deletion state of the stored template.
isDeleted(Object) - Method in class org.eclipse.compare.internal.ListContentProvider
 
isDeleted(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
isDeleted(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
isDeleted(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isDeleted(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
isDeleted(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isDeleted(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Returns whether the given element has been deleted.
isDeleteEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the delete action.
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.
isDerived() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource subtree is marked as derived.
isDerived() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is derived.
isDerived(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource subtree is marked as derived.
isDescriptionChanged() - Method in class org.eclipse.core.commands.common.AbstractNamedHandleEvent
Returns whether or not the description property changed.
isDestinationPathValid(IResource, int) - Method in class org.eclipse.ui.ide.undo.CopyResourcesOperation
Return a boolean indicating whether the proposed destination path for a resource is valid.
isDestinationPathValid(IResource, int) - Method in class org.eclipse.ui.ide.undo.CopyProjectOperation
 
isDestinationPathValid(IResource, int) - Method in class org.eclipse.ui.ide.undo.MoveProjectOperation
 
isDetachable(MPart) - Method in class org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer
 
isDetectRoot() - Method in class org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer
Returns whether root paths are automatically detected in this archive source container.
isDetectRoot() - Method in class org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer
Returns whether root paths are automatically detected in this archive source container.
isDialogHelpAvailable() - Static method in class org.eclipse.jface.dialogs.TrayDialog
Tests if dialogs that have help control should show it all the time or only when explicitly requested for each dialog instance.
isDirect - Variable in class org.eclipse.swt.graphics.PaletteData
true if the receiver is a direct palette, and false otherwise
isDirect() - Method in class org.eclipse.swt.widgets.TouchSource
Returns the type of touch input this source generates, true for direct or false for indirect.
isDirectory() - Method in interface org.eclipse.core.filesystem.IFileInfo
Returns whether this file is a directory, or false if this file does not exist.
isDirectory() - Method in class org.eclipse.core.filesystem.provider.FileInfo
 
isDirectory() - Method in class org.eclipse.osgi.storage.BundleInfo.Generation
 
isDirectory() - Method in class org.eclipse.ui.dialogs.FileSystemElement
 
isDirectory(File) - Method in class org.eclipse.osgi.framework.util.SecureAction
Returns true if a file is a directory, otherwise false is returned.
isDirty() - Method in class org.eclipse.compare.CompareEditorInput
Returns true if there are unsaved changes.
isDirty() - Method in class org.eclipse.compare.internal.BufferedResourceNode
 
isDirty() - Method in class org.eclipse.compare.internal.CompareEditor
 
isDirty() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns whether changes have been applied to this file buffer since initialization, or the most recent revert or commit call.
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.debug.ui.AbstractLaunchConfigurationTab
Returns if this tab has pending changes that need to be saved.
isDirty() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
 
isDirty() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl
isDirty() - Method in interface org.eclipse.e4.ui.model.application.ui.MDirtyable
Returns the value of the 'Dirty' attribute.
isDirty() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns false.
isDirty() - Method in class org.eclipse.jface.action.ContributionManager
 
isDirty() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is dirty.
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.SubContributionItem
 
isDirty() - Method in class org.eclipse.jface.action.SubContributionManager
 
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
Returns whether ole document is dirty by checking whether the content of the file representing the document is dirty.
isDirty() - Method in class org.eclipse.team.ui.mapping.SaveableComparison
Returns whether the contents of this saveable have changed since the last save operation.
isDirty() - Method in class org.eclipse.team.ui.PageSaveablePart
Deprecated.
 
isDirty() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart
Deprecated.
 
isDirty() - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
 
isDirty() - Method in class org.eclipse.ui.actions.CompoundContributionItem
 
isDirty() - Method in class org.eclipse.ui.actions.PerspectiveMenu
 
isDirty() - Method in class org.eclipse.ui.forms.AbstractFormPart
Tests whether the part is dirty i.e. its widgets have state that is newer than the data in the model.
isDirty() - Method in class org.eclipse.ui.forms.DetailsPart
Tests if the currently visible page is dirty.
isDirty() - Method in class org.eclipse.ui.forms.editor.FormEditor
Tests whether the editor is dirty by checking all the pages that implement IFormPage.
isDirty() - Method in class org.eclipse.ui.forms.editor.FormPage
Implemented by testing if the managed form is dirty.
isDirty() - Method in class org.eclipse.ui.forms.editor.SharedHeaderFormEditor
 
isDirty() - Method in interface org.eclipse.ui.forms.IFormPart
Returns true if the part has been modified with respect to the data loaded from the model.
isDirty() - Method in interface org.eclipse.ui.forms.IManagedForm
Tests if form is dirty.
isDirty() - Method in class org.eclipse.ui.forms.ManagedForm
 
isDirty() - Method in class org.eclipse.ui.internal.CoolBarToTrimManager
 
isDirty() - Method in class org.eclipse.ui.internal.DefaultSaveable
 
isDirty() - Method in class org.eclipse.ui.internal.ErrorEditorPart
 
isDirty() - Method in class org.eclipse.ui.internal.ShowInMenu
 
isDirty() - Method in class org.eclipse.ui.internal.SwitchToWindowMenu
Overridden to always return true and force dynamic menu building.
isDirty() - Method in class org.eclipse.ui.internal.WorkbenchPartReference
 
isDirty() - Method in interface org.eclipse.ui.ISaveablePart
Returns whether the contents of this part have changed since the last save operation.
isDirty() - Method in interface org.eclipse.ui.IWorkbenchPartReference
Returns whether the part is dirty (i.e. has unsaved changes).
isDirty() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
isDirty() - Method in class org.eclipse.ui.part.AbstractMultiEditor
 
isDirty() - Method in class org.eclipse.ui.part.EditorPart
 
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.Saveable
Returns whether the contents of this saveable have changed since the last save operation.
isDirty() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isDirty() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.TextEditorSavable
 
isDirty() - Method in class org.eclipse.ui.views.markers.internal.DialogMarkerProperties
 
isDirtyable() - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl
Deprecated.
See model documentation for details.
isDirtyable() - Method in interface org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Deprecated.
dirtyable is managed by part.
isDirtyStateSupported() - Method in interface org.eclipse.ui.ISecondarySaveableSource
Whether the dirty state changes should be supported by the framework if the part directly implements ISecondarySaveableSource.
isDirtyStateSupported() - Method in class org.eclipse.ui.navigator.resources.ProjectExplorer
 
isDirtyStateSupported() - Method in class org.eclipse.ui.views.properties.PropertySheet
Defines the dirty state indication behavior of the PropertySheet instance for the current tracked part if it is a ISaveablePart instance or provides an adapter to ISaveablePart.
isDirtyStateSupported(IWorkbenchPart) - Static method in class org.eclipse.ui.internal.SaveableHelper
 
isDisconnected() - Method in class org.eclipse.debug.core.Launch
Returns whether all of the contained targets and processes are disconnected.
isDisconnected() - Method in interface org.eclipse.debug.core.model.IDisconnect
Returns whether this element is disconnected.
isDisplayingError() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Returns whether the error page is displayed.
isDisplayModal(Shell) - Static method in class org.eclipse.help.ui.internal.DefaultHelpUI
 
isDisposed() - Method in class org.eclipse.core.databinding.observable.AbstractObservable
 
isDisposed() - Method in interface org.eclipse.core.databinding.observable.IObservable
Returns whether the observable has been disposed
isDisposed() - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
isDisposed() - Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
 
isDisposed() - Method in class org.eclipse.core.databinding.observable.sideeffect.CompositeSideEffect
 
isDisposed() - Method in interface org.eclipse.core.databinding.observable.sideeffect.ISideEffect
Returns true if this side-effect has been disposed.
isDisposed() - Method in class org.eclipse.core.databinding.ValidationStatusProvider
 
isDisposed() - Method in class org.eclipse.swt.browser.BrowserFunction
Returns true if this BrowserFunction has been disposed and false otherwise.
isDisposed() - Method in class org.eclipse.swt.dnd.Clipboard
Returns true if the clipboard 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.graphics.Cursor
Returns true if the cursor 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.Font
Returns true if the font 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.Image
Returns true if the image has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Path
Returns true if the Path has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Pattern
Returns true if the Pattern has been disposed, and false otherwise.
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.Resource
Returns true if the resource has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.TextLayout
Returns true if the text layout has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Transform
Returns true if the Transform 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.ui.internal.WorkbenchPartReference
 
isDisposed(Object) - Method in class org.eclipse.e4.ui.css.swt.resources.SWTResourcesRegistry
 
isDocumentAcquired() - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Is the document currently acquired?
isDocumentModified() - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Has the document been modified since it has been first acquired by the change?
isDoublePreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isDoublePreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for a double preference?
isDuplicateElement(Object) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Indicates whether the given item is a duplicate.
isDurableFolder(String, String) - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Returns true if the given folder in the given perspective should remain visible even after all parts in it have been closed by the user.
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.jface.action.ContributionItem
The default implementation of this IContributionItem method returns false.
isDynamic() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is dynamic.
isDynamic() - Method in class org.eclipse.jface.action.MenuManager
 
isDynamic() - Method in class org.eclipse.jface.action.SubContributionItem
 
isDynamic() - Method in class org.eclipse.jface.action.SubMenuManager
 
isDynamic() - Method in class org.eclipse.ui.actions.CompoundContributionItem
 
isDynamic() - Method in class org.eclipse.ui.actions.OpenWithMenu
 
isDynamic() - Method in class org.eclipse.ui.actions.PerspectiveMenu
 
isDynamic() - Method in class org.eclipse.ui.internal.ReopenEditorMenu
Overridden to always return true and force dynamic menu building.
isDynamic() - Method in class org.eclipse.ui.internal.ShowInMenu
Overridden to always return true and force dynamic menu building.
isDynamic() - Method in class org.eclipse.ui.internal.ShowViewMenu
Overridden to always return true and force dynamic menu building.
isDynamic() - Method in class org.eclipse.ui.internal.SwitchToWindowMenu
Overridden to always return true and force dynamic menu building.
isDynamic() - Method in class org.eclipse.ui.internal.WorkingSetMenuContributionItem
Overridden to always return true and force dynamic menu building.
isDynamicTest() - Method in interface org.eclipse.unittest.model.ITestCaseElement
Indicates if the test case is dynamic
ISearchDocument - Interface in org.eclipse.help.search
Represents a document in the search index.
ISearchEditorAccess - Interface in org.eclipse.search.ui.text
This interface allows editors to provide customized access to editor internals for the search implementation to highlight matches.
ISearchEngine - Interface in org.eclipse.help.search
A search engine that is a participant in the help search.
ISearchEngine2 - Interface in org.eclipse.help.search
An extension of the search engine interface that provides for opening of the results.
ISearchEngineResult - Interface in org.eclipse.help.search
A search result created by the help search engine.
ISearchEngineResult2 - Interface in org.eclipse.help.search
An extension of the search result interface that allows engines to define engine result icon for each search result.
ISearchEngineResultCollector - Interface in org.eclipse.help.search
A collector for the search hits (asynchronously) returned by the help search participants.
ISearchPage - Interface in org.eclipse.search.ui
Interface to be implemented by contributors to the extension point org.eclipse.search.searchPages.
ISearchPageContainer - Interface in org.eclipse.search.ui
Offers client access to the search dialog.
ISearchPageScoreComputer - Interface in org.eclipse.search.ui
Computes a score that is used by the search dialog to find the best fitting page for a selection when opened.
ISearchQuery - Interface in org.eclipse.search.ui
Represents a particular search query (in a Java example, a query might be "find all occurrences of 'foo' in workspace").
ISearchResult - Interface in org.eclipse.help.search
This class holds information for a single Search Result
ISearchResult - Interface in org.eclipse.search.ui
Implementors of this interface represent the result of a search.
ISearchResultListener - Interface in org.eclipse.search.ui
Listener interface for changes to an ISearchResult.
ISearchResultPage - Interface in org.eclipse.search.ui
Interface to be implemented by contributors to the extension point org.eclipse.search.searchResultViewPages.
ISearchResultViewPart - Interface in org.eclipse.search.ui
Interface for the search result view.
ISearchScope - Interface in org.eclipse.help.search
The generic search scope object.
ISearchScopeFactory - Interface in org.eclipse.help.ui
Creates search scope objects from the provided preference store.
ISearchScopePage - Interface in org.eclipse.help.ui
Preference pages that are used for editing help search scope settings should implement this interface.
isEclipseRuntimeRequired() - Method in interface org.eclipse.ant.core.IAntClasspathEntry
Returns whether this classpath entry requires the Eclipse runtime to be relevant.
isEclipseRuntimeRequired() - Method in class org.eclipse.ant.core.Property
Returns whether this property requires the Eclipse runtime to be relevant.
ISecondarySaveableSource - Interface in org.eclipse.ui
Interface for parts providing an adapter to ISaveablePart objects created or managed originally by other parts.
ISection - Interface in org.eclipse.ui.views.properties.tabbed
Represents a section of properties for a given input.
ISectionDescriptor - Interface in org.eclipse.ui.views.properties.tabbed
Represents a section descriptor on the tabbed property sections extensions.
ISectionDescriptorProvider - Interface in org.eclipse.ui.views.properties.tabbed
Represents a section descriptor provider for tabbed property sections.
ISecurePreferences - Interface in org.eclipse.equinox.security.storage
This interface describes functionality provided by secure preferences.
isEditable() - Method in interface org.eclipse.compare.IEditableContent
Returns true if this object can be modified.
isEditable() - Method in class org.eclipse.compare.ResourceNode
 
isEditable() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
If this node has a parent, return the editability of the parent.
isEditable() - Method in interface org.eclipse.jface.text.IFindReplaceTarget
Returns whether this target can be modified.
isEditable() - Method in interface org.eclipse.jface.text.ITextViewer
Returns whether the shown text can be manipulated.
isEditable() - Method in class org.eclipse.jface.text.TextViewer
 
isEditable() - Method in class org.eclipse.ui.internal.AggregateWorkingSet
Aggregates are not editable.
isEditable() - Method in class org.eclipse.ui.internal.WorkingSet
Returns whether this working set can be edited or not.
isEditable() - Method in interface org.eclipse.ui.IWorkingSet
Returns whether this working set can be edited or not.
isEditable() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
 
isEditable() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
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.views.markers.internal.DialogMarkerProperties
 
isEditable(IMarker) - Static method in class org.eclipse.ui.views.markers.internal.Util
Return whether or not the marker is editable.
isEditableDependent() - Method in class org.eclipse.compare.internal.MergeViewerAction
 
isEditionSelectionDialog() - Method in class org.eclipse.compare.CompareEditorInput
Returns whether this input is intended to be used to select a particular edition of an element in a dialog.
isEditionSelectionDialog() - Method in class org.eclipse.team.ui.history.HistoryPageCompareEditorInput
 
isEditor() - Method in class org.eclipse.ui.forms.editor.FormPage
Form pages are not editors.
isEditor() - Method in interface org.eclipse.ui.forms.editor.IFormPage
Tests whether this page wraps a complete editor that can be registered on its own, or represents a page that cannot exist outside the multi-page editor context.
isEditorActivationEvent(ColumnViewerEditorActivationEvent) - Method in class org.eclipse.jface.viewers.ColumnViewerEditorActivationStrategy
 
isEditorAreaVisible() - Method in class org.eclipse.ui.internal.WorkbenchPage
See IWorkbenchPage.
isEditorAreaVisible() - Method in interface org.eclipse.ui.IPageLayout
Returns whether the page's layout will show the editor area.
isEditorAreaVisible() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns whether the page's current perspective is showing the editor area.
isEditorBacked(ITextViewer) - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
Tells whether the given text viewer is backed by an editor.
isEditorInputIncludedInContextMenu() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Tells whether the editor input should be included when adding object contributions to this editor's context menu.
isEditorInputModifiable() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isEditorInputModifiable() - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension2
Returns whether the editor's input can be persistently be modified.
isEditorInputReadOnly() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isEditorInputReadOnly() - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension
Returns whether the editor's input is read-only.
isEditorPinned(IEditorPart) - Method in class org.eclipse.ui.internal.WorkbenchPage
See IWorkbenchPage.
isEditorPinned(IEditorPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Returns true if the editor is pinned and should not be reused.
ISelection - Interface in org.eclipse.jface.viewers
Interface for a selection.
ISelectionChangedListener - Interface in org.eclipse.jface.viewers
A listener which is notified when a viewer's selection changes.
ISelectionConversionService - Interface in org.eclipse.ui.internal
A service that is capable of converting a selection into resources.
ISelectionListener - Interface in org.eclipse.e4.ui.workbench.modeling
 
ISelectionListener - Interface in org.eclipse.ui
Interface for listening to selection changes.
ISelectionProvider - Interface in org.eclipse.jface.viewers
Interface common to all objects that provide a selection.
ISelectionService - Interface in org.eclipse.ui
A selection service tracks the selection within an object.
ISelectionStatusValidator - Interface in org.eclipse.ui.dialogs
Used in selection dialogs to validate selections
ISelectionValidator - Interface in org.eclipse.jface.text
A selection validator allows clients to test whether the selection they received during selection changed notification is valid.
ISelectionValidator - Interface in org.eclipse.ui.dialogs
For validating selections in some selection dialogs.
isElementSelectable(Object) - Method in class org.eclipse.e4.ui.dialogs.filteredtree.PatternFilter
Answers whether the given element is a valid selection in the filtered tree.
isElementSelectable(Object) - Method in class org.eclipse.ui.dialogs.PatternFilter
Answers whether the given element is a valid selection in the filtered tree.
isElementVisible(Viewer, Object) - Method in class org.eclipse.e4.ui.dialogs.filteredtree.PatternFilter
Answers whether the given element in the given viewer matches the filter pattern.
isElementVisible(Viewer, Object) - Method in class org.eclipse.ui.dialogs.PatternFilter
Answers whether the given element in the given viewer matches the filter pattern.
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.compare.internal.ContentChangeNotifier
Return whether this notifier is empty (i.e. has no listeners).
isEmpty() - Method in class org.eclipse.compare.internal.WorkQueue
 
isEmpty() - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
 
isEmpty() - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
isEmpty() - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
 
isEmpty() - Method in class org.eclipse.core.databinding.observable.list.ListDiff
Returns true if the diff contains no added, removed, moved or replaced elements.
isEmpty() - Method in class org.eclipse.core.databinding.observable.list.MultiList
 
isEmpty() - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
isEmpty() - Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
 
isEmpty() - Method in interface org.eclipse.core.databinding.observable.map.IObservableMap
 
isEmpty() - Method in class org.eclipse.core.databinding.observable.map.MapDiff
Returns true if the diff has no added, removed or changed entries.
isEmpty() - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
 
isEmpty() - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
isEmpty() - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
 
isEmpty() - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
isEmpty() - Method in class org.eclipse.core.databinding.observable.set.SetDiff
Returns true if the diff has no added or removed elements.
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.core.runtime.ListenerList
Returns whether this listener list is empty.
isEmpty() - Method in class org.eclipse.core.runtime.Path
 
isEmpty() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if this is a current document reference with no fragment component; false otherwise.
isEmpty() - Method in interface org.eclipse.equinox.p2.engine.IProvisioningPlan
Returns true if the plan contains no operations, false otherwise.
isEmpty() - Method in class org.eclipse.equinox.p2.query.CollectionResult
 
isEmpty() - Method in class org.eclipse.equinox.p2.query.Collector
Returns whether this collector is empty.
isEmpty() - Method in interface org.eclipse.equinox.p2.query.IQueryResult
Returns whether this QueryResult is empty.
isEmpty() - Method in class org.eclipse.jface.action.ContributionManager
 
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.SubContributionManager
 
isEmpty() - Method in class org.eclipse.jface.bindings.TriggerSequence
Returns whether or not this trigger sequence is empty.
isEmpty() - Method in class org.eclipse.jface.text.DocumentPartitioningChangedEvent
Returns true if the set of changed partitionings is empty, false otherwise.
isEmpty() - Method in class org.eclipse.jface.text.link.LinkedPositionGroup
Returns whether this group contains any positions.
isEmpty() - Method in class org.eclipse.jface.text.MarkSelection
 
isEmpty() - Method in class org.eclipse.jface.text.MultiTextSelection
 
isEmpty() - Method in class org.eclipse.jface.text.source.AnnotationModelEvent
Returns whether this annotation model event is empty or not.
isEmpty() - Method in class org.eclipse.jface.text.source.projection.AnnotationBag
Returns whether the annotation bag is empty.
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.TextSelection
Tells whether this text selection is the empty selection.
isEmpty() - Method in class org.eclipse.jface.util.DelegatingDragAdapter
Returns true if there are no listeners to delegate drag events to.
isEmpty() - Method in class org.eclipse.jface.util.DelegatingDropAdapter
Returns true if there are no listeners to delegate events to.
isEmpty() - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
Returns true iff the collection is empty
isEmpty() - Method in interface org.eclipse.jface.viewers.ISelection
Returns whether this selection is empty.
isEmpty() - Method in class org.eclipse.jface.viewers.StructuredSelection
 
isEmpty() - Method in class org.eclipse.ltk.core.refactoring.history.RefactoringHistory
Is the refactoring history empty?
isEmpty() - Method in class org.eclipse.osgi.framework.eventmgr.CopyOnWriteIdentityMap
Is the map empty?
isEmpty() - Method in class org.eclipse.osgi.framework.util.ArrayMap
 
isEmpty() - Method in class org.eclipse.osgi.framework.util.CaseInsensitiveDictionaryMap
isEmpty() - Method in class org.eclipse.osgi.framework.util.Headers
Deprecated.
Tests if this dictionary maps no keys to value.
isEmpty() - Method in interface org.eclipse.osgi.service.resolver.State
Returns whether this state 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 interface org.eclipse.team.core.diff.IDiffTree
Return whether the set is empty.
isEmpty() - Method in class org.eclipse.team.core.diff.provider.DiffTree
 
isEmpty() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Return whether the set is empty.
isEmpty() - Method in class org.eclipse.team.core.synchronize.SyncInfoSetChangeEvent
 
isEmpty() - Method in class org.eclipse.team.core.variants.SessionResourceVariantByteStore
Return true if no bytes are contained in this tree.
isEmpty() - Method in class org.eclipse.text.edits.TextEditGroup
Returns true if the list of managed TextEdits is empty; otherwise false is returned.
isEmpty() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.SelectionHistory
Returns true if history is empty.
isEmpty() - Method in class org.eclipse.ui.dialogs.FilteredList
Tests if the list (before folding and filtering) is empty.
isEmpty() - Method in class org.eclipse.ui.internal.AbstractWorkingSet
 
isEmpty() - Method in class org.eclipse.ui.internal.CoolBarToTrimManager
 
isEmpty() - Method in interface org.eclipse.ui.IWorkingSet
Returns whether this working set is currently empty (has no elements).
isEmpty() - Method in class org.eclipse.ui.keys.KeySequence
Deprecated.
Returns whether or not this key sequence is empty.
isEmpty() - Method in interface org.eclipse.ui.navigator.ICommonViewerMapper
Tests if the map is empty
isEmpty(String) - Static method in class org.eclipse.e4.ui.css.core.utils.StringUtils
Return true if String value is null or empty.
isEmpty(ITextViewer, ITextSelection) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns true if the text covered by selection does not contain any characters in the given viewer.
isEmptyStringAllowed() - Method in class org.eclipse.jface.preference.StringFieldEditor
Returns whether an empty string is a valid value.
isEmtpy() - Method in class org.eclipse.jface.text.link.LinkedPositionGroup
Deprecated.
As of 3.1, replaced by LinkedPositionGroup.isEmpty()
isEnabled - Static variable in class org.eclipse.swt.internal.WidgetSpy
Flag to prevent Widget from entering this class during debugging, if tracking of creation and disposal is not enabled.
isEnabled() - Method in class org.eclipse.core.commands.AbstractHandler
Whether this handler is capable of executing at this time.
isEnabled() - Method in class org.eclipse.core.commands.Command
Returns whether this command has a handler, and whether this handler is also handled and enabled.
isEnabled() - Method in interface org.eclipse.core.commands.IHandler
Returns whether this handler is capable of executing at this moment in time.
isEnabled() - Method in interface org.eclipse.debug.core.IBreakpointManager
Returns whether or not this breakpoint manager is enabled.
isEnabled() - Method in class org.eclipse.debug.core.model.Breakpoint
 
isEnabled() - Method in interface org.eclipse.debug.core.model.IBreakpoint
Returns whether this breakpoint is enabled
isEnabled() - Method in interface org.eclipse.debug.core.model.IWatchExpression
Returns whether this expression is enabled.
isEnabled() - Method in class org.eclipse.debug.ui.actions.DebugCommandHandler
 
isEnabled() - Method in class org.eclipse.e4.core.commands.internal.HandlerServiceHandler
 
isEnabled() - Method in class org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.KeyDownFilter
Returns whether the key binding filter is enabled.
isEnabled() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.ItemImpl
isEnabled() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuImpl
isEnabled() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MItem
Returns the value of the 'Enabled' attribute.
isEnabled() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MMenu
Returns the value of the 'Enabled' attribute.
isEnabled() - Method in class org.eclipse.jface.action.AbstractGroupMarker
Always return false as group markers (including separators) are only there for visual separation, not meant to be actionable.
isEnabled() - Method in class org.eclipse.jface.action.Action
 
isEnabled() - Method in class org.eclipse.jface.action.ActionContributionItem
 
isEnabled() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns true.
isEnabled() - Method in interface org.eclipse.jface.action.IAction
Returns whether this action is enabled.
isEnabled() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is enabled.
isEnabled() - Method in interface org.eclipse.jface.action.IMenuManager
Returns whether this menu should be enabled or not.
isEnabled() - Method in class org.eclipse.jface.action.MenuManager
Returns whether this menu should be enabled or not.
isEnabled() - Method in class org.eclipse.jface.action.SubContributionItem
 
isEnabled() - Method in class org.eclipse.jface.action.SubMenuManager
 
isEnabled() - Method in class org.eclipse.jface.commands.ActionHandler
 
isEnabled() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Return a boolean indicating whether the receiver is enabled.
isEnabled() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Returns whether this manager is enabled or not.
isEnabled() - Method in class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Deprecated.
 
isEnabled() - Method in class org.eclipse.ltk.core.refactoring.Change
Returns whether this change is enabled or not.
isEnabled() - Method in class org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
Returns whether the group is enabled or not.
isEnabled() - Method in class org.eclipse.osgi.storage.bundlefile.MRUBundleFileList
 
isEnabled() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is enabled and all ancestors up to and including the receiver's nearest ancestor shell are enabled.
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.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.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.Shell
 
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 interface org.eclipse.team.ui.mapping.ITeamContentProviderDescriptor
Return whether this content provider is enabled.
isEnabled() - Method in class org.eclipse.team.ui.mapping.MergeActionHandler
 
isEnabled() - Method in class org.eclipse.text.templates.TemplatePersistenceData
Returns the enablement state of the contained template.
isEnabled() - Method in class org.eclipse.ui.actions.BuildAction
 
isEnabled() - Method in class org.eclipse.ui.actions.ContributedAction
 
isEnabled() - Method in class org.eclipse.ui.actions.NewWizardMenu
 
isEnabled() - Method in interface org.eclipse.ui.activities.IActivity
Returns whether or not this instance is enabled.
isEnabled() - Method in interface org.eclipse.ui.activities.IIdentifier
Returns whether or not this instance is enabled.
isEnabled() - Method in class org.eclipse.ui.contentassist.ContentAssistHandler
Deprecated.
 
isEnabled() - Method in interface org.eclipse.ui.contexts.IContext
Deprecated.
Returns whether or not this instance is enabled.
isEnabled() - Method in class org.eclipse.ui.internal.AbstractEnabledHandler
 
isEnabled() - Method in class org.eclipse.ui.menus.CommandContributionItem
 
isEnabled() - Method in interface org.eclipse.ui.texteditor.quickdiff.IQuickDiffReferenceProvider
Gives the implementation a hook to publish its enablement.
isEnabled() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
isEnabled() - Method in class org.eclipse.ui.views.markers.internal.MarkerFilter
 
isEnabled() - Method in class org.eclipse.ui.views.markers.internal.ProblemFilter
 
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.
isEnabled(boolean) - Method in class org.eclipse.ui.texteditor.ShiftAction
 
isEnabled(String) - Static method in class org.eclipse.core.runtime.PerformanceStats
Returns whether monitoring of a given performance event is enabled.
isEnabled(String) - Method in class org.eclipse.help.ui.internal.HelpActivitySupport
 
isEnabled(URI) - Method in interface org.eclipse.equinox.p2.repository.IRepositoryManager
Returns the enablement value of a repository.
isEnabled(IEvaluationContext) - Method in class org.eclipse.help.internal.UAElement
 
isEnabled(IEvaluationContext) - Method in interface org.eclipse.help.IUAElement
Returns whether or not this element should be enabled in the given context.
isEnabled(ISelection) - Method in class org.eclipse.compare.internal.AddFromHistoryAction
 
isEnabled(ISelection) - Method in class org.eclipse.compare.internal.BaseCompareAction
 
isEnabled(ISelection) - Method in class org.eclipse.compare.internal.CompareAction
 
isEnabled(ISelection) - Method in class org.eclipse.compare.internal.CompareWithOtherResourceAction
Deprecated.
 
isEnabled(ISelection) - Method in class org.eclipse.compare.internal.EditionAction
 
isEnabled(DropTargetEvent) - Method in interface org.eclipse.jface.util.TransferDropTargetListener
Returns true if this listener can handle the drop based on the given DropTargetEvent.
isEnabled(IActivityManager, String) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Returns whether the given category is enabled.
isEnabled(RulerColumnDescriptor) - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnPreferenceAdapter
Returns the enablement state of the given ruler contribution.
isEnabledAllowed() - Method in class org.eclipse.jface.action.ActionContributionItem
Returns true if this item is allowed to enable, false otherwise.
isEnabledChanged() - Method in class org.eclipse.core.commands.CommandEvent
Return whether the enable property changed.
isEnabledChanged() - Method in class org.eclipse.core.commands.HandlerEvent
Returns whether or not the enabled property changed.
isEnabledFor(Object) - Method in class org.eclipse.ui.internal.ActionExpression
Returns whether the expression is valid for the given object.
isEnabledFor(IStructuredSelection) - Method in class org.eclipse.ui.internal.ActionExpression
Returns whether the expression is valid for all elements of the given selection.
isEnabledForExpression(Object, String) - Method in class org.eclipse.ui.internal.ActionExpression
Returns whether or not the receiver is potentially valid for the object via just the extension type.
isEnabledForSelection(ISelection) - Method in class org.eclipse.ui.SelectionEnabler
Check if the receiver is enabled for the given selection.
isEnabledForSelection(IStructuredSelection) - Method in class org.eclipse.team.ui.synchronize.ModelParticipantAction
Return whether the action is enabled for the given selection
isEnabledInitially() - Method in interface org.eclipse.compare.ICompareFilter
Returns whether the filter should be enabled when first initialized
isEnabledTopic(String, String) - Method in class org.eclipse.help.ui.internal.HelpActivitySupport
Checks whether topic belongs to a TOC that mathes enabled activity.
isEncodingError(IStatus) - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
Returns true if the given status is an encoding error.
isEncrypted(String) - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Specifies if value associated with the key is encrypted.
isEndianessKnown() - Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether the endianess of this byte of memory is known.
isEngineEnabled() - Method in class org.eclipse.help.ui.RootScopePage
Tests whether the search engine has been selected to participate in the search.
isEOF() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token represents End Of File.
isEOF() - Method in class org.eclipse.jface.text.rules.Token
 
isEqualityPattern() - Method in interface org.eclipse.ui.activities.IActivityPatternBinding
Answers whether or not the pattern should be treated as a regular string or a regular expression.
isEqualNode(Node) - Method in class org.eclipse.e4.ui.css.core.dom.ElementAdapter
 
isEquivalentTo(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Compares two version identifiers for equivalency.
isError() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns whether the entry represents an error or not.
isErrorEnabled() - Method in class org.eclipse.e4.core.services.log.Logger
 
isErrorStatus(IStatus) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
 
isErrorStatus(IStatus) - Method in class org.eclipse.ui.texteditor.StatusTextEditor
Returns whether the given status indicates an error.
IServiceConstants - Interface in org.eclipse.e4.ui.services
 
IServiceLocator - Interface in org.eclipse.ui.services
A component with which one or more services are registered.
IServiceScopes - Interface in org.eclipse.ui.services
Different levels of service locators supported by the workbench.
IServiceWithSources - Interface in org.eclipse.ui.services
A service that responds to changes in one or more sources.
ISetChangeListener<E> - Interface in org.eclipse.core.databinding.observable.set
Listener for changes to observable sets.
ISetProperty<S,E> - Interface in org.eclipse.core.databinding.property.set
Interface for set-typed properties
ISetSelectionTarget - Interface in org.eclipse.ui.part
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.
isEveryItemChecked() - Method in class org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup
Returns whether all items in the list are checked.
isExecutable() - Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked executable.
isExecutable(Object[], IProgressMonitor, IEnabledStateRequest) - Method in class org.eclipse.debug.core.commands.AbstractDebugCommand
Returns whether this command is executable on the specified targets, reporting progress.
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 or path can be expanded.
isExpandable(Object) - Method in class org.eclipse.jface.viewers.TreeViewer
 
isExpandableNode(Object) - Method in class org.eclipse.jface.viewers.ColumnViewer
EXPERIMENTAL.
isExpanded() - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Tests the expanded state of the composite.
isExpanded() - Method in class org.eclipse.ui.forms.widgets.ToggleHyperlink
Returns the expansion state of the toggle control.
isExpandEvent(ColumnViewer, ViewerCell, Event) - Method in class org.eclipse.jface.viewers.CellNavigationStrategy
 
isExported() - Method in interface org.eclipse.osgi.service.resolver.BundleSpecification
Returns whether or not this bundle specificiation is exported from the declaring bundle.
isExportRoot() - Method in interface org.eclipse.core.runtime.preferences.IExportedPreferences
Return true if this node was an export root when the preferences were exported, and false otherwise.
isFactoryForType(Object) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.e4.ui.model.fragment.util.FragmentAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFadingEnabled() - Method in class org.eclipse.jface.notifications.AbstractNotificationPopup
 
isFailedErrorPageDTO(ServiceReference<?>) - Method in class org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl
 
isFailedResourceDTO(ServiceReference<?>) - Method in class org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl
 
isFailedServletDTO(ServiceReference<?>) - Method in class org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl
 
isFailure() - Method in class org.eclipse.core.runtime.PerformanceStats
Returns whether this performance event represents a performance failure.
isFastView() - Method in class org.eclipse.ui.internal.ViewReference
 
isFastView() - Method in interface org.eclipse.ui.IViewReference
 
isFatalError() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns whether the entry represents a fatal error or not.
isFile() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if this is a hierarchical URI that may refer directly to a locally accessible file.
isFileURI(URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns whether the given URI refers to a local file system URI.
isFiltered() - Method in class org.eclipse.search.ui.text.Match
Returns whether this match is filtered or not.
isFiltered() - Method in class org.eclipse.ui.internal.FilteredTableBaseHandler
True to show search text and enable filtering.
isFiltered() - Method in class org.eclipse.ui.internal.WorkbookEditorsHandler
 
isFiltered(Object) - Method in interface org.eclipse.debug.core.model.IStepFilter
Returns whether the step for the given object should be filtered.
isFiltered(Object) - Static method in class org.eclipse.help.UAContentFilter
Returns whether or not the given object should be filtered out.
isFiltered(Object, IEvaluationContext) - Static method in class org.eclipse.help.UAContentFilter
Returns whether or not the given object should be filtered out.
isFiltered(IDynamicVariable) - Method in class org.eclipse.debug.ui.StringVariableSelectionDialog.VariableFilter
Returns whether the given variable should be filtered.
isFilteredOutByActivity() - Method in class org.eclipse.ui.views.markers.internal.ProblemFilter
Return whether or not the receiver will be filtered out due to an activity match.
isFilterEnabled() - Method in class org.eclipse.ui.views.markers.MarkerSupportView
Checks if there is a filter currently enabled.
isFiltering() - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Returns whether the UI is set up to filter contributions.
isFilteringEnabled() - Method in class org.eclipse.help.ui.internal.HelpActivitySupport
 
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.
isFindDuplicates() - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
isFindDuplicates() - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
Returns whether this participant's source lookup director is configured to search for duplicate source elements.
isFindDuplicates() - Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
Returns whether this container's source should search for duplicate source elements.
isFindDuplicates() - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Returns whether to search exhaustively for all source elements with the same name in all registered source containers, or whether to stop searching when the first source element matching the required name is found.
isFindEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the find action.
isFirstOrdering() - Method in interface org.eclipse.core.resources.IFilterMatcherDescriptor
TODO What is this?
isFirstStep() - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
 
isFirstStep() - Method in interface org.eclipse.jface.text.reconciler.IReconcileStep
Returns whether this is the first reconcile step or not.
isFixed() - Method in interface org.eclipse.ui.IPageLayout
Returns true if this layout is fixed, false if not.
isFixedStyle() - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Returns true if the composite is fixed i.e. cannot be expanded or collapsed.
isFlatLayout() - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return whether the page has been set to use a flat layout.
isFlatLayoutSupported() - Method in interface org.eclipse.team.ui.mapping.ITeamContentProviderDescriptor
Return whether the FLAT layout is supported by this content provider.
isFloatPreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isFloatPreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for a float preference?
isFocusControl() - Method in class org.eclipse.help.ui.internal.ContextHelpDialog.Description
 
isFocusControl() - Method in class org.eclipse.jface.text.AbstractInformationControl
Returns whether this information control (or one of its children) has the focus.
isFocusControl() - Method in interface org.eclipse.jface.text.IInformationControl
Returns whether this information control (or one of its children) has the focus.
isFocusControl() - Method in class org.eclipse.swt.browser.Browser
 
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.FileStoreStructureProvider
 
isFolder(Object) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemStructureProvider
 
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.ZipFileStructureProvider
 
isForce() - Method in class org.eclipse.ui.SaveablesLifecycleEvent
Sets the force flag.
isForwardEnabled() - Method in class org.eclipse.swt.browser.Browser
Returns true if the receiver can navigate to the next session history item, and false otherwise.
isFragment(IInstallableUnit) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
Test if the IInstallableUnit is a fragment.
isFragment(Bundle) - Static method in class org.eclipse.core.runtime.Platform
Checks if the specified bundle is a fragment bundle.
isGlobal() - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor
Returns the global property of the described extension.
isGoToNextNavigationTarget() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default value for go to next navigation enablement.
isGoToPreviousNavigationTarget() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default value for go to previous navigation enablement.
isGrayed(Object) - Method in interface org.eclipse.jface.viewers.ICheckStateProvider
Indicates whether the check box associated with an element, when checked as indicated by the ICheckStateProvider.isChecked(Object) method, should display the gray (boxed) state instead of the check mark.
isGreaterOrEqualTo(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
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
Deprecated.
Compares two version identifiers for order using multi-decimal comparison.
isGreedy() - Method in interface org.eclipse.equinox.p2.metadata.IRequirement
Returns whether this requirement should cause extra installable units to be installed in order to satisfy it.
isGroup(IInstallableUnit) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
Test if the IInstallableUnit is a group.
isGroupMarker() - Method in class org.eclipse.jface.action.AbstractGroupMarker
The AbstractGroupMarker implementation of this IContributionItem method returns true iff the id is not null.
isGroupMarker() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns false.
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.MenuManager
 
isGroupMarker() - Method in class org.eclipse.jface.action.SubContributionItem
 
isGroupMarker() - Method in class org.eclipse.jface.action.SubMenuManager
 
isGtk() - Static method in class org.eclipse.jface.util.Util
Common WS query helper method.
isHandleCached() - Method in class org.eclipse.team.core.variants.CachedResourceVariant
Return true if the cache contains an entry for this resource variant.
isHandleControlCharacters() - Method in class org.eclipse.ui.console.IOConsole
Check if console currently interprets ASCII control characters.
isHandled() - Method in class org.eclipse.core.commands.AbstractHandler
Whether this handler is capable of handling delegated responsibilities at this time.
isHandled() - Method in class org.eclipse.core.commands.Command
Returns whether this command has a handler, and whether this handler is also handled.
isHandled() - Method in interface org.eclipse.core.commands.IHandler
Returns whether this handler is really capable of handling delegation.
isHandled() - Method in class org.eclipse.e4.core.commands.internal.HandlerServiceHandler
 
isHandled() - Method in class org.eclipse.jface.action.Action
 
isHandled() - Method in interface org.eclipse.jface.action.IAction
Returns whether this action is handled.
isHandled() - Method in class org.eclipse.jface.commands.ActionHandler
 
isHandled() - Method in class org.eclipse.ui.actions.RetargetAction
 
isHandledChanged() - Method in class org.eclipse.core.commands.CommandEvent
Returns whether or not the handled property changed.
isHandledChanged() - Method in class org.eclipse.core.commands.HandlerEvent
Returns whether or not the handled property changed.
ISharableParticipant - Interface in org.eclipse.ltk.core.refactoring.participants
A tagging interface to share a concrete RefactoringParticipant instance across multiple elements to be refactored.
ISharedDocumentAdapter - Interface in org.eclipse.compare
An ISharedDocumentAdapter is used to map an ITypedElement to a shared document for the purposes of editing.
ISharedImages - Interface in org.eclipse.team.ui
Images that are available for providers to re-use.
ISharedImages - Interface in org.eclipse.ui
A registry for common images used by the workbench which may be useful to other plug-ins.
ISharedTextColors - Interface in org.eclipse.jface.text.source
Manages SWT color objects.
IShellProvider - Interface in org.eclipse.jface.window
Interface for objects that can return a shell.
isHelpAvailable() - Method in class org.eclipse.jface.dialogs.TrayDialog
Returns whether or not context help is available for this dialog.
isHelpAvailable() - Method in interface org.eclipse.jface.wizard.IWizard
Returns whether help is available for this wizard.
isHelpAvailable() - Method in class org.eclipse.jface.wizard.Wizard
 
isHelpContextIdChanged() - Method in class org.eclipse.core.commands.CommandEvent
Returns whether or not the help context identifier changed.
isHidden() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is hidden in the resource tree.
isHidden() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is a hidden resource.
isHidden() - Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked hidden.
isHidden(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is hidden in the resource tree.
isHiddenEditor(MPart) - Method in class org.eclipse.ui.internal.WorkbookEditorsHandler
True is the given model represents an hidden editor
isHideOnMouseDown() - Method in class org.eclipse.jface.window.ToolTip
Return if hiding on mouse down is set.
isHierarchical() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if this a a hierarchical URI, or false if it is of the generic form.
isHierarchicalScope() - Method in class org.eclipse.help.base.AbstractHelpScope
The help system can build the trees faster if it knows that an out of scope element cannot have child elements which are in scope.
isHistoryElement(Object) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Indicates whether the given item is a history item.
isHistoryKnown() - Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether the history of this byte is known.
isHorizontal() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.CompositePartImpl
isHorizontal() - Method in class org.eclipse.e4.ui.model.application.ui.impl.GenericTileImpl
isHorizontal() - Method in interface org.eclipse.e4.ui.model.application.ui.MGenericTile
Returns the value of the 'Horizontal' attribute.
isHorizontal(int) - Static method in class org.eclipse.jface.util.Geometry
Returns true iff the given SWT side constant corresponds to a horizontal side of a rectangle.
isHostedElement(MUIElement, MWindow) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Tests whether the given element is being 'hosted'.
IShowEditorInput - Interface in org.eclipse.ui
Shows the given editor input.
IShowInSource - Interface in org.eclipse.ui.part
Parts which need to provide a particular context to a Show In... target can provide this interface.
IShowInTarget - Interface in org.eclipse.ui.part
This interface must be provided by Show In targets (parts listed in the Show In prompter).
IShowInTargetList - Interface in org.eclipse.ui.part
Show In sources which need to provide additional entries to the Show In list of targets can provide this interface.
isHunk(Object) - Static method in class org.eclipse.compare.internal.Utilities
Return whether either the left or right sides of the given input represents a hunk.
isHunkOk(Object) - Static method in class org.eclipse.compare.internal.Utilities
 
isHyperlinkCursorUsed() - Method in class org.eclipse.help.ui.internal.HyperlinkHandler
 
ISideEffect - Interface in org.eclipse.core.databinding.observable.sideeffect
An ISideEffect allows you to run code whenever one or more observables change.
ISideEffectFactory - Interface in org.eclipse.core.databinding.observable.sideeffect
A factory to create ISideEffect objects, which are applied to the given Consumer in ISideEffectFactory.createFactory(Consumer).
isIdentity() - Method in class org.eclipse.swt.graphics.Transform
Returns true if the Transform represents the identity matrix and false otherwise.
isIdle() - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Returns whether the job manager is currently idle.
isIgnored() - Method in interface org.eclipse.unittest.model.ITestCaseElement
Indicates if the test case was ignored
isIgnored(IFile) - Static method in class org.eclipse.team.core.Team
Deprecated.
use isIgnoredHint instead
isIgnored(IResource) - Method in class org.eclipse.team.core.variants.ThreeWaySynchronizer
Returns whether the resource has been marked as ignored using setIgnored(IResource).
isIgnoredHint(IFile) - Static method in class org.eclipse.team.core.Team
Deprecated.
use isIgnoredHint(IResource) instead
isIgnoredHint(IResource) - Static method in class org.eclipse.team.core.Team
Returns whether the given file or folder with its content should be ignored.
isIgnoredWhitespace(int, int) - Method in interface org.eclipse.compare.contentmergeviewer.IIgnoreWhitespaceContributor
Method is called when a whitespace is detected in the "ignore whitespace" action run in the compare view.
isIgnoreWhitespace() - Method in class org.eclipse.compare.patch.PatchConfiguration
Return whether whitespace should be ignored.
isIgnoringAutoEditStrategies() - Method in class org.eclipse.jface.text.TextViewer
Returns whether this viewer ignores the registered auto edit strategies.
ISimplePropertyListener<S,D extends IDiff> - Interface in org.eclipse.core.databinding.property
Listener for changes to properties on a particular source object
isImportant() - Method in interface org.eclipse.e4.ui.css.core.dom.CSSProperty
Return true if CSS property is important and false otherwise.
isImportant() - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSPropertyImpl
 
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.texteditor.templates.TemplatesView
 
isImportant(IWorkbenchPart) - Method in class org.eclipse.ui.views.contentoutline.ContentOutline
 
isImportant(IWorkbenchPart) - Method in class org.eclipse.ui.views.properties.PropertySheet
 
isIncluded(Version) - Method in class org.eclipse.equinox.p2.metadata.VersionRange
Returns whether the given version is included in this VersionRange.
isIncluded(Annotation) - Method in class org.eclipse.jface.text.DefaultTextHover
Tells whether the annotation should be included in the computation.
isIncluded(Annotation) - Method in class org.eclipse.jface.text.source.DefaultAnnotationHover
Tells whether the annotation should be included in the computation.
isIncluded(Version) - Method in class org.eclipse.osgi.service.resolver.VersionRange
Returns whether the given version is included in this VersionRange.
isIncludedInMenu() - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor
Returns the menu inclusion property of the described extension.
isIncludeOnPreferencePage() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the property of the receiver of whether it should be included on the default annotation preference page.
isIncludeOverlays() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
Indicate whether the overlays provided by this class should be applied.
isIncrementalReconciler() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Returns whether any of the reconciling strategies is interested in detailed dirty region information.
isIndented() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractTabDescriptor
 
isIndented() - Method in interface org.eclipse.ui.views.properties.tabbed.ITabItem
Determine if this tab is indented.
isInfo() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns whether the entry represents an information or not.
isInfoEnabled() - Method in class org.eclipse.e4.core.services.log.Logger
 
isInGC - Variable in class org.eclipse.ui.internal.HeapStatus
 
isInInsertMode() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns whether this editor is in overwrite or insert mode.
isInitialized() - Method in interface org.eclipse.team.core.mapping.ISynchronizationScopeManager
Return whether the scope has been initialized.
isInitialized() - Method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
 
isInitialized(ISynchronizationContext) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return whether the content provider has been initialized and is ready to provide content in the given context.
isInputEditable() - Method in class org.eclipse.compare.internal.CompareDialog
Return whether the compare editor input of this dialog is editable.
isInScope(ISynchronizationScope, Object, Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return whether the given object is within the scope of this content provider.
isInstantiated() - Method in interface org.eclipse.core.expressions.IPropertyTester
Returns whether the implementation class for this property tester is loaded or not.
isInstantiated() - Method in class org.eclipse.core.expressions.PropertyTester
 
isInSync(int) - Static method in class org.eclipse.team.core.synchronize.SyncInfo
Helper method that returns whether the given kind represents an in-sync resource.
isIntegerPreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isIntegerPreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for an integer preference?
isInternal() - Method in interface org.eclipse.ui.IEditorDescriptor
Returns whether this editor descriptor will open a regular editor part inside the editor area.
isInternalWebBrowserAvailable() - Method in class org.eclipse.ui.browser.AbstractWorkbenchBrowserSupport
 
isInternalWebBrowserAvailable() - Method in interface org.eclipse.ui.browser.IWorkbenchBrowserSupport
Tests whether web browser as an SWT widget can be created in this workbench instance.
isInterrupted() - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
Returns whether an interrupt request has been made for this build.
isIntroStandby(IIntroPart) - Method in class org.eclipse.ui.internal.WorkbenchIntroManager
 
isIntroStandby(IIntroPart) - Method in interface org.eclipse.ui.intro.IIntroManager
Return the standby state of the given intro part.
isInUse() - Method in class org.eclipse.osgi.container.ModuleWiring
 
isInVisibleLines() - Method in class org.eclipse.jface.text.source.inlined.AbstractInlinedAnnotation
Return whether the annotation is in visible lines.
isInVisibleLines(int) - Method in class org.eclipse.jface.text.source.inlined.AbstractInlinedAnnotation
Return whether the given offset is in visible lines.
isItalic(FontData) - Static method in class org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelper
 
ISizeProvider - Interface in org.eclipse.ui
Interface implemented by objects that are capable of computing a preferred size.
ISizingPhaseSet - Interface in org.eclipse.equinox.p2.engine
 
isKeepDerivedState() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns whether derived files are tracked in the local history.
isKeepOneProgressServiceEntry() - Method in class org.eclipse.team.ui.TeamOperation
This method is similar to getKeepOperation but will only keep one entry of a particular type available.
isKeyboardBidi() - Static method in class org.eclipse.swt.internal.BidiUtil
Return whether or not the keyboard supports input of a bidi language.
isKeyFilterEnabled() - Method in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
Deprecated.
Tests whether the global key binding architecture is currently active.
isKeyFilterEnabled() - Method in interface org.eclipse.ui.keys.IBindingService
Tests whether the global key binding architecture is currently active.
isKindOf(IContentType) - Method in interface org.eclipse.core.runtime.content.IContentType
Returns whether this content type is a kind of the given content type.
isKnownExtension(String) - Method in interface org.eclipse.team.core.IFileContentManager
Check whether the given file extension is assigned to a specific type in the content type registry.
isKnownFilename(String) - Method in interface org.eclipse.team.core.IFileContentManager
Check whether the given file name is assigned to a specific type in the content type registry.
isLabelProperty(Object, String) - Method in class org.eclipse.debug.ui.PrototypeDecorator
 
isLabelProperty(Object, String) - Method in class org.eclipse.jface.viewers.BaseLabelProvider
The BaseLabelProvider implementation of this IBaseLabelProvider method returns true.
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.
isLabelProperty(Object, String) - Method in class org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider
 
isLabelProperty(Object, String) - Method in class org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider
 
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.team.ui.synchronize.AbstractSynchronizeLabelProvider
 
isLabelProviderSet() - Method in class org.eclipse.ui.views.properties.PropertyDescriptor
Returns whether a label provider has been set on the receiver.
isLargeDocumentLegacyPreferenceSet() - Static method in class org.eclipse.ui.internal.LargeFileLimitsPreferenceHandler
 
isLargeEdit(TextEdit) - Static method in class org.eclipse.jface.text.RewriteSessionEditProcessor
Returns true if the passed edit is considered large, false otherwise.
isLastEditorStack(MUIElement) - Method in interface org.eclipse.e4.ui.workbench.modeling.EModelService
Returns true iff the supplied element represents the single visible element in the shared area.
isLastStep() - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
 
isLastStep() - Method in interface org.eclipse.jface.text.reconciler.IReconcileStep
Returns whether this is the last reconcile step or not.
isLastUserInputPage() - Method in class org.eclipse.ltk.ui.refactoring.UserInputWizardPage
Returns true if this is the last user input page in the stack of input pages; false otherwise.
isLaunchableSpecific() - Method in class org.osgi.service.application.ApplicationDescriptor
This method is called by launch() to verify that according to the container, the application is launchable.
isLaunchInBackground(ILaunchConfiguration) - Static method in class org.eclipse.debug.ui.CommonTab
Returns whether the given configuration should be launched in the background.
isLaunchProblem(IMarker) - Method in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
Returns whether the given problem should potentially abort the launch.
ISlaveDocumentManager - Interface in org.eclipse.jface.text
Slave documents are documents whose contents is defined in terms of a master document.
ISlaveDocumentManagerExtension - Interface in org.eclipse.jface.text
Extension interface for ISlaveDocumentManager.
isLayoutDeferred() - Method in class org.eclipse.swt.widgets.Composite
Returns true if the receiver or any ancestor up to and including the receiver's nearest ancestor shell has deferred the performing of layouts.
isLayoutSupported(int) - Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Determines whether a certain layout is supported by this search result page.
isLeafMatch(Viewer, Object) - Method in class org.eclipse.e4.ui.dialogs.filteredtree.PatternFilter
Check if the current (leaf) element is a match with the filter text.
isLeafMatch(Viewer, Object) - Method in class org.eclipse.ui.dialogs.PatternFilter
Check if the current (leaf) element is a match with the filter text.
isLeftDirty() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Return the dirty state of the left side of this viewer.
isLeftEditable() - Method in class org.eclipse.compare.CompareConfiguration
Returns whether the left hand side of a merge viewer is editable.
isLeftEditable() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
If the inputs are mirrored, this asks the right model value.
isLeftEditable(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns whether the left side is editable.
isLeftEditable(Object) - Method in class org.eclipse.compare.internal.MergeViewerContentProvider
 
isLeftEditable(Object) - Method in class org.eclipse.compare.internal.MirroredMergeViewerContentProvider
 
isLeftSaveNeeded() - Method in class org.eclipse.compare.CompareEditorInput
Returns true if there are unsaved changes for left side.
isLegal(boolean) - Static method in class org.eclipse.core.runtime.Assert
Asserts that an argument is legal.
isLegal(boolean, String) - Static method in class org.eclipse.core.runtime.Assert
Asserts that an argument is legal.
isLinear() - Method in class org.eclipse.e4.ui.css.core.dom.properties.Gradient
 
isLineInformationRepairNeeded(int, int, String) - Method in class org.eclipse.jface.text.AbstractDocument
Tells whether the line information of the document implementing this interface needs to be repaired after replacing the given text.
isLineInformationRepairNeeded(int, int, String) - Method in class org.eclipse.jface.text.Document
 
isLineInformationRepairNeeded(int, int, String) - Method in interface org.eclipse.jface.text.IRepairableDocumentExtension
Tells whether the line information of the document implementing this interface needs to be repaired after replacing the given text.
isLineNumberRulerVisible() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns whether the line number ruler column should be visible according to the preference store settings.
isLinked() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource has been linked to a location other than the default location calculated by the platform.
isLinked() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is a linked resource.
isLinked(int) - Method in interface org.eclipse.core.resources.IResource
Returns true if this resource has been linked to a location other than the default location calculated by the platform.
isLinkingAllowed() - Method in interface org.eclipse.core.resources.IProjectNatureDescriptor
Returns whether this project nature allows linked resources to be created in projects where this nature is installed.
isLinkingEnabled() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
isLinux() - Static method in class org.eclipse.core.runtime.Platform.OS
 
isLinux() - Static method in class org.eclipse.jface.util.Util
Common WS query helper method.
isListenerAttached() - Method in class org.eclipse.core.commands.common.EventManager
Whether one or more listeners are attached to the manager.
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.
isLoadable() - Static method in class org.eclipse.swt.internal.Platform
 
isLoadable() - Static method in class org.eclipse.swt.SWT
Returns a boolean indicating whether this SWT implementation can be loaded.
isLoaded() - Method in interface org.eclipse.ui.navigator.INavigatorContentExtension
 
isLoading() - Method in class org.eclipse.ui.forms.widgets.FormText
Deprecated.
not used any more - returns false
isLocal() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns whether this launch configuration is stored locally within the workspace.
isLocal(int) - Method in interface org.eclipse.core.resources.IResource
Deprecated.
This API is no longer in use. Note that this API is unrelated to whether the resource is in the local file system versus some other file system.
isLocaleChanged() - Method in class org.eclipse.jface.bindings.BindingManagerEvent
Returns whether the locale has changed
isLocalFile(IFile) - Static method in class org.eclipse.ui.part.FileEditorInput
Return whether or not file is local.
isLocallyModified(IResource) - Method in class org.eclipse.team.core.variants.ThreeWaySynchronizer
Return whether the local resource has been modified since the last time the base bytes were set.
isLocked() - Method in interface org.eclipse.osgi.service.datalocation.Location
Returns true if this location is locked and false otherwise.
isLocked(ICategory) - Method in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
Return whether the category is locked.
isLockOwnerThread() - Method in class org.eclipse.core.runtime.jobs.LockListener
Returns whether this thread currently owns any locks
isLoggable(int) - Method in interface org.eclipse.equinox.log.Logger
Pre-checks if there are LogListeners who are listening for a matching log entry from this Logger.
isLoggable(Bundle, String, int) - Method in interface org.eclipse.equinox.log.LogFilter
 
isLongPreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isLongPreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for a long preference?
isMac() - Static method in class org.eclipse.core.runtime.Platform.OS
 
isMac() - Static method in class org.eclipse.jface.util.Util
Common WS query helper method.
isManagingPersistenceOf(IWorkingSet) - Method in interface org.eclipse.ui.IWorkingSetUpdater2
Answers if the given working set content presistence is managed by this updater
isMarkedAsStarted() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
Whether or not this bundle is marked to be started Default is false
isMarkedDeleted() - Method in class org.eclipse.jface.text.source.Annotation
Returns whether this annotation is marked as deleted.
isMarkedForShift - Variable in class org.eclipse.jface.text.projection.Segment
A flag indicating that the segment updater should shift this segment when a change happens at its boundaries.
isMarkedForShift() - Method in class org.eclipse.jface.text.projection.Segment
Returns true if the shifting flag is set, false otherwise.
isMarkedForStretch - Variable in class org.eclipse.jface.text.projection.Segment
A flag indicating that the segment updater should stretch this segment when a change happens at its boundaries.
isMarkedForStretch() - Method in class org.eclipse.jface.text.projection.Segment
Returns true if the stretching flag is set, false otherwise.
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).
isMatch(CharSequence) - Method in class org.eclipse.equinox.p2.metadata.expression.SimplePattern
Matches the value with the compiled expression.
isMatch(IEvaluationContext, T) - Method in interface org.eclipse.equinox.p2.metadata.expression.IMatchExpression
This method assigns candidate to the 'this' variable of the context and then evaluates the expression.
isMatch(IInstallableUnit) - Method in interface org.eclipse.equinox.p2.metadata.IRequirement
Returns whether the provided capabilities of the given installable unit satisfy this requirement.
isMatch(T) - Method in interface org.eclipse.equinox.p2.metadata.expression.IMatchExpression
This method creates a new evaluation context and assigns the candidate to the 'this' variable of the context and then evaluates the expression.
isMatch(T) - Method in class org.eclipse.equinox.p2.query.ExpressionMatchQuery
 
isMatch(T) - Method in interface org.eclipse.equinox.p2.query.IMatchQuery
Deprecated.
Returns whether the given object satisfies the parameters of this query.
isMatch(T) - Method in class org.eclipse.equinox.p2.query.MatchQuery
Deprecated.
Returns whether the given object satisfies the parameters of this query.
isMatchedChar(char) - Method in class org.eclipse.jface.text.source.DefaultCharacterPairMatcher
 
isMatchedChar(char) - Method in interface org.eclipse.jface.text.source.ICharacterPairMatcherExtension
Checks whether the character is one of the characters matched by the pair matcher.
isMatchedChar(char, IDocument, int) - Method in class org.eclipse.jface.text.source.DefaultCharacterPairMatcher
 
isMatchedChar(char, IDocument, int) - Method in interface org.eclipse.jface.text.source.ICharacterPairMatcherExtension
Checks whether the character is one of the characters matched by the pair matcher.
isMergingEnabled() - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
Return whether merge capabilities are enabled for this participant.
isMigrationCandidate() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns whether this launch configuration is a candidate for migration.
isMirrored() - Method in class org.eclipse.compare.CompareConfiguration
Only the views are mirrored.
isModal() - Method in class org.eclipse.jface.wizard.WizardDialog
 
isModal() - Method in interface org.eclipse.team.ui.history.IHistoryPageSite
Returns whether this site is modal.
isModal() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageSite
Returns whether the site is associated with a page being shown in a modal dialog
isModalContextThread(Thread) - Static method in class org.eclipse.jface.operation.ModalContext
Returns whether the given thread is running a modal context.
isModifiable() - Method in interface org.eclipse.equinox.p2.repository.IRepository
Returns true if this repository can be modified, and false otherwise.
isModifiable() - Method in class org.eclipse.equinox.p2.repository.spi.AbstractRepository
 
isModifiable(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
isModifiable(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
isModifiable(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
 
isModifiable(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isModifiable(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
isModifiable(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isModifiable(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
Returns whether the document provider thinks that the given element can persistently be modified.
isModification() - Method in interface org.eclipse.debug.core.model.IWatchpoint
Returns whether this watchpoint will suspend execution when its associated variable is written.
isModified() - Method in class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Deprecated.
 
isModified() - Method in class org.eclipse.text.templates.TemplatePersistenceData
Returns whether the receiver represents a modified template, i.e. a contributed template that has been changed.
isModified(IFile) - Method in class org.eclipse.team.core.mapping.ChangeTracker
Return whether the given file is modified with respect to the repository provider associated with the file's project.
isModified(IFile) - Method in interface org.eclipse.team.core.mapping.IChangeGroupingRequestor
Return whether the given file is modified with respect to the repository.
isModifierKey(int) - Method in interface org.eclipse.jface.bindings.keys.IKeyLookup
Returns whether the given key is a modifier key.
isModifierKey(int) - Method in class org.eclipse.jface.bindings.keys.SWTKeyLookup
 
isMotif() - Static method in class org.eclipse.jface.util.Util
Deprecated.
isMove() - Method in class org.eclipse.ui.actions.CopyFilesAndFoldersOperation
Return whether the operation is a move or a copy
isMove() - Method in class org.eclipse.ui.actions.MoveFilesAndFoldersOperation
 
isMOVE(Event) - Static method in class org.eclipse.e4.ui.workbench.UIEvents
 
isMoveable() - Method in interface org.eclipse.ui.IViewLayout
Returns whether the view is moveable.
isMoveable() - Method in interface org.eclipse.ui.views.IStickyViewDescriptor
Return whether this view should be moveable.
isMRJar() - Method in class org.eclipse.osgi.storage.BundleInfo.Generation
 
isMultiHost() - Method in interface org.eclipse.osgi.service.resolver.HostSpecification
Returns if this HostSpecification is allowed to have multiple hosts
isMultiLanguage() - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Call this method to determine if this extension registry supports multiple languages.
isMultiLine(Annotation) - Method in interface org.eclipse.jface.text.source.IAnnotationAccess
Deprecated.
assumed to always return true
isMultiLine(Annotation) - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
Deprecated.
assumed to always return true
isMultiStatus() - Method in interface org.eclipse.core.runtime.IStatus
Returns whether this status is a multi-status.
isMultiStatus() - Method in class org.eclipse.core.runtime.MultiStatus
 
isMultiStatus() - Method in class org.eclipse.core.runtime.Status
 
isNameChanged() - Method in class org.eclipse.core.commands.common.AbstractNamedHandleEvent
Returns whether or not the name property changed.
isNameCharAllowed(char) - Method in class org.eclipse.ui.dialogs.SearchPattern
Checks character of element's name is allowed for specified set.
isNativelyLinked() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Deprecated.
Returns an indication whether the site represents an install site that has been linked via a native installer (using the links/linkfile 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.
isNavigationEvent(ColumnViewer, Event) - Method in class org.eclipse.jface.viewers.CellNavigationStrategy
is the given event an event which moves the selection to another cell
isNavigationTarget(Annotation) - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns whether the given annotation is configured as a target for the "Go to Next/Previous Annotation" actions.
isNavigationTarget(Annotation) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns whether the given annotation is configured as a target for the "Go to Next/Previous Annotation" actions.
isNavigatorExtensionActive(String) - Method in interface org.eclipse.ui.navigator.INavigatorActivationService
Checks the known activation state for the given viewer id to determine if the given navigator extension is 'active'.
isNested() - Method in class org.eclipse.jface.text.link.LinkedModeModel
Returns whether this model is nested.
isNewContentAvailable() - Method in class org.eclipse.ui.internal.WorkbenchIntroManager
 
isNewContentAvailable() - Method in interface org.eclipse.ui.intro.IIntroManager
Returns true if there is an intro content detector and it reports that new intro content is available.
isNewContentAvailable() - Method in class org.eclipse.ui.intro.IntroContentDetector
Returns true if new intro content is available.
isNotNull(Object) - Static method in class org.eclipse.core.runtime.Assert
Asserts that the given object is not null.
isNotNull(Object, String) - Static method in class org.eclipse.core.runtime.Assert
Asserts that the given object is not null.
isNotSynchronizedException(Object, CoreException) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
isNotSynchronizedException(Object, CoreException) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
 
isNotSynchronizedException(Object, CoreException) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isNotSynchronizedException(Object, CoreException) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
isNotSynchronizedException(Object, CoreException) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isNotSynchronizedException(Object, CoreException) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension5
Tells whether the given core exception is exactly the exception which is thrown for a non-synchronized element.
isNullStamp() - Method in class org.eclipse.ltk.core.refactoring.ContentStamp
Checks whether the stamp is the null stamp or not.
isOfferToRememberParticipant() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
Return whether the ability to remember the participant in the synchronize view should be presented to the user.
isOfferToRememberParticipant() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageDialog
Deprecated.
Return whether the ability to remember the participant in the synchronize view should be presented to the user.
isOK() - Method in interface org.eclipse.core.runtime.IStatus
Returns whether this status indicates everything is okay (neither info, warning, nor error).
isOK() - Method in class org.eclipse.core.runtime.Status
 
isOK() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns whether the status's severity is OK or not.
isOkToCreateDelegate() - Method in class org.eclipse.ui.internal.PluginAction
Returns true if the declaring plugin has been loaded and there is no need to delay creating the delegate any more.
isOkToCreateDelegate() - Method in class org.eclipse.ui.internal.ViewPluginAction
Returns true if the view has been set The view may be null after the constructor is called and before the view is stored.
isOkToCreateDelegate() - Method in class org.eclipse.ui.internal.WWinPluginAction
Returns true if the window has been set.
isOleFile(File) - Static method in class org.eclipse.swt.ole.win32.OLE
Returns true if the specified file has an OLE Storage format.
isOnTop() - Method in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
isOnTop() - Method in interface org.eclipse.e4.ui.model.application.ui.MUIElement
Returns the value of the 'On Top' attribute.
isOpen() - Method in interface org.eclipse.core.resources.IProject
Returns whether this project is open.
isOpenExternal() - Method in interface org.eclipse.ui.IEditorDescriptor
Returns whether this editor descriptor will open an external editor in a new window outside the workbench.
isOpeningHelpView() - Static method in class org.eclipse.help.ui.internal.DefaultHelpUI
 
isOpenInPlace() - Method in interface org.eclipse.ui.IEditorDescriptor
Returns whether this editor descriptor will open an external editor in-place inside the editor area.
isOptional() - Method in interface org.eclipse.core.commands.IParameter
Returns whether parameter is optional.
isOptional() - Method in class org.eclipse.e4.ui.model.application.commands.impl.CommandParameterImpl
isOptional() - Method in interface org.eclipse.e4.ui.model.application.commands.MCommandParameter
Returns the value of the 'Optional' attribute.
isOptional() - Method in interface org.eclipse.osgi.service.resolver.BundleSpecification
Returns whether or not this bundle specificiation is optional.
isOptional() - Method in interface org.eclipse.osgi.service.resolver.NativeCodeSpecification
Returns whether or not this native code specification is optional.
isOriginator(DocumentEvent, IRegion) - Method in interface org.eclipse.jface.text.IEditingSupport
Returns true if the receiver is the originator of a DocumentEvent and if that event is related to subjectRegion.
ISortableRefactoringHistoryControl - Interface in org.eclipse.ltk.ui.refactoring.history
Extension interface to IRefactoringHistoryControl which provides facilities to set the sort mode of a refactoring history control.
isOSGiBundle(IInstallableUnit) - Static method in class org.eclipse.equinox.p2.touchpoint.eclipse.query.OSGiBundleQuery
Test if the IInstallableUnit describes an OSGi bundle.
isOSGiCompatible() - Method in class org.eclipse.equinox.p2.metadata.Version
Checks if this version is in compliance with the OSGi version spec.
isOSGiCompatible() - Method in class org.eclipse.equinox.p2.metadata.VersionRange
Checks if the versions of this range is in compliance with the OSGi version spec.
isOther() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token is neither undefined, nor whitespace, nor EOF.
isOther() - Method in class org.eclipse.jface.text.rules.Token
 
ISourceContainer - Interface in org.eclipse.debug.core.sourcelookup
A source container is a container of source code.
ISourceContainerBrowser - Interface in org.eclipse.debug.ui.sourcelookup
Creates and edits source containers for a source lookup director.
ISourceContainerType - Interface in org.eclipse.debug.core.sourcelookup
A source container type represents a kind of container of source code.
ISourceContainerTypeDelegate - Interface in org.eclipse.debug.core.sourcelookup
A source container type delegate represents a kind of container of source code.
ISourceDisplay - Interface in org.eclipse.debug.ui.sourcelookup
Displays source for a debug model element.
ISourceLocator - Interface in org.eclipse.debug.core.model
A source locator locates source elements for stack frames.
ISourceLookupDirector - Interface in org.eclipse.debug.core.sourcelookup
A source lookup director directs the source lookup process among a set of participants and source containers.
ISourceLookupParticipant - Interface in org.eclipse.debug.core.sourcelookup
A source lookup participant participates in source lookup by searching an ordered list of source containers for source elements corresponding to a debug artifact.
ISourceLookupResult - Interface in org.eclipse.debug.ui.sourcelookup
The result of performing source lookup on a debug artifact.
ISourceModifier - Interface in org.eclipse.text.edits
A source modifier can be used to modify the source of a move or copy edit before it gets inserted at the target position.
ISourcePathComputer - Interface in org.eclipse.debug.core.sourcelookup
A source path computer computes the default source lookup path (set of source containers that should be considered) for a launch configuration.
ISourcePathComputerDelegate - Interface in org.eclipse.debug.core.sourcelookup
A source path computer delegate computes the default source lookup path (set of source containers that should be considered) for a launch configuration.
ISourcePresentation - Interface in org.eclipse.debug.ui
A source presentation is used to resolve an editor in which to display a debug model element, breakpoint, or source element.
ISourceProvider - Interface in org.eclipse.ui
A provider of notifications for when a change has occurred to a particular type of source.
ISourceProviderListener - Interface in org.eclipse.ui
A listener to changes in a particular source of information.
ISourceProviderService - Interface in org.eclipse.ui.services
A service from which all of the source providers can be retrieved.
ISources - Interface in org.eclipse.ui
A source is type of event change that can occur within the workbench.
ISourceViewer - Interface in org.eclipse.jface.text.source
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.
ISourceViewerExtension - Interface in org.eclipse.jface.text.source
Extension interface for ISourceViewer.
ISourceViewerExtension2 - Interface in org.eclipse.jface.text.source
Extension interface for ISourceViewer.
ISourceViewerExtension3 - Interface in org.eclipse.jface.text.source
Extension interface for ISourceViewer.
ISourceViewerExtension4 - Interface in org.eclipse.jface.text.source
Extension interface for ISourceViewer.
ISourceViewerExtension5 - Interface in org.eclipse.jface.text.source
Extension interface for ISourceViewer.
isOverviewRulerVisible() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Tells whether the overview ruler is visible.
isOverwriteModeEnabled() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns whether the overwrite mode is enabled according to the preference store settings.
isOwnerDrawEnabled() - Method in class org.eclipse.jface.viewers.StyledCellLabelProvider
Returns true is the owner draw rendering is enabled for this label provider.
isPageComplete() - Method in interface org.eclipse.jface.wizard.IWizardPage
Returns whether this page is complete or not.
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.
isPageZoomed() - Method in class org.eclipse.ui.internal.WorkbenchPage
 
isPageZoomed() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns the page "zoomed" state.
isPaintable(Annotation) - Method in interface org.eclipse.jface.text.source.IAnnotationAccessExtension
Returns true if painting annotation will produce something meaningful, false if not.
isPaintable(Annotation) - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
 
isPaintingAnnotations() - Method in class org.eclipse.jface.text.source.AnnotationPainter
Returns whether the list of annotation types whose annotations are painted by this painter contains at least on element.
isParallelActivated() - Method in class org.eclipse.osgi.container.Module
Returns if this module should be activated in parallel with other modules that have the same start level.
isParametersChanged() - Method in class org.eclipse.core.commands.CommandEvent
Returns whether or not the parameters have changed.
isParameterTypeChanged() - Method in class org.eclipse.core.commands.CommandManagerEvent
Returns whether the list of defined command parameter type identifiers has changed.
isParameterTypeDefined() - Method in class org.eclipse.core.commands.CommandManagerEvent
Returns whether the command parameter type identifier became defined.
isParentIdChanged() - Method in class org.eclipse.core.commands.contexts.ContextEvent
Returns whether or not the parentId property changed.
isParentIdChanged() - Method in class org.eclipse.jface.bindings.SchemeEvent
Returns whether or not the parentId property changed.
isParentMatch(Viewer, Object) - Method in class org.eclipse.e4.ui.dialogs.filteredtree.PatternFilter
Check if the parent (category) is a match to the filter text.
isParentMatch(Viewer, Object) - Method in class org.eclipse.ui.dialogs.PatternFilter
Check if the parent (category) is a match to the filter text.
isParentOf(IFileStore) - Method in interface org.eclipse.core.filesystem.IFileStore
Returns whether this store is a parent of the provided store.
isParentOf(IFileStore) - Method in class org.eclipse.core.filesystem.provider.FileStore
The default implementation of IFileStore.isParentOf(IFileStore).
isPartiallyEnabled(IActivityManager, String) - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Returns whether the given category is partially enabled.
isPartialMatch(ContextSet, TriggerSequence) - Method in class org.eclipse.e4.ui.bindings.internal.BindingTableManager
 
isPartialMatch(TriggerSequence) - Method in interface org.eclipse.e4.ui.bindings.EBindingService
 
isPartialMatch(TriggerSequence) - Method in class org.eclipse.e4.ui.bindings.internal.BindingServiceImpl
 
isPartialMatch(TriggerSequence) - Method in class org.eclipse.e4.ui.bindings.internal.BindingTable
 
isPartialMatch(TriggerSequence) - Method in class org.eclipse.jface.bindings.BindingManager
Returns whether the given trigger sequence is a partial match for the given sequence.
isPartialMatch(TriggerSequence) - Method in interface org.eclipse.ui.keys.IBindingService
Returns whether the given trigger sequence is a partial match for the given sequence.
isPartOrPlaceholderInPerspective(String, MPerspective) - Method in interface org.eclipse.e4.ui.workbench.modeling.EPartService
Indicates whether a part with a certain elementId is currently rendered in a certain perspective or not.
isPartVisible(MPart) - Method in interface org.eclipse.e4.ui.workbench.modeling.EPartService
Returns whether the specified part is currently visible to the end user.
isPartVisible(IWorkbenchPart) - Method in class org.eclipse.ui.internal.WorkbenchPage
See IWorkbenchPage.
isPartVisible(IWorkbenchPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Returns whether the specified part is visible.
isPartVisible(IWorkbenchPartReference) - Method in class org.eclipse.ui.internal.WorkbenchPage
 
isPasteEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the paste action.
isPasteEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method always returns true.
isPatch(IStorage) - Static method in class org.eclipse.compare.patch.ApplyPatchOperation
Return whether the given storage contains a patch.
isPatch(IInstallableUnit) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
Test if the IInstallableUnit is a patch.
isPatternCharAllowed(char) - Method in class org.eclipse.ui.dialogs.SearchPattern
Checks pattern's character is allowed for specified set.
ISpellingEngine - Interface in org.eclipse.ui.texteditor.spelling
A spelling engine that can be contributed to the org.eclipse.ui.workbench.texteditor.spellingEngine extension point.
ISpellingPreferenceBlock - Interface in org.eclipse.ui.texteditor.spelling
Contributors to the org.eclipse.ui.texteditor.spellingEngine extension point can specify an implementation of this interface to be displayed on the spelling preference page, if the corresponding engine is selected.
ISpellingProblemCollector - Interface in org.eclipse.ui.texteditor.spelling
A collector of SpellingProblems.
isPending() - Method in interface org.eclipse.debug.core.model.IWatchExpression
Returns whether the result of this watch expression is pending.
isPerfect(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated.
Compares two version identifiers for perfect equality.
isPerfectMatch(TriggerSequence) - Method in interface org.eclipse.e4.ui.bindings.EBindingService
 
isPerfectMatch(TriggerSequence) - Method in class org.eclipse.e4.ui.bindings.internal.BindingServiceImpl
 
isPerfectMatch(TriggerSequence) - Method in class org.eclipse.jface.bindings.BindingManager
Returns whether the given trigger sequence is a perfect match for the given sequence.
isPerfectMatch(TriggerSequence) - Method in interface org.eclipse.ui.keys.IBindingService
Returns whether the given trigger sequence is a perfect match for the given sequence.
isPersisted() - Method in class org.eclipse.debug.core.model.Breakpoint
 
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.
isPersistent() - Method in class org.eclipse.jface.text.source.Annotation
Returns whether this annotation is persistent.
isPersistent() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantDescriptor
Returns if this participant can be persisted between sessions.
isPersistentlyStarted() - Method in class org.eclipse.osgi.container.Module
 
isPhantom() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is a phantom resource.
isPhantom() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is a phantom resource.
isPhoton() - Static method in class org.eclipse.jface.util.Util
Deprecated.
isPinned() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
 
isPinned() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Returns if this participant is pinned.
isPinned() - Method in interface org.eclipse.ui.console.IConsoleView
Returns whether this console view is currently pinned to a specific console.
isPinned() - Method in interface org.eclipse.ui.IEditorReference
 
isPinned() - Method in class org.eclipse.ui.internal.WorkbenchPartReference
 
isPinned() - Method in class org.eclipse.ui.views.properties.PropertySheet
 
isPlatform() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if this is a platform URI, that is, an absolute, hierarchical URI, with "platform" scheme, no authority, and at least two segments; false is returned otherwise.
isPlatformChanged() - Method in class org.eclipse.jface.bindings.BindingManagerEvent
Returns whether the platform has changed
isPlatformPlugin() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if this is a platform plug-in URI, that is, a platform URI whose first segment is "plugin"; false is returned otherwise.
isPlatformResource() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if this is a platform resource URI, that is, a platform URI whose first segment is "resource"; false is returned otherwise.
isPluginLoaded() - Method in class org.eclipse.ui.texteditor.quickdiff.ReferenceProviderDescriptor
States whether the plug-in declaring this extension has been loaded already.
isPluginLoaded() - Method in class org.eclipse.ui.texteditor.spelling.SpellingEngineDescriptor
States whether the plug-in declaring this extension has been loaded already.
isPossibleChild(Object) - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
Determine if this content extension could provide the given element as a child.
isPostponeAutobuild() - Method in class org.eclipse.team.ui.TeamOperation
Return whether the auto-build should be postponed until after the operation is complete.
isPotentialHit() - Method in interface org.eclipse.help.search.ISearchResult
Returns whether the result a potential hit
isPreferenceKey(String) - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns whether the given string is a preference key.
isPrefix() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if this is a hierarchical URI that ends in a slash; that is, it has a trailing path separator or is the root absolute path, and has no query and no fragment; false is returned otherwise.
isPrefixOf(IPath) - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is a prefix of the given path.
isPrefixOf(IPath) - Method in class org.eclipse.core.runtime.Path
 
isPrefQuickDiffAlwaysOn() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Returns whether quick diff info should be visible upon opening an editor according to the preference store settings.
isPreviewInDialog() - Method in class org.eclipse.team.ui.synchronize.ModelParticipantMergeOperation
Return whether previews should occur in a dialog or in the synchronize view.
isPreviewRequested() - Method in class org.eclipse.team.ui.synchronize.ModelOperation
Return whether a preview of the operation before it is performed is desired.
isPrimary() - Method in interface org.eclipse.help.ITocContribution
Returns whether or not this is a top-level contribution (a book).
isPrintable() - Method in class org.eclipse.jface.text.TextViewer
Returns whether the shown text can be printed.
isPrivate(ILaunchConfiguration) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns whether the given launch configuration is private.
isProcessed(Object) - Method in class org.eclipse.ltk.core.refactoring.participants.ReorgExecutionLog
Returns true if the specified element has been processed; otherwise false
isProcessingNeeded() - Method in class org.eclipse.equinox.bidi.advanced.StructuredTextEnvironment
Deprecated.
let users control bidi processing independent of the locale
isProduct(IInstallableUnit) - Static method in class org.eclipse.equinox.p2.query.QueryUtil
Test if the IInstallableUnit is a product.
isProjectionMode() - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
Returns whether this viewer is in projection mode.
isProjectOfInterest(IProject) - Method in class org.eclipse.team.core.mapping.ChangeTracker
Return whether the given project is of interest to this tracker.
isProjectTracked(IProject) - Method in class org.eclipse.team.core.mapping.ChangeTracker
Return whether the given project is being tracked.
isPromptPreferenceValue(String) - Static method in class org.eclipse.ui.internal.LargeFileLimitsPreferenceHandler
 
isPropagatingMouseListener() - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
Tells whether this ruler column propagates mouse listener events to its parent.
isPropertyMissing() - Method in interface org.eclipse.team.core.history.IFileRevision
Returns whether this particular file revision has at least one supported property missing.
isPropertyResettable(Object) - Method in interface org.eclipse.ui.views.properties.IPropertySource2
Returns whether the value of the property with the specified id is resettable to a default value.
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.
isPropertySet(Object) - Method in interface org.eclipse.ui.views.properties.IPropertySource2
IPropertySource2 overrides the specification of this IPropertySource method to return true instead of false if the specified property does not have a meaningful default value.
isPropertySet(Object) - Method in class org.eclipse.ui.views.properties.ResourcePropertySource
 
isProposalPopupActive() - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
Returns whether proposal popup is active.
isProposalPopupOpen() - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Answers a boolean indicating whether the main proposal popup is open.
isPrototype() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns whether this configuration is a prototype.
isProxiesEnabled() - Method in interface org.eclipse.core.net.proxy.IProxyService
Returns whether proxy support should be enabled.
isPseudoInstanceOf(String) - Method in interface org.eclipse.e4.ui.css.core.dom.CSSStylableElement
Return true if s is pseudo instance (ex :focus) and false otherwise.
isPseudoInstanceOf(String) - Method in class org.eclipse.e4.ui.css.core.dom.ElementAdapter
 
isPseudoInstanceOf(String) - Method in class org.eclipse.e4.ui.css.swt.dom.ButtonElement
 
isPseudoInstanceOf(String) - Method in class org.eclipse.e4.ui.css.swt.dom.ControlElement
 
isPseudoInstanceOf(String) - Method in class org.eclipse.e4.ui.css.swt.dom.preference.EclipsePreferencesElement
 
isPseudoInstanceOf(String) - Method in class org.eclipse.e4.ui.css.swt.dom.ShellElement
 
isPseudoInstanceOf(String) - Method in class org.eclipse.e4.ui.css.swt.dom.TableItemElement
 
isPseudoInstanceOf(String) - Method in class org.eclipse.e4.ui.css.swt.dom.ToolItemElement
 
isPublic() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns whether this launch configuration type is public.
isPublic() - Method in interface org.eclipse.debug.ui.ILaunchGroup
Returns whether this launch group is public
isQueryRunning(ISearchQuery) - Static method in class org.eclipse.search.ui.NewSearchUI
Returns whether the given query is currently running.
isQuickFixable() - Method in interface org.eclipse.jface.text.quickassist.IQuickFixableAnnotation
Tells whether there are quick fixes for this annotation.
isQuickFixable() - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
Tells whether there are quick fixes for this annotation.
isQuickFixable() - Method in class org.eclipse.ui.texteditor.spelling.SpellingAnnotation
 
isQuickFixableStateSet() - Method in interface org.eclipse.jface.text.quickassist.IQuickFixableAnnotation
Tells whether the quick fixable state has been set.
isQuickFixableStateSet() - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
Tells whether the quick fixable state has been set.
isQuickFixableStateSet() - Method in class org.eclipse.ui.texteditor.spelling.SpellingAnnotation
 
isRadial() - Method in class org.eclipse.e4.ui.css.core.dom.properties.Gradient
 
isReadable() - Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether this memory byte is readable.
isReadOnly() - Method in interface org.eclipse.compare.IEditableContentExtension
Return whether the typed element being displayed is read-only. a read-only element will require a call to validateEdit before the element can be modified on disk.
isReadOnly() - Method in class org.eclipse.compare.ResourceNode
 
isReadOnly() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
 
isReadOnly() - Method in class org.eclipse.compare.structuremergeviewer.StructureRootNode
 
isReadOnly() - Method in interface org.eclipse.core.resources.IFile
Returns whether this file is read-only.
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.IResource
isReadOnly() - Method in interface org.eclipse.core.resources.IStorage
Returns whether this storage is read-only.
isReadOnly() - Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked read only.
isReadOnly() - Method in interface org.eclipse.core.variables.IValueVariable
Returns whether this variable is read only.
isReadOnly() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns whether this launch configuration is read-only.
isReadOnly() - Method in class org.eclipse.debug.core.sourcelookup.containers.LocalFileStorage
 
isReadOnly() - Method in class org.eclipse.debug.core.sourcelookup.containers.ZipEntryStorage
 
isReadOnly() - Method in class org.eclipse.debug.ui.console.ConsoleColorProvider
 
isReadOnly() - Method in interface org.eclipse.debug.ui.console.IConsoleColorProvider
Returns whether the console associated with this color provider's process can currently accept keyboard input.
isReadOnly() - Method in class org.eclipse.jface.text.templates.TemplateContext
Returns true if the receiver is read-only, false otherwise.
isReadOnly() - Method in interface org.eclipse.osgi.service.datalocation.Location
Returns true if this location represents a read only location and false otherwise.
isReadOnly() - Method in class org.eclipse.osgi.service.security.TrustEngine
Return a value indicate whether this trust engine is read-only.
isReadOnly() - Method in class org.eclipse.osgi.storage.Storage
 
isReadOnly() - Method in class org.eclipse.osgi.storagemanager.StorageManager
Returns if readOnly state this storage manager is using.
isReadOnly(int) - Method in interface org.eclipse.ui.console.IConsoleDocumentPartitioner
Returns whether this partitioner's document is read-only at the specified offset.
isReadOnly(int, int) - Method in interface org.eclipse.ui.console.IConsoleDocumentPartitionerExtension
Returns whether this partitioner's document is read-only in the specified range.
isReadOnly(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
isReadOnly(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
 
isReadOnly(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isReadOnly(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
isReadOnly(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isReadOnly(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
Returns whether the document provider thinks that the given element is read-only.
isReadOnly(IResource) - Static method in class org.eclipse.ltk.core.refactoring.resource.Resources
 
isRecomputationOfEnclosingPairRequired(IDocument, IRegion, IRegion) - Method in class org.eclipse.jface.text.source.DefaultCharacterPairMatcher
 
isRecomputationOfEnclosingPairRequired(IDocument, IRegion, IRegion) - Method in interface org.eclipse.jface.text.source.ICharacterPairMatcherExtension
Computes whether a client needs to recompute the enclosing pair after a selection change in the document.
isRecurring() - Method in interface org.osgi.service.application.ScheduledApplication
Queries if the schedule is recurring.
isRedoEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the redo action.
isRefreshRecursive(ILaunchConfiguration) - Static method in class org.eclipse.debug.core.RefreshUtil
Returns whether the refresh scope specified by the given launch configuration is recursive.
isRefreshRecursive(ILaunchConfiguration) - Static method in class org.eclipse.debug.ui.RefreshTab
Returns whether the refresh scope specified by the given launch configuration is recursive.
isRegExSearch() - Method in class org.eclipse.search.ui.text.TextSearchQueryProvider.TextSearchInput
Returns whether the search text denotes a regular expression or not.
isRegistered() - Method in class org.eclipse.debug.core.model.Breakpoint
 
isRegistered() - Method in interface org.eclipse.debug.core.model.IBreakpoint
Returns whether this breakpoint is currently registered with the breakpoint manager.
isRegistered(ILaunch) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns whether the given launch is currently registered.
isRegistered(IBreakpoint) - Method in interface org.eclipse.debug.core.IBreakpointManager
Returns whether the given breakpoint is currently registered with this breakpoint manager.
isRelative() - Method in class org.eclipse.e4.ui.css.swt.helpers.URI
Returns true if this is a relative URI, or false if it is an absolute URI.
isRemainEnabled(IDebugCommandRequest) - Method in class org.eclipse.debug.core.commands.AbstractDebugCommand
Returns whether this command should remain enabled after starting execution of the specified request.
isRemovalPending() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns whether this bundle is pending a removal.
isREMOVE(Event) - Static method in class org.eclipse.e4.ui.workbench.UIEvents
 
isRemoved() - Method in class org.eclipse.ui.progress.PendingUpdateAdapter
Return whether or not this has been removed from the tree.
isRenamed(Object) - Method in class org.eclipse.ltk.core.refactoring.participants.ReorgExecutionLog
Returns true if the specified element has been renamed; otherwise false
isRepaintReason(int) - Method in class org.eclipse.jface.text.source.AnnotationPainter
Returns whether the given reason causes a repaint.
isReparentable() - Method in class org.eclipse.swt.widgets.Control
Returns true if the underlying operating system supports this reparenting, otherwise false
isReparentable() - Method in class org.eclipse.swt.widgets.Decorations
 
isReplaceDialog() - Method in class org.eclipse.team.ui.history.HistoryPageCompareEditorInput
Return whether this compare editor input is being used in a replace dialog.
isReplaceRequest() - Method in class org.eclipse.jface.text.AbstractLineTracker.Request
 
isRequested(QualifiedName) - Method in interface org.eclipse.core.runtime.content.IContentDescription
Returns whether the given property is requested to be described.
isRequired() - Method in interface org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor
Returns whether the successful execution of this processing step is required for the transfer to be successful.
isRequired() - Method in class org.eclipse.equinox.p2.repository.artifact.spi.ProcessingStepDescriptor
 
isRequiresAuthentication() - Method in interface org.eclipse.core.net.proxy.IProxyData
Returns whether the proxy requires authentication.
isReservedFileName(File) - Static method in class org.eclipse.osgi.storage.StorageUtil
Tests whether the filename can escape path into special device
isReset() - Method in class org.eclipse.team.core.synchronize.SyncInfoSetChangeEvent
 
isResizable() - Method in class org.eclipse.jface.dialogs.AbstractSelectionDialog
 
isResizable() - Method in class org.eclipse.jface.dialogs.Dialog
Returns a boolean indicating whether the dialog should be considered resizable when the shell style is initially set.
isResizable() - Method in class org.eclipse.jface.dialogs.ErrorDialog
 
isResizable() - Method in class org.eclipse.jface.preference.PreferenceDialog
 
isResizable() - Method in class org.eclipse.jface.text.AbstractInformationControl
Returns whether the information control is resizable.
isResizable() - Method in class org.eclipse.ui.dialogs.EditorSelectionDialog
 
isResizable() - Method in class org.eclipse.ui.dialogs.SaveAsDialog
 
isResizable() - Method in class org.eclipse.ui.dialogs.SelectionDialog
 
isResizable() - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog
 
isResizable() - Method in class org.eclipse.ui.views.markers.internal.DialogMarkerProperties
 
isResolvable(BundleSpecification) - Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns whether the given bundle specification constraint is resolvable.
isResolvable(HostSpecification) - Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns whether the given host specification constraint is resolvable.
isResolvable(ImportPackageSpecification) - Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns whether the given package specification constraint is resolvable.
isResolved() - Method in class org.eclipse.equinox.frameworkadmin.BundleInfo
Whether or not this bundle is resolved Default is false
isResolved() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns whether this installable unit has been resolved.
isResolved() - Method in class org.eclipse.jface.text.codemining.AbstractCodeMining
 
isResolved() - Method in interface org.eclipse.jface.text.codemining.ICodeMining
Returns whether the content mining is resolved.
isResolved() - Method in class org.eclipse.jface.text.templates.TemplateVariable
Returns true if the variable has been resolved, false otherwise.
isResolved() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns true if this bundle is resolved in its host state.
isResolved() - Method in interface org.eclipse.osgi.service.resolver.State
Returns true if there have been no modifications to this state since the last time resolve() was called.
isResolved() - Method in interface org.eclipse.osgi.service.resolver.VersionConstraint
Returns whether this constraint is resolved.
isResourceMappingType(String) - Static method in class org.eclipse.ui.internal.LegacyResourceSupport
Returns true if the provided type name is an "org.eclipse.core.resources.mapping.ResourceMapping", and false otherwise.
isResourceOfInterest(IResource) - Method in class org.eclipse.team.core.mapping.ChangeTracker
Return whether the given resource is of interest to the tracker.
isResourceType(String) - Static method in class org.eclipse.ui.internal.LegacyResourceSupport
Returns true if the provided type name is an IResource, and false otherwise.
isRespectDisplayBounds() - Method in class org.eclipse.jface.window.ToolTip
Return whether the tooltip respects bounds of the display.
isRespectMonitorBounds() - Method in class org.eclipse.jface.window.ToolTip
Return whether the tooltip respects bounds of the monitor.
isRestorable() - Method in interface org.eclipse.ui.views.IViewDescriptor
Returns whether this view can be restored upon workbench restart.
isRestored() - Method in class org.eclipse.ui.internal.EditorHistoryItem
Returns whether this item has been restored from the memento.
isReturnTypeChanged() - Method in class org.eclipse.core.commands.CommandEvent
Returns whether or not the return type property changed.
isReversed() - Method in class org.eclipse.compare.patch.PatchConfiguration
Return whether the patch should be reversed when applied.
isRightDirty() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Return the dirty state of the right side of this viewer.
isRightEditable() - Method in class org.eclipse.compare.CompareConfiguration
Returns whether the right hand side of a merge viewer is editable.
isRightEditable() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
If the inputs are mirrored, this asks the left model value.
isRightEditable(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns whether the right side is editable.
isRightEditable(Object) - Method in class org.eclipse.compare.internal.MergeViewerContentProvider
 
isRightEditable(Object) - Method in class org.eclipse.compare.internal.MirroredMergeViewerContentProvider
 
isRightSaveNeeded() - Method in class org.eclipse.compare.CompareEditorInput
Returns true if there are unsaved changes for right side.
isRoleEnabled(String) - Method in class org.eclipse.help.ui.internal.HelpActivitySupport
 
isRoot() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is a root path.
isRoot() - Method in class org.eclipse.core.runtime.Path
 
isRoot() - Method in interface org.eclipse.osgi.service.resolver.ExportPackageDescription
Deprecated.
all export package descriptions are roots. The Reexport-Package header never became API.
isRootExtension(String) - Method in interface org.eclipse.ui.navigator.INavigatorViewerDescriptor
Returns true if the content extension of the given id matches a viewerContentBinding extension that declares isRoot as true.
isRowSelected(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns a boolean value indicating whether the specified row is completely selected.
isRowSelected(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns a boolean value indicating whether the specified row is completely selected.
isRunning() - Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
Returns true if the platform is already running, false otherwise.
isRunning() - Static method in class org.eclipse.core.runtime.Platform
Returns whether the platform is running.
isRunning() - Static method in class org.eclipse.help.ui.internal.HelpUIEventLoop
 
isRunning() - Method in class org.eclipse.ui.internal.Workbench
Returns true if the workbench is running, false if it has been terminated.
isRunningInReconcilerThread() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Tells whether the code is running in this reconciler's background thread.
isSameFamilyAs(TeamOperation) - Method in class org.eclipse.team.ui.TeamOperation
Return whether this Team operation belongs to the same family as the given operation for the purpose of showing only one operation of the same type in the progress service when isKeepOneProgressServiceEntry is overridden to return true.
isSameNode(Node) - Method in class org.eclipse.e4.ui.css.core.dom.ElementAdapter
 
isSameSelection(List<Item>, Item[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns true if the given list and array of items refer to the same model elements.
isSatisfiedBy(BaseDescription) - Method in interface org.eclipse.osgi.service.resolver.VersionConstraint
Returns whether this constraint could be satisfied by the given supplier.
isSave() - Method in class org.eclipse.equinox.p2.repository.metadata.spi.IInstallableUnitUIServices.TrustAuthorityInfo
Returns whether the trusted authority URIs should be persisted for future operations.
isSaveable(Object) - Static method in class org.eclipse.ui.internal.SaveableHelper
 
isSaveable2(Object) - Static method in class org.eclipse.ui.internal.SaveableHelper
 
isSaveAllEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
Check if save all is enabled
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 class org.eclipse.compare.internal.CompareEditor
 
isSaveAsAllowed() - Method in class org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
 
isSaveAsAllowed() - Method in class org.eclipse.team.ui.SaveablePartAdapter
Deprecated.
 
isSaveAsAllowed() - Method in class org.eclipse.ui.editors.text.TextEditor
 
isSaveAsAllowed() - Method in class org.eclipse.ui.forms.editor.FormPage
 
isSaveAsAllowed() - Method in class org.eclipse.ui.internal.ErrorEditorPart
 
isSaveAsAllowed() - Method in interface org.eclipse.ui.ISaveablePart
Returns whether the "Save As" operation is supported by this part.
isSaveAsAllowed() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
isSaveAsAllowed() - Method in class org.eclipse.ui.part.AbstractMultiEditor
 
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 in either left or right side.
isSaveNeeded() - Method in class org.eclipse.team.ui.synchronize.ParticipantPageCompareEditorInput
 
isSaveOnCloseNeeded() - Method in class org.eclipse.team.ui.SaveablePartAdapter
Deprecated.
 
isSaveOnCloseNeeded() - Method in interface org.eclipse.ui.ISaveablePart
Returns whether the contents of this part should be saved when the part is closed.
isSaveOnCloseNeeded() - Method in class org.eclipse.ui.navigator.CommonNavigator
 
isSaveOnCloseNeeded() - Method in class org.eclipse.ui.part.EditorPart
 
isSaving() - Method in interface org.eclipse.compare.internal.ISavingSaveable
 
isSchemeChanged() - Method in class org.eclipse.jface.bindings.BindingManagerEvent
Returns whether the list of defined scheme identifiers has changed.
isSchemeDefined() - Method in class org.eclipse.jface.bindings.BindingManagerEvent
Returns whether or not the scheme became defined
isSearchReferencedProjects() - Method in class org.eclipse.debug.core.sourcelookup.containers.ProjectSourceContainer
Returns whether referenced projects are considered.
isSeeAlso() - Method in interface org.eclipse.help.IIndexSee
Determines whether the text to be displayed is "see" or "see also"
isSelectAllEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the select all action.
isSelectAllEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
Returns true if this cell editor is able to perform the select all action.
isSelected - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
isSelected - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
isSelected() - Method in class org.eclipse.e4.ui.model.application.ui.menu.impl.ItemImpl
isSelected() - Method in interface org.eclipse.e4.ui.model.application.ui.menu.MItem
Returns the value of the 'Selected' attribute.
isSelected() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractTabDescriptor
 
isSelected() - Method in interface org.eclipse.ui.views.properties.tabbed.ITabItem
Determine if this tab is selected.
isSelected(int) - Method in class org.eclipse.swt.widgets.List
Returns true if the item is selected, and false otherwise.
isSelected(int) - Method in class org.eclipse.swt.widgets.Table
Returns true if the item is selected, and false otherwise.
isSelected(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns a boolean value indicating whether this cell is selected.
isSelected(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns a boolean value indicating whether this cell is selected.
isSelectionDependent() - Method in class org.eclipse.compare.internal.MergeViewerAction
 
isSelectionPartVisible() - Method in interface org.eclipse.ui.SelectionListenerFactory.ISelectionModel
 
isSelfUpdating() - Method in class org.eclipse.ui.internal.AggregateWorkingSet
 
isSelfUpdating() - Method in class org.eclipse.ui.internal.WorkingSet
 
isSelfUpdating() - Method in interface org.eclipse.ui.IWorkingSet
Returns true if this working set is capable of updating itself and reacting to changes in the state of its members.
isSeparator() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns false.
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.MenuManager
 
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.SubContributionItem
 
isSeparator() - Method in class org.eclipse.jface.action.SubMenuManager
 
isSeparator() - Method in class org.eclipse.ui.internal.ActionSetSeparator
The Separator implementation of this IContributionItem method returns true
isSeparator() - Method in class org.eclipse.ui.navigator.MenuInsertionPoint
 
isSeparatorVisible() - Method in class org.eclipse.ui.forms.widgets.Form
Tests if the form head separator is visible.
isSet() - Method in interface org.eclipse.osgi.service.datalocation.Location
Returns true if this location has a value and false otherwise.
isSet(int) - Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object has the given mask set.
isSET(Event) - Static method in class org.eclipse.e4.ui.workbench.UIEvents
 
isSetHeight() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
isSetHeight() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
Returns whether the value of the 'Height' attribute is set.
isSetLocationSupported() - Method in interface org.eclipse.help.browser.IBrowser
Queries the browser if setLocation method is supported.
isSetSizeSupported() - Method in interface org.eclipse.help.browser.IBrowser
Queries the browser if setSize method is supported.
isSetWidth() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
isSetWidth() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
Returns whether the value of the 'Width' attribute is set.
isSetX() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
isSetX() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
Returns whether the value of the 'X' attribute is set.
isSetY() - Method in class org.eclipse.e4.ui.model.application.ui.basic.impl.WindowImpl
isSetY() - Method in interface org.eclipse.e4.ui.model.application.ui.basic.MWindow
Returns whether the value of the 'Y' attribute is set.
isShared() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns whether this file buffer is shared by more than one client.
isShared() - Static method in class org.eclipse.help.HelpSystem
Returns whether or not the help system, in its current mode of operation, can be shared by multiple (potentially remote) users.
isShared() - Method in class org.eclipse.ui.forms.FormColors
Tests if the colors are shared.
isShared(IProject) - Static method in class org.eclipse.team.core.RepositoryProvider
Returns whether the given project is shared or not.
isShowDerived() - Method in class org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog.ResourceFilter
Check show derived flag for a filter
isShowFilterControls() - Method in class org.eclipse.e4.ui.dialogs.filteredtree.FilteredTree
 
isShowFormatterSetting() - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
Returns whether the formatter preference checkbox should be shown.
isShowing() - Method in class org.eclipse.help.ui.internal.ContextHelpDialog
 
isShowing() - Method in class org.eclipse.swt.custom.CTabItem
Returns true if the item will be rendered in the visible area of the CTabFolder.
isShowing() - Method in class org.eclipse.ui.views.markers.internal.AbstractField
 
isShowing() - Method in interface org.eclipse.ui.views.markers.internal.IField
Return whether not the receiver is showing.
isShowingBindings(Collection<Binding>) - Method in class org.eclipse.e4.ui.bindings.internal.KeyAssistDialog
Tests whether the key assist dialog is currently showing a set of bindings.
isShowingChangeInformation() - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
Returns true if the ruler is showing change information, false otherwise
isShowingEntireContents(StyledText) - Static method in class org.eclipse.jface.text.JFaceTextUtil
Returns true if the widget displays the entire contents, i.e. it cannot be vertically scrolled.
isShowingLineNumbers() - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
Returns true if the ruler is showing line numbers, false otherwise
isShowingRevisionInformation() - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
Returns true if the ruler is showing revision information, false otherwise
isShowInNextPrevDropdownToolbarAction() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default value for the visibility in the next/previous drop down toolbar action.
isShowInOverviewRuler(Annotation) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
isShowInVerticalRuler(Annotation) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
isShownInEditor(Match, IEditorPart) - Method in interface org.eclipse.search.ui.text.IEditorMatchAdapter
Determines whether a match should be displayed in the given editor.
isShownInText(Annotation) - Method in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
 
isSigned() - Method in interface org.eclipse.osgi.signedcontent.SignedContent
Returns true if the content is signed; false otherwise.
isSigned() - Method in interface org.eclipse.osgi.signedcontent.SignedContentEntry
Returns true if the entry is signed; false otherwise.
isSingleton() - Method in interface org.eclipse.equinox.p2.metadata.IInstallableUnit
Returns whether this installable unit is a singleton.
isSingleton() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns whether this bundle is a singleton.
isSkippingWhitespace() - Method in class org.eclipse.text.readers.SubstitutionReader
 
isSlaveDocument(IDocument) - Method in interface org.eclipse.jface.text.ISlaveDocumentManager
Returns whether the given document is a slave document known to this slave document manager.
isSlaveDocument(IDocument) - Method in class org.eclipse.jface.text.projection.ProjectionDocumentManager
 
isSortByDate() - Method in interface org.eclipse.ltk.ui.refactoring.history.ISortableRefactoringHistoryControl
Is sorting by date enabled?
isSortByProjects() - Method in interface org.eclipse.ltk.ui.refactoring.history.ISortableRefactoringHistoryControl
Is sorting by projects enabled?
isSorted() - Method in class org.eclipse.help.internal.Topic
 
isSorted() - Method in interface org.eclipse.help.IToc2
Allows child elements to be sorted alphabetically regardless of their actual order in the list of children.
isSorted() - Method in interface org.eclipse.help.ITopic2
Allows child elements to be sorted alphabetically regardless of their actual order in the list of children.
isSorterProperty(Object, String) - Method in class org.eclipse.jface.viewers.ViewerComparator
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.WorkbenchViewerComparator
 
isSorterProperty(Object, String) - Method in class org.eclipse.ui.model.WorkbenchViewerSorter
Deprecated.
 
isSorterProperty(Object, String) - Method in class org.eclipse.ui.navigator.CommonViewerSorter
 
isSorterProperty(TreePath, Object, String) - Method in class org.eclipse.jface.viewers.TreePathViewerSorter
Returns whether this viewer sorter would be affected by a change to the given property of the given element.
isSorterProperty(TreePath, Object, String) - Method in class org.eclipse.ui.navigator.CommonViewerSorter
 
isSortOnly() - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
True if this content extension is used only to specify a commonSorter in order to provide only sorting.
isSortOthers() - Method in class org.eclipse.help.internal.HelpData
 
isSpacesAsTabsDeletionEnabled() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
 
isSpacesAsTabsDeletionEnabled() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Tells whether delete and backspace keys should remove multiple spaces as if they were a tab.
isSplashHandleSpecified() - Static method in class org.eclipse.ui.internal.WorkbenchPlugin
Return whether or not the OSGi framework has specified the handle of a splash shell.
isStale() - Method in class org.eclipse.core.databinding.observable.DecoratingObservable
 
isStale() - Method in interface org.eclipse.core.databinding.observable.IObservable
Returns whether the state of this observable is stale and is expected to change soon.
isStale() - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
isStale() - Method in class org.eclipse.core.databinding.observable.list.ComputedList
 
isStale() - Method in class org.eclipse.core.databinding.observable.list.MultiList
 
isStale() - Method in class org.eclipse.core.databinding.observable.list.ObservableList
Returns the stale state.
isStale() - Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
 
isStale() - Method in class org.eclipse.core.databinding.observable.map.ComputedObservableMap
 
isStale() - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
Returns the stale state.
isStale() - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
isStale() - Method in class org.eclipse.core.databinding.observable.set.ComputedSet
 
isStale() - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
isStale() - Method in class org.eclipse.core.databinding.observable.set.UnionSet
 
isStale() - Method in class org.eclipse.core.databinding.observable.value.AbstractObservableValue
 
isStale() - Method in class org.eclipse.core.databinding.observable.value.ComputedValue
 
isStale() - Method in class org.eclipse.core.databinding.observable.value.DateAndTimeObservableValue
 
isStale() - Method in class org.eclipse.core.databinding.observable.value.DuplexingObservableValue
 
isStale() - Method in class org.eclipse.core.databinding.observable.value.LocalDateTimeObservableValue
 
isStale() - Method in class org.eclipse.ui.forms.AbstractFormPart
Tests whether the part is stale i.e. its widgets have state that is older than the data in the model.
isStale() - Method in class org.eclipse.ui.forms.DetailsPart
Tests if the currently visible page is stale and needs refreshing.
isStale() - Method in interface org.eclipse.ui.forms.IFormPart
Tests whether the form part is stale and needs refreshing.
isStale() - Method in interface org.eclipse.ui.forms.IManagedForm
Tests if form is stale.
isStale() - Method in class org.eclipse.ui.forms.ManagedForm
 
isStandalone() - Method in interface org.eclipse.ui.IViewLayout
Returns whether the view is a standalone view.
isStarting - Variable in class org.eclipse.ui.internal.UISynchronizer
Indicates that the UI is in startup mode and that no non-workbench runnables should be invoked.
isStarting() - Method in class org.eclipse.ui.internal.Workbench
Returns true if the Workbench is in the process of starting.
isStarting() - Method in interface org.eclipse.ui.IWorkbench
Returns a boolean indicating whether the workbench is in the process of starting.
isStarting(Bundle) - Method in class org.eclipse.ui.internal.WorkbenchPlugin
 
isStartPage(String) - Method in class org.eclipse.ui.intro.config.IntroConfigurer
Return true if pageId is the configured start page.
isStateDecorationEnabled() - Method in class org.eclipse.team.ui.mapping.SynchronizationStateTester
Return whether state decoration is enabled for the context to which this tester is associated.
isStateValidated() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns whether the state of this file buffer has been validated.
isStateValidated(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
isStateValidated(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isStateValidated(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
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.
isStateValidated(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
Returns whether the state of the given element has been validated.
isStaticPseudoInstance(String) - Method in interface org.eclipse.e4.ui.css.core.dom.CSSStylableElement
Return true if s is static pseudo instance (ex :CTabFolder:selected) and false otherwise.
isStaticPseudoInstance(String) - Method in class org.eclipse.e4.ui.css.core.dom.ElementAdapter
 
isStepFiltersEnabled() - Method in interface org.eclipse.debug.core.model.IStepFilters
Returns whether step filters are currently enabled in this debug target.
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.
isStringPreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isStringPreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for a string preference?
isStylable(Widget) - Method in class org.eclipse.e4.ui.css.swt.engine.AbstractCSSSWTEngineImpl
Return true if the given widget can be styled
isSubFilter(FilteredItemsSelectionDialog.ItemsFilter) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.ItemsFilter
Check if the given filter is a sub-filter of this filter.
isSubFilter(FilteredItemsSelectionDialog.ItemsFilter) - Method in class org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog.ResourceFilter
 
isSubMenuManagerCreated() - Method in class org.eclipse.ui.SubActionBars
Return whether the sub menu manager has been created yet.
isSubPattern(SearchPattern) - Method in class org.eclipse.ui.dialogs.SearchPattern
Tells whether the given SearchPattern is a sub-pattern of this pattern.
isSubStatusLineManagerCreated() - Method in class org.eclipse.ui.SubActionBars
Return whether the sub status line manager has been created yet.
isSubstitutedPackage(String) - Method in class org.eclipse.osgi.container.ModuleWiring
Returns true if the specified package name has been substituted in this wiring
isSubstituteFor(IContributionItem) - Method in class org.eclipse.jface.action.MenuManager
Deprecated.
this method is no longer a part of the IContributionItem API.
isSubToolBarManagerCreated() - Method in class org.eclipse.ui.SubActionBars
Return whether the sub toolbar manager has been created yet.
isSubtype(Object, Object) - Method in interface org.eclipse.jface.text.source.IAnnotationAccessExtension
Returns true if the given annotation is of the given type or false otherwise.
isSubtype(Object, Object) - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
 
isSubtypeOf(String) - Method in interface org.eclipse.core.resources.IMarker
Returns whether the type of this marker is considered to be a sub-type of the given marker type.
isSubtypeOf(String) - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns whether the type of this marker is considered to be a sub-type of the given marker type.
isSubtypeOf(MarkerType) - Method in class org.eclipse.ui.views.markers.internal.MarkerType
Returns whether this marker type is considered to be a subtype of the given marker type.
isSupervised(IResource) - Method in class org.eclipse.team.core.subscribers.Subscriber
Returns true if this resource is supervised by this subscriber.
isSupervised(IResource) - Method in class org.eclipse.team.core.variants.ThreeWaySubscriber
Returns false for resources that are not children of a subscriber root, are ignored by the subscriber's synchronizer or are ignored by the Team.ignoreHist(IResource).
isSupported(String, String) - Method in class org.eclipse.e4.ui.css.core.dom.ElementAdapter
 
isSupportedContentType(String) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Deprecated.
Returns whether the given type is one of the legal content types.
isSupportedContentType(String) - Method in class org.eclipse.jface.text.rules.FastPartitioner
Returns whether the given type is one of the legal content types.
isSupportedContentType(String) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated.
Returns whether the given type is one of the legal content types.
isSupportedType(TransferData) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
 
isSupportedType(TransferData) - Method in class org.eclipse.swt.dnd.FileTransfer
 
isSupportedType(TransferData) - Method in class org.eclipse.swt.dnd.Transfer
Returns true if the TransferData data type can be converted using this transfer agent, or false otherwise (including if transferData is null).
isSupportedType(TransferData) - Method in class org.eclipse.ui.navigator.CommonDropAdapterAssistant
Clients may extend the supported transfer types beyond the default LocalSelectionTransfer.getTransfer() and PluginTransfer.getInstance() transfer types.
isSupportedType(TransferData) - Method in class org.eclipse.ui.navigator.resources.ResourceDropAdapterAssistant
 
isSuspended() - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Returns whether the job manager is currently suspended.
isSuspended() - Method in interface org.eclipse.debug.core.model.ISuspendResume
Returns whether this element is currently suspended.
isSuspended() - Method in interface org.eclipse.jface.text.source.ILineDifferExtension2
Returns true if the receiver is suspended, false otherwise.
isSwitchFor(EPackage) - Method in class org.eclipse.e4.ui.model.application.commands.util.CommandsSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class org.eclipse.e4.ui.model.application.ui.basic.util.BasicSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class org.eclipse.e4.ui.model.application.ui.menu.util.MenuSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class org.eclipse.e4.ui.model.application.ui.util.UiSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class org.eclipse.e4.ui.model.application.util.ApplicationSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class org.eclipse.e4.ui.model.fragment.util.FragmentSwitch
Checks whether this is a switch for the given package.
isSymbolicLink() - Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked as symbolic link.
isSynchronizationContextRequested() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns whether a synchronization context has been requested for this file buffer and not yet released.
isSynchronized() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns whether this file buffer is synchronized with the file system.
isSynchronized(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource and its descendents to the given depth are considered to be in sync with the local file system.
isSynchronized(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
isSynchronized(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
isSynchronized(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isSynchronized(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.
 
isSynchronized(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isSynchronized(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension3
Returns whether the information provided for the given element is in sync with the element.
isSynchronized(IResource, int) - Method in interface org.eclipse.core.resources.team.IResourceTree
Returns whether the given resource and its descendents to the given depth are considered to be in sync with the local file system.
isSyncInfoInTextEnabled() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
Returns whether the synchronization state should be included in the text of the label.
isSynthetic() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Returns whether this change is synthetic or not.
isSystem() - Method in class org.eclipse.core.runtime.jobs.Job
Returns whether this job is a system job.
isSystemDarkTheme() - Static method in class org.eclipse.swt.widgets.Display
Returns true if the current OS theme has a dark appearance, else returns false.
isSystemExternalEditorAvailable(String) - Method in interface org.eclipse.ui.IEditorRegistry
Returns whether the system has an editor that could handle a file with the given name.
isSystemFileReadOnly(TextFileDocumentProvider.FileInfo) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
Returns whether the system file denoted by the given info is read-only.
isSystemInPlaceEditorAvailable(String) - Method in interface org.eclipse.ui.IEditorRegistry
Returns whether there is an in-place editor that could handle a file with the given name.
isSystemProxiesEnabled() - Method in interface org.eclipse.core.net.proxy.IProxyService
Returns whether system proxy should be used when the proxy support is enabled.
isTabsToSpacesConversionEnabled() - Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
 
isTabsToSpacesConversionEnabled() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Tells whether tabs should be converted to spaces while editing inside this editor.
IStackFrame - Interface in org.eclipse.debug.core.model
A stack frame represents an execution context in a suspended thread.
isTakingFocusWhenVisible() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Tells whether the control takes focus when visible.
IStaleListener - Interface in org.eclipse.core.databinding.observable
Listener for staleness events.
IStandbyContentPart - Interface in org.eclipse.ui.intro.config
An Intro standby part.
isTargetPartVisible() - Method in interface org.eclipse.ui.SelectionListenerFactory.ISelectionModel
 
IStartup - Interface in org.eclipse.ui
Plug-ins 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.
IStateListener - Interface in org.eclipse.core.commands
A listener to changes in some state.
IStateValidationSupport - Interface in org.eclipse.core.filebuffers
Implementers of IFileBuffer may also implement IStateValidationSupport in order to allow a IFileBufferManager to batch the stages of state validation when calling IFileBufferManager.validateState(IFileBuffer[], org.eclipse.core.runtime.IProgressMonitor, Object).
IStatus - Interface in org.eclipse.core.runtime
A status object represents the outcome of an operation.
IStatusAdapterConstants - Interface in org.eclipse.ui.statushandlers
This interface contains common constants important for StatusAdapter.
IStatusContextViewer - Interface in org.eclipse.ltk.ui.refactoring
Viewer to present the context object of a refactoring status entry.
IStatusField - Interface in org.eclipse.ui.texteditor
Interface of a status field of a text editor.
IStatusFieldExtension - Interface in org.eclipse.ui.texteditor
Extends IStatusField with the following concepts: set error text and image set tool tip control visibility
IStatusHandler - Interface in org.eclipse.debug.core
A status handler registers to handle a specific status - error or otherwise.
IStatusLineManager - Interface in org.eclipse.jface.action
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.
isTeamPrivateMember() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is a team private member.
isTeamPrivateMember(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is a team private member of its parent container.
isTemporary(Annotation) - Method in interface org.eclipse.jface.text.source.IAnnotationAccess
Deprecated.
use Annotation.isPersistent()
isTemporary(Annotation) - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
Deprecated.
assumed to always return true
IStep - Interface in org.eclipse.debug.core.model
Provides the ability to step into, over, and return from the current execution location.
IStepFilter - Interface in org.eclipse.debug.core.model
Provides the ability to filter out steps based on some object.
IStepFilters - Interface in org.eclipse.debug.core.model
Support for step filters for a debug target.
IStepFiltersHandler - Interface in org.eclipse.debug.core.commands
A step filters handler typically toggles the use of step filters in a debug session based on the user preference setting.
IStepIntoHandler - Interface in org.eclipse.debug.core.commands
A step into handler typically steps into the next instruction to be executed.
IStepOverHandler - Interface in org.eclipse.debug.core.commands
A step over handler typically steps over the next instruction or line of code to be executed.
IStepReturnHandler - Interface in org.eclipse.debug.core.commands
A step return handler typically steps out of the current method or function that the debugger is suspended in.
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.
isTerminated() - Method in class org.eclipse.debug.core.model.RuntimeProcess
 
isTextFileLocation(IPath) - Method in interface org.eclipse.core.filebuffers.ITextFileBufferManager
isTextFileLocation(IPath, boolean) - Method in interface org.eclipse.core.filebuffers.ITextFileBufferManager
Returns whether a file at the given location is or can be considered a text file.
isTextSelected() - Method in class org.eclipse.swt.custom.StyledText
Returns true if any text in the widget is selected, and false otherwise.
isThemeChanged() - Static method in class org.eclipse.e4.ui.css.swt.helpers.EclipsePreferencesHelper
 
isThreeWay() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Return whether the input is a three-way comparison.
isThreeWay() - Method in class org.eclipse.core.resources.mapping.RemoteResourceMappingContext
Return true if the context is associated with an operation that is using a three-way comparison and false if it is using a two-way comparison.
isThreeWay() - Method in class org.eclipse.team.core.subscribers.SubscriberResourceMappingContext
 
isThreeWay() - Method in interface org.eclipse.team.core.variants.IResourceVariantComparator
Answers true if the base tree is maintained by this comparator's subscriber.
isThreeWay() - Method in class org.eclipse.team.core.variants.ThreeWayResourceComparator
 
IStickyViewDescriptor - Interface in org.eclipse.ui.views
Supplemental view interface that describes various sticky characteristics that a view may possess.
isTimeDisplayed() - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Returns whether the control should display time information.
isToBeRendered() - Method in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
isToBeRendered() - Method in interface org.eclipse.e4.ui.model.application.ui.MUIElement
Returns the value of the 'To Be Rendered' attribute.
isToolbarVisible() - Method in class org.eclipse.ui.internal.WorkbenchWindow
Return true if the toolbar is visible.
IStorage - Interface in org.eclipse.core.resources
A storage object represents a set of bytes which can be accessed.
IStorageDocumentProvider - Interface in org.eclipse.ui.editors.text
Document provider for IStorage based domain elements.
IStorageEditorInput - Interface in org.eclipse.ui
Interface for a IStorage input to an editor.
IStorageMerger - Interface in org.eclipse.team.core.mapping
This interface defines a single operation for performing a three-way merge on three instances of IStorage.
isTraceEnabled() - Method in class org.eclipse.e4.core.services.log.Logger
 
isTracking() - Method in class org.eclipse.e4.ui.model.application.ui.impl.ImperativeExpressionImpl
isTracking() - Method in interface org.eclipse.e4.ui.model.application.ui.MImperativeExpression
Returns the value of the 'Tracking' attribute.
isTracking() - Method in class org.eclipse.swt.graphics.Device
 
isTransient() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Returns an indication whether the configuration is transient.
isTransient(boolean) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Indicates whether the configuration is transient or not.
IStreamContentAccessor - Interface in org.eclipse.compare
An IStreamContentAccessor object represents a set of bytes which can be accessed by means of a stream.
IStreamingNodeList - Interface in org.eclipse.e4.ui.css.core.dom
Implementations of NodeList that implemented NodeList.getLength() and NodeList.item(int) can use this interface to optimize the streaming of their children.
IStreamListener - Interface in org.eclipse.debug.core
A stream listener is notified of changes to a stream monitor.
IStreamMerger - Interface in org.eclipse.compare
Deprecated.
Clients should use org.eclipse.team.core.mapping.IStorageMerger instead.
IStreamMonitor - Interface in org.eclipse.debug.core.model
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 in org.eclipse.debug.core.model
A streams proxy acts as proxy between the streams of a process and interested clients.
IStreamsProxy2 - Interface in org.eclipse.debug.core.model
Extension to a streams proxy that allows closing of the output stream connected to the standard input stream of a proxy's process.
isTreeLocked() - Method in interface org.eclipse.core.resources.IWorkspace
Returns whether the workspace tree is currently locked.
isTriggerPoint() - Method in class org.eclipse.debug.core.model.Breakpoint
 
isTriggerPoint() - Method in interface org.eclipse.debug.core.model.ITriggerPoint
Returns whether this breakpoint is defined as a trigger point in the workspace.
isTriggerPoint(Object) - Method in interface org.eclipse.ui.navigator.INavigatorContentDescriptor
Determine if this content extension is enabled for the given element.
isTriggerSet() - Method in class org.eclipse.osgi.container.ModuleLoader
Returns true if the lazy trigger is set for this module loader
IStringMapping - Interface in org.eclipse.team.core
A simple interface for mappings from a string (usually a file name or a file extension) and a content type (typically Team.TEXT, Team.BINARY or Team.UNKNOWN.
IStringVariable - Interface in org.eclipse.core.variables
A variable that can be referenced in an expression, which resolves to a string value.
IStringVariableManager - Interface in org.eclipse.core.variables
Registry for string variables.
IStructureComparator - Interface in org.eclipse.compare.structuremergeviewer
Interface used to compare hierarchical structures.
IStructureCreator - Interface in org.eclipse.compare.structuremergeviewer
Interface used to create a hierarchical structure of IStructureComparators for a given input object.
IStructureCreator2 - Interface in org.eclipse.compare.structuremergeviewer
An extension to the IStructureCreator interface that supports the use of shared documents.
IStructuredContentProvider - Interface in org.eclipse.jface.viewers
An interface to content providers for structured viewers.
IStructuredSelection - Interface in org.eclipse.jface.viewers
A selection containing elements.
IStructuredTextExpert - Interface in org.eclipse.equinox.bidi.advanced
Provides advanced methods for processing bidirectional text with a specific structure to ensure proper presentation.
isTrue(boolean) - Static method in class org.eclipse.core.runtime.Assert
Asserts that the given boolean is true.
isTrue(boolean, String) - Static method in class org.eclipse.core.runtime.Assert
Asserts that the given boolean is true.
isTrustAlways() - Method in class org.eclipse.equinox.p2.repository.metadata.spi.IInstallableUnitUIServices.TrustAuthorityInfo
Return whether to always trust all authorities, both during this operation and for all future operations.
isTrusted() - Method in interface org.eclipse.osgi.signedcontent.SignerInfo
Returns true if the trust anchor has been authenticated.
IStyledStringHighlighter - Interface in org.eclipse.ui.dialogs
Used in FilteredItemsSelectionDialog to highlight matches in the list of matching items
IStylingEngine - Interface in org.eclipse.e4.ui.services
 
ISubjectControlContentAssistant - Interface in org.eclipse.jface.contentassist
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
ISubjectControlContentAssistProcessor - Interface in org.eclipse.jface.contentassist
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
ISubjectControlContextInformationPresenter - Interface in org.eclipse.jface.contentassist
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
ISubjectControlContextInformationValidator - Interface in org.eclipse.jface.contentassist
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
ISubscriberChangeEvent - Interface in org.eclipse.team.core.subscribers
A change event that describes a change in a resource that is or was supervised by a subscriber.
ISubscriberChangeListener - Interface in org.eclipse.team.core.subscribers
A subscriber change listener is notified of changes to resources regarding their subscriber synchronization state.
isUIThread(Thread) - Method in class org.eclipse.e4.ui.di.UISynchronize
Checks if the given thread is the UI-Thread.
isUIThread(Thread) - Method in class org.eclipse.e4.ui.workbench.swt.DisplayUISynchronize
 
isUnambiguous() - Method in class org.eclipse.jface.text.templates.TemplateVariable
Returns true if the variable is unambiguously resolved, false otherwise.
isUnambiguous(TemplateContext) - Method in class org.eclipse.jface.text.templates.SimpleTemplateVariableResolver
Returns always true, since simple variables are normally unambiguous.
isUnambiguous(TemplateContext) - Method in class org.eclipse.jface.text.templates.TemplateVariableResolver
Returns whether this resolver is able to resolve unambiguously.
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.
isUNC() - Method in class org.eclipse.core.runtime.Path
 
isUndefined() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token is undefined.
isUndefined() - Method in class org.eclipse.jface.text.rules.Token
 
isUnderlined() - Method in class org.eclipse.ui.forms.widgets.Hyperlink
Returns the underline state of the hyperlink.
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.update.configurator.IPlatformConfiguration.ISiteEntry
Deprecated.
Returns an indication whether the site can be updated.
isUpdateable() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated.
Returns an indication whether the configuration can be updated.
isUpdateLabels() - Method in class org.eclipse.ui.navigator.PipelinedViewerUpdate
 
isUpdateOf(IInstallableUnit) - Method in interface org.eclipse.equinox.p2.metadata.IUpdateDescriptor
Helper method indicating whether or not an installable unit is an update for the installable unit passed
isUpdateReferences() - Method in interface org.eclipse.ltk.core.refactoring.participants.IRenameResourceProcessor
Returns true if the refactoring processor also updates references
isUpdateReferences() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveRenameResourceDescriptor
Returns if this rename will also update references
isUpdateReferences() - Method in class org.eclipse.ltk.core.refactoring.resource.MoveResourcesDescriptor
Returns if move will also update references
isUpdateReferences() - Method in class org.eclipse.ltk.core.refactoring.resource.RenameResourceDescriptor
Returns if this rename will also update references
isUpdating() - Method in class org.eclipse.jface.text.projection.ProjectionDocument
Returns whether this projection is being updated.
isUser() - Method in class org.eclipse.core.runtime.jobs.Job
Returns whether this job has been directly initiated by a UI end user.
isUserAdded() - Method in class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Deprecated.
 
isUserAdded() - Method in class org.eclipse.text.templates.TemplatePersistenceData
Returns true if the contained template was added by a user, i.e. does not reference a contributed template.
isUserCanToggleFiltering() - Method in class org.eclipse.help.ui.internal.HelpActivitySupport
 
isUserDefined() - Method in interface org.eclipse.core.runtime.content.IContentTypeSettings
 
isUserDefined() - Method in interface org.eclipse.help.ui.IEngineDescriptor
Tests whether this engine is provided as an extension point contribution or is created by the user in the scope settings dialog.
isUserDefined(String) - Method in interface org.eclipse.core.resources.IPathVariableManager
Returns whether a variable is user defined or not.
isUserInitiated() - Method in class org.eclipse.team.ui.TeamOperation
Indicates whether the operation was user initiated.
isUserVisible(IInstallableUnit, IProfile) - Static method in class org.eclipse.equinox.p2.engine.query.UserVisibleRootQuery
Test if the IInstallableUnit, in the context of a IProfile is visible to the user
isUseStepFilters() - Static method in class org.eclipse.debug.core.DebugPlugin
Returns whether step filters are applied to step commands.
isUseStepFilters() - Static method in class org.eclipse.debug.ui.DebugUITools
Returns whether step filters are applied to step commands.
ISuspendHandler - Interface in org.eclipse.debug.core.commands
A suspend handler typically suspends an executing thread or target.
ISuspendResume - Interface in org.eclipse.debug.core.model
Provides the ability to suspend and resume a thread or debug target.
ISuspendTrigger - Interface in org.eclipse.debug.ui.contexts
A suspend trigger notifies listeners when a launch suspends at a context where debugging should begin.
ISuspendTriggerListener - Interface in org.eclipse.debug.ui.contexts
Listeners are notified when a launch has suspended at a context where debugging should begin.
isValid() - Method in interface org.eclipse.core.resources.undo.snapshot.IResourceSnapshot
Return a boolean indicating whether this resource description has enough information to create a resource.
isValid() - Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns whether this configuration element object is valid.
isValid() - Method in interface org.eclipse.core.runtime.IExtension
Returns whether this extension object is valid.
isValid() - Method in interface org.eclipse.core.runtime.IExtensionPoint
Returns whether this extension point object is valid.
isValid() - Method in interface org.eclipse.e4.core.di.suppliers.IRequestor
Determines if this requestor is still valid.
isValid() - Method in class org.eclipse.jface.preference.FieldEditor
Returns whether this field editor contains a valid value.
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.PreferencePage
The preference page implementation of an IPreferencePage method returns whether this preference page is valid.
isValid() - Method in class org.eclipse.jface.preference.StringFieldEditor
 
isValid() - Method in class org.eclipse.jface.text.source.AnnotationModelEvent
Returns whether this annotation model event is still valid.
isValid() - Method in class org.eclipse.ui.ide.dialogs.AbstractEncodingFieldEditor
 
isValid() - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Return whether the proposed operation is valid.
isValid() - Method in class org.eclipse.ui.ide.undo.ResourceDescription
Deprecated.
Return a boolean indicating whether this resource description has enough information to create a resource.
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.
isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Change
Verifies that this change object is still valid and can be executed by calling perform.
isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Verifies that this change object is still valid and can be executed by calling perform.
isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
 
isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.MultiStateTextFileChange
 
isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.NullChange
 
isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.resource.ResourceChange
This implementation of Change.isValid(IProgressMonitor) tests the modified resource using the validation method specified by ResourceChange.setValidationMethod(int).
isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
 
isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.CommonTab
 
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.PrototypeTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.RefreshTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.WorkingDirectoryBlock
 
isValid(ISelection) - Method in interface org.eclipse.jface.text.ISelectionValidator
Tests whether the given post selection is still valid.
isValid(ISelection) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.SelectionProvider
 
isValid(Widget) - Static method in class org.eclipse.jface.util.Util
Helper method to check if a widget is not null and not disposed
isValidCamelCaseChar(char) - Method in class org.eclipse.ui.dialogs.SearchPattern
Checks if character is a valid camelCase character.
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.
isValidFor(IDocument, int) - Method in class org.eclipse.jface.text.templates.TemplateProposal
 
isValidInput(Object) - Method in interface org.eclipse.team.ui.history.IHistoryPage
Returns true if this history page can show a history for the given object, false if it cannot
isValidLaunchConfigurationName(String) - Method in interface org.eclipse.debug.core.ILaunchManager
Returns if the given name is valid or not.
isValidPath(String) - Method in interface org.eclipse.core.runtime.IPath
Returns whether the given string is syntactically correct as a path, on this path's file system.
isValidPath(String) - Method in class org.eclipse.core.runtime.Path
 
isValidPattern(String) - Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage.EditTemplateDialog
Validates the pattern.
isValidPosixPath(String) - Static method in class org.eclipse.core.runtime.Path
Returns whether the given string is syntactically correct as a path on a POSIX file system.
isValidPosixSegment(String) - Static method in class org.eclipse.core.runtime.Path
Returns whether the given string is valid as a segment in a path on a POSIX file system.
isValidSegment(String) - Method in interface org.eclipse.core.runtime.IPath
Returns whether the given string is valid as a segment in this path.
isValidSegment(String) - Method in class org.eclipse.core.runtime.Path
 
isValidTemplate(IDocument, Template, int, int) - Method in class org.eclipse.ui.texteditor.templates.AbstractTemplatesPage
Checks whether the given template is valid for the document at the given offset and length.
isValidWindowsPath(String) - Static method in class org.eclipse.core.runtime.Path
Returns whether the given string is syntactically correct as a path on the Windows file system.
isValidWindowsSegment(String) - Static method in class org.eclipse.core.runtime.Path
Returns whether the given string is valid as a segment in a path on the Windows file system.
isValueValid() - Method in class org.eclipse.jface.viewers.CellEditor
Returns whether this cell editor has a valid value.
isVariantKnown(IResource) - Method in class org.eclipse.team.core.variants.PersistantResourceVariantByteStore
Return whether the resource variant state for this resource is known.
isVeto() - Method in class org.eclipse.ui.SaveablesLifecycleEvent
Returns the veto.
isViewerCompletelyShown() - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
Returns true if the viewport displays the entire viewer contents, i.e. the viewer is not vertically scrollable.
isViewerCompletelyShown() - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
Returns true if the viewport displays the entire viewer contents, i.e. the viewer is not vertically scrollable.
isViewerContributionsSupported() - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
Return whether this participant supports the contribution of actions to the context menu by contributing a viewerContribution to the org.eclipse.ui.popupMenus extension point.
isVirtual() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is a virtual resource.
isVisible() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns whether this view is currently visible.
isVisible() - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
Returns whether this rendering is currently visible.
isVisible() - Method in class org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl
isVisible() - Method in interface org.eclipse.e4.ui.model.application.ui.MUIElement
Returns the value of the 'Visible' attribute.
isVisible() - Method in class org.eclipse.help.webapp.AbstractFrame
 
isVisible() - Method in class org.eclipse.help.webapp.AbstractView
 
isVisible() - Method in class org.eclipse.jface.action.ActionContributionItem
The ActionContributionItem implementation of this ContributionItem method extends the super implementation by also checking whether the command corresponding to this action is active.
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.jface.action.GroupMarker
The GroupMarker implementation of this method returns false since group markers are always invisible.
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.MenuManager
 
isVisible() - Method in class org.eclipse.jface.action.SubContributionItem
 
isVisible() - Method in class org.eclipse.jface.action.SubContributionManager
Returns whether the contribution list is visible.
isVisible() - Method in class org.eclipse.jface.action.ToolBarContributionItem
A contribution item is visible iff its internal state is visible or the tool bar manager contains something other than group markers and separators.
isVisible() - Method in class org.eclipse.jface.fieldassist.ControlDecoration
Return a boolean indicating whether the decoration is visible.
isVisible() - Method in class org.eclipse.jface.text.AbstractInformationControl
 
isVisible() - Method in interface org.eclipse.jface.text.IInformationControlExtension5
 
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.
isVisible() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is visible and all ancestors up to and including the receiver's nearest ancestor shell are visible.
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.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.Shell
 
isVisible() - Method in class org.eclipse.swt.widgets.ToolTip
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.ui.internal.AggregateWorkingSet
Aggregates should not generally be visible in the UI.
isVisible() - Method in class org.eclipse.ui.internal.PluginActionContributionItem
 
isVisible() - Method in class org.eclipse.ui.internal.WorkingSet
 
isVisible() - Method in interface org.eclipse.ui.IWorkingSet
Returns whether this working set should be shown in user interface components that list working sets by name.
isVisible() - Method in class org.eclipse.ui.menus.CommandContributionItem
 
isVisible(String) - Method in interface org.eclipse.ui.navigator.INavigatorContentService
See above for the definition of visible.
isVisible(ITextViewer, int) - Static method in class org.eclipse.ui.texteditor.MarkRegionTarget
Tells whether the given offset is visible in the given text viewer.
isVisible(ISourceViewer, int, int) - Static method in class org.eclipse.ui.texteditor.AbstractTextEditor
Tells whether the given region is visible in the given source viewer.
isVisible(IDiff) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return whether the given diff should be visible based on the configuration of the synchronization page showing this content.
isVisible(IDiff) - Method in class org.eclipse.team.ui.synchronize.ModelParticipantAction
Return whether the given node is visible in the page based on the mode in the configuration.
isVisible(ISynchronizationContext, Object) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Return whether the given object is visible in the synchronization page showing this content based on the diffs in the given context.
isVisible(Element) - Method in class org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine
Allow the CSS engine to skip particular elements if they are not visible.
isVisibleActionExtension(String) - Method in interface org.eclipse.ui.navigator.INavigatorViewerDescriptor
Returns true if the action extension of the given id is 'visible'.
isVisibleBasic() - Method in class org.eclipse.help.webapp.AbstractView
Deprecated.
Help webapp no longer has basic view.
isVisibleContentExtension(String) - Method in interface org.eclipse.ui.navigator.INavigatorViewerDescriptor
Returns true if the content extension of the given id is 'visible'.
isWarnEnabled() - Method in class org.eclipse.e4.core.services.log.Logger
 
isWarning() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns whether the entry represents a warning or not.
isWhiteBackground() - Method in class org.eclipse.ui.forms.FormColors
Tests if the background is white.
isWhitespace() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token represents a whitespace.
isWhitespace() - Method in class org.eclipse.jface.text.rules.Token
 
isWhitespace(char) - Method in interface org.eclipse.jface.text.rules.IWhitespaceDetector
Returns whether the specified character is whitespace.
isWhitespaceNormalized() - Method in class org.eclipse.ui.forms.widgets.FormText
Tests whether whitespace inside paragraph and list item is normalized.
isWholeWordSearch() - Method in class org.eclipse.search.ui.text.TextSearchQueryProvider.TextSearchInput
Returns whether to require a word boundary at the beginning and end of the pattern, excluding matches that only match part of a word.
isWin32() - Static method in class org.eclipse.jface.util.Util
Common WS query helper method.
isWindowContextProvider() - Method in interface org.eclipse.debug.ui.contexts.IDebugContextProvider2
Return whether the provider can be set as an active provider for the window.
isWindows() - Static method in class org.eclipse.core.runtime.Platform.OS
 
isWindows() - Static method in class org.eclipse.jface.util.Util
Common WS query helper method.
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.
isWordWrapEnabled() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
true if word wrap is supported and enabled, false otherwise
isWordWrapEnabled() - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension6
Returns true if word wrap is currently enabled, false otherwise.
isWordWrapSupported() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Tells whether word wrap is supported.
isWorkbenchRunning() - Static method in class org.eclipse.ui.PlatformUI
Returns whether createAndRunWorkbench has been called to create the workbench, and the workbench has yet to terminate.
isWorking() - Method in class org.eclipse.compare.internal.Worker
 
isWorkingCopy() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns whether this launch configuration is a working copy.
isWorldChange() - Method in class org.eclipse.jface.text.source.AnnotationModelEvent
Returns whether this annotation model events contains detailed information about the modifications applied to the event annotation model or whether it represents a world change.
isWpf() - Static method in class org.eclipse.jface.util.Util
Common WS query helper method.
isWritable() - Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether this memory byte is writable.
ISWTObservable - Interface in org.eclipse.jface.databinding.swt
IObservable observing an SWT widget.
ISWTObservableList<E> - Interface in org.eclipse.jface.databinding.swt
IObservableList observing an SWT widget.
ISWTObservableValue<T> - Interface in org.eclipse.jface.databinding.swt
IObservableValue observing an SWT widget.
ISWTResourceUtilities - Interface in org.eclipse.e4.ui.workbench.swt.util
 
ISynchronizable - Interface in org.eclipse.jface.text
Interface for text related objects which may be used in the multi-threaded context and thus must provide a way to prevent concurrent access and manipulation.
ISynchronizationCompareAdapter - Interface in org.eclipse.team.ui.mapping
The compare adapter provides compare support for the model objects associated with a model provider.
ISynchronizationCompareInput - Interface in org.eclipse.team.ui.mapping
This interface defines extensions to the ICompareInput interface that are used for compare inputs that are returned from the ISynchronizationCompareAdapter.asCompareInput(org.eclipse.team.core.mapping.ISynchronizationContext, Object) method.
ISynchronizationContext - Interface in org.eclipse.core.filebuffers
A file buffer manager (see IFileBufferManager) uses an ISynchronizationContext in order to execute commands encapsulated as Runnable.
ISynchronizationContext - Interface in org.eclipse.team.core.mapping
Allows a model provider to build a view of their model that includes synchronization information with a remote location (usually a repository).
ISynchronizationScope - Interface in org.eclipse.team.core.mapping
Interface which defines the protocol for translating a set of ResourceMapping objects representing a view selection into the complete set of resources to be operated on.
ISynchronizationScopeChangeListener - Interface in org.eclipse.team.core.mapping
Listener for synchronization scope changes.
ISynchronizationScopeManager - Interface in org.eclipse.team.core.mapping
A scope manager is responsible for ensuring that the resources contained within an ISynchronizationScope stay up-to-date with the model elements (represented as ResourceMapping instances) contained in the scope.
ISynchronizationScopeParticipant - Interface in org.eclipse.team.core.mapping
A scope participant is responsible for ensuring that the resources contained within an ISynchronizationScope that overlap with the participant's model provider stay up-to-date with the model elements (represented as ResourceMapping instances) contained in the scope.
ISynchronizationScopeParticipantFactory - Interface in org.eclipse.team.core.mapping
Factory interface for creating a participant for use with an ISynchronizationScopeManager.
ISynchronizeManager - Interface in org.eclipse.team.ui.synchronize
Manages synchronization view participants.
ISynchronizeModelChangeListener - Interface in org.eclipse.team.ui.synchronize
Listener that gets informed when the model created by the model provider is created or updated.
ISynchronizeModelElement - Interface in org.eclipse.team.ui.synchronize
These are elements created to display synchronization state to the user.
ISynchronizePage - Interface in org.eclipse.team.ui.synchronize
Interface for Page subclasses that can appear in the synchronize view ISynchronizeView and other views, editors or dialogs that display synchronization information.
ISynchronizePageConfiguration - Interface in org.eclipse.team.ui.synchronize
Configures the model, actions and label decorations of an ISynchronizePage.
ISynchronizePageSite - Interface in org.eclipse.team.ui.synchronize
A site which provides access to the context in which this page is being displayed.
ISynchronizeParticipant - Interface in org.eclipse.team.ui.synchronize
A synchronize participant is a visual component that can be displayed within any control (e.g. view, editor, dialog).
ISynchronizeParticipantDescriptor - Interface in org.eclipse.team.ui.synchronize
A participant descriptor contains the content of the synchronizeParticipants extension section for for a registered participant type in the declaring plug-in's manifest (plugin.xml) file.
ISynchronizeParticipantListener - Interface in org.eclipse.team.ui.synchronize
A synchronize participant listener is notified when participants are added or removed from the synchronize manager.
ISynchronizeParticipantReference - Interface in org.eclipse.team.ui.synchronize
A reference is a light weight handle used by the ISynchronizeManager to manage registered participants.
ISynchronizer - Interface in org.eclipse.core.resources
A synchronizer which maintains a list of registered partners and, on behalf of each partner, it keeps resource level synchronization information (a byte array).
ISynchronizerChangeListener - Interface in org.eclipse.team.core.variants
Listener that can receive notification from a ThreeWaySynchronizer when the synchronization state of one or more resources has changed.
ISynchronizeScope - Interface in org.eclipse.team.ui.synchronize
A synchronize scope defines the set of resources involved in a synchronization.
ISynchronizeView - Interface in org.eclipse.team.ui.synchronize
A view that displays synchronization participants that are registered with the synchronize manager.
ISyncInfoSetChangeEvent - Interface in org.eclipse.team.core.synchronize
An event generated when a SyncInfoSet collection is changed.
ISyncInfoSetChangeListener - Interface in org.eclipse.team.core.synchronize
Classes which implement this interface provide methods that deal with the change events that are generated by a SyncInfoSet.
ISyncInfoTreeChangeEvent - Interface in org.eclipse.team.core.synchronize
This is a change event that provides access to changes in subtrees that contain the out-of-sync resources.
ISystemInformation - Interface in org.eclipse.e4.core.services.about
Collects the system information for the "about"-related functionality.
ISystemSummarySection - Interface in org.eclipse.ui.about
Extensions to org.eclipse.ui.systemSummaryExtensions must provide an implementation of this interface.
ITabbedPropertyConstants - Interface in org.eclipse.ui.views.properties.tabbed
Constants used by the implementors of ITabbedPropertySection.
ITabbedPropertySheetPageContributor - Interface in org.eclipse.ui.views.properties.tabbed
Interface for a workbench part to contribute content to the tabbed property view.
ITabDescriptor - Interface in org.eclipse.ui.views.properties.tabbed
Represents a tab descriptor for the tabbed property view.
ITabDescriptorProvider - Interface in org.eclipse.ui.views.properties.tabbed
Represents a tab descriptor provider for the tabbed property view.
ITabItem - Interface in org.eclipse.ui.views.properties.tabbed
Represents a tab to be displayed in the tab list in the tabbed property sheet page.
ITableColorProvider - Interface in org.eclipse.jface.viewers
Interface to provide color representation for a given cell within the row for an element in a table.
ITableFontProvider - Interface in org.eclipse.jface.viewers
The ITableFontProvider is a font provider that provides fonts to individual cells within tables.
ITableLabelProvider - Interface in org.eclipse.jface.viewers
Extends IBaseLabelProvider with the methods to provide the text and/or image for each column of a given element.
ITabSelectionListener - Interface in org.eclipse.ui.views.properties.tabbed
A listener interested in tab selection events that occur for the tabbed property sheet page.
ITag - Interface in org.eclipse.team.core.history
ITags can be used to hang additional repository information for IFileRevisions.
ITALIC - Static variable in class org.eclipse.swt.SWT
The font style constant indicating an italic font (value is 1<<1).
ITaskListResourceAdapter - Interface in org.eclipse.ui.views.tasklist
ITaskListResourceAdapter is an adapter interface that supplies the resource to query for markers to display in the task list.
ITeamContentProviderDescriptor - Interface in org.eclipse.team.ui.mapping
A description of a single extension registered with the org.eclipse.team.ui.teamContentProviders extension point
ITeamContentProviderManager - Interface in org.eclipse.team.ui.mapping
The team content provider manager provides access to the content extenstions registered with the org.eclipse.team.ui.teamContentProviders extension point.
ITeamStateChangeEvent - Interface in org.eclipse.team.ui.mapping
A description of the team state changes that have occurred.
ITeamStateChangeListener - Interface in org.eclipse.team.ui.mapping
A listener registered with an TeamStateProvider in order to receive change events when the team state of any resources change.
ITeamStateDescription - Interface in org.eclipse.team.ui.mapping
A description of the the state of a logical model element with respect to a team repository.
ITeamStateProvider - Interface in org.eclipse.team.ui.mapping
A team state provider is used by the SynchronizationStateTester to obtain the team state for model elements.
ITeamStatus - Interface in org.eclipse.team.core
Defines the status codes used in the status of exceptions and errors relating to Team.
item - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The tab item for the operation.
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
the item that the event occurred in (can be null)
item(int) - Method in class org.eclipse.e4.ui.css.core.dom.ArrayNodeList
 
item(int) - Method in interface org.eclipse.e4.ui.css.core.dom.CSSPropertyList
Return the CSS property CSSProperty at item i.
item(int) - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSPropertyListImpl
 
item(int) - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSRuleListImpl
 
item(int) - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSStyleDeclarationImpl
 
item(int) - Method in class org.eclipse.e4.ui.css.core.impl.dom.CSSValueListImpl
 
item(int) - Method in class org.eclipse.e4.ui.css.core.impl.dom.MediaListImpl
 
item(int) - Method in class org.eclipse.e4.ui.css.core.impl.dom.StyleSheetListImpl
 
item(int) - Method in class org.eclipse.e4.ui.css.swt.dom.CompositeElement
 
item(int) - Method in class org.eclipse.e4.ui.css.swt.dom.CTabFolderElement
 
item(int) - Method in class org.eclipse.e4.ui.css.swt.dom.ToolBarElement
 
item(int) - Method in class org.eclipse.e4.ui.css.swt.dom.ToolItemElement
 
item(int) - Method in class org.eclipse.e4.ui.css.swt.dom.WidgetElement
 
Item - Class in org.eclipse.swt.widgets
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.
ITEM - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The meta object id for the 'Item' class.
ITEM - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Item' class.
ITEM___UPDATE_LOCALIZATION - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The operation id for the 'Update Localization' operation.
ITEM___UPDATE_LOCALIZATION - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Update Localization' operation.
ITEM__ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Accessibility Phrase' attribute.
ITEM__CONTAINER_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Container Data' attribute.
ITEM__CONTRIBUTOR_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Contributor URI' attribute.
ITEM__CUR_SHARED_REF - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Cur Shared Ref' reference.
ITEM__ELEMENT_ID - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Element Id' attribute.
ITEM__ENABLED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Enabled' attribute.
ITEM__ENABLED - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Enabled' attribute feature.
ITEM__ICON_URI - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Icon URI' attribute.
ITEM__LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Label' attribute.
ITEM__LOCALIZED_ACCESSIBILITY_PHRASE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Accessibility Phrase' attribute.
ITEM__LOCALIZED_LABEL - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Label' attribute.
ITEM__LOCALIZED_TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Localized Tooltip' attribute.
ITEM__ON_TOP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'On Top' attribute.
ITEM__PARENT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Parent' container reference.
ITEM__PERSISTED_STATE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Persisted State' map.
ITEM__RENDERER - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Renderer' attribute.
ITEM__SELECTED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Selected' attribute.
ITEM__SELECTED - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Selected' attribute feature.
ITEM__TAGS - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Tags' attribute list.
ITEM__TO_BE_RENDERED - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'To Be Rendered' attribute.
ITEM__TOOLTIP - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Tooltip' attribute.
ITEM__TRANSIENT_DATA - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Transient Data' map.
ITEM__TYPE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Type' attribute.
ITEM__TYPE - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Type' attribute feature.
ITEM__VISIBLE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible' attribute.
ITEM__VISIBLE_WHEN - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Visible When' containment reference.
ITEM__WIDGET - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The feature id for the 'Widget' attribute.
ITEM_FEATURE_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of structural features of the 'Item' class.
ITEM_OPERATION_COUNT - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The number of operations of the 'Item' class.
ITEM_TYPE - Static variable in class org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl
The meta object id for the 'Item Type' enum.
ITEM_TYPE - Static variable in interface org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.Literals
The meta object literal for the 'Item Type' enum.
itemAdded(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
The given item was added to the list of contributions.
itemAdded(IContributionItem) - Method in class org.eclipse.jface.action.CoolBarManager
Subclasses may extend this ContributionManager method, but must call super.itemAdded.
itemAdded(IContributionItem, SubContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
Notifies that an item has been added.
itemClosed(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolderAdapter
 
itemClosed(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolderListener
Sent when the user clicks on the close button of an item in the CTabFolder.
itemCollapsed(ExpandEvent) - Method in class org.eclipse.swt.events.ExpandAdapter
Sent when an item is collapsed.
itemCollapsed(ExpandEvent) - Method in interface org.eclipse.swt.events.ExpandListener
Sent when an item is collapsed.
itemCollapsedAdapter(Consumer<ExpandEvent>) - Static method in interface org.eclipse.swt.events.ExpandListener
Static helper method to create a ExpandListener for the ExpandListener.itemCollapsed(ExpandEvent e)) method, given a lambda expression or a method reference.
itemCount(int) - Method in class org.eclipse.jface.widgets.TableFactory
Sets the number of items contained in the receiver.
itemCount(int) - Method in class org.eclipse.jface.widgets.TreeFactory
Sets the number of root-level items contained in the receiver.
ItemElement - Class in org.eclipse.e4.ui.css.swt.dom
CSSStylableElement implementation which wrap SWT Item.
ItemElement(Item, CSSEngine) - Constructor for class org.eclipse.e4.ui.css.swt.dom.ItemElement
 
itemExpanded(ExpandEvent) - Method in class org.eclipse.swt.events.ExpandAdapter
Sent when an item is expanded.
itemExpanded(ExpandEvent) - Method in interface org.eclipse.swt.events.ExpandListener
Sent when an item is expanded.
itemExpandedAdapter(Consumer<ExpandEvent>) - Static method in interface org.eclipse.swt.events.ExpandListener
Static helper method to create a ExpandListener for the ExpandListener.itemExpanded(ExpandEvent e)) method, given a lambda expression or a method reference.
ItemImpl - Class in org.eclipse.e4.ui.model.application.ui.menu.impl
An implementation of the model object 'Item'.
ItemImpl() - Constructor for class org.eclipse.e4.ui.model.application.ui.menu.impl.ItemImpl
ITemplatesPage - Interface in org.eclipse.ui.texteditor.templates
Interface for a templates page.
ITemplatesPageExtension - Interface in org.eclipse.ui.texteditor.templates
Extension interface for ITemplatesPage.
itemRemoved(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
The given item was removed from the list of contributions.
itemRemoved(IContributionItem) - Method in class org.eclipse.jface.action.CoolBarManager
Subclasses may extend this ContributionManager method, but must call super.itemRemoved.
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.
items() - Static method in class org.eclipse.jface.databinding.swt.typed.WidgetProperties
Returns a list property for observing the items of a CCombo, Combo or List.
itemsCount(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
Sent when the tab items count changes
itemsCountAdapter(Consumer<CTabFolderEvent>) - Static method in interface org.eclipse.swt.custom.CTabFolder2Listener
Static helper method to create a CTabFolder2Listener for the CTabFolder2Listener.itemsCount(CTabFolderEvent e)) method, given a lambda expression or a method reference.
ItemsFilter() - Constructor for class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.ItemsFilter
Creates new instance of ItemsFilter.
ItemsFilter(SearchPattern) - Constructor for class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.ItemsFilter
Creates new instance of ItemsFilter.
ItemType - Enum Class in org.eclipse.e4.ui.model.application.ui.menu
A representation of the literals of the enumeration 'Item Type', and utility methods for working with them.
ITERATE - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the adapt expression (value: iterate)
iterator() - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
 
iterator() - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
iterator() - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
 
iterator() - Method in class org.eclipse.core.databinding.observable.list.MultiList
 
iterator() - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
iterator() - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
iterator() - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
 
iterator() - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
iterator() - Method in interface org.eclipse.core.expressions.IIterable
Returns an iterator to iterate over the elements.
iterator() - Method in class org.eclipse.core.runtime.ListenerList
Returns an iterator over all the registered listeners.
iterator() - Method in class org.eclipse.equinox.p2.query.CollectionResult
 
iterator() - Method in class org.eclipse.equinox.p2.query.Collector
Returns an iterator on the collected objects.
iterator() - Method in interface org.eclipse.equinox.p2.query.IQueryResult
Returns an iterator on the collected objects.
iterator() - Method in class org.eclipse.jface.text.source.projection.AnnotationBag
Returns an iterator for all annotation inside this annotation bag or null if the bag is empty.
iterator() - Method in interface org.eclipse.jface.viewers.IStructuredSelection
Returns an iterator over the elements of this selection.
iterator() - Method in class org.eclipse.jface.viewers.StructuredSelection
 
iterator() - Method in class org.eclipse.osgi.framework.util.ArrayMap
 
iterator() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Return an iterator over all SyncInfo contained in this set.
iterator(IEvaluationContext) - Method in interface org.eclipse.equinox.p2.metadata.expression.IContextExpression
Evaluate the expression and return the expected collection result as an iterator
ITerminate - Interface in org.eclipse.debug.core.model
Provides the ability to terminate an execution context - for example, a thread, debug target or process.
ITerminateHandler - Interface in org.eclipse.debug.core.commands
A terminate handler typically terminates an executing thread or target.
ITestCaseElement - Interface in org.eclipse.unittest.model
Represents a test case element.
ITestElement - Interface in org.eclipse.unittest.model
Common protocol for test elements.
ITestElement.FailureTrace - Class in org.eclipse.unittest.model
A failure trace of a test.
ITestElement.Result - Enum Class in org.eclipse.unittest.model
Result states of a test.
ITestHarness - Interface in org.eclipse.ui.testing
Represents an arbitrary test harness.
ITestRunnerClient - Interface in org.eclipse.unittest.launcher
An interface to be implemented by a Test Runner Client.
ITestRunSession - Interface in org.eclipse.unittest.model
Represents a test run session.
ITestSuiteElement - Interface in org.eclipse.unittest.model
Represents a test suite element.
ITestViewSupport - Interface in org.eclipse.unittest.ui
Interface to be implemented by a Test View Support to be returned by org.org.eclipse.unittest.unittestViewSupport extension.
ITextContentDescriber - Interface in org.eclipse.core.runtime.content
Text content describers extend basic content describers to provide the ability of scanning character streams (readers).
ITextDoubleClickStrategy - Interface in org.eclipse.jface.text
A text double click strategy defines the reaction of a text viewer to mouse double click events.
ITextEditor - Interface in org.eclipse.ui.texteditor
Interface to a text editor.
ITextEditorActionConstants - Interface in org.eclipse.ui.texteditor
Defines the names of those actions which are pre-registered with the AbstractTextEditor.
ITextEditorActionDefinitionIds - Interface in org.eclipse.ui.texteditor
Defines the definitions ids for the text editor actions.
ITextEditorDropTargetListener - Interface in org.eclipse.ui.texteditor
Interface to be implemented by SWT drop target listeners to be used with AbstractTextEditor.
ITextEditorExtension - Interface in org.eclipse.ui.texteditor
Extension interface for ITextEditor.
ITextEditorExtension2 - Interface in org.eclipse.ui.texteditor
Extension interface for ITextEditor.
ITextEditorExtension3 - Interface in org.eclipse.ui.texteditor
Extension interface for ITextEditor.
ITextEditorExtension3.InsertMode - Class in org.eclipse.ui.texteditor
Constitutes entities to enumerate the editor insert modes.
ITextEditorExtension4 - Interface in org.eclipse.ui.texteditor
Extension interface for ITextEditor.
ITextEditorExtension5 - Interface in org.eclipse.ui.texteditor
Extension interface for ITextEditor.
ITextEditorExtension6 - Interface in org.eclipse.ui.texteditor
Extension interface for ITextEditor.
ITextEditorHelpContextIds - Interface in org.eclipse.ui.editors.text
Help context IDs for the text editor.
ITextFileBuffer - Interface in org.eclipse.core.filebuffers
A text file buffer is a file buffer for text files.
ITextFileBufferManager - Interface in org.eclipse.core.filebuffers
A text file buffer manager manages text file buffers for files whose contents is considered text.
ITextHover - Interface in org.eclipse.jface.text
Computes the information to be shown in a hover popup which appears on top of the text viewer's text widget when a hover event occurs.
ITextHoverExtension - Interface in org.eclipse.jface.text
Extension interface for ITextHover.
ITextHoverExtension2 - Interface in org.eclipse.jface.text
Extension interface for ITextHover.
ITextInputListener - Interface in org.eclipse.jface.text
Text input listeners registered with an ITextViewer are informed if the document serving as the text viewer's model is replaced.
ITextListener - Interface in org.eclipse.jface.text
Text listeners registered with a text viewer are informed about all modifications of an ITextViewer by means of text events.
ITextOperationTarget - Interface in org.eclipse.jface.text
Defines the target for text operations.
ITextOperationTargetExtension - Interface in org.eclipse.jface.text
Extension interface for ITextOperationTarget.
ITextPresentationListener - Interface in org.eclipse.jface.text
Text presentation listeners registered with an ITextViewer are informed when a TextPresentation is about to be applied to the text viewer.
ITextSelection - Interface in org.eclipse.jface.text
This interface represents a textual selection.
ITextStore - Interface in org.eclipse.jface.text
Interface for storing and managing text.
ITextViewer - Interface in org.eclipse.jface.text
A text viewer connects a text widget with an IDocument.
ITextViewerExtension - Interface in org.eclipse.jface.text
Extension interface for ITextViewer.
ITextViewerExtension2 - Interface in org.eclipse.jface.text
Extension interface for ITextViewer.
ITextViewerExtension3 - Interface in org.eclipse.jface.text
Deprecated.
ITextViewerExtension4 - Interface in org.eclipse.jface.text
Extension interface for ITextViewer.
ITextViewerExtension5 - Interface in org.eclipse.jface.text
Extension interface for ITextViewer.
ITextViewerExtension6 - Interface in org.eclipse.jface.text
Extension interface for ITextViewer.
ITextViewerExtension7 - Interface in org.eclipse.jface.text
Extension interface for ITextViewer.
ITextViewerExtension8 - Interface in org.eclipse.jface.text
Extension interface for ITextViewer.
ITextViewerExtension8.EnrichMode - Class in org.eclipse.jface.text
Type-safe enum of the available enrich modes.
ITextViewerExtension9 - Interface in org.eclipse.jface.text
Extension interface for ITextViewer.
ITextViewerLifecycle - Interface in org.eclipse.jface.text
ITextViewer lifecycle API to track install / uninstall of a given ITextViewer for the given contribution which extends ITextViewerLifecycle: IReconciler IPresentationReconciler IHyperlinkPresenter DefaultInformationControl.IInformationPresenter IContentAssistant It is possible too to implement ITextViewerLifecycle to track install / uninstall of a given ITextViewer for implementation of: IReconcilingStrategy IAutoEditStrategy
ITheme - Interface in org.eclipse.e4.ui.css.swt.theme
A theme which is composed of stylesheets and resources
ITheme - Interface in org.eclipse.ui.themes
A theme is a collection of colors, fonts and supporting data that may be used by plugins to help provide uniform look and feel to their components.
IThemeEngine - Interface in org.eclipse.e4.ui.css.swt.theme
The theme engine collects available themes (who are composed of stylesheets) and provides the possibility to change the theme
IThemeEngine.Events - Interface in org.eclipse.e4.ui.css.swt.theme
The IThemeEngine may broadcast an event using the OSGi EventAdmin service, if available, to notify of theme changes.
IThemeManager - Interface in org.eclipse.e4.ui.css.swt.theme
Manages the theme engines for displays.
IThemeManager - Interface in org.eclipse.ui.themes
A theme manager is an object that contains references to usable ITheme objects and maintains a reference to the currently active theme.
IThemePreview - Interface in org.eclipse.ui.themes
Interface used by theme element developers to preview the usage of their elements within the colors and fonts preference page.
IThread - Interface in org.eclipse.debug.core.model
A thread is a sequential flow of execution in a debug target.
IThreadListener - Interface in org.eclipse.jface.operation
A thread listener is an object that is interested in receiving notifications of thread changes.
IThreeWayDiff - Interface in org.eclipse.team.core.diff
A three-way delta that describe the synchronization state between two contributors and an ancestor.
IToc - Interface in org.eclipse.help
An IToc represents the root node of a toc, for either a complete toc (book) or a part of one to be assembled into a larger one.
IToc2 - Interface in org.eclipse.help
IToc2 extends IToc by adding methods to support functionality for criteria, topic sorting and custom icons
ITocContribution - Interface in org.eclipse.help
Represents either a complete or partial table of contents, as well as its metadata.
IToggleBreakpointsTarget - Interface in org.eclipse.debug.ui.actions
An adapter to support breakpoint creation/deletion for an active part or selection within an active part.
IToggleBreakpointsTargetExtension - Interface in org.eclipse.debug.ui.actions
Extension interface for IToggleBreakpointsTarget.
IToggleBreakpointsTargetExtension2 - Interface in org.eclipse.debug.ui.actions
Extension interface for IToggleBreakpointsTargetExtension.
IToggleBreakpointsTargetFactory - Interface in org.eclipse.debug.ui.actions
A toggle breakpoints target factory creates one or more toggle breakpoint targets.
IToggleBreakpointsTargetManager - Interface in org.eclipse.debug.ui.actions
Organizes the toggle breakpoints target factories contributed through the extension point and keeps track of the toggle breakpoints target that the factories produce.
IToggleBreakpointsTargetManagerListener - Interface in org.eclipse.debug.ui.actions
Listener for changes in the preferred toggle targets in the toggle breakpoints target manager.
IToken - Interface in org.eclipse.jface.text.rules
A token to be returned by a rule.
ITokenComparator - Interface in org.eclipse.compare.contentmergeviewer
For performing a so-called "token compare" on a line of text.
ITokenScanner - Interface in org.eclipse.jface.text.rules
A token scanner scans a range of a document and reports about the token it finds.
IToolBarManager - Interface in org.eclipse.jface.action
The IToolBarManager interface provides protocol for managing contributions to a tool bar.
IToolTipProvider - Interface in org.eclipse.jface.viewers
Interface to provide tool tip information for a given element.
ITopic - Interface in org.eclipse.help
An ITopic is one topic in the table of contents, which may contain subtopics.
ITopic2 - Interface in org.eclipse.help
ITopic2 extends ITopic by adding methods to support functionality for criteria, topic sorting and custom icons
ITouchpointData - Interface in org.eclipse.equinox.p2.metadata
ITouchpoint data instances contain the additional information needed by a touchpoint to execute each engine phase it participates in.
ITouchpointInstruction - Interface in org.eclipse.equinox.p2.metadata
A touchpoint instruction contains either a sequence of instruction statements to be executed during a particular engine phase, or some simple string value that is needed by a touchpoint to execute its phases.
ITouchpointType - Interface in org.eclipse.equinox.p2.metadata
Identifies a particular touchpoint.
ITreeContentProvider - Interface in org.eclipse.jface.viewers
An interface to content providers for tree-structure-oriented viewers.
ITreePathContentProvider - Interface in org.eclipse.jface.viewers
An interface to content providers for tree-structure-oriented viewers that provides content based on the path of elements in the tree viewer.
ITreePathLabelProvider - Interface in org.eclipse.jface.viewers
An extension to ILabelProvider that is given the path of the element being decorated, when it is available.
ITreeSelection - Interface in org.eclipse.jface.viewers
A selection containing tree paths.
ITreeViewerListener - Interface in org.eclipse.jface.viewers
A listener which is notified when a tree viewer expands or collapses a node.
ITriggerPoint - Interface in org.eclipse.debug.core.model
TriggerPoint is a breakpoint property which defines a dependency relationship between all the breakpoints of a workspace and trigger points defined in a workspace.
ITriggerPoint - Interface in org.eclipse.ui.activities
A trigger point represents a place within the Workbench that has the potential to enable activities.
ITriggerPointAdvisor - Interface in org.eclipse.ui.activities
The trigger point advisor is a mechanism provided by the workbench that is consulted whenever code that is considered a trigger point is hit.
ITriggerPointManager - Interface in org.eclipse.ui.activities
Contains a collection of known trigger points.
ITwoWayDiff - Interface in org.eclipse.team.core.diff
A two-way diff represents the changes between two states of the same object, referred to as the "before" state and the "after" state.
ITypedElement - Interface in org.eclipse.compare
Interface for getting the name, image, and type for an object.
ITypedParameter - Interface in org.eclipse.core.commands
A command parameter that has a declared type.
ITypedRegion - Interface in org.eclipse.jface.text
Describes a region of an indexed text store such as a document or a string.
ITypeMapper - Interface in org.eclipse.ui.views.properties.tabbed
Allows property sheet page contributors to map the input object type to a domain model type.
IUAElement - Interface in org.eclipse.help
An element in a UA document, which may have conditional enablement (may be filtered based on certain conditions) and may have sub-elements, or children.
IUDeserializer - Class in org.eclipse.equinox.p2.metadata.io
This class allows to deserialize IInstallableUnits that have been serialized with IUSerializer.
IUDeserializer() - Constructor for class org.eclipse.equinox.p2.metadata.io.IUDeserializer
Construct a new instance of the deserializer.
IUnassociatedEditorStrategy - Interface in org.eclipse.ui.ide
This interface represents a strategy for choosing an IEditorDescriptor for a given file name.
IUndoableOperation - Interface in org.eclipse.core.commands.operations
IUndoableOperation defines an operation that can be executed, undone, and redone.
IUndoContext - Interface in org.eclipse.core.commands.operations
An undo context is used to "tag" operations as being applicable to a certain context.
IUndoManager - Interface in org.eclipse.jface.text
An undo manager is connected to at most one ITextViewer.
IUndoManager - Interface in org.eclipse.ltk.core.refactoring
An undo manager keeps track of performed changes.
IUndoManagerExtension - Interface in org.eclipse.jface.text
Extension interface for IUndoManager.
IUndoManagerListener - Interface in org.eclipse.ltk.core.refactoring
Listener to monitor state changes of an IUndoManager.
IUpdate - Interface in org.eclipse.ui.texteditor
Indicates the support of an update method.
IUpdateDescriptor - Interface in org.eclipse.equinox.p2.metadata
An update descriptor is attached to an installable unit to describe what that installable unit is capable of acting as an update for.
IUProfilePropertyQuery - Class in org.eclipse.equinox.p2.engine.query
A query that searches for IInstallableUnit instances that have a property associated with the specified profile, whose value matches the provided value.
IUProfilePropertyQuery(String, String) - Constructor for class org.eclipse.equinox.p2.engine.query.IUProfilePropertyQuery
Creates a new query on the given property name and value.
IURIEditorInput - Interface in org.eclipse.ui
This interface defines an editor input based on a URI.
IURIResolver - Interface in org.eclipse.e4.ui.css.core.util.resources
Interface URI resolver to resolve URI.
IUSerializer - Class in org.eclipse.equinox.p2.metadata.io
This class allows to serialize a collection of IInstallableUnits.
IUSerializer(OutputStream) - Constructor for class org.eclipse.equinox.p2.metadata.io.IUSerializer
Construct a serializer.
IValidationCheckResultQuery - Interface in org.eclipse.ltk.core.refactoring
A query interface to decide if a undo change whose validation check returned a status unequal RefactoringStatus.OK should be executed or not.
IValidationCheckResultQueryFactory - Interface in org.eclipse.ltk.core.refactoring
A factory to create IValidationCheckResultQuery objects.
IValidationMessageProvider - Interface in org.eclipse.jface.databinding.dialog
Simple interface to provide a validation message text and a message type for a given ValidationStatusProvider.
IValidator<T> - Interface in org.eclipse.core.databinding.validation
A validator.
IValue - Interface in org.eclipse.debug.core.model
A value represents the value of a variable.
IValueChangeListener<T> - Interface in org.eclipse.core.databinding.observable.value
Listener for changes to observable values.
IValueChangingListener<T> - Interface in org.eclipse.core.databinding.observable.value
Listener for pre-change events for observable values.
IValueDetailListener - Interface in org.eclipse.debug.ui
Notified of detailed value descriptions.
IValueModification - Interface in org.eclipse.debug.core.model
Provides the ability to modify the value of a variable in a target.
IValueProperty<S,T> - Interface in org.eclipse.core.databinding.property.value
Interface for value-typed properties
IValueVariable - Interface in org.eclipse.core.variables
A variable with a value that can be set and retrieved.
IValueVariableInitializer - Interface in org.eclipse.core.variables
Value variable initializers compute an initial value for a value variable contributed by an extension, which is not defined with an initial value.
IValueVariableListener - Interface in org.eclipse.core.variables
A string variable listener is notified of variables as they are added and removed from the string variable manager.
IVariable - Interface in org.eclipse.debug.core.model
A variable represents a visible data structure in a stack frame or value.
IVariableResolver - Interface in org.eclipse.core.expressions
A variable resolver can be used to add additional variable resolving strategies to an EvaluationContext.
IVariableValueEditor - Interface in org.eclipse.debug.ui.actions
A variable value editor allows the user to edit a variable's value.
IVersionedId - Interface in org.eclipse.equinox.p2.metadata
An interface representing a (id,version) pair.
IVersionFormat - Interface in org.eclipse.equinox.p2.metadata
The IVersionFormat represents the Omni Version Format in compiled form.
IVerticalRuler - Interface in org.eclipse.jface.text.source
This interface defines a visual component which may serve text viewers as an annotation presentation area.
IVerticalRulerColumn - Interface in org.eclipse.jface.text.source
A vertical ruler column is an element that can be added to a composite vertical ruler (CompositeRuler).
IVerticalRulerExtension - Interface in org.eclipse.jface.text.source
Extension interface for IVerticalRuler.
IVerticalRulerInfo - Interface in org.eclipse.jface.text.source
A vertical ruler is a visual component which may serve text viewers as an annotation presentation area.
IVerticalRulerInfoExtension - Interface in org.eclipse.jface.text.source
Extension interface for IVerticalRulerInfo.
IVerticalRulerListener - Interface in org.eclipse.jface.text.source
Interface for listening to annotation related events happening on a vertical ruler.
IVetoableValue<T> - Interface in org.eclipse.core.databinding.observable.value
An observable value whose changes can be vetoed by listeners.
IViewActionDelegate - Interface in org.eclipse.ui
Interface for an action that is contributed into a view's local tool bar, pulldown menu, or popup menu.
IViewCategory - Interface in org.eclipse.ui.views
Represents a categorization of views.
IViewDescriptor - Interface in org.eclipse.ui.views
This is a view descriptor.
IViewerCreator - Interface in org.eclipse.compare
A factory object for Viewer.
IViewerDescriptor - Interface in org.eclipse.compare.internal
A factory object for creating a Viewers from a descriptor.
IViewerLabelProvider - Interface in org.eclipse.jface.viewers
Extends IBaseLabelProvider with the methods to update the label for a given element.
IViewerListProperty<S,E> - Interface in org.eclipse.jface.databinding.viewers
IListProperty for observing a JFace viewer
IViewerObservable - Interface in org.eclipse.jface.databinding.viewers
IObservable observing a JFace Viewer.
IViewerObservableList<E> - Interface in org.eclipse.jface.databinding.viewers
IObservableList observing a JFace Viewer.
IViewerObservableSet<E> - Interface in org.eclipse.jface.databinding.viewers
IObservableSet observing a JFace Viewer.
IViewerObservableValue<T> - Interface in org.eclipse.jface.databinding.viewers
IObservableValue observing a JFace Viewer.
IViewerSetProperty<S,E> - Interface in org.eclipse.jface.databinding.viewers
ISetProperty for observing a JFace viewer
IViewerUpdater<E> - Interface in org.eclipse.jface.databinding.viewers
A strategy interface for updating the elements in a StructuredViewer.
IViewerValueProperty<S,T> - Interface in org.eclipse.jface.databinding.viewers
IValueProperty for observing a JFace viewer
IViewLayout - Interface in org.eclipse.ui
Represents the layout info for a view or placeholder in an IPageLayout.
IViewPart - Interface in org.eclipse.ui
A view is a visual component within a workbench page.
IViewportListener - Interface in org.eclipse.jface.text
Registered with a text viewer, view port listeners are informed about changes of a text viewer's view port.
IViewReference - Interface in org.eclipse.ui
Defines a reference to an IViewPart.
IViewRegistry - Interface in org.eclipse.ui.views
The view registry maintains a list of views explicitly registered against the view extension point..
IViewSite - Interface in org.eclipse.ui
The primary interface between a view part and the workbench.
IWatchExpression - Interface in org.eclipse.debug.core.model
A watch expression is an expression that is evaluated in the context of a specific stack frame, thread, debug target, process, or launch.
IWatchExpressionDelegate - Interface in org.eclipse.debug.core.model
A delegate which computes the value of a watch expression when provided a context.
IWatchExpressionFactoryAdapter - Interface in org.eclipse.debug.ui.actions
An optional adapter used to create a watch expression for a selected variable.
IWatchExpressionFactoryAdapter2 - Interface in org.eclipse.debug.ui.actions
An optional adapter used to create a watch expression for a selected element.
IWatchExpressionFactoryAdapterExtension - Interface in org.eclipse.debug.ui.actions
Optional extension to the watch expression factory adapter to dynamically enable the 'Create Watch Expression' action, based on the selected variable.
IWatchExpressionListener - Interface in org.eclipse.debug.core.model
A watch expression listener is notified when an org.eclipse.debug.core.model.IWatchExpressionDelegate completes an evaluation.
IWatchExpressionResult - Interface in org.eclipse.debug.core.model
The result of an evaluation performed by an org.eclipse.debug.core.model.IWatchExpressionDelegate.
IWatchpoint - Interface in org.eclipse.debug.core.model
A breakpoint that suspends when an associated variable is read or written.
IWebBrowser - Interface in org.eclipse.ui.browser
An opened Web browser instance (either internal or external).
IWhitespaceDetector - Interface in org.eclipse.jface.text.rules
Defines the interface by which WhitespaceRule determines whether a given character is to be considered whitespace in the current context.
IWidget - Interface in org.eclipse.jface.menus
Provides a hook by which third-party code can contribute SWT widgets to a menu, tool bar or status line.
IWidgetListProperty<S extends Widget,E> - Interface in org.eclipse.jface.databinding.swt
IListProperty for observing an SWT Widget
IWidgetTokenKeeper - Interface in org.eclipse.jface.text
A widget token keeper may require a widget token from an IWidgetTokenOwner and release the token to the owner after usage.
IWidgetTokenKeeperExtension - Interface in org.eclipse.jface.text
Extension interface for IWidgetTokenKeeper.
IWidgetTokenOwner - Interface in org.eclipse.jface.text
In order to display information in a temporary window, a widget token must be acquired.
IWidgetTokenOwnerExtension - Interface in org.eclipse.jface.text
Extension interface for IWidgetTokenOwner.
IWidgetValueProperty<S extends Widget,T> - Interface in org.eclipse.jface.databinding.swt
IValueProperty for observing an SWT Widget
IWindowCloseHandler - Interface in org.eclipse.e4.ui.workbench.modeling
A handler that can be inserted into the context of the application or a particular window to determine whether the window should be closed or not.
IWindowListener - Interface in org.eclipse.ui
Interface for listening to window lifecycle events.
IWizard - Interface in org.eclipse.jface.wizard
Interface for a wizard.
IWizardCategory - Interface in org.eclipse.ui.wizards
A wizard category may contain other categories or wizard elements.
IWizardContainer - Interface in org.eclipse.jface.wizard
Interface for containers that can host a wizard.
IWizardContainer2 - Interface in org.eclipse.jface.wizard
IWizardContainer2 is a supplement to IWizardContainer that adds a method for updating the size of the wizard shell based on the contents of the current page.
IWizardDescriptor - Interface in org.eclipse.ui.wizards
Base interface for all wizards defined via workbench extension points.
IWizardNode - Interface in org.eclipse.jface.wizard
A wizard node acts a placeholder for a real wizard in a wizard selection page.
IWizardPage - Interface in org.eclipse.jface.wizard
Interface for a wizard page.
IWizardRegistry - Interface in org.eclipse.ui.wizards
A registry describing all wizard extensions known to the workbench.
IWordDetector - Interface in org.eclipse.jface.text.rules
Defines the interface by which WordRule determines whether a given character is valid as part of a word in the current context.
IWorkbench - Interface in org.eclipse.e4.ui.workbench
A running instance of the workbench.
IWorkbench - Interface in org.eclipse.ui
A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchActionConstants - Interface in org.eclipse.ui
Action ids for standard actions, groups in the workbench menu bar, and global actions.
IWorkbenchActionDefinitionIds - Interface in org.eclipse.ui.texteditor
Defines the definitions ids for workbench actions.
IWorkbenchActivitySupport - Interface in org.eclipse.ui.activities
An instance of this interface provides support for managing IWorkbench activities.
IWorkbenchAdapter - Interface in org.eclipse.ui.model
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.
IWorkbenchAdapter2 - Interface in org.eclipse.ui.model
Extension interface for IWorkbenchAdapter that allows for color and font support.
IWorkbenchAdapter3 - Interface in org.eclipse.ui.model
Extension interface for IWorkbenchAdapter that allows for StyledString support.
IWorkbenchBrowserSupport - Interface in org.eclipse.ui.browser
Web browser support.
IWorkbenchCommandConstants - Interface in org.eclipse.ui
Constants for all commands defined by the Eclipse workbench.
IWorkbenchConfigurer - Interface in org.eclipse.ui.application
Interface providing special access for configuring the workbench.
IWorkbenchConstants - Interface in org.eclipse.ui.internal
General constants used by the workbench.
IWorkbenchContextSupport - Interface in org.eclipse.ui.contexts
Deprecated.
Please use IBindingService and IContextService instead.
IWorkbenchContribution - Interface in org.eclipse.ui.menus
Allow a menu contribution to be initialized with the appropriate service locator.
IWorkbenchGraphicConstants - Interface in org.eclipse.ui.internal
This class defines constants for looking up resources that are available only within the Eclipse UI and Eclipse UI Standard Components projects.
IWorkbenchHelpContextIds - Interface in org.eclipse.ui.internal
Help context ids for the workbench.
IWorkbenchHelpSystem - Interface in org.eclipse.ui.help
The interface that is used to access the workbench help system.
IWorkbenchListener - Interface in org.eclipse.ui
Interface for listening to workbench lifecycle events.
IWorkbenchOperationSupport - Interface in org.eclipse.ui.operations
An instance of this interface provides support for managing a a shared operations history and an shared undo context at the IWorkbench level.
IWorkbenchPage - Interface in org.eclipse.ui
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 in org.eclipse.ui
A workbench part is a visual component within a workbench page.
IWorkbenchPart2 - Interface in org.eclipse.ui
Extends IWorkbenchPart, adding the name and status text properties.
IWorkbenchPart3 - Interface in org.eclipse.ui
A part can provide arbitrary properties.
IWorkbenchPartConstants - Interface in org.eclipse.ui
This interface describes the constants used for IWorkbenchPart properties.
IWorkbenchPartDescriptor - Interface in org.eclipse.ui
Description of a workbench part.
IWorkbenchPartOrientation - Interface in org.eclipse.ui.part
The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
IWorkbenchPartReference - Interface in org.eclipse.ui
Implements a reference to a IWorkbenchPart.
IWorkbenchPartSite - Interface in org.eclipse.ui
The primary interface between a workbench part and the workbench.
IWorkbenchPartTestable - Interface in org.eclipse.ui.testing
This interface provides methods that allow introspection of workbench parts.
IWorkbenchPreferenceConstants - Interface in org.eclipse.ui
Preference ids exposed by the Eclipse Platform User Interface.
IWorkbenchPreferenceContainer - Interface in org.eclipse.ui.preferences
IWorkbenchPreferenceContainer is the class that specifies the workbench specific preferences support.
IWorkbenchPreferencePage - Interface in org.eclipse.ui
Interface for workbench preference pages.
IWorkbenchPropertyPage - Interface in org.eclipse.ui
Interface for workbench property pages.
IWorkbenchPropertyPageMulti - Interface in org.eclipse.ui
This interface is similar to IWorkbenchPropertyPage with the addition of support for multiple selection.
IWorkbenchSite - Interface in org.eclipse.ui
The common interface between the workbench and its parts, including pages within parts.
IWorkbenchSiteProgressService - Interface in org.eclipse.ui.progress
IWorkbenchPartProgressService is an IProgressService that adds API for jobs that change the state in a IWorkbenchPartSite while they are being run.
IWorkbenchThemeConstants - Interface in org.eclipse.ui.internal
A source of color/font/theme data constants used throughout the workbench.
IWorkbenchWidget - Interface in org.eclipse.ui.menus
Interface used for IWidget's contributed to the Workbench.
IWorkbenchWindow - Interface in org.eclipse.ui
A workbench window is a top level window in a workbench.
IWorkbenchWindowActionDelegate - Interface in org.eclipse.ui
Interface for an action that is contributed into the workbench window menu or tool bar.
IWorkbenchWindowConfigurer - Interface in org.eclipse.ui.application
Interface providing special access for configuring workbench windows.
IWorkbenchWindowPulldownDelegate - Interface in org.eclipse.ui
Interface for a pulldown action that is contributed into the workbench window tool bar.
IWorkbenchWindowPulldownDelegate2 - Interface in org.eclipse.ui
Extension of IWorkbenchWindowPulldownDelegate that allows the delegate dropdown menu to be a child of a Menu item.
IWorkbenchWizard - Interface in org.eclipse.ui
Implementors represent creation wizards that are to be contributed to the workbench's creation wizard extension point.
IWorkingCopyManager - Interface in org.eclipse.ui.preferences
IWorkingCopyManager is the interface for the working copy support for references to shared preference nodes.
IWorkingSet - Interface in org.eclipse.ui
A working set holds a number of IAdaptable elements.
IWorkingSetEditWizard - Interface in org.eclipse.ui.dialogs
A working set edit wizard allows editing a working set using the IWorkingSetPage associated with the working set.
IWorkingSetElementAdapter - Interface in org.eclipse.ui
Interface that describes a mechanism that may be provided by working set extensions to help manage the addition of elements to working sets.
IWorkingSetManager - Interface in org.eclipse.ui
A working set manager stores working sets and provides property change notification when a working set is added or removed.
IWorkingSetNewWizard - Interface in org.eclipse.ui.dialogs
A working set new wizard allows creating new working sets using a plug-in specific working set page.
IWorkingSetPage - Interface in org.eclipse.ui.dialogs
A working set page allows the user to edit an existing working set and create a new working set.
IWorkingSetSelectionDialog - Interface in org.eclipse.ui.dialogs
A working set selection dialog displays the list of working sets available in the workbench.
IWorkingSetUpdater - Interface in org.eclipse.ui
An IWorkingSetUpdater can be used to dynamically update the content of a working set.
IWorkingSetUpdater2 - Interface in org.eclipse.ui
IWorkingSetUpdater2 can be used to restore the content of a working set, if the working set content shouldn't be persisted by the framework.
IWorkspace - Interface in org.eclipse.core.resources
Workspaces are the basis for Eclipse Platform resource management.
IWorkspace.ProjectOrder - Class in org.eclipse.core.resources
Data structure for holding the multi-part outcome of IWorkspace.computeProjectOrder.
IWorkspaceDescription - Interface in org.eclipse.core.resources
A workspace description represents the workspace preferences.
IWorkspaceRoot - Interface in org.eclipse.core.resources
A root resource represents the top of the resource hierarchy in a workspace.
IWorkspaceRunnable - Interface in org.eclipse.core.resources
This interface is structurally equivalent to ICoreRunnable.
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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form