IAbstractTextEditorHelpContextIds - interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds .Help context ids for the text editor.
IAction - interface org.eclipse.jface.action.IAction .An action represents the non-UI side of a command which can be triggered
by the end user. IActionBarConfigurer - interface org.eclipse.ui.application.IActionBarConfigurer .Interface providing special access for configuring the action bars
of a workbench window.
IActionBars - interface org.eclipse.ui.IActionBars .Used by a part to access its menu, toolbar, and status line managers.
IActionBars2 - interface org.eclipse.ui.IActionBars2 .Interface extention to IActionBars
that provides an additional
cool bar manager. IActionDelegate - interface org.eclipse.ui.IActionDelegate .Interface for actions contributed via an extension point.
IActionDelegate2 - interface org.eclipse.ui.IActionDelegate2 .Interface extension to IActionDelegate
adding lifecycle methods.
IActionDelegateWithEvent - interface org.eclipse.ui.IActionDelegateWithEvent .Deprecated. Use org.eclipse.ui.IActionDelegate2 instead. IActionFilter - interface org.eclipse.ui.IActionFilter .An adapter which performs action filtering.
IActionGroupFactory - interface org.eclipse.search.ui.IActionGroupFactory .Deprecated. Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see ISearchResultPage
), leaving it up to the page
how to create actions. IActivity - interface org.eclipse.ui.activities.IActivity .An instance of this interface is an activity as defined by the extension
point org.eclipse.ui.activities
.
IActivity - interface org.eclipse.update.configuration.IActivity .Install activity.
IActivityListener - interface org.eclipse.ui.activities.IActivityListener .An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IActivity
.
IActivityManager - interface org.eclipse.ui.activities.IActivityManager .An instance of this interface allows clients to manage activities, as
defined by the extension point org.eclipse.ui.activities
.
IActivityManagerListener - interface org.eclipse.ui.activities.IActivityManagerListener .An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IActivityManager
.
IActivityPatternBinding - interface org.eclipse.ui.activities.IActivityPatternBinding .An instance of this interface represents a binding between an activity and a
regular expression pattern. IActivityRequirementBinding - interface org.eclipse.ui.activities.IActivityRequirementBinding .An instance of this interface represents a binding between two activities.
IAdaptable - interface org.eclipse.core.runtime.IAdaptable .An interface for an adaptable object.
IAdapterFactory - interface org.eclipse.core.runtime.IAdapterFactory .An adapter factory defines behavioral extensions for
one or more classes that implements the IAdaptable
interface. IAdapterManager - interface org.eclipse.core.runtime.IAdapterManager .An adapter manager maintains a registry of adapter factories. IAdvancedUndoableOperation - interface org.eclipse.core.commands.operations.IAdvancedUndoableOperation .
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. IAnnotationAccess - interface org.eclipse.jface.text.source.IAnnotationAccess .An annotation access provides access to information that is not available via
the API of Annotation
. IAnnotationAccessExtension - interface org.eclipse.jface.text.source.IAnnotationAccessExtension .Extension interface for IAnnotationAccess
. IAnnotationHover - interface org.eclipse.jface.text.source.IAnnotationHover .Provides the information to be displayed in a hover popup window which
appears over the presentation area of annotations.
IAnnotationHoverExtension - interface org.eclipse.jface.text.source.IAnnotationHoverExtension .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
IAnnotationImageProvider - interface org.eclipse.ui.texteditor.IAnnotationImageProvider .Provides an image for a given annotation. IAnnotationMap - interface org.eclipse.jface.text.source.IAnnotationMap .An annotation map is a map specialized for the requirements of an annotation
model. IAnnotationModel - interface org.eclipse.jface.text.source.IAnnotationModel .This interface defines the model for managing annotations attached to a document.
IAnnotationModelExtension - interface org.eclipse.jface.text.source.IAnnotationModelExtension .Extends IAnnotationModel
with the
ability piggyback other annotation models. IAnnotationModelFactory - interface org.eclipse.core.filebuffers.IAnnotationModelFactory .Factory for text file buffer annotation models. IAnnotationModelListener - interface org.eclipse.jface.text.source.IAnnotationModelListener .Interface for objects interested in getting informed about annotation model
changes. IAnnotationModelListenerExtension - interface org.eclipse.jface.text.source.IAnnotationModelListenerExtension .Extension interface for IAnnotationModelListener
. IAnnotationPresentation - interface org.eclipse.jface.text.source.IAnnotationPresentation .Interface for annotations that can take care of their own visible representation. IAntClasspathEntry - interface org.eclipse.ant.core.IAntClasspathEntry .Represents an Ant classpath entry.
IAntPropertyValueProvider - interface org.eclipse.ant.core.IAntPropertyValueProvider .An interface that must be implemented by plugins that wish to contribute
predefined variables to an Ant project when run from within Eclipse.
IArchiveReference - interface org.eclipse.update.core.IArchiveReference .Site archive interface.
IAutoEditStrategy - interface org.eclipse.jface.text.IAutoEditStrategy .An auto edit strategy can adapt changes that will be applied to
a text viewer's document. IAutoIndentStrategy - interface org.eclipse.jface.text.IAutoIndentStrategy .Deprecated. since 3.0, use IAutoEditStrategy
directly IBaseLabelProvider - interface org.eclipse.jface.viewers.IBaseLabelProvider .A label provider maps an element of the viewer's model to
an optional image and optional text string used to display
the element in the viewer's control. IBasicPropertyConstants - interface org.eclipse.jface.viewers.IBasicPropertyConstants .Predefined property names used for elements displayed in viewers. IBatchOperation - interface org.eclipse.update.operations.IBatchOperation .A batch operation is needed to execute a group of feature operations, such as installing a set of features.
IBindingManagerListener - interface org.eclipse.jface.bindings.IBindingManagerListener .
An instance of BindingManagerListener
can be used by clients to
receive notification of changes to an instance of
BindingManager
.
IBindingService - interface org.eclipse.ui.keys.IBindingService .
Provides services related to the binding architecture (e.g., keyboard
shortcuts) within the workbench. IBreakpoint - interface org.eclipse.debug.core.model.IBreakpoint .A breakpoint is capable of suspending the execution of a
program at a specific location when a program is running
in debug mode. IBreakpointListener - interface org.eclipse.debug.core.IBreakpointListener .A breakpoint listener is notified of breakpoint additions,
removals, and changes. IBreakpointManager - interface org.eclipse.debug.core.IBreakpointManager .The breakpoint manager manages the collection of breakpoints
in the workspace. IBreakpointManagerListener - interface org.eclipse.debug.core.IBreakpointManagerListener .A breakpoint manager listener is notified when the breakpoint manager's
enablement changes. IBreakpointOrganizerDelegate - interface org.eclipse.debug.ui.IBreakpointOrganizerDelegate .A breakpoint organizer is used to categorize breakpoints and provides
change notification when categorization has changed. IBreakpointTypeCategory - interface org.eclipse.debug.ui.IBreakpointTypeCategory .Represents a breakpoint's type to support organization of breakpoints
by type in the breakpoints view. IBreakpointsListener - interface org.eclipse.debug.core.IBreakpointsListener .A breakpoints listener is notified of breakpoint additions,
removals, and changes. IBrowser - interface org.eclipse.help.browser.IBrowser .Represents a web browser that can be used by clients to display documents for
the given URLs. IBrowserFactory - interface org.eclipse.help.browser.IBrowserFactory .Implementators of org.eclipse.help.base.browser
extension
points must provide implementation of this interface. IBundleGroup - interface org.eclipse.core.runtime.IBundleGroup .Bundle groups represent a logical collection of plug-ins (aka bundles). IBundleGroupConstants - interface org.eclipse.ui.branding.IBundleGroupConstants .These constants define the set of properties that the UI expects to
be available via IBundleGroup.getProperty(String)
. IBundleGroupProvider - interface org.eclipse.core.runtime.IBundleGroupProvider .Bundle group providers define groups of plug-ins which have been installed in
the current system. ICON -
Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type icon (value is 1).
ICON_ERROR -
Static variable in class org.eclipse.swt.SWT
The MessageBox
style constant for error icon
behavior (value is 1).
ICON_INFORMATION -
Static variable in class org.eclipse.swt.SWT
The MessageBox
style constant for information icon
behavior (value is 1<<1).
ICON_PROPERTY -
Static variable in interface org.eclipse.ui.progress.IProgressConstants
This property is used to associate an ImageDescriptor
with a Job.
ICON_QUESTION -
Static variable in class org.eclipse.swt.SWT
The MessageBox
style constant for question icon
behavior (value is 1<<2).
ICON_WARNING -
Static variable in class org.eclipse.swt.SWT
The MessageBox
style constant for warning icon
behavior (value is 1<<3).
ICON_WORKING -
Static variable in class org.eclipse.swt.SWT
The MessageBox
style constant for "working" icon
behavior (value is 1<<4).
ICapabilityInstallWizard - interface org.eclipse.ui.ICapabilityInstallWizard .Interface for project capability install wizard. ICapabilityUninstallWizard - interface org.eclipse.ui.ICapabilityUninstallWizard .Interface for project capability uninstall wizard. ICategory - interface org.eclipse.ui.activities.ICategory .An instance of this interface is a category as defined by the extension
point org.eclipse.ui.activities
.
ICategory - interface org.eclipse.ui.commands.ICategory .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. ICategory - interface org.eclipse.update.core.ICategory .Feature category definition.
ICategoryActivityBinding - interface org.eclipse.ui.activities.ICategoryActivityBinding .An instance of this interface represents a binding between a category and an
activity.
ICategoryListener - interface org.eclipse.core.commands.ICategoryListener .An instance of this interface can be used by clients to receive notification
of changes to one or more instances of Category
.
ICategoryListener - interface org.eclipse.ui.activities.ICategoryListener .An instance of this interface can be used by clients to receive notification
of changes to one or more instances of ICategory
.
ICategoryListener - interface org.eclipse.ui.commands.ICategoryListener .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. ICellEditorListener - interface org.eclipse.jface.viewers.ICellEditorListener .A listener which is notified of significant events in the
life of a cell editor.
ICellEditorValidator - interface org.eclipse.jface.viewers.ICellEditorValidator .An interface for validating a cell editor's input.
ICellModifier - interface org.eclipse.jface.viewers.ICellModifier .A cell modifier is used to access the data model from a cell
editor in an abstract way. IChangePreviewViewer - interface org.eclipse.ltk.ui.refactoring.IChangePreviewViewer .Viewer to present the preview for a Change
.
IChangeRulerColumn - interface org.eclipse.jface.text.source.IChangeRulerColumn .An IChangeRulerColumn
can display quick diff information. ICharacterPairMatcher - interface org.eclipse.jface.text.source.ICharacterPairMatcher .A character pair matcher finds to a character at a certain document offset
the matching peer character. ICharacterScanner - interface org.eclipse.jface.text.rules.ICharacterScanner .Defines the interface of a character scanner used by rules.
ICheatSheetAction - interface org.eclipse.ui.cheatsheets.ICheatSheetAction .Cheat sheet-aware action.
ICheatSheetEvent - interface org.eclipse.ui.cheatsheets.ICheatSheetEvent .Event in the life cycle of a cheat sheet.
ICheatSheetManager - interface org.eclipse.ui.cheatsheets.ICheatSheetManager .Manages the running of a cheat sheet.
ICheatSheetViewer - interface org.eclipse.ui.cheatsheets.ICheatSheetViewer .A cheat sheet viewer.
ICheckStateListener - interface org.eclipse.jface.viewers.ICheckStateListener .A listener which is notified of changes to the checked
state of items in checkbox viewers. ICheckable - interface org.eclipse.jface.viewers.ICheckable .Interface for objects that support elements with a checked state. IColorDecorator - interface org.eclipse.jface.viewers.IColorDecorator .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 org.eclipse.ui.themes.IColorFactory .A factory interface that may be used to specify a color value. IColorProvider - interface org.eclipse.jface.viewers.IColorProvider .Interface to provide color representation for a given element. ICommand - interface org.eclipse.core.resources.ICommand .A builder command names a builder and supplies a table of
name-value argument pairs.
ICommand - interface org.eclipse.ui.commands.ICommand .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. ICommandListener - interface org.eclipse.core.commands.ICommandListener .An instance of this interface can be used by clients to receive notification
of changes to one or more instances of Command
.
ICommandListener - interface org.eclipse.ui.commands.ICommandListener .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. ICommandManager - interface org.eclipse.ui.commands.ICommandManager .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. ICommandManagerListener - interface org.eclipse.core.commands.ICommandManagerListener .An instance of this interface can be used by clients to receive notification
of changes to one or more instances of ICommandManager
.
ICommandManagerListener - interface org.eclipse.ui.commands.ICommandManagerListener .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. ICommandService - interface org.eclipse.ui.commands.ICommandService .
Provides services related to the command architecture within the workbench.
ICompareInput - interface org.eclipse.compare.structuremergeviewer.ICompareInput .Interface for objects used as input to a two-way or three-way compare viewer.
ICompareInputChangeListener - interface org.eclipse.compare.structuremergeviewer.ICompareInputChangeListener .Listener that gets informed if one (or more)
of the three sides of an ICompareInput
object changes its value.
ICompareNavigator - interface org.eclipse.compare.ICompareNavigator .A ICompareNavigator
is used to navigate through the individual
differences of a CompareEditorInput
.
ICompletionProposal - interface org.eclipse.jface.text.contentassist.ICompletionProposal .The interface of completion proposals generated by content assist processors.
ICompletionProposalExtension - interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension .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 org.eclipse.jface.text.contentassist.ICompletionProposalExtension2 .Extends ICompletionProposal
with the following functions:
handling of trigger characters with modifiers
visual indication for selection of a proposal
ICompletionProposalExtension3 - interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension3 .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 org.eclipse.jface.text.contentassist.ICompletionProposalExtension4 .Extends
ICompletionProposal
with
the following functions:
specify whether a proposal is automatically insertable
ICompositeOperation - interface org.eclipse.core.commands.operations.ICompositeOperation .
ICompositeOperation defines an undoable operation that is composed of child
operations. IConditionChecker - interface org.eclipse.ltk.core.refactoring.participants.IConditionChecker .A condition checker can be used to share condition checks
across the main processor and all its associated participants.
IConfigFeatureOperation - interface org.eclipse.update.operations.IConfigFeatureOperation .Operation that enables a feature in a configuration.
IConfigurationElement - interface org.eclipse.core.runtime.IConfigurationElement .A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (plugin.xml
) file.
IConfigurationWizard - interface org.eclipse.team.ui.IConfigurationWizard .IConfigurationWizard defines the interface that users of the extension
point org.eclipse.team.ui.configurationWizards
must implement. IConfiguredSite - interface org.eclipse.update.configuration.IConfiguredSite .Configured Site.
IConfiguredSiteChangedListener - interface org.eclipse.update.configuration.IConfiguredSiteChangedListener .Configuration change listener. *
Note: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability. IConsole - interface org.eclipse.debug.ui.console.IConsole .A console that displays output and writes input to a process. IConsole - interface org.eclipse.ui.console.IConsole .A console. IConsoleColorProvider - interface org.eclipse.debug.ui.console.IConsoleColorProvider .Provides coloring for a console document. IConsoleConstants - interface org.eclipse.ui.console.IConsoleConstants .Constants relating to the console plug-in. IConsoleDocumentPartitioner - interface org.eclipse.ui.console.IConsoleDocumentPartitioner .A document partitioner for a text console.
IConsoleFactory - interface org.eclipse.ui.console.IConsoleFactory .A console factory extension is responsible for opening a console in the console view.
IConsoleHyperlink - interface org.eclipse.debug.ui.console.IConsoleHyperlink .Deprecated. replaced by org.eclipse.ui.console.IHyperlink IConsoleLineTracker - interface org.eclipse.debug.ui.console.IConsoleLineTracker .Notified of lines appended to the console. IConsoleLineTrackerExtension - interface org.eclipse.debug.ui.console.IConsoleLineTrackerExtension .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 org.eclipse.ui.console.IConsoleListener .A console listener is notified when consoles are added or removed from
the console manager.
IConsoleManager - interface org.eclipse.ui.console.IConsoleManager .The console manager manages registered consoles.
IConsolePageParticipant - interface org.eclipse.ui.console.IConsolePageParticipant .A console page participant is notified of page lifecycle events such as
creation, activation, deactivation and disposal. IConsoleView - interface org.eclipse.ui.console.IConsoleView .A view that displays consoles registered with the console manager.
IContainer - interface org.eclipse.core.resources.IContainer .Interface for resources which may contain
other resources (termed its members ). IContainmentAdapter - interface org.eclipse.ui.IContainmentAdapter .This adapter interface provides a way to test element containment
in a model-independent way.
IContentAssistProcessor - interface org.eclipse.jface.text.contentassist.IContentAssistProcessor .A content assist processor proposes completions and
computes context information for a particular content type.
IContentAssistSubjectControl - interface org.eclipse.jface.contentassist.IContentAssistSubjectControl .A content assist subject control can request assistance provided by a
subject control content assistant . IContentAssistant - interface org.eclipse.jface.text.contentassist.IContentAssistant .An IContentAssistant
provides support on interactive content completion.
IContentAssistantExtension - interface org.eclipse.jface.text.contentassist.IContentAssistantExtension .Extends IContentAssistant
with the following functions:
handle documents with multiple partitions
insertion of common completion prefixes
IContentChangeListener - interface org.eclipse.compare.IContentChangeListener .An IContentChangeListener
is informed about content changes of a
IContentChangeNotifier
.
IContentChangeNotifier - interface org.eclipse.compare.IContentChangeNotifier .Interface common to all objects that provide a means for registering
for content change notification.
IContentConsumer - interface org.eclipse.update.core.IContentConsumer .Generic content consumer.
IContentDescriber - interface org.eclipse.core.runtime.content.IContentDescriber .Content describers know how to retrieve metadata from
contents.
IContentDescription - interface org.eclipse.core.runtime.content.IContentDescription .A content description object contains information about the nature of
arbitrary data.
IContentFormatter - interface org.eclipse.jface.text.formatter.IContentFormatter .The interface of a document content formatter. IContentFormatterExtension - interface org.eclipse.jface.text.formatter.IContentFormatterExtension .Extension interface for IContentFormatter
.
IContentOutlinePage - interface org.eclipse.ui.views.contentoutline.IContentOutlinePage .Marker-style interface for a content outline page. IContentProvider - interface org.eclipse.jface.viewers.IContentProvider .A content provider mediates between the viewer's model
and the viewer itself. IContentType - interface org.eclipse.core.runtime.content.IContentType .Content types represent and provide information on file types, such as
associated file names/extensions, default charset, etc.
IContentTypeManager - interface org.eclipse.core.runtime.content.IContentTypeManager .The content type manager provides facilities for file name and content-based
type lookup and content description.
IContentTypeManager.ContentTypeChangeEvent - class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent .An event object which describes the details of a change to a
content type.
IContentTypeManager.ContentTypeChangeEvent(IContentType) -
Constructor for class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent
Constructor for a new content type change event.
IContentTypeManager.ContentTypeChangeEvent(IContentType, IScopeContext) -
Constructor for class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent
Constructor for a new content type change event.
IContentTypeManager.IContentTypeChangeListener - interface org.eclipse.core.runtime.content.IContentTypeManager.IContentTypeChangeListener .A listener to be used to receive content type change events.
IContentTypeManager.ISelectionPolicy - interface org.eclipse.core.runtime.content.IContentTypeManager.ISelectionPolicy .A policy for refining the set of content types that
should be accepted during content type matching operations.
IContentTypeMatcher - interface org.eclipse.core.runtime.content.IContentTypeMatcher .An object that performs content type matching queries.
IContentTypeSettings - interface org.eclipse.core.runtime.content.IContentTypeSettings .Gives access to the user settings for a content type.
IContext - interface org.eclipse.help.IContext .A context registered for context-sensitive help.
IContext - interface org.eclipse.ui.contexts.IContext .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. IContext2 - interface org.eclipse.help.IContext2 .Extends IContext
to provide support for styled text and topic
categorization. IContextActivation - interface org.eclipse.ui.contexts.IContextActivation .
A token representing the activation of a context. IContextComputer - interface org.eclipse.ui.help.IContextComputer .Deprecated. nested contexts are no longer supported by the help support system IContextIds - interface org.eclipse.jface.contexts.IContextIds .
A list of well-known context identifiers. IContextInformation - interface org.eclipse.jface.text.contentassist.IContextInformation .The interface of context information presented to the user and
generated by content assist processors.
IContextInformationExtension - interface org.eclipse.jface.text.contentassist.IContextInformationExtension .Extends IContextInformation
with
the ability to freely position the context information. IContextInformationPresenter - interface org.eclipse.jface.text.contentassist.IContextInformationPresenter .A context information presenter determines the presentation
of context information depending on a given document position.
IContextInformationValidator - interface org.eclipse.jface.text.contentassist.IContextInformationValidator .A context information validator is used to determine if
a displayed context information is still valid or should
be dismissed.
IContextListener - interface org.eclipse.core.commands.contexts.IContextListener .An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IContext
.
IContextListener - interface org.eclipse.ui.contexts.IContextListener .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. IContextManager - interface org.eclipse.ui.contexts.IContextManager .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. IContextManagerListener - interface org.eclipse.core.commands.contexts.IContextManagerListener .An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IContextManager
.
IContextManagerListener - interface org.eclipse.ui.contexts.IContextManagerListener .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. IContextMenuConstants - interface org.eclipse.search.ui.IContextMenuConstants .Constants for menu groups used in context menus for Search views and editors.
IContextMenuContributor - interface org.eclipse.search.ui.IContextMenuContributor .Deprecated. Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see ISearchResultPage
), leaving it up to the page
how to create actions in context menus. IContextProvider - interface org.eclipse.help.IContextProvider .Dynamic context provider. IContextService - interface org.eclipse.ui.contexts.IContextService .
Provides services related to contexts in the Eclipse workbench. IContributedContentsView - interface org.eclipse.ui.part.IContributedContentsView .This interface is used to identify workbench views which
allow other parts (typically the active part) to supply
their contents.
IContributionItem - interface org.eclipse.jface.action.IContributionItem .A contribution item represents a contribution to a shared UI resource such as a
menu or tool bar. IContributionManager - interface org.eclipse.jface.action.IContributionManager .A contribution manager organizes contributions to such UI components
as menus, toolbars and status lines.
IContributionManagerOverrides - interface org.eclipse.jface.action.IContributionManagerOverrides .This interface is used by instances of IContributionItem
to determine if the values for certain properties have been overriden
by their manager.
IContributorResourceAdapter - interface org.eclipse.ui.IContributorResourceAdapter .The IContributorResourceAdapter is an interface that defines
the API required to get a resource that an object adapts to
for use of object contributions, decorators and property
pages that have adaptable = true.
ICoolBarManager - interface org.eclipse.jface.action.ICoolBarManager .The ICoolBarManager
interface provides protocol for managing
contributions to a cool bar. ID -
Static variable in interface org.eclipse.debug.core.model.IBreakpoint
Debug model identifier breakpoint marker attribute (value "org.eclipse.debug.core.id"
).
ID -
Static variable in class org.eclipse.ui.actions.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.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
The id of this action.
IDE - class org.eclipse.ui.ide.IDE .Collection of IDE-specific APIs factored out of existing workbench.
IDE.Preferences - interface org.eclipse.ui.ide.IDE.Preferences .Preferences defined by the IDE workbench.
IDE.SharedImages - interface org.eclipse.ui.ide.IDE.SharedImages .Standard shared images defined by the IDE. IDEActionFactory - class org.eclipse.ui.ide.IDEActionFactory .Access to standard actions provided by the IDE workbench (including
those of the generic workbench).
IDEEncoding - class org.eclipse.ui.ide.IDEEncoding .IDEEncoding is a utility class for managing encoding information that
includes user preferences from the IDE and core resources.
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
ID_BOOKMARKS -
Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Bookmark Navigator standard component.
ID_BREAKPOINT_VIEW -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Breakpoint view identifier (value "org.eclipse.debug.ui.BreakpointView"
).
ID_BUILD -
Static variable in class org.eclipse.ui.actions.BuildAction
The id of an incremental build action.
ID_CONSOLE_VIEW -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
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_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_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_PROP_SHEET -
Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Property Sheet standard component.
ID_REBUILD_ALL -
Static variable in class org.eclipse.ui.actions.BuildAction
The id of a rebuild all action.
ID_REGISTER_VIEW -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Register view identifier (value "org.eclipse.debug.ui.RegisterView"
).
ID_RES_NAV -
Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Resource Navigator standard component.
ID_RUN_LAUNCH_GROUP -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard 'run' launch group.
ID_STANDARD_ERROR_STREAM -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard error stream.
ID_STANDARD_INPUT_STREAM -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard input stream.
ID_STANDARD_OUTPUT_STREAM -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard out stream.
ID_TASK_LIST -
Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Task List standard component.
ID_VARIABLE_VIEW -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Variable view identifier (value "org.eclipse.debug.ui.VariableView"
).
IDebugEditorPresentation - interface org.eclipse.debug.ui.IDebugEditorPresentation .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 org.eclipse.debug.core.model.IDebugElement .A debug element represents an artifact in a program being
debugged.
IDebugEventFilter - interface org.eclipse.debug.core.IDebugEventFilter .An event filter allows clients to intercept debug events.
IDebugEventSetListener - interface org.eclipse.debug.core.IDebugEventSetListener .A debug event set listener registers with the debug plug-in
to receive event notification from programs being run or debugged.
IDebugModelPresentation - interface org.eclipse.debug.ui.IDebugModelPresentation .A debug model presentation is responsible for providing labels, images,
and editors associated with debug elements in a specific debug model.
IDebugModelProvider - interface org.eclipse.debug.core.model.IDebugModelProvider .A debug model provider provides debug model identifiers.
IDebugTarget - interface org.eclipse.debug.core.model.IDebugTarget .A debug target is a debuggable execution context. IDebugUIConstants - interface org.eclipse.debug.ui.IDebugUIConstants .Constant definitions for debug UI plug-in.
IDebugView - interface org.eclipse.debug.ui.IDebugView .Common function for debug views. IDecoration - interface org.eclipse.jface.viewers.IDecoration .Defines the result of decorating an element.
IDecoratorManager - interface org.eclipse.ui.IDecoratorManager .Manages the decorators contributed via the decorators extension point.
IDeferredWorkbenchAdapter - interface org.eclipse.ui.progress.IDeferredWorkbenchAdapter .This adapter interface provides support for lazy initialization of UI workbench elements
that are displayed visually. IDelayedLabelDecorator - interface org.eclipse.jface.viewers.IDelayedLabelDecorator .A delayed label decorator is a label decorator that may not have a
decoration available immidiately. IDetailsPage - interface org.eclipse.ui.forms.IDetailsPage .This interface should be implemented by clients providing
pages to handle object types in DetailsPart. IDetailsPageProvider - interface org.eclipse.ui.forms.IDetailsPageProvider .The class that implements this interface provides for dynamic
computation of page key and the page itself based on the
input object. IDialogBlockedHandler - interface org.eclipse.jface.dialogs.IDialogBlockedHandler .The IDialogBlockedHandler is the handler used by
JFace to provide extra information when a
blocking has occured. IDialogConstants - interface org.eclipse.jface.dialogs.IDialogConstants .IDialogConstants is the interface for common dialog strings and ids
used throughout JFace.
IDialogPage - interface org.eclipse.jface.dialogs.IDialogPage .Interface for a page in a multi-page dialog. IDialogSettings - interface org.eclipse.jface.dialogs.IDialogSettings .An interface to a storage mechanism for making dialog settings persistent.
IDiffContainer - interface org.eclipse.compare.structuremergeviewer.IDiffContainer .IDiffContainer
is a IDiffElement
with children.
IDiffElement - interface org.eclipse.compare.structuremergeviewer.IDiffElement .An IDiffElement
is used in the DiffTreeViewer
to display the kind of change detected as the result of a two-way or three-way compare.
IDisconnect - interface org.eclipse.debug.core.model.IDisconnect .The ability to end a debug session with a target program
and allow the target to continue running.
IDocument - interface org.eclipse.jface.text.IDocument .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 org.eclipse.jface.text.IDocumentAdapter .Adapts an IDocument
to the
StyledTextContent
interface. IDocumentAdapterExtension - interface org.eclipse.jface.text.IDocumentAdapterExtension .Extension interface for IDocumentAdapter
.
IDocumentExtension - interface org.eclipse.jface.text.IDocumentExtension .Extension interface for IDocument
. IDocumentExtension.IReplace - interface org.eclipse.jface.text.IDocumentExtension.IReplace .Interface for a post notification replace operation. IDocumentExtension2 - interface org.eclipse.jface.text.IDocumentExtension2 .Extension interface for IDocument
. IDocumentExtension3 - interface org.eclipse.jface.text.IDocumentExtension3 .Extension interface for IDocument
.
IDocumentExtension4 - interface org.eclipse.jface.text.IDocumentExtension4 .Extension interface for IDocument
. IDocumentFactory - interface org.eclipse.core.filebuffers.IDocumentFactory .Factory for text file buffer documents. IDocumentInformationMapping - interface org.eclipse.jface.text.IDocumentInformationMapping .A IDocumentInformationMapping
represents a mapping between the coordinates of two
IDocument
objects: the original and the image. IDocumentInformationMappingExtension - interface org.eclipse.jface.text.IDocumentInformationMappingExtension .Extension to IDocumentInformationMapping
.
IDocumentInformationMappingExtension2 - interface org.eclipse.jface.text.IDocumentInformationMappingExtension2 .Extension to IDocumentInformationMapping
.
IDocumentListener - interface org.eclipse.jface.text.IDocumentListener .Interface for objects which are interested in getting informed about
document changes. IDocumentPartitioner - interface org.eclipse.jface.text.IDocumentPartitioner .A document partitioner divides a document into a set
of disjoint text partitions. IDocumentPartitionerExtension - interface org.eclipse.jface.text.IDocumentPartitionerExtension .Extension interface for IDocumentPartitioner
.
IDocumentPartitionerExtension2 - interface org.eclipse.jface.text.IDocumentPartitionerExtension2 .Extension interface for IDocumentPartitioner
.
IDocumentPartitionerExtension3 - interface org.eclipse.jface.text.IDocumentPartitionerExtension3 .Extension interface for IDocumentPartitioner
. IDocumentPartitioningListener - interface org.eclipse.jface.text.IDocumentPartitioningListener .Interface of objects which are interested in getting informed
about changes of a document's partitioning.
IDocumentPartitioningListenerExtension - interface org.eclipse.jface.text.IDocumentPartitioningListenerExtension .Extension interface for
IDocumentPartitioningListener
.
IDocumentPartitioningListenerExtension2 - interface org.eclipse.jface.text.IDocumentPartitioningListenerExtension2 .Extension interface to
IDocumentPartitioningListener
.
IDocumentProvider - interface org.eclipse.ui.texteditor.IDocumentProvider .A document provider maps between domain elements and documents. IDocumentProviderExtension - interface org.eclipse.ui.texteditor.IDocumentProviderExtension .Extension interface for IDocumentProvider
. IDocumentProviderExtension2 - interface org.eclipse.ui.texteditor.IDocumentProviderExtension2 .Extension interface for IDocumentProvider
. IDocumentProviderExtension3 - interface org.eclipse.ui.texteditor.IDocumentProviderExtension3 .Extension interface for IDocumentProvider
. IDocumentProviderExtension4 - interface org.eclipse.ui.texteditor.IDocumentProviderExtension4 .Extension interface for IDocumentProvider
.
IDocumentRange - interface org.eclipse.compare.contentmergeviewer.IDocumentRange .Defines a subrange in a document.
IDocumentRewriteSessionListener - interface org.eclipse.jface.text.IDocumentRewriteSessionListener .Interface for objects which are interested in getting informed about document
rewrite sessions.
IDocumentSetupParticipant - interface org.eclipse.core.filebuffers.IDocumentSetupParticipant .Participates in the setup of a text file buffer document.
IDoubleClickListener - interface org.eclipse.jface.viewers.IDoubleClickListener .A listener which is notified of double-click events on viewers. IDropActionDelegate - interface org.eclipse.ui.part.IDropActionDelegate .Interface for actions supplied by extensions to the
org.eclipse.ui.dropActions extension point. IDropToFrame - interface org.eclipse.debug.core.model.IDropToFrame .Provides the ability to drop to frame. IDynamicVariable - interface org.eclipse.core.variables.IDynamicVariable .A dynamic variable is a variable whose value is computed dynamically
by a resolver at the time a string substitution is performed. IDynamicVariableResolver - interface org.eclipse.core.variables.IDynamicVariableResolver .Resolves the value for a dynamic variable. IEclipsePreferences - interface org.eclipse.core.runtime.preferences.IEclipsePreferences .This interface describes Eclipse extensions to the preference
story. IEclipsePreferences.INodeChangeListener - interface org.eclipse.core.runtime.preferences.IEclipsePreferences.INodeChangeListener .A listener to be used to receive preference node change events.
IEclipsePreferences.IPreferenceChangeListener - interface org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener .A listener used to receive changes to preference values in the preference store.
IEclipsePreferences.NodeChangeEvent - class org.eclipse.core.runtime.preferences.IEclipsePreferences.NodeChangeEvent .An event object which describes the details of a change in the
preference node hierarchy. IEclipsePreferences.NodeChangeEvent(Preferences, Preferences) -
Constructor for class org.eclipse.core.runtime.preferences.IEclipsePreferences.NodeChangeEvent
Constructor for a new node change event object.
IEclipsePreferences.PreferenceChangeEvent - class org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent .An event object describing the details of a change to a preference
in the preference store. IEclipsePreferences.PreferenceChangeEvent(Object, String, Object, Object) -
Constructor for class org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent
Constructor for a new preference change event.
IEditableContent - interface org.eclipse.compare.IEditableContent .Common interface for objects with editable contents.
IEditingSupport - interface org.eclipse.jface.text.IEditingSupport .Implemented by tools supporting the editing process.
IEditingSupportRegistry - interface org.eclipse.jface.text.IEditingSupportRegistry .A registry for IEditingSupport
s.
IEditorActionBarContributor - interface org.eclipse.ui.IEditorActionBarContributor .A editor action bar contributor defines the actions for
one or more editors.
IEditorActionDelegate - interface org.eclipse.ui.IEditorActionDelegate .Interface for an action that is contributed into an editor-activated menu or
tool bar. IEditorDescriptor - interface org.eclipse.ui.IEditorDescriptor .Description of an editor in the workbench editor registry. IEditorInput - interface org.eclipse.ui.IEditorInput .IEditorInput
is a light weight descriptor of editor input,
like a file name but more abstract. IEditorLauncher - interface org.eclipse.ui.IEditorLauncher .An editor launcher is used to launch external editors on a
file in the local file system.
IEditorMatchAdapter - interface org.eclipse.search.ui.text.IEditorMatchAdapter .This interface serves as an adapter between matches and editors. IEditorMatchingStrategy - interface org.eclipse.ui.IEditorMatchingStrategy .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 org.eclipse.ui.IEditorPart .An editor is a visual component within a workbench page. IEditorReference - interface org.eclipse.ui.IEditorReference .Implements a reference to a editor.
IEditorRegistry - interface org.eclipse.ui.IEditorRegistry .Registry of editors known to the workbench.
IEditorSite - interface org.eclipse.ui.IEditorSite .The primary interface between an editor part and the workbench.
IEditorStatusLine - interface org.eclipse.ui.texteditor.IEditorStatusLine .An interface to use the status line of an editor. IElementCollector - interface org.eclipse.ui.progress.IElementCollector .IElementCollector is a type that allows for the incremental update of a
collection of objects. IElementComparer - interface org.eclipse.jface.viewers.IElementComparer .This interface is used to compare elements in a viewer for equality,
and to provide the hash code for an element.
IElementFactory - interface org.eclipse.ui.IElementFactory .A factory for re-creating objects from a previously saved memento.
IElementStateListener - interface org.eclipse.ui.texteditor.IElementStateListener .Interface for parties interested in standardized element changes. IElementStateListenerExtension - interface org.eclipse.ui.texteditor.IElementStateListenerExtension .Extension interface for IElementStateListener
.
IEncodedStorage - interface org.eclipse.core.resources.IEncodedStorage .A storage that knows how its contents are encoded.
IEncodedStreamContentAccessor - interface org.eclipse.compare.IEncodedStreamContentAccessor .Extension for IStreamContentAccessor
. IEncodingActionsConstants - interface org.eclipse.ui.editors.text.IEncodingActionsConstants .Deprecated. As of 3.1, encoding needs to be changed via properties dialog IEncodingActionsDefinitionIds - interface org.eclipse.ui.editors.text.IEncodingActionsDefinitionIds .Deprecated. As of 3.1, encoding needs to be changed via properties dialog IEncodingActionsHelpContextIds - interface org.eclipse.ui.editors.text.IEncodingActionsHelpContextIds .Deprecated. As of 3.1, encoding needs to be changed via properties dialog IEncodingSupport - interface org.eclipse.ui.editors.text.IEncodingSupport .Interface to be implemented by objects supporting character encodings. IErrorReportingExpression - interface org.eclipse.debug.core.model.IErrorReportingExpression .An expression that can report errors which occurred during the
expression's evaluation. IEvaluationContext - interface org.eclipse.core.expressions.IEvaluationContext .An evaluation context is used to manage a set of objects needed during
XML expression evaluation. IEventConsumer - interface org.eclipse.jface.text.IEventConsumer .Implementers can register with a text viewer and receive
VerifyEvent
s before the text viewer they are registered with.
IExecutableExtension - interface org.eclipse.core.runtime.IExecutableExtension .Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
IExecutableExtensionFactory - interface org.eclipse.core.runtime.IExecutableExtensionFactory .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 org.eclipse.core.commands.IExecutionListener .
A listener to the execution of commands. IExpansionListener - interface org.eclipse.ui.forms.events.IExpansionListener .Classes that implement this interface will be notified before and after the
expandable control's expansion state changes. IExportWizard - interface org.eclipse.ui.IExportWizard .Interface for export wizards.
IExportedPreferences - interface org.eclipse.core.runtime.preferences.IExportedPreferences .Represents a node in the preference hierarchy which is used in
the import/export mechanism.
IExpression - interface org.eclipse.debug.core.model.IExpression .An expression is a snippet of code that can be evaluated
to produce a value. IExpressionListener - interface org.eclipse.debug.core.IExpressionListener .An expression listener is notified of expression additions,
removals, and changes. IExpressionManager - interface org.eclipse.debug.core.IExpressionManager .The expression manager manages the collection of registered
expressions in the workspace. IExpressionsListener - interface org.eclipse.debug.core.IExpressionsListener .An expression listener is notified of expression additions,
removals, and changes. IExtension - interface org.eclipse.core.runtime.IExtension .An extension declared in a plug-in.
IExtensionChangeHandler - interface org.eclipse.core.runtime.dynamichelpers.IExtensionChangeHandler .Extension change handlers are notified of changes for a given extension
point in the context of an extension tracker. IExtensionDelta - interface org.eclipse.core.runtime.IExtensionDelta .An extension delta represents changes to the extension registry.
IExtensionPoint - interface org.eclipse.core.runtime.IExtensionPoint .An extension point declared in a plug-in.
IExtensionRegistry - interface org.eclipse.core.runtime.IExtensionRegistry .The extension registry holds the master list of all
discovered namespaces, extension points and extensions.
IExtensionTracker - interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker .An extension tracker keeps associations between extensions and their derived objects on an extension basis.
IFeature - interface org.eclipse.update.core.IFeature .Feature defines the packaging "container" for a group of related plug-ins,
plug-in fragments, and optionally non-plug-in files.
IFeatureContentConsumer - interface org.eclipse.update.core.IFeatureContentConsumer .Feature content consumer.
IFeatureContentProvider - interface org.eclipse.update.core.IFeatureContentProvider .Feature content provider.
IFeatureFactory - interface org.eclipse.update.core.IFeatureFactory .Feature factory interface.
IFeatureOperation - interface org.eclipse.update.operations.IFeatureOperation .An operation that applies to a feature, such as install, uninstall, etc.
IFeatureReference - interface org.eclipse.update.core.IFeatureReference .Feature reference.
IFile - interface org.eclipse.core.resources.IFile .Files are leaf resources which contain data.
IFileBuffer - interface org.eclipse.core.filebuffers.IFileBuffer .A file buffer represents a file that can be edited by more than one client.
IFileBufferListener - interface org.eclipse.core.filebuffers.IFileBufferListener .Interface for listeners to file buffer changes. IFileBufferManager - interface org.eclipse.core.filebuffers.IFileBufferManager .A file buffer manager manages file buffers for files while the files are
connected to the file buffer manager. IFileBufferOperation - interface org.eclipse.core.filebuffers.manipulation.IFileBufferOperation .A file buffer operation performs changes of the contents of a file buffer.
IFileBufferStatusCodes - interface org.eclipse.core.filebuffers.IFileBufferStatusCodes .This interface provides the list of status codes that are used by the file
buffer plug-in when it throws CoreException
.
IFileContentManager - interface org.eclipse.team.core.IFileContentManager .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 org.eclipse.ui.IFileEditorInput .This interface defines a file-oriented input to an editor.
IFileEditorMapping - interface org.eclipse.ui.IFileEditorMapping .An association between a file name/extension and a list of known editors for
files of that type.
IFileMatchAdapter - interface org.eclipse.search.ui.text.IFileMatchAdapter .This interface serves to map matches to IFile
instances. IFileModificationValidator - interface org.eclipse.core.resources.IFileModificationValidator .The file modification validator is a Team-related hook for pre-checking operations
that modify the contents of files.
IFileState - interface org.eclipse.core.resources.IFileState .A previous state of a file stored in the workspace's local history.
IFileTypeInfo - interface org.eclipse.team.core.IFileTypeInfo .Deprecated. Use the IFileContentManager
API instead. IFilter - interface org.eclipse.core.runtime.dynamichelpers.IFilter .A filter compares the given object to some pattern and returns true
if the two match and false otherwise..
IFilter - interface org.eclipse.jface.viewers.IFilter .Interface for filters. IFilteredStep - interface org.eclipse.debug.core.model.IFilteredStep .Deprecated. clients should implement IStepFilters
instead IFindReplaceTarget - interface org.eclipse.jface.text.IFindReplaceTarget .Defines the target for finding and replacing strings.
IFindReplaceTargetExtension - interface org.eclipse.jface.text.IFindReplaceTargetExtension .Extension interface for IFindReplaceTarget
.
IFindReplaceTargetExtension2 - interface org.eclipse.ui.texteditor.IFindReplaceTargetExtension2 .Extension interface for IFindReplaceTarget
.
IFindReplaceTargetExtension3 - interface org.eclipse.jface.text.IFindReplaceTargetExtension3 .Extension interface for IFindReplaceTarget
.
IFlushableStreamMonitor - interface org.eclipse.debug.core.model.IFlushableStreamMonitor .A stream monitor who's contents can be flushed. IFolder - interface org.eclipse.core.resources.IFolder .Folders may be leaf or non-leaf resources and may contain files and/or other folders.
IFolderLayout - interface org.eclipse.ui.IFolderLayout .An IFolderLayout
is used to define the initial views within a folder.
IFoldingCommandIds - interface org.eclipse.ui.editors.text.IFoldingCommandIds .Command IDs for folding commands.
IFontDecorator - interface org.eclipse.jface.viewers.IFontDecorator .The IFontDecorator is an interface for objects that return a font to
decorate an object.
IFontProvider - interface org.eclipse.jface.viewers.IFontProvider .Interface to provide font representation for a given element. IFormPage - interface org.eclipse.ui.forms.editor.IFormPage .Interface that all GUI pages need to implement in order
to be added to FormEditor part. IFormPart - interface org.eclipse.ui.forms.IFormPart .Classes that implement this interface can be added to the managed
form and take part in the form life cycle. IFormattingContext - interface org.eclipse.jface.text.formatter.IFormattingContext .Formatting context used in formatting strategies implementing interface
IFormattingStrategyExtension
. IFormattingStrategy - interface org.eclipse.jface.text.formatter.IFormattingStrategy .A formatting strategy is assumed to be specialized on formatting text
of a particular content type. IFormattingStrategyExtension - interface org.eclipse.jface.text.formatter.IFormattingStrategyExtension .Extension interface for IFormattingStrategy
.
IFrameSource - interface org.eclipse.ui.views.framelist.IFrameSource .A frame source is the source of frames which appear in a frame list.
IGNORE -
Static variable in class org.eclipse.swt.SWT
The MessageBox
style constant for an IGNORE button;
the only valid combination is ABORT|RETRY|IGNORE
(value is 1<<11).
IGNORE_ID -
Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button id for an "Ignore" button (value 9).
IGNORE_LABEL -
Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
The label for ignore buttons.
IGNORE_PRE_DEFINED -
Static variable in interface org.eclipse.core.runtime.content.IContentType
File spec type flag constant, indicating that pre-defined file
specifications should not be taken into account.
IGNORE_USER_DEFINED -
Static variable in interface org.eclipse.core.runtime.content.IContentType
File spec type flag constant, indicating that user-defined file
specifications should not be taken into account.
IGNORE_WHITESPACE -
Static variable in class org.eclipse.compare.CompareConfiguration
Name of the ignore whitespace property (value "IGNORE_WHITESPACE"
).
IGotoMarker - interface org.eclipse.ui.ide.IGotoMarker .An adapter interface for editors, which allows the editor
to reveal the position of a given marker. IGroupByKeyComputer - interface org.eclipse.search.ui.IGroupByKeyComputer .Deprecated. Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see ISearchResultPage
), leaving it up to the page
how to group search results. IHandler - interface org.eclipse.core.commands.IHandler .A handler is the pluggable piece of a command that handles execution. IHandler - interface org.eclipse.ui.commands.IHandler .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. IHandlerActivation - interface org.eclipse.ui.handlers.IHandlerActivation .
A token representing the activation of a handler. IHandlerAttributes - interface org.eclipse.core.commands.IHandlerAttributes .
Attribute constants that have special meanings within this package. IHandlerListener - interface org.eclipse.core.commands.IHandlerListener .An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IHandler
.
IHandlerListener - interface org.eclipse.ui.commands.IHandlerListener .Deprecated. Please use the "org.eclipse.core.commands" plug-in instead. IHandlerService - interface org.eclipse.ui.handlers.IHandlerService .
Provides services related to activating and deactivating handlers within the
workbench.
IHelp - interface org.eclipse.help.IHelp .Deprecated. This interface became obsolete in 3.0, along with the extension
point that it was associated with. The functionality provided by
this interface is available elsewhere. Use
HelpSystem.getTocs()
and
HelpSystem.getContext(String)
to obtain help resources. Use various display methods of
WorkbenchHelp
to
display help resources. IHelpContentProducer - interface org.eclipse.help.IHelpContentProducer .Producer capable of generating or otherwise obtaining contents for help
resources. IHelpResource - interface org.eclipse.help.IHelpResource .A help resource, usually a help topic.
IHyperlink - interface org.eclipse.jface.text.hyperlink.IHyperlink .Represents a hyperlink.
IHyperlink - interface org.eclipse.ui.console.IHyperlink .A hyperlink in a console. IHyperlinkDetector - interface org.eclipse.jface.text.hyperlink.IHyperlinkDetector .A hyperlink detector tries to find a hyperlink at
a given location in a given text viewer.
IHyperlinkListener - interface org.eclipse.ui.forms.events.IHyperlinkListener .Classes that implement this interface will be notified when hyperlinks are
entered, exited and activated. IHyperlinkPresenter - interface org.eclipse.jface.text.hyperlink.IHyperlinkPresenter .A hyperlink presenter shows hyperlinks on the installed text viewer
and allows to pick one on of the hyperlinks.
IIDEActionConstants - interface org.eclipse.ui.ide.IIDEActionConstants .Identifiers for IDE menus, toolbars and groups.
IID_IDISPATCH -
Static variable in class org.eclipse.swt.ole.win32.OLE
IID_IUNKNOWN -
Static variable in class org.eclipse.swt.ole.win32.OLE
IIdentifier - interface org.eclipse.ui.activities.IIdentifier .An instance of this interface can be obtained from an instance of
IActivityManager
for any identifier.
IIdentifierListener - interface org.eclipse.ui.activities.IIdentifierListener .An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IIdentifier
.
IIgnoreInfo - interface org.eclipse.team.core.IIgnoreInfo .An ignore info specifies both the pattern and the enabled state
of a globally ignored pattern.
IImport - interface org.eclipse.update.core.IImport .Plug-in dependency entry.
IImportStructureProvider - interface org.eclipse.ui.wizards.datatransfer.IImportStructureProvider .Interface which can provide structure and content information
for an element (for example, a file system element).
IImportWizard - interface org.eclipse.ui.IImportWizard .Interface for import wizards.
IInPlaceEditor - interface org.eclipse.ui.IInPlaceEditor .Interface for editor parts that represent an in-place style editor.
IInPlaceEditorInput - interface org.eclipse.ui.IInPlaceEditorInput .This interface defines an editor input for in-place editors.
IIncludedFeatureReference - interface org.eclipse.update.core.IIncludedFeatureReference .Included Feature reference.
IIndexedValue - interface org.eclipse.debug.core.model.IIndexedValue .A value containing an indexed collection of variables - for example,
an array.
IInformationControl - interface org.eclipse.jface.text.IInformationControl .Interface of a control presenting information. IInformationControlCreator - interface org.eclipse.jface.text.IInformationControlCreator .Interface of a factory for information controls (
IInformationControl
).
IInformationControlCreatorExtension - interface org.eclipse.jface.text.IInformationControlCreatorExtension .Extension interface for IInformationControlCreator
Introduces tests whether information controls can be reused and whether information
control creators can replace each other. IInformationControlExtension - interface org.eclipse.jface.text.IInformationControlExtension .Extension interface IInformationControl
.
IInformationControlExtension2 - interface org.eclipse.jface.text.IInformationControlExtension2 .Extension interface for IInformationControl
.
IInformationControlExtension3 - interface org.eclipse.jface.text.IInformationControlExtension3 .Extension interface for IInformationControl
.
IInformationPresenter - interface org.eclipse.jface.text.information.IInformationPresenter .An information presenter shows information available at the text viewer's
current document position. IInformationPresenterExtension - interface org.eclipse.jface.text.information.IInformationPresenterExtension .Extends IInformationPresenter
with
the ability to handle documents with multiple partitions. IInformationProvider - interface org.eclipse.jface.text.information.IInformationProvider .Provides information related to the content of a text viewer.
IInformationProviderExtension - interface org.eclipse.jface.text.information.IInformationProviderExtension .Extends IInformationProvider
with
the ability to provide the element for a given subject. IInformationProviderExtension2 - interface org.eclipse.jface.text.information.IInformationProviderExtension2 .Extends IInformationProvider
with
the ability to provide its own information presenter control creator. IInputProvider - interface org.eclipse.jface.viewers.IInputProvider .Interface common to all objects that provide an input. IInputSelectionProvider - interface org.eclipse.jface.viewers.IInputSelectionProvider .Interface common to all objects that provide both an input and
a selection. IInputValidator - interface org.eclipse.jface.dialogs.IInputValidator .The IInputValidator is the interface for simple validators. IInstallConfiguration - interface org.eclipse.update.configuration.IInstallConfiguration .Installation configuration.
IInstallConfigurationChangedListener - interface org.eclipse.update.configuration.IInstallConfigurationChangedListener .Configuration change listener.
IInstallDeltaHandler - interface org.eclipse.update.configuration.IInstallDeltaHandler .Deprecated. Do not use this interface. The extension point deltaHandler has been deprecated. IInstallFeatureOperation - interface org.eclipse.update.operations.IInstallFeatureOperation .An installation operation. IInstallHandler - interface org.eclipse.update.core.IInstallHandler .Custom install handler.
IInstallHandlerEntry - interface org.eclipse.update.core.IInstallHandlerEntry .Install handler entry.
IInstallHandlerWithFilter - interface org.eclipse.update.core.IInstallHandlerWithFilter .Custom install handler. IIntroAction - interface org.eclipse.ui.intro.config.IIntroAction .An Intro action. IIntroContentProvider - interface org.eclipse.ui.intro.config.IIntroContentProvider .A content provider for dynamic intro content. IIntroContentProviderSite - interface org.eclipse.ui.intro.config.IIntroContentProviderSite .An interface between a content provider and its parent container. IIntroManager - interface org.eclipse.ui.intro.IIntroManager .Manages the intro part that introduces the product to new users.
IIntroPart - interface org.eclipse.ui.intro.IIntroPart .The intro part is a visual component within the workbench responsible for
introducing the product to new users. IIntroSite - interface org.eclipse.ui.intro.IIntroSite .The primary interface between an intro part and the workbench.
IIntroURL - interface org.eclipse.ui.intro.config.IIntroURL .An Intro url. IIntroXHTMLContentProvider - interface org.eclipse.ui.intro.config.IIntroXHTMLContentProvider .A content provider for dynamic XHTML Intro content. IJobChangeEvent - interface org.eclipse.core.runtime.jobs.IJobChangeEvent .An event describing a change to the state of a job.
IJobChangeListener - interface org.eclipse.core.runtime.jobs.IJobChangeListener .Callback interface for clients interested in being notified when jobs change state.
IJobManager - interface org.eclipse.core.runtime.jobs.IJobManager .The job manager provides facilities for scheduling, querying, and maintaining jobs
and locks. IJobStatus - interface org.eclipse.core.runtime.jobs.IJobStatus .Represents status relating to the execution of jobs.
IKeyBindingService - interface org.eclipse.ui.IKeyBindingService .The key binding service allows one to query or set the scope of Eclipse for
the purposes of resolving key assignments to commands, and to register
actions to handle specific commands. IKeyConfiguration - interface org.eclipse.ui.commands.IKeyConfiguration .Deprecated. Please use the bindings support in the "org.eclipse.jface"
plug-in instead. IKeyConfigurationListener - interface org.eclipse.ui.commands.IKeyConfigurationListener .Deprecated. Please use the bindings support in the "org.eclipse.jface"
plug-in instead. IKeyFormatter - interface org.eclipse.jface.bindings.keys.formatting.IKeyFormatter .
Any formatter capable of taking a key sequence or a key stroke and converting
it into a string. IKeyFormatter - interface org.eclipse.ui.keys.IKeyFormatter .Deprecated. Please use org.eclipse.jface.bindings.keys.IKeyFormatter IKeyLookup - interface org.eclipse.jface.bindings.keys.IKeyLookup .
A facilitiy for converting the formal representation for key strokes
(i.e., used in persistence) into real key stroke instances.
IKeySequenceBinding - interface org.eclipse.ui.commands.IKeySequenceBinding .Deprecated. Please use the bindings support in the "org.eclipse.jface"
plug-in instead. ILabelDecorator - interface org.eclipse.jface.viewers.ILabelDecorator .A label decorator decorates the label text and image for some element.
ILabelProvider - interface org.eclipse.jface.viewers.ILabelProvider .Extends IBaseLabelProvider
with the methods
to provide the text and/or image for the label of a given element.
ILabelProviderListener - interface org.eclipse.jface.viewers.ILabelProviderListener .A listener which is notified when a label provider's state changes. ILaunch - interface org.eclipse.debug.core.ILaunch .A launch is the result of launching a debug session
and/or one or more system processes.
ILaunchConfiguration - interface org.eclipse.debug.core.ILaunchConfiguration .A launch configuration describes how to launch an application.
ILaunchConfigurationDelegate - interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate .A launch configuration delegate performs launching for a
specific type of launch configuration. ILaunchConfigurationDelegate2 - interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate2 .Optional enhancements to the launch configuration delegate interface.
ILaunchConfigurationDialog - interface org.eclipse.debug.ui.ILaunchConfigurationDialog .A launch configuration dialog is used to edit and launch
launch configurations. ILaunchConfigurationListener - interface org.eclipse.debug.core.ILaunchConfigurationListener .Notified when a launch configuration is created,
deleted, or changed.
ILaunchConfigurationTab - interface org.eclipse.debug.ui.ILaunchConfigurationTab .A launch configuration tab is used to edit/view attributes
of a specific type of launch configuration. ILaunchConfigurationTabGroup - interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup .A launch configuration tab group is used to edit/view attributes
of a specific type of launch configuration. ILaunchConfigurationType - interface org.eclipse.debug.core.ILaunchConfigurationType .Describes and creates instances of a specific type of
launch configuration. ILaunchConfigurationWorkingCopy - interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy .An editable copy of a launch configuration. ILaunchGroup - interface org.eclipse.debug.ui.ILaunchGroup .A launch group identifies a group of launch configurations by a launch
mode and category. ILaunchListener - interface org.eclipse.debug.core.ILaunchListener .A launch listener is notified of launches as they
are added and removed from the launch manager. ILaunchManager - interface org.eclipse.debug.core.ILaunchManager .The launch manager manages the set of registered launches, maintaining
a collection of active processes and debug targets. ILaunchMode - interface org.eclipse.debug.core.ILaunchMode .A launch mode. ILaunchShortcut - interface org.eclipse.debug.ui.ILaunchShortcut .A launch shortcut is capable of launching a selection
or active editor in the workbench. ILaunchable - interface org.eclipse.debug.ui.actions.ILaunchable .Interface used to tag objects as launchable. ILaunchesListener - interface org.eclipse.debug.core.ILaunchesListener .A launches listener is notified of launches as they
are added and removed from the launch manager. ILaunchesListener2 - interface org.eclipse.debug.core.ILaunchesListener2 .Enhancements to the launches listener interface. ILayoutExtension - interface org.eclipse.ui.forms.widgets.ILayoutExtension .Classes that extend abstract class Layout and implement this interface can
take part in layout computation of the TableWrapLayout manager. ILazyContentProvider - interface org.eclipse.jface.viewers.ILazyContentProvider .The ILazyContentProvider is the content provider
for table viewers created using the SWT.VIRTUAL flag that
only wish to return thier contents as they are queried. ILibrary - interface org.eclipse.core.runtime.ILibrary .Deprecated. In Eclipse 3.0 the plug-in classpath representation was changed. Clients of
ILibrary
are directed to the headers associated with the relevant bundle.
In particular, the Bundle-Classpath
header contains all available information
about the classpath of a plug-in. Having retrieved the header, the ManifestElement
helper class can be used to parse the value and discover the individual
class path entries. The various header attributes are defined in Constants
.
For example,
String header = bundle.getHeaders().get(Constants.BUNDLE_CLASSPATH);
ManifestElement[] elements = ManifestElement.parseHeader(
Constants.BUNDLE_CLASSPATH, header);
if (elements == null)
return;
elements[0].getValue(); // the jar/dir containing the code
...
Note that this new structure does not include information on
which packages are exported or present in the listed classpath entries. This
information is no longer relevant.
See IPluginDescriptor
for information on the relationship between plug-in
descriptors and bundles.
This interface must only be used by plug-ins
which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
ILightweightLabelDecorator - interface org.eclipse.jface.viewers.ILightweightLabelDecorator .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 org.eclipse.debug.core.model.ILineBreakpoint .A breakpoint that can be located at a specific line of source code. ILineDiffInfo - interface org.eclipse.jface.text.source.ILineDiffInfo .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.
ILineDiffer - interface org.eclipse.jface.text.source.ILineDiffer .Protocol that allows direct access to line information. ILineDifferExtension - interface org.eclipse.jface.text.source.ILineDifferExtension .Extension interface for ILineDiffer
.
ILineRange - interface org.eclipse.jface.text.source.ILineRange .Describes a range of lines. ILineTracker - interface org.eclipse.jface.text.ILineTracker .A line tracker maps character positions to line numbers and vice versa.
ILineTrackerExtension - interface org.eclipse.jface.text.ILineTrackerExtension .Extension interface for ILineTracker
. ILinkedModeListener - interface org.eclipse.jface.text.link.ILinkedModeListener .Protocol used by LinkedModeModel
s 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.
ILiveHelpAction - interface org.eclipse.help.ILiveHelpAction .Live Help Extension. ILocalSite - interface org.eclipse.update.configuration.ILocalSite .Local Site.
ILocalSiteChangedListener - interface org.eclipse.update.configuration.ILocalSiteChangedListener .Local site change listener.
ILocalSystemInfoListener - interface org.eclipse.update.configuration.ILocalSystemInfoListener .Local system change listener interface.
ILocalWorkingSetManager - interface org.eclipse.ui.ILocalWorkingSetManager .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 org.eclipse.ui.editors.text.ILocationProvider .This class gets the location for a given
object. ILock - interface org.eclipse.core.runtime.jobs.ILock .A lock is used to control access to an exclusive resource.
ILog - interface org.eclipse.core.runtime.ILog .A log to which status events can be written. ILogListener - interface org.eclipse.core.runtime.ILogListener .A log listener is notified of entries added to a plug-in's log.
ILogger - interface org.eclipse.jface.util.ILogger .A mechanism to log errors throughout JFace.
ILogicalStructureProvider - interface org.eclipse.debug.core.ILogicalStructureProvider .Provides logical structure types applicable to a raw implementation value from
a debug model. ILogicalStructureType - interface org.eclipse.debug.core.ILogicalStructureType .Provides a value representing the logical structure of a raw implementation value
from a debug model. ILogicalStructureTypeDelegate - interface org.eclipse.debug.core.model.ILogicalStructureTypeDelegate .A delegate that provides a value represengting the logical structure of a raw
implementation value from a debug model. ILogicalStructureTypeDelegate2 - interface org.eclipse.debug.core.model.ILogicalStructureTypeDelegate2 .Optional extension to ILogicalStructureTypeDelegate
that allows
a logical structure type delegate to provide a description for a value.
IMAGE -
Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's image (value "image"
).
IMAGE_BMP -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating a Windows BMP format image (value is 0).
IMAGE_BMP_RLE -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating a run-length encoded
Windows BMP format image (value is 1).
IMAGE_COPY -
Static variable in class org.eclipse.swt.SWT
The Image
constructor argument indicating that
the new image should be a copy of the image provided as
an argument (value is 0).
IMAGE_DESCRIPTOR -
Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The image to be used for drawing in the vertical ruler.
IMAGE_DISABLE -
Static variable in class org.eclipse.swt.SWT
The Image
constructor argument indicating that
the new image should have the appearance of a "disabled"
(using the platform's rules for how this should look)
copy of the image provided as an argument (value is 1).
IMAGE_GIF -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating a GIF format image (value is 2).
IMAGE_GRAY -
Static variable in class org.eclipse.swt.SWT
The Image
constructor argument indicating that
the new image should have the appearance of a "gray scaled"
copy of the image provided as an argument (value is 2).
IMAGE_ICO -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating a ICO format image (value is 3).
IMAGE_JPEG -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating a JPEG format image (value is 4).
IMAGE_OS2_BMP -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating an OS/2 BMP format image (value is 7).
IMAGE_PNG -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating a PNG format image (value is 5).
IMAGE_PROVIDER -
Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The annotation image provider.
IMAGE_TIFF -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating a TIFF format image (value is 6).
IMAGE_UNDEFINED -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating an unknown image type (value is -1).
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_DEF_VIEW -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used for views.
IMG_DIRTY_OVR -
Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies a locally changed file.
IMG_DLCL_CONTENT_ASSIST -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier (disabled).
IMG_ELCL_CONTENT_ASSIST -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier (enabled).
IMG_ERROR_OVR -
Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies an error in the element.
IMG_HOURGLASS_OVR -
Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies an element that is being worked on (e.g. is busy).
IMG_LCL_CHANGE_VARIABLE_VALUE -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Change variable value action image identifier.
IMG_LCL_CLEAR -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Deprecated.
IMG_LCL_CLEAR -
Static variable in interface org.eclipse.ui.console.IConsoleConstants
Clear action image identifier.
IMG_LCL_CONTENT_ASSIST -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Toggle detail pane action image identifier.
IMG_LCL_DETAIL_PANE_HIDE -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE_RIGHT -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE_UNDER -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DISCONNECT -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disconnect action image identifier
IMG_LCL_LOCK -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Scroll lock action image identifier
IMG_LCL_REMOVE_ALL -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Remove all action image identifier
IMG_LCL_TYPE_NAMES -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Display variable type names action image identifier.
IMG_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.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_BKMRK_TSK -
Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the default image used to indicate a bookmark.
IMG_OBJS_BREAKPOINT -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Enabled breakpoint image identifier.
IMG_OBJS_BREAKPOINT_DISABLED -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled breakpoint image identifier.
IMG_OBJS_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_ENVIRONMENT -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Environment image identifier.
IMG_OBJS_ENV_VAR -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Environment variable image identifier.
IMG_OBJS_ERROR_TSK -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate errors.
IMG_OBJS_EXPRESSION -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Expression image identifier.
IMG_OBJS_INFO_TSK -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate information only.
IMG_OBJS_LAUNCH_DEBUG -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug mode launch image identifier.
IMG_OBJS_LAUNCH_RUN -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Run mode launch image identifier.
IMG_OBJS_LAUNCH_RUN_TERMINATED -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated run mode launch image identifier.
IMG_OBJS_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.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_TASK_TSK -
Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the default image used to indicate a task.
IMG_OBJS_THREAD_RUNNING -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Running thread image identifier.
IMG_OBJS_THREAD_SUSPENDED -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Suspended thread image identifier.
IMG_OBJS_THREAD_TERMINATED -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated thread image identifier.
IMG_OBJS_VARIABLE -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Generic variable image identifier.
IMG_OBJS_WARN_TSK -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate warnings.
IMG_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_OBJ_ELEMENT -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies an element image.
IMG_OBJ_FILE -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies a file image.
IMG_OBJ_FOLDER -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies a folder image.
IMG_OBJ_PROJECT -
Static variable in interface org.eclipse.ui.ISharedImages
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 -
Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies a 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_PROJECT_CLOSED -
Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies a closed project image.
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_OPEN_MARKER -
Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the image used for "open marker".
IMG_OVR_ERROR -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Error overlay image identifier.
IMG_OVR_SKIP_BREAKPOINT -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Skip breakpoint image overlay identifier.
IMG_PERSPECTIVE_DEBUG -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug perspective image identifier
IMG_SKIP_BREAKPOINTS -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
"Skip Breakpoints" action image identifier
IMG_TOOL_BACK -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the back image in the enabled state.
IMG_TOOL_BACK_DISABLED -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the back image in the disabled state.
IMG_TOOL_BACK_HOVER -
Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_BACK
.
Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_COPY -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the copy image in the enabled state.
IMG_TOOL_COPY_DISABLED -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the copy image in the disabled state.
IMG_TOOL_COPY_HOVER -
Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_COPY
.
Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_CUT -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the cut image in the enabled state.
IMG_TOOL_CUT_DISABLED -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the cut image in the disabled state.
IMG_TOOL_CUT_HOVER -
Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_CUT
.
Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_DELETE -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the enabled state.
IMG_TOOL_DELETE_DISABLED -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the disabled state.
IMG_TOOL_DELETE_HOVER -
Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_DELETE
.
Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_FORWARD -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the forward image in the enabled state.
IMG_TOOL_FORWARD_DISABLED -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the forward image in the disabled state.
IMG_TOOL_FORWARD_HOVER -
Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_FORWARD
.
Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_NEW_WIZARD -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the new wizard image in the enabled state.
IMG_TOOL_NEW_WIZARD_DISABLED -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the new wizard image in the disabled state.
IMG_TOOL_NEW_WIZARD_HOVER -
Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_NEW_WIZARD
.
Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_PASTE -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the paste image in the enabled state.
IMG_TOOL_PASTE_DISABLED -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the paste image in the disabled state.
IMG_TOOL_PASTE_HOVER -
Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_PASTE
.
Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_REDO -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the redo image in the enabled state.
IMG_TOOL_REDO_DISABLED -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the redo image in the disabled state.
IMG_TOOL_REDO_HOVER -
Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_REDO
.
Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_UNDO -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the undo image in the enabled state.
IMG_TOOL_UNDO_DISABLED -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the undo image in the disabled state.
IMG_TOOL_UNDO_HOVER -
Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_UNDO
.
Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_TOOL_UP -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the up image in the enabled state.
IMG_TOOL_UP_DISABLED -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the up image in the disabled state.
IMG_TOOL_UP_HOVER -
Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is now the same as IMG_TOOL_UP
.
Enabled images are now in color. The workbench itself no longer uses the hover image variants.
IMG_VIEW_BREAKPOINTS -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Breakpoints view image identifier
IMG_VIEW_CONSOLE -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Console view image identifier
IMG_VIEW_CONSOLE -
Static variable in interface org.eclipse.ui.console.IConsoleConstants
Console view image identifier.
IMG_VIEW_EXPRESSIONS -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Expressions view image identifier
IMG_VIEW_LAUNCHES -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launches view image identifier
IMG_VIEW_VARIABLES -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Variables view image identifier
IMG_WARNING_OVR -
Static variable in interface org.eclipse.team.ui.ISharedImages
Overlay identifies an error in the element.
IMG_WIZBAN_DEBUG -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug wizard banner image identifier.
IMG_WIZBAN_RUN -
Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Run wizard banner image identifier.
IMPORT -
Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated. in 3.0. Use
org.eclipse.ui.ActionFactory.IMPORT.getId()
instead.
IMPORT -
Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "import"): Opens the import wizard.
IMPORT_EXT -
Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of group for extra Import-like actions (value "import.ext"
).
IMPORT_EXT -
Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
File menu: name of group for extra Import-like actions (value "import.ext"
).
IManagedForm - interface org.eclipse.ui.forms.IManagedForm .Managed form wraps a form widget and adds life cycle methods for form parts.
IMarkRegionTarget - interface org.eclipse.jface.text.IMarkRegionTarget .A mark region target to support marked regions as found in emacs. IMarkSelection - interface org.eclipse.jface.text.IMarkSelection .A mark selection. IMarker - interface org.eclipse.core.resources.IMarker .Markers are a general mechanism for associating notes and meta-data with
resources.
IMarkerActionFilter - interface org.eclipse.ui.IMarkerActionFilter .Describes the public attributes for a marker and the acceptable values
each may have.
IMarkerDelta - interface org.eclipse.core.resources.IMarkerDelta .A marker delta describes the change to a single marker.
IMarkerHelpRegistry - interface org.eclipse.ui.IMarkerHelpRegistry .Registry of F1 help contexts and resolutions for markers.
IMarkerResolution - interface org.eclipse.ui.IMarkerResolution .Resolution for a marker. IMarkerResolution2 - interface org.eclipse.ui.IMarkerResolution2 .Extends IMarkerResolution
. IMarkerResolutionGenerator - interface org.eclipse.ui.IMarkerResolutionGenerator .Creates resolutions for a given marker.
IMarkerResolutionGenerator2 - interface org.eclipse.ui.IMarkerResolutionGenerator2 .A marker resolution generator should implement this interface rather than
IMarkerResolutionGenerator
if it can determine whether a particular marker
has any resolutions more efficiently than computing all the resolutions. IMarkerUpdater - interface org.eclipse.ui.texteditor.IMarkerUpdater .A marker updater is responsible for saving changes to markers.
IMemento - interface org.eclipse.ui.IMemento .Interface to a memento used for saving the important state of an object
in a form that can be persisted in the file system.
IMemoryBlock - interface org.eclipse.debug.core.model.IMemoryBlock .A contiguous segment of memory in an execution context.
IMemoryBlockExtension - interface org.eclipse.debug.core.model.IMemoryBlockExtension .Extensions to IMemoryBlock
. IMemoryBlockListener - interface org.eclipse.debug.core.IMemoryBlockListener .A memory block listener is notified of the addition and removal
of memory blocks with the memory block manager. IMemoryBlockManager - interface org.eclipse.debug.core.IMemoryBlockManager .Manages registered memory blocks in the workspace. IMemoryBlockRetrieval - interface org.eclipse.debug.core.model.IMemoryBlockRetrieval .Supports the retrieval of arbitrary blocks of memory. IMemoryBlockRetrievalExtension - interface org.eclipse.debug.core.model.IMemoryBlockRetrievalExtension .Extended capabilites for memory block retrieval. IMemoryBlockTablePresentation - interface org.eclipse.debug.ui.memory.IMemoryBlockTablePresentation .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 org.eclipse.debug.ui.memory.IMemoryRendering .An arbitrary rendering of a memory block. IMemoryRenderingBindingsListener - interface org.eclipse.debug.ui.memory.IMemoryRenderingBindingsListener .A rendering bindings listener is notified of changes in the renderings provided by
a rendering bindings provider. IMemoryRenderingBindingsProvider - interface org.eclipse.debug.ui.memory.IMemoryRenderingBindingsProvider .A rendering bindings provider provides rendering type bindings for a memory block.
IMemoryRenderingContainer - interface org.eclipse.debug.ui.memory.IMemoryRenderingContainer .A memory rendering container is a container within a memory rendering site
for hosting a memory renderings.
IMemoryRenderingManager - interface org.eclipse.debug.ui.memory.IMemoryRenderingManager .Manager for memory renderings. IMemoryRenderingSite - interface org.eclipse.debug.ui.memory.IMemoryRenderingSite .A workbench site that hosts memory renderings and provides
synchronization services for memory renderings.
IMemoryRenderingSynchronizationService - interface org.eclipse.debug.ui.memory.IMemoryRenderingSynchronizationService .Provides facilities related to the synchronization of memory renderings.
IMemoryRenderingType - interface org.eclipse.debug.ui.memory.IMemoryRenderingType .Represents a type of memory rendering contributed via the memoryRenderings
extension point.
IMemoryRenderingTypeDelegate - interface org.eclipse.debug.ui.memory.IMemoryRenderingTypeDelegate .A factory that creates memory renderings.
IMenuCreator - interface org.eclipse.jface.action.IMenuCreator .Interface for something that creates and disposes of SWT menus. IMenuListener - interface org.eclipse.jface.action.IMenuListener .A menu listener that gets informed when a menu is about to show. IMenuManager - interface org.eclipse.jface.action.IMenuManager .The IMenuManager
interface provides protocol for managing
contributions to a menu bar and its sub menus.
IMergeViewerContentProvider - interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider .A content provider that mediates between a ContentMergeViewer
's model
and the viewer itself.
IMessageProvider - interface org.eclipse.jface.dialogs.IMessageProvider .Minimal interface to a message provider. IModificationDate - interface org.eclipse.compare.IModificationDate .Common interface for objects with a modification date. IMoveDeleteHook - interface org.eclipse.core.resources.team.IMoveDeleteHook .Primary interface for hooking the implementation of
IResource.move
and IResource.delete
.
IMutableActivityManager - interface org.eclipse.ui.activities.IMutableActivityManager .An instance of this interface allows clients to manage activities, as
defined by the extension point org.eclipse.ui.activities
.
INCLUDE_ON_PREFERENCE_PAGE -
Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The value for the includeOnPreferencePage property.
INCLUDE_PHANTOMS -
Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 1) indicating that phantom member resources are
to be included.
INCLUDE_TEAM_PRIVATE_MEMBERS -
Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 2) indicating that team private members are
to be included.
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
INCREMENTAL_BUILD -
Static variable in class org.eclipse.core.resources.IncrementalProjectBuilder
Build kind constant (value 10) indicating an incremental build request.
INDENT -
Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Indent in dialog units (value 21).
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).
INDEX_PARAMETER_ID -
Static variable in class org.eclipse.core.commands.ParameterizedCommand
The index of the parameter id in the parameter values.
INDEX_PARAMETER_NAME -
Static variable in class org.eclipse.core.commands.ParameterizedCommand
The index of the human-readable name of the parameter itself, in the
parameter values.
INDEX_PARAMETER_VALUE_NAME -
Static variable in class org.eclipse.core.commands.ParameterizedCommand
The index of the human-readable name of the value of the parameter for
this command.
INDEX_PARAMETER_VALUE_VALUE -
Static variable in class org.eclipse.core.commands.ParameterizedCommand
The index of the value of the parameter that the command can understand.
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 -
Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 1) indicating this status is informational only.
INFO -
Static variable in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Status severity constant (value 1) indicating this status is informational only.
INFORMATION -
Static variable in interface org.eclipse.jface.dialogs.IMessageProvider
Constant for an info message (value 1).
INFORMATION -
Static variable in class org.eclipse.jface.dialogs.MessageDialog
Constant for a dialog with an info image (value 2).
INFORMATION -
Static variable in interface org.eclipse.jface.text.source.ISourceViewer
Text operation code for requesting information at the current insertion position.
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.
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.
INSERT -
Static variable in class org.eclipse.jface.text.reconciler.DirtyRegion
Identifies an insert operation.
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.
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.wizards.datatransfer.FileSystemStructureProvider
Holds a singleton instance of this class.
INSTANCEOF -
Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the instanceof expression (value: instanceof
)
INTERACTIVE -
Static variable in class org.eclipse.core.runtime.jobs.Job
Job priority constant (value 10) for interactive jobs.
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_ERROR -
Static variable in class org.eclipse.ant.core.AntCorePlugin
Status code indicating an unexpected internal error.
INTERNAL_ERROR -
Static variable in interface org.eclipse.compare.IStreamMerger
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 class 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 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.ui.console.IConsoleConstants
Status code indicating an unexpected internal error.
INTERNAL_ID -
Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Starting button id reserved for internal use by JFace (value 256).
INTRO -
Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "intro"): Activate the introduction extension.
INT_DEFAULT_DEFAULT -
Static variable in class org.eclipse.core.runtime.Preferences
The default-default value for int properties (0
).
INT_DEFAULT_DEFAULT -
Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The default-default value for int preferences (0
).
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_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.
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
IN_SYNC -
Static variable in class org.eclipse.team.core.synchronize.SyncInfo
Sync constant (value 0) indicating element is in sync.
INavigationHistory - interface org.eclipse.ui.INavigationHistory .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 org.eclipse.ui.INavigationLocation .Represents the context marked for the user in the navigation history.
INavigationLocationProvider - interface org.eclipse.ui.INavigationLocationProvider .Should be implemented by editors that wish to contribute to the
navigation history. INestableKeyBindingService - interface org.eclipse.ui.INestableKeyBindingService .
A service that is capable of nesting other services within itself. INewWizard - interface org.eclipse.ui.INewWizard .Interface for creation wizards.
INonPluginEntry - interface org.eclipse.update.core.INonPluginEntry .Non-plug-in entry defines an arbitrary non-plug-in data file packaged
as part of a feature. INullSelectionListener - interface org.eclipse.ui.INullSelectionListener .Interface for listening to null
selection changes.
IOConsole - class org.eclipse.ui.console.IOConsole .A console that displays text from I/O streams. 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) -
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, ImageDescriptor) -
Constructor for class org.eclipse.ui.console.IOConsole
Constructs a console with the given name and image.
IOConsoleInputStream - class org.eclipse.ui.console.IOConsoleInputStream .InputStream used to read input from an IOConsole.
IOConsoleOutputStream - class org.eclipse.ui.console.IOConsoleOutputStream .OutputStream used to write to an IOConsole.
IO_FAILED -
Static variable in class org.eclipse.team.core.TeamException
IObjectActionDelegate - interface org.eclipse.ui.IObjectActionDelegate .Interface for an object action that is contributed into a popup menu
for a view or editor. IOpenEventListener - interface org.eclipse.jface.util.IOpenEventListener .Listener for open events which are generated on selection
of default selection depending on the user preferences.
IOpenListener - interface org.eclipse.jface.viewers.IOpenListener .A listener which is notified of open events on viewers. IOperation - interface org.eclipse.update.operations.IOperation .Base update manager operation.
IOperationApprover - interface org.eclipse.core.commands.operations.IOperationApprover .
IOperationApprover defines an interface for approving the undo or redo of a
particular operation within an operation history. IOperationFactory - interface org.eclipse.update.operations.IOperationFactory .A factory interface for creating operations.
IOperationHistory - interface org.eclipse.core.commands.operations.IOperationHistory .
IOperationHistory tracks a history of operations that can be undone or
redone. IOperationHistoryListener - interface org.eclipse.core.commands.operations.IOperationHistoryListener .
This interface is used to listen to notifications from an IOperationHistory.
IOperationListener - interface org.eclipse.update.operations.IOperationListener .Listener for the operation lifecycle. IOperationValidator - interface org.eclipse.update.operations.IOperationValidator .This class contains various validation methods to be invoked before or during executing update manager
operations.
IOverviewRuler - interface org.eclipse.jface.text.source.IOverviewRuler .This interface defines a visual component which may serve
text viewers as an overview annotation presentation area. IOverwriteQuery - interface org.eclipse.ui.dialogs.IOverwriteQuery .Implementors of this interface answer one of the prescribed return codes
when asked whether to overwrite a certain path string (which could
represent a resource path, a file system path, etc). IPage - interface org.eclipse.ui.part.IPage .This interface has been replaced by IPageBookViewPage
but is preserved for backward compatibility.
IPageBookViewPage - interface org.eclipse.ui.part.IPageBookViewPage .Interface for a page in a pagebook view.
IPageChangeProvider - interface org.eclipse.jface.dialogs.IPageChangeProvider .Minimal interface to a page change provider. IPageChangedListener - interface org.eclipse.jface.dialogs.IPageChangedListener .A listener which is notified when the current page of the multi-page dialog
is changed. IPageLayout - interface org.eclipse.ui.IPageLayout .A page layout defines the initial layout for a perspective within a page
in a workbench window.
IPageListener - interface org.eclipse.ui.IPageListener .Interface for listening to page lifecycle events.
IPageService - interface org.eclipse.ui.IPageService .A page service tracks the page and perspective lifecycle events
within a workbench window.
IPageSite - interface org.eclipse.ui.part.IPageSite .The primary interface between a page and the outside world.
IPaintPositionManager - interface org.eclipse.jface.text.IPaintPositionManager .Manages and updates positions used by IPainter
s. IPainter - interface org.eclipse.jface.text.IPainter .A painter is responsible for creating, managing, updating, and removing
visual decorations on an ITextViewer
's text widget. IParameter - interface org.eclipse.core.commands.IParameter .
A parameter for a command. IParameterValues - interface org.eclipse.core.commands.IParameterValues .
The parameters for a command. IPartListener - interface org.eclipse.ui.IPartListener .Interface for listening to part lifecycle events.
IPartListener2 - interface org.eclipse.ui.IPartListener2 .Interface for listening to part lifecycle events.
IPartMenu - interface org.eclipse.ui.presentations.IPartMenu .Interface to a menu created by a part that will be displayed in a presentation.
IPartSelectionListener - interface org.eclipse.ui.forms.IPartSelectionListener .Form parts can implement this interface if they want to be
notified when another part on the same form changes selection
state. IPartService - interface org.eclipse.ui.IPartService .A part service tracks the creation and activation of parts within a
workbench page.
IPartitionTokenScanner - interface org.eclipse.jface.text.rules.IPartitionTokenScanner .A partition token scanner returns tokens that represent partitions. IPath - interface org.eclipse.core.runtime.IPath .A path is an ordered collection of string segments,
separated by a standard separator character, "/".
IPathEditorInput - interface org.eclipse.ui.IPathEditorInput .This interface defines an editor input based on the local file system path
of a file.
IPathVariableChangeEvent - interface org.eclipse.core.resources.IPathVariableChangeEvent .Describes a change in a path variable. IPathVariableChangeListener - interface org.eclipse.core.resources.IPathVariableChangeListener .An interface to be implemented by objects interested in path variable
creation, removal and value change events.
IPathVariableManager - interface org.eclipse.core.resources.IPathVariableManager .Manages a collection of path variables and resolves paths containing a
variable reference.
IPatternMatchListener - interface org.eclipse.ui.console.IPatternMatchListener .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 org.eclipse.ui.console.IPatternMatchListenerDelegate .A pattern match listener delegate is notified of regular expression matches
in a text console. IPersistable - interface org.eclipse.ui.IPersistable .Objects implementing this interface are capable of saving their
state in an IMemento
. IPersistableAnnotationModel - interface org.eclipse.core.filebuffers.IPersistableAnnotationModel .Tagging interface for IAnnotationModel
implementers that offer
state persistence. IPersistableElement - interface org.eclipse.ui.IPersistableElement .Interface for asking an object to store its state in a memento.
IPersistableSourceLocator - interface org.eclipse.debug.core.model.IPersistableSourceLocator .A source locator that can be persisted and restored,
to be used with a specfic launch configuration.
IPersistableSourceLocator2 - interface org.eclipse.debug.core.sourcelookup.IPersistableSourceLocator2 .Extensions to the IPersistableSourceLocator
interface.
IPersistentPreferenceStore - interface org.eclipse.jface.preference.IPersistentPreferenceStore .IPersistentPreferenceStore is a preference store that can
be saved. IPerspectiveDescriptor - interface org.eclipse.ui.IPerspectiveDescriptor .A perspective descriptor describes a perspective in an
IPerspectiveRegistry
.
IPerspectiveFactory - interface org.eclipse.ui.IPerspectiveFactory .A perspective factory generates the initial page layout and visible
action set for a page.
IPerspectiveListener - interface org.eclipse.ui.IPerspectiveListener .Interface for listening to perspective lifecycle events.
IPerspectiveListener2 - interface org.eclipse.ui.IPerspectiveListener2 .Extension interface to IPerspectiveListener
which
adds support for listening to part-specific perspective lifecycle events.
IPerspectiveListener3 - interface org.eclipse.ui.IPerspectiveListener3 .Extension interface to IPerspectiveListener
which
adds support for listening to perspective open and close events.
IPerspectiveRegistry - interface org.eclipse.ui.IPerspectiveRegistry .The workbench's global registry of perspectives.
IPlaceholderFolderLayout - interface org.eclipse.ui.IPlaceholderFolderLayout .An IPlaceholderFolderLayout
is used to define the initial
view placeholders within a folder.
IPlatformConfiguration - interface org.eclipse.update.configurator.IPlatformConfiguration .Platform configuration interface. IPlatformConfiguration.IFeatureEntry - interface org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry .Feature entry.
IPlatformConfiguration.ISiteEntry - interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry .Configuration entry representing an install site. IPlatformConfiguration.ISitePolicy - interface org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy .Site policy. IPlatformConfigurationFactory - interface org.eclipse.update.configurator.IPlatformConfigurationFactory .Factory for creating platform configurations.
IPlatformEnvironment - interface org.eclipse.update.core.IPlatformEnvironment .Plug-in entry defines a packaging reference from a feature to a plug-in.
IPlatformRunnable - interface org.eclipse.core.runtime.IPlatformRunnable .Bootstrap type for the platform. IPluginContribution - interface org.eclipse.ui.IPluginContribution .An interface that descriptor classes may implement in addition to their
descriptor interface. IPluginDescriptor - interface org.eclipse.core.runtime.IPluginDescriptor .Deprecated. IPluginDescriptor
was refactored in Eclipse 3.0.
Most of the functionality has moved to Platform
and the
plug-in descriptor has been replaced with the OSGi Bundle
object.
This interface must only be used by plug-ins
which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
For most uses the bundle object can be treated as an opaque token
representing your plug-in to the system -- It must be supplied to various
Platform
methods but need not be interrogated itself.
There are a small number of plug-in descriptor method equivalents
supplied by Bundle
itself. The details are spelled out
in the comments on each IPluginDescriptor
method.
Clients of this interface have a reference to an IPluginDescriptor
corresponding to a plug-in. To adapt to the deprecation, the bundle corresponding
to the plug-in generally needs to be acquired. There are several cases:
the descriptor was discovered using methods such as
IPluginRegistry.getPluginDescriptor()
. The code should be
updated to use one of the bundle discovery mechanisms such as
Platform.getBundle()
.
the descriptor is from the plug-in itself. The code should be updated to
use the plug-in's bundle instead.
the descriptor is supplied by a third party. The plug-in writer must
cooperate with that party to obtain a bundle rather than a descriptor.
The resulting bundle object can be used
to carry out the adaptation steps outlined for each of the
IPluginDescriptor
methods.
IPluginEntry - interface org.eclipse.update.core.IPluginEntry .Plug-in entry defines a packaging reference from a feature to a plug-in.
IPluginPrerequisite - interface org.eclipse.core.runtime.IPluginPrerequisite .Deprecated. In Eclipse 3.0 the plug-in prerequisite representation was changed. Clients of
IPluginPrerequisite
are directed to the headers associated with the relevant bundle.
In particular, the Require-Bundle
header contains all available information
about the prerequisites of a plug-in. Having retrieved the header, the ManifestElement
helper class can be used to parse the value and discover the individual
prerequisite plug-ins. The various header attributes are defined in Constants
.
For example,
String header = bundle.getHeaders().get(Constants.REQUIRE_BUNDLE);
ManifestElement[] elements = ManifestElement.parseHeader(
Constants.REQUIRE_BUNDLE, header);
if (elements == null)
return;
elements[0].getValue(); // the prerequisite plug-in id
elements[0].getAttribute(Constants.BUNDLE_VERSION_ATTRIBUTE); // the prerequisite plug-in version
...
See IPluginDescriptor
for information on the relationship between plug-in
descriptors and bundles.
This interface must only be used by plug-ins
which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
IPluginRegistry - interface org.eclipse.core.runtime.IPluginRegistry .Deprecated. The plug-in registry has been generalized in Eclipse 3.0. It is now the
IExtensionRegistry
. Most of the IPluginRegistry
function
is directly supported on the new interface without change. Most clients
of IPluginRegistry
need only to change their references to use
IExtensionRegistry
. The only exceptions are
methods that return IPluginDescriptor
s. See the relevant method
comments for details.
This interface must only be used by plug-ins
which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
IPositionUpdater - interface org.eclipse.jface.text.IPositionUpdater .A position updater is responsible for adapting document positions. IPostSelectionProvider - interface org.eclipse.jface.viewers.IPostSelectionProvider .Selection provider extension interface to allow providers
to notify about post selection changed events.
IPredicateRule - interface org.eclipse.jface.text.rules.IPredicateRule .Defines the interface for a rule used in the scanning of text for the purpose of
document partitioning or text styling. IPreferenceFilter - interface org.eclipse.core.runtime.preferences.IPreferenceFilter .Preference filters are used to describe the relationship between the
preference tree and a data set when importing/exporting preferences.
IPreferenceNode - interface org.eclipse.jface.preference.IPreferenceNode .Interface to a node in a preference dialog.
IPreferenceNodeVisitor - interface org.eclipse.core.runtime.preferences.IPreferenceNodeVisitor .This interface is implemented by objects that visit preference nodes.
IPreferencePage - interface org.eclipse.jface.preference.IPreferencePage .An interface for a preference page. IPreferencePageContainer - interface org.eclipse.jface.preference.IPreferencePageContainer .An interface used by a preference page to talk to
its dialog. IPreferenceStatusMonitor - interface org.eclipse.ui.texteditor.spelling.IPreferenceStatusMonitor .A monitor that can be notified about status changes.
IPreferenceStore - interface org.eclipse.jface.preference.IPreferenceStore .The IPreferenceStore
interface represents a table mapping
named preferences to values. IPreferencesService - interface org.eclipse.core.runtime.preferences.IPreferencesService .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.
IPresentablePart - interface org.eclipse.ui.presentations.IPresentablePart .This is a skin's interface to the contents of a view or editor. IPresentationDamager - interface org.eclipse.jface.text.presentation.IPresentationDamager .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. IPresentationReconciler - interface org.eclipse.jface.text.presentation.IPresentationReconciler .An IPresentationReconciler
defines and maintains the
representation of a text viewer's document in the presence of changes applied
to the document. IPresentationReconcilerExtension - interface org.eclipse.jface.text.presentation.IPresentationReconcilerExtension .Extension interface for IPresentationReconciler
. IPresentationRepairer - interface org.eclipse.jface.text.presentation.IPresentationRepairer .A presentation repairer is a strategy used by a presentation reconciler to
rebuild a damaged region in a document's presentation. IPresentationSerializer - interface org.eclipse.ui.presentations.IPresentationSerializer .This interface is given to a StackPresentation when it is loading or saving
its state.
IProblemHandler - interface org.eclipse.update.configuration.IProblemHandler .Generic problem handler. IProcess - interface org.eclipse.debug.core.model.IProcess .A process represents a program running in normal (non-debug) mode.
IProcessFactory - interface org.eclipse.debug.core.IProcessFactory .A process factory is used to override default process (IProcess
)
creation by the debug plug-in, and can be contributed via plug-in XML. IProduct - interface org.eclipse.core.runtime.IProduct .Products are the Eclipse unit of branding. IProductConstants - interface org.eclipse.ui.branding.IProductConstants .These constants define the set of properties that the UI expects to
be available via IProduct.getProperty(String)
. IProductProvider - interface org.eclipse.core.runtime.IProductProvider .Product providers define products (units of branding) which have been installed in
the current system. IProgressConstants - interface org.eclipse.ui.progress.IProgressConstants .Constants relating to progress UI functionality of the workbench plug-in.
IProgressMonitor - interface org.eclipse.core.runtime.IProgressMonitor .The IProgressMonitor
interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity.
IProgressMonitorWithBlocking - interface org.eclipse.core.runtime.IProgressMonitorWithBlocking .An extension to the IProgressMonitor interface for monitors that want to
support feedback when an activity is blocked due to concurrent activity in
another thread.
IProgressService - interface org.eclipse.ui.progress.IProgressService .The IProgressManager is an interface to the progress manager provided by the
workbench.
IProject - interface org.eclipse.core.resources.IProject .A project is a type of resource which groups resources
into buildable, reusable units.
IProjectActionFilter - interface org.eclipse.ui.IProjectActionFilter .Describes the public attributes for a project and the acceptable values
each may have.
IProjectDescription - interface org.eclipse.core.resources.IProjectDescription .A project description contains the meta-data required to define
a project. IProjectNature - interface org.eclipse.core.resources.IProjectNature .Interface for project nature runtime classes.
IProjectNatureDescriptor - interface org.eclipse.core.resources.IProjectNatureDescriptor .A project nature descriptor contains information about a project nature
obtained from the plug-in manifest (plugin.xml
) file.
IProjectSetSerializer - interface org.eclipse.team.core.IProjectSetSerializer .Deprecated. Use RepositoryProviderType.getProjectSetCapability()
to obtain an instance of ProjectSetCapability
instead. IProjectionListener - interface org.eclipse.jface.text.source.projection.IProjectionListener .Implementers registered with a
ProjectionViewer
get
informed when the projection mode of the viewer gets enabled and when it gets
disabled. IProjectionPosition - interface org.eclipse.jface.text.source.projection.IProjectionPosition .An IProjectionPosition
is a position that is associated with a
ProjectionAnnotation
and that is able to compute its collapsed
regions. IPropertyChangeListener - interface org.eclipse.jface.util.IPropertyChangeListener .Listener for property changes.
IPropertyChangeNotifier - interface org.eclipse.compare.IPropertyChangeNotifier .Interface common to all objects that provide a means for registering
for property change notification.
IPropertyDescriptor - interface org.eclipse.ui.views.properties.IPropertyDescriptor .A descriptor for a property to be presented by a standard property sheet page
(PropertySheetPage
). IPropertyListener - interface org.eclipse.ui.IPropertyListener .Interface for listening for property changes on an object.
IPropertySheetEntry - interface org.eclipse.ui.views.properties.IPropertySheetEntry .IPropertySheetEntry
describes the model interface for the
property sheet.
IPropertySheetEntryListener - interface org.eclipse.ui.views.properties.IPropertySheetEntryListener .Listener for changes in objects of type
IPropertySheetEntry
.
IPropertySheetPage - interface org.eclipse.ui.views.properties.IPropertySheetPage .Interface for a property sheet page that appears in a property sheet view.
IPropertySource - interface org.eclipse.ui.views.properties.IPropertySource .Interface to an object which is capable of supplying properties for display
by the standard property sheet page implementation (PropertySheetPage
).
IPropertySource2 - interface org.eclipse.ui.views.properties.IPropertySource2 .Extension to the standard IPropertySource
interface.
IPropertySourceProvider - interface org.eclipse.ui.views.properties.IPropertySourceProvider .Interface used by PropertySheetEntry
to obtain an IPropertySource
for a
given object.
IPropertyTester - interface org.eclipse.core.expressions.IPropertyTester .A property tester can be used to add additional properties to test to an
existing type.
IQueryListener - interface org.eclipse.search.ui.IQueryListener .A listener for changes to the set of search queries. IQueryUpdateSiteAdapter - interface org.eclipse.update.search.IQueryUpdateSiteAdapter .This interface is used for update site adapter used
for specific query serches. IQuickDiffReferenceProvider - interface org.eclipse.ui.texteditor.quickdiff.IQuickDiffReferenceProvider .The protocol a reference provider for Quick Diff has to implement. IRangeComparator - interface org.eclipse.compare.rangedifferencer.IRangeComparator .For breaking an object to compare into a sequence of comparable entities.
IReadOnlyDependent - interface org.eclipse.ui.texteditor.IReadOnlyDependent .Extension interface for actions. IReconcilableModel - interface org.eclipse.jface.text.reconciler.IReconcilableModel .Tagging interface for a model that can get reconciled during a
reconcile step .
IReconcileResult - interface org.eclipse.jface.text.reconciler.IReconcileResult .Tagging interface for the reconcile step
result's array element type.
IReconcileStep - interface org.eclipse.jface.text.reconciler.IReconcileStep .A reconcile step is one of several steps of a
reconcile strategy
that consists of several steps. IReconciler - interface org.eclipse.jface.text.reconciler.IReconciler .An IReconciler
defines and maintains a model of the content
of the text viewer's document in the presence of changes applied to this
document. IReconcilerExtension - interface org.eclipse.jface.text.reconciler.IReconcilerExtension .Extends IReconciler
with
the ability to be aware of documents with multiple partitions. IReconcilingStrategy - interface org.eclipse.jface.text.reconciler.IReconcilingStrategy .A reconciling strategy is used by an reconciler to reconcile a model
based on text of a particular content type. IReconcilingStrategyExtension - interface org.eclipse.jface.text.reconciler.IReconcilingStrategyExtension .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 org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes .Status codes used by the refactoring core plug-in.
IRefactoringStatusEntryComparator - interface org.eclipse.ltk.core.refactoring.IRefactoringStatusEntryComparator .Comparator class to compare two refactoring status entries. IRefactoringUIStatusCodes - interface org.eclipse.ltk.ui.refactoring.IRefactoringUIStatusCodes .Status codes used by the refactoring UI plug-in.
IRefreshMonitor - interface org.eclipse.core.resources.refresh.IRefreshMonitor .An IRefreshMonitor
monitors trees of IResources
for changes in the local file system.
IRefreshResult - interface org.eclipse.core.resources.refresh.IRefreshResult .An IRefreshResult
is provided to an auto-refresh
monitor. IRegion - interface org.eclipse.jface.text.IRegion .A region describes a certain range in an indexed text store. IRegister - interface org.eclipse.debug.core.model.IRegister .A register is a special kind of variable that is contained
in a register group. IRegisterGroup - interface org.eclipse.debug.core.model.IRegisterGroup .A register group is a group of registers that are
assigned to a stack frame. IRegistryChangeEvent - interface org.eclipse.core.runtime.IRegistryChangeEvent .Registry change events describe changes to the extension registry.
IRegistryChangeListener - interface org.eclipse.core.runtime.IRegistryChangeListener .A registry change listener is notified of changes to extensions points in the
registry. IRepairableDocument - interface org.eclipse.jface.text.IRepairableDocument .Tagging interface to be implemented by
IDocument
implementers that offer a line
repair method on the documents. IReplaceFeatureVersionOperation - interface org.eclipse.update.operations.IReplaceFeatureVersionOperation .Operation that replaces a current feature by another version.
IReplacePage - interface org.eclipse.search.ui.IReplacePage .An extension interface to ISearchPage
. IResource - interface org.eclipse.core.resources.IResource .The workspace analog of file system files
and directories. IResourceActionFilter - interface org.eclipse.ui.IResourceActionFilter .Describes the public attributes for a resource and the acceptable values
each may have.
IResourceChangeEvent - interface org.eclipse.core.resources.IResourceChangeEvent .Resource change events describe changes to resources.
IResourceChangeListener - interface org.eclipse.core.resources.IResourceChangeListener .A resource change listener is notified of changes to resources
in the workspace.
IResourceDelta - interface org.eclipse.core.resources.IResourceDelta .A resource delta represents changes in the state of a resource tree
between two discrete points in time.
IResourceDeltaVisitor - interface org.eclipse.core.resources.IResourceDeltaVisitor .An objects that visits resource deltas.
IResourceNavigator - interface org.eclipse.ui.views.navigator.IResourceNavigator .This interface defines the API for the resource navigator.
IResourcePropertyConstants - interface org.eclipse.ui.views.properties.IResourcePropertyConstants .This interface documents the property constants used by the resource
property source. IResourceProvider - interface org.eclipse.compare.IResourceProvider . IResourceProxy - interface org.eclipse.core.resources.IResourceProxy .A callback for requesting information about a resource when using a fast
resource visitor. IResourceProxyVisitor - interface org.eclipse.core.resources.IResourceProxyVisitor .This interface is implemented by objects that visit resource trees. IResourceRuleFactory - interface org.eclipse.core.resources.IResourceRuleFactory .A resource rule factory returns scheduling rules for API methods
that modify the workspace. IResourceStatus - interface org.eclipse.core.resources.IResourceStatus .Represents status related to resources in the Resources plug-in and
defines the relevant status code constants.
IResourceTree - interface org.eclipse.core.resources.team.IResourceTree .Provides internal access to the workspace resource tree for the purposes of
implementing the move and delete operations. IResourceVariant - interface org.eclipse.team.core.variants.IResourceVariant .This interface is used by SyncInfo
instances
to provide access to the base and remote resources that correspond to
a local resource. IResourceVariantComparator - interface org.eclipse.team.core.variants.IResourceVariantComparator .An IResourceVariantComparator
is provided by a Subscriber
and used by a SyncInfo
to calculate the sync
state of the workspace resources. IResourceVariantTree - interface org.eclipse.team.core.variants.IResourceVariantTree .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 org.eclipse.core.resources.IResourceVisitor .This interface is implemented by objects that visit resource trees.
IReusableEditor - interface org.eclipse.ui.IReusableEditor .Interface for reusable editors.
IRevertConfigurationOperation - interface org.eclipse.update.operations.IRevertConfigurationOperation .An operation in which the current configuration is replaced by a previous one.
IRewriteTarget - interface org.eclipse.jface.text.IRewriteTarget .A target publishing the required functions to modify a document that is displayed
in a text viewer. IRule - interface org.eclipse.jface.text.rules.IRule .Defines the interface for a rule used in the
scanning of text for the purpose of document
partitioning or text styling. IRunToLineTarget - interface org.eclipse.debug.ui.actions.IRunToLineTarget .An adapter for a "run to line" operation. IRunnableContext - interface org.eclipse.jface.operation.IRunnableContext .Interface for UI components which can execute a long-running operation
in the form of an IRunnableWithProgress
.
IRunnableWithProgress - interface org.eclipse.jface.operation.IRunnableWithProgress .The IRunnableWithProgress
interface should be implemented by any
class whose instances are intended to be executed as a long-running operation.
ISO_8859_1 -
Static variable in interface org.eclipse.ui.editors.text.IEncodingActionsConstants
Deprecated. Name of the action to change the encoding into ISO-8859-1.
ISO_8859_1 -
Static variable in interface org.eclipse.ui.editors.text.IEncodingActionsDefinitionIds
Deprecated. Action definition id of the action to change the encoding into ISO-8859-1.
ISO_8859_1 -
Static variable in interface org.eclipse.ui.editors.text.IEncodingActionsHelpContextIds
Deprecated. Help id of the action to change the encoding into ISO-8859-1.
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_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.
ISafeRunnable - interface org.eclipse.core.runtime.ISafeRunnable .Safe runnables represent blocks of code and associated exception
handlers. ISafeRunnableRunner - interface org.eclipse.jface.util.ISafeRunnableRunner .Runs a safe runnables.
ISaveContext - interface org.eclipse.core.resources.ISaveContext .A context for workspace save
operations.
ISaveParticipant - interface org.eclipse.core.resources.ISaveParticipant .A participant in the saving of the workspace.
ISaveablePart - interface org.eclipse.ui.ISaveablePart .Workbench parts implement or adapt to this interface to participate
in the enablement and execution of the Save
and
Save As
actions. ISaveablePart2 - interface org.eclipse.ui.ISaveablePart2 .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.
ISaveableWorkbenchPart - interface org.eclipse.team.ui.ISaveableWorkbenchPart .A saveable workbench part is a visual component that can be shown within
different contexts (e.g a dialog, workbench page). ISavedState - interface org.eclipse.core.resources.ISavedState .A data structure returned by addSaveParticipant
containing a save number and an optional resource delta.
ISchedulingRule - interface org.eclipse.core.runtime.jobs.ISchedulingRule .Scheduling rules are used by jobs to indicate when they need exclusive access
to a resource. ISchedulingRuleProvider - interface org.eclipse.ui.texteditor.ISchedulingRuleProvider .A scheduling rule provider provides a scheduling rule which
can be used when running operations. ISchemeListener - interface org.eclipse.jface.bindings.ISchemeListener .
An instance of ISchemeListener
can be used by clients to
receive notification of changes to one or more instances of
IScheme
.
IScope - interface org.eclipse.core.runtime.preferences.IScope .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 org.eclipse.core.runtime.preferences.IScopeContext .Clients implement this interface to provide context to a
particular scope. ISearchEditorAccess - interface org.eclipse.search.ui.text.ISearchEditorAccess .This interface allows editors to provide customized access to editor internals for the
search implementation to highlight matches. ISearchPage - interface org.eclipse.search.ui.ISearchPage .Interface to be implemented by contributors to the extension point org.eclipse.search.searchPages
.
ISearchPageContainer - interface org.eclipse.search.ui.ISearchPageContainer .Offers client access to the search dialog.
ISearchPageScoreComputer - interface org.eclipse.search.ui.ISearchPageScoreComputer .Computes a score that is used by the search dialog
to find the best fitting page for a selection when opened.
ISearchQuery - interface org.eclipse.search.ui.ISearchQuery .Represents a particular search query (in a Java example, a query might
be "find all occurrences of 'foo' in workspace"). ISearchResult - interface org.eclipse.search.ui.ISearchResult .Implementors of this interface represent the result of a search. ISearchResultListener - interface org.eclipse.search.ui.ISearchResultListener .Listener interface for changes to an ISearchResult
.
ISearchResultPage - interface org.eclipse.search.ui.ISearchResultPage .Interface to be implemented by contributors to the extension point org.eclipse.search.searchResultViewPages
.
ISearchResultView - interface org.eclipse.search.ui.ISearchResultView .Deprecated. Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages.
To access the parent view, ISearchResultViewPart
is used instead. ISearchResultViewEntry - interface org.eclipse.search.ui.ISearchResultViewEntry .Deprecated. Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see ISearchResultPage
), leaving it up to the search
how to model search results. AbstractTextSearchResult
and Match
can be used to port old searches to the new API design. ISearchResultViewPart - interface org.eclipse.search.ui.ISearchResultViewPart .
Interface for the search result view. ISelection - interface org.eclipse.jface.viewers.ISelection .Interface for a selection. ISelectionChangedListener - interface org.eclipse.jface.viewers.ISelectionChangedListener .A listener which is notified when a viewer's selection changes. ISelectionListener - interface org.eclipse.ui.ISelectionListener .Interface for listening to selection changes.
ISelectionProvider - interface org.eclipse.jface.viewers.ISelectionProvider .Interface common to all objects that provide a selection. ISelectionService - interface org.eclipse.ui.ISelectionService .A selection service tracks the selection within an object.
ISelectionStatusValidator - interface org.eclipse.ui.dialogs.ISelectionStatusValidator .Used in selection dialogs to validate selections ISelectionValidator - interface org.eclipse.jface.text.ISelectionValidator .A selection validator allows clients to test whether the selection they
received during selection changed notification is valid.
ISelectionValidator - interface org.eclipse.ui.dialogs.ISelectionValidator .For validating selections in some selection dialogs.
ISessionDelta - interface org.eclipse.update.configuration.ISessionDelta .Deprecated. Do not use this interface ISetSelectionTarget - interface org.eclipse.ui.part.ISetSelectionTarget .Interface for views which support reveal and select.
ISharableParticipant - interface org.eclipse.ltk.core.refactoring.participants.ISharableParticipant .A tagging interface to share a concrete participant instance across
multiple elements to be refactored. ISharedImages - interface org.eclipse.team.ui.ISharedImages .Images that are available for providers to re-use. ISharedImages - interface org.eclipse.ui.ISharedImages .A registry for common images used by the workbench which may be useful
to other plug-ins.
ISharedTextColors - interface org.eclipse.jface.text.source.ISharedTextColors .Manages SWT color objects. IShellProvider - interface org.eclipse.jface.window.IShellProvider .Interface for objects that can return a shell. IShowEditorInput - interface org.eclipse.ui.IShowEditorInput .Shows the given editor input. IShowInSource - interface org.eclipse.ui.part.IShowInSource .Parts which need to provide a particular context to a Show In...
IShowInTarget - interface org.eclipse.ui.part.IShowInTarget .This interface must be provided by Show In targets (parts listed
in the Show In prompter).
IShowInTargetList - interface org.eclipse.ui.part.IShowInTargetList .Show In sources which need to provide additional entries to the Show In list of targets
can provide this interface.
ISite - interface org.eclipse.update.core.ISite .Site represents a location containing some number of features (packaged
or installed). ISiteContentProvider - interface org.eclipse.update.core.ISiteContentProvider .Site content provider.
ISiteFactory - interface org.eclipse.update.core.ISiteFactory .Site factory interface.
ISiteFactoryExtension - interface org.eclipse.update.core.ISiteFactoryExtension .
This is an extension to the standard ISiteFactory interface.
ISiteFeatureReference - interface org.eclipse.update.core.ISiteFeatureReference .Site Feature reference.
ISiteWithMirrors - interface org.eclipse.update.core.ISiteWithMirrors .An extension of ISite that supports mirrors.
ISizeProvider - interface org.eclipse.ui.ISizeProvider .Interface implemented by objects that are capable of computing
a preferred size ISlaveDocumentManager - interface org.eclipse.jface.text.ISlaveDocumentManager .Slave documents are documents whose contents is defined in terms of a master
document. ISlaveDocumentManagerExtension - interface org.eclipse.jface.text.ISlaveDocumentManagerExtension .Extension interface for ISlaveDocumentManager
.
ISourceContainer - interface org.eclipse.debug.core.sourcelookup.ISourceContainer .A source container is a container of source code. ISourceContainerBrowser - interface org.eclipse.debug.ui.sourcelookup.ISourceContainerBrowser .Creates and edits source containers for a source lookup director.
ISourceContainerType - interface org.eclipse.debug.core.sourcelookup.ISourceContainerType .A source container type represents a kind of container of source code.
ISourceContainerTypeDelegate - interface org.eclipse.debug.core.sourcelookup.ISourceContainerTypeDelegate .A source container type delegate represents a kind of container of source code.
ISourceLocator - interface org.eclipse.debug.core.model.ISourceLocator .A source locator locates source elements for stack frames. ISourceLookupDirector - interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector .A source lookup director directs the source lookup process
among a set of participants and source containers.
ISourceLookupParticipant - interface org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant .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 org.eclipse.debug.ui.sourcelookup.ISourceLookupResult .The result of performing source lookup on a debug artifact.
ISourceModifier - interface org.eclipse.text.edits.ISourceModifier .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 org.eclipse.debug.core.sourcelookup.ISourcePathComputer .A source path computer computes the default source lookup path (set of source
containers that should be considered) for a launch configuration.
ISourcePathComputerDelegate - interface org.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate .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 org.eclipse.debug.ui.ISourcePresentation .A source presentation is used to resolve an editor in
which to display a debug model element, breakpoint, or
source element. ISourceProvider - interface org.eclipse.ui.ISourceProvider .
A provider of notifications for when a change has occurred to a particular
type of source. ISourceProviderListener - interface org.eclipse.ui.ISourceProviderListener .
A listener to changes in a particular source of information. ISourceViewer - interface org.eclipse.jface.text.source.ISourceViewer .In addition to the text viewer functionality a source viewer supports:
visual annotations based on an annotation model
visual range indication
management of text viewer add-ons
explicit configuration
It is assumed that range indication and visual annotations are shown inside
the same presentation area. ISourceViewerExtension - interface org.eclipse.jface.text.source.ISourceViewerExtension .Extension interface ISourceViewer
.
ISourceViewerExtension2 - interface org.eclipse.jface.text.source.ISourceViewerExtension2 .Extension interface for ISourceViewer
. ISources - interface org.eclipse.ui.ISources .
A source is type of event change that can occur within the workbench. ISpellingEngine - interface org.eclipse.ui.texteditor.spelling.ISpellingEngine .A spelling engine that can be contributed to the
org.eclipse.ui.workbench.texteditor.spellingEngine
extension
point. ISpellingPreferenceBlock - interface org.eclipse.ui.texteditor.spelling.ISpellingPreferenceBlock .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 org.eclipse.ui.texteditor.spelling.ISpellingProblemCollector .A collector of SpellingProblem
s. IStackFrame - interface org.eclipse.debug.core.model.IStackFrame .A stack frame represents an execution context in a suspended thread.
IStackPresentationSite - interface org.eclipse.ui.presentations.IStackPresentationSite .Represents the main interface between a StackPresentation and the workbench.
IStandbyContentPart - interface org.eclipse.ui.intro.config.IStandbyContentPart .An Intro standby part. IStartup - interface org.eclipse.ui.IStartup .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. IStateValidationSupport - interface org.eclipse.core.filebuffers.IStateValidationSupport .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 org.eclipse.core.runtime.IStatus .A status object represents the outcome of an operation.
IStatusContextViewer - interface org.eclipse.ltk.ui.refactoring.IStatusContextViewer .Viewer to present the the context object of a refactoring status entry .
IStatusField - interface org.eclipse.ui.texteditor.IStatusField .Interface of a status field of a text editor. IStatusFieldExtension - interface org.eclipse.ui.texteditor.IStatusFieldExtension .Extends IStatusField
with the following
concepts:
set error text and image
set tool tip
control visibility
IStatusHandler - interface org.eclipse.debug.core.IStatusHandler .A status handler registers to handle a specific status - error
or otherwise. IStatusLineManager - interface org.eclipse.jface.action.IStatusLineManager .The IStatusLineManager
interface provides protocol
for displaying messages on a status line, for monitoring progress,
and for managing contributions to the status line.
IStep - interface org.eclipse.debug.core.model.IStep .Provides the ability to step into, over, and return
from the current execution location. IStepFilters - interface org.eclipse.debug.core.model.IStepFilters .Support for step filters for a debug target. IStickyViewDescriptor - interface org.eclipse.ui.views.IStickyViewDescriptor .Supplemental view interface that describes various sticky characteristics
that a view may possess.
IStorage - interface org.eclipse.core.resources.IStorage .A storage object represents a set of bytes which can be accessed.
IStorageDocumentProvider - interface org.eclipse.ui.editors.text.IStorageDocumentProvider .Document provider for IStorage
based domain elements.
IStorageEditorInput - interface org.eclipse.ui.IStorageEditorInput .Interface for a IStorage
input to an editor.
IStreamContentAccessor - interface org.eclipse.compare.IStreamContentAccessor .An IStreamContentAccessor
object represents a set of bytes which can be
accessed by means of a stream.
IStreamListener - interface org.eclipse.debug.core.IStreamListener .A stream listener is notified of changes
to a stream monitor.
IStreamMerger - interface org.eclipse.compare.IStreamMerger .This interface defines a single operation for performing a three-way merge on three
input streams. IStreamMonitor - interface org.eclipse.debug.core.model.IStreamMonitor .A stream monitor manages the contents of the stream a process
is writing to, and notifies registered listeners of changes in
the stream.
IStreamsProxy - interface org.eclipse.debug.core.model.IStreamsProxy .A streams proxy acts as proxy between the streams of a
process and interested clients. IStreamsProxy2 - interface org.eclipse.debug.core.model.IStreamsProxy2 .Extension to a streams proxy that allows closing of the output stream
connected to the standard input stream of a proxy's process.
IStringMapping - interface org.eclipse.team.core.IStringMapping .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 org.eclipse.core.variables.IStringVariable .A variable that can be referenced in an expression, which resolves to a string
value. IStringVariableManager - interface org.eclipse.core.variables.IStringVariableManager .Registry for string variables.
IStructureComparator - interface org.eclipse.compare.structuremergeviewer.IStructureComparator .Interface used to compare hierarchical structures.
IStructureCreator - interface org.eclipse.compare.structuremergeviewer.IStructureCreator .Interface used to create a hierarchical structure of
IStructureComparator
s for a given input object.
IStructuredContentProvider - interface org.eclipse.jface.viewers.IStructuredContentProvider .An interface to content providers for structured viewers. IStructuredSelection - interface org.eclipse.jface.viewers.IStructuredSelection .A selection containing elements. ISubjectControlContentAssistProcessor - interface org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor .Extension interface for IContentAssistProcessor
which provides the context for the
subject control content assistant . ISubjectControlContentAssistant - interface org.eclipse.jface.contentassist.ISubjectControlContentAssistant .Extends IContentAssistant
to
allow to install a content assistant on the given
content assist subject control . ISubjectControlContextInformationPresenter - interface org.eclipse.jface.contentassist.ISubjectControlContextInformationPresenter .Extends IContextInformationPresenter
to
allow to install a content assistant on the given
content assist subject control . ISubjectControlContextInformationValidator - interface org.eclipse.jface.contentassist.ISubjectControlContextInformationValidator .Extends IContextInformationValidator
to
allow to install a content assistant on the given
content assist subject control . ISubscriberChangeEvent - interface org.eclipse.team.core.subscribers.ISubscriberChangeEvent .A change event that describes a change in a resource
that is or was supervised by a subscriber.
ISubscriberChangeListener - interface org.eclipse.team.core.subscribers.ISubscriberChangeListener .A subscriber change listener is notified of changes to resources
regarding their subscriber synchronization state.
ISuspendResume - interface org.eclipse.debug.core.model.ISuspendResume .Provides the ability to suspend and resume a thread
or debug target.
ISyncInfoSetChangeEvent - interface org.eclipse.team.core.synchronize.ISyncInfoSetChangeEvent .An event generated when a SyncInfoSet
collection is changed. ISyncInfoSetChangeListener - interface org.eclipse.team.core.synchronize.ISyncInfoSetChangeListener .Classes which implement this interface provide methods that deal with the
change events that are generated by a SyncInfoSet
.
ISyncInfoTreeChangeEvent - interface org.eclipse.team.core.synchronize.ISyncInfoTreeChangeEvent .This is a change event that provides access to changes in subtrees
that contain the out-of-sync resources. ISynchronizable - interface org.eclipse.jface.text.ISynchronizable .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.
ISynchronizationContext - interface org.eclipse.core.filebuffers.ISynchronizationContext .A file buffer manager (see
IFileBufferManager
uses a
ISynchronizationContext
in order to execute commands
encapsulated as Runnable
. ISynchronizeManager - interface org.eclipse.team.ui.synchronize.ISynchronizeManager .Manages synchronization view participants. ISynchronizeModelChangeListener - interface org.eclipse.team.ui.synchronize.ISynchronizeModelChangeListener .Listener that gets informed when the model created by the model provider is created or updated.
ISynchronizeModelElement - interface org.eclipse.team.ui.synchronize.ISynchronizeModelElement .These are elements created to display synchronization state to the user. ISynchronizePage - interface org.eclipse.team.ui.synchronize.ISynchronizePage .Interface for Page
subclasses that can appear in
the synchronize view ISynchronizeView
and other views, editors or
dialogs that display synchronization information. ISynchronizePageConfiguration - interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration .Configures the model, actions and label decorations of an
ISynchronizePage
. ISynchronizePageSite - interface org.eclipse.team.ui.synchronize.ISynchronizePageSite .A site which provides access to the context in which this page
is being displayed. ISynchronizeParticipant - interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant .A synchronize participant is a visual component that can be displayed within any
control (e.g. view, editor, dialog). ISynchronizeParticipantDescriptor - interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantDescriptor .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 org.eclipse.team.ui.synchronize.ISynchronizeParticipantListener .A synchronize participant listener is notified when participants are added or
removed from the synchronize manager.
ISynchronizeParticipantReference - interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantReference .A reference is a light weight handle used by the ISynchronizeManager
to manage registered participants. ISynchronizeScope - interface org.eclipse.team.ui.synchronize.ISynchronizeScope .A synchronize scope defines the set of resources involved in a synchronization.
ISynchronizeView - interface org.eclipse.team.ui.synchronize.ISynchronizeView .A view that displays synchronization participants that are registered with the
synchronize manager. ISynchronizer - interface org.eclipse.core.resources.ISynchronizer .A synchronizer which maintains a list of registered partners and, on behalf of
each partner, it keeps resource level synchronization information
(a byte array). ISynchronizerChangeListener - interface org.eclipse.team.core.variants.ISynchronizerChangeListener .Listener that can receive notification from a ThreeWaySynchronizer
when the synchronization state of one or more resources has changed. ISystemSummarySection - interface org.eclipse.ui.about.ISystemSummarySection .Extensions to org.eclipse.ui.systemSummaryExtensions
must provide
an implementation of this interface. ITALIC -
Static variable in class org.eclipse.swt.SWT
The font style constant indicating an italic font
(value is 1<<1).
ITERATE -
Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the adapt expression (value: iterate
)
ITableColorProvider - interface org.eclipse.jface.viewers.ITableColorProvider .Interface to provide color representation for a given cell within
the row for an element in a table. ITableFontProvider - interface org.eclipse.jface.viewers.ITableFontProvider .The ITableFontProvider is a font provider that provides fonts to
individual cells within tables. ITableLabelProvider - interface org.eclipse.jface.viewers.ITableLabelProvider .Extends IBaseLabelProvider
with the methods
to provide the text and/or image for each column of a given element.
ITaskListResourceAdapter - interface org.eclipse.ui.views.tasklist.ITaskListResourceAdapter .ITaskListResourceAdapter
is an adapter interface that
supplies the resource to query for markers to display in the task list.
ITeamStatus - interface org.eclipse.team.core.ITeamStatus .Defines the status codes used in the status of exceptions and errors relating to Team. ITerminate - interface org.eclipse.debug.core.model.ITerminate .Provides the ability to terminate an execution
context - for example, a thread, debug target or process.
ITestHarness - interface org.eclipse.ui.testing.ITestHarness .Represents an arbitrary test harness. ITextContentDescriber - interface org.eclipse.core.runtime.content.ITextContentDescriber .Text content describers extend basic content describers to provide
the ability of scanning character streams (readers). ITextDoubleClickStrategy - interface org.eclipse.jface.text.ITextDoubleClickStrategy .A text double click strategy defines the reaction of a text viewer to mouse
double click events. ITextEditor - interface org.eclipse.ui.texteditor.ITextEditor .Interface to a text editor. ITextEditorActionConstants - interface org.eclipse.ui.texteditor.ITextEditorActionConstants .Defines the names of those actions which are pre-registered with the
AbstractTextEditor
. ITextEditorActionDefinitionIds - interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds .Defines the definitions ids for the text editor actions. ITextEditorDropTargetListener - interface org.eclipse.ui.texteditor.ITextEditorDropTargetListener .Interface to be implemented by SWT drop target listeners to be used with
AbstractTextEditor
.
ITextEditorExtension - interface org.eclipse.ui.texteditor.ITextEditorExtension .Extension interface for ITextEditor
. ITextEditorExtension2 - interface org.eclipse.ui.texteditor.ITextEditorExtension2 .Extension interface for ITextEditor
. ITextEditorExtension3 - interface org.eclipse.ui.texteditor.ITextEditorExtension3 .Extension interface for ITextEditor
. ITextEditorExtension3.InsertMode - class org.eclipse.ui.texteditor.ITextEditorExtension3.InsertMode .Constitutes entities to enumerate the editor insert modes. ITextEditorHelpContextIds - interface org.eclipse.ui.editors.text.ITextEditorHelpContextIds .Help context IDs for the text editor.
ITextFileBuffer - interface org.eclipse.core.filebuffers.ITextFileBuffer .A text file buffer is a file buffer for text files. ITextFileBufferManager - interface org.eclipse.core.filebuffers.ITextFileBufferManager .A text file buffer manager manages text file buffers for files whose contents
is considered text.
ITextHover - interface org.eclipse.jface.text.ITextHover .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 org.eclipse.jface.text.ITextHoverExtension .Extension interface for ITextHover
.
ITextInputListener - interface org.eclipse.jface.text.ITextInputListener .Text input listeners registered with an
ITextViewer
are informed if the document
serving as the text viewer's model is replaced.
ITextListener - interface org.eclipse.jface.text.ITextListener .Text listeners registered with a text viewer are informed about all
modifications of an ITextViewer
by means of
text events. ITextOperationTarget - interface org.eclipse.jface.text.ITextOperationTarget .Defines the target for text operations. ITextOperationTargetExtension - interface org.eclipse.jface.text.ITextOperationTargetExtension .Extension interface for ITextOperationTarget
.
ITextPresentationListener - interface org.eclipse.jface.text.ITextPresentationListener .Text presentation listeners registered with an
ITextViewer
are informed when a
TextPresentation
is about to be applied to the
text viewer. ITextSelection - interface org.eclipse.jface.text.ITextSelection .This interface represents a textual selection. ITextStore - interface org.eclipse.jface.text.ITextStore .Interface for storing and managing text.
ITextViewer - interface org.eclipse.jface.text.ITextViewer .A text viewer connects a text widget with an
IDocument
. ITextViewerExtension - interface org.eclipse.jface.text.ITextViewerExtension .Extension interface for ITextViewer
.
ITextViewerExtension2 - interface org.eclipse.jface.text.ITextViewerExtension2 .Extension interface for ITextViewer
.
ITextViewerExtension3 - interface org.eclipse.jface.text.ITextViewerExtension3 .Deprecated. replaced by ITextViewerExtension5
ITextViewerExtension4 - interface org.eclipse.jface.text.ITextViewerExtension4 .Extension interface for ITextViewer
.
ITextViewerExtension5 - interface org.eclipse.jface.text.ITextViewerExtension5 .Extension interface for ITextViewer
. ITextViewerExtension6 - interface org.eclipse.jface.text.ITextViewerExtension6 .Extension interface for ITextViewer
.
ITheme - interface org.eclipse.ui.themes.ITheme .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.
IThemeManager - interface org.eclipse.ui.themes.IThemeManager .A theme manager is an object that contains references to usable
ITheme
objects and maintains a reference to the currently active
theme. IThemePreview - interface org.eclipse.ui.themes.IThemePreview .Interface used by theme element developers to preview the usage of their
elements within the colors and fonts preference page. IThread - interface org.eclipse.debug.core.model.IThread .A thread is a sequential flow of execution in a debug target.
IThreadListener - interface org.eclipse.jface.operation.IThreadListener .A thread listener is an object that is interested in receiving notifications
of thread changes. IToc - interface org.eclipse.help.IToc .IToc is the table of contents. IToggleBreakpointsTarget - interface org.eclipse.debug.ui.actions.IToggleBreakpointsTarget .An adapter to support breakpoint creation/deletion for an active part
or selection within an active part. IToggleBreakpointsTargetExtension - interface org.eclipse.debug.ui.actions.IToggleBreakpointsTargetExtension .Extension interface for IToggleBreakpointsTarget
.
IToggleSiteOperation - interface org.eclipse.update.operations.IToggleSiteOperation .An operation in which the unconfigured/configured state of a site is toggled.
IToken - interface org.eclipse.jface.text.rules.IToken .A token to be returned by a rule. ITokenComparator - interface org.eclipse.compare.contentmergeviewer.ITokenComparator .For performing a so-called "token compare" on a line of text.
ITokenScanner - interface org.eclipse.jface.text.rules.ITokenScanner .A token scanner scans a range of a document and reports about the token it finds.
IToolBarManager - interface org.eclipse.jface.action.IToolBarManager .The IToolBarManager
interface provides protocol for managing
contributions to a tool bar. ITopic - interface org.eclipse.help.ITopic .ITopic is one topic in a hierarchy of topics. ITreeContentProvider - interface org.eclipse.jface.viewers.ITreeContentProvider .An interface to content providers for tree-structure-oriented
viewers. ITreeViewerListener - interface org.eclipse.jface.viewers.ITreeViewerListener .A listener which is notified when a tree viewer expands or collapses
a node. ITriggerPoint - interface org.eclipse.ui.activities.ITriggerPoint .A trigger point represents a place within the Workbench that has the
potential to enable activities. ITriggerPointAdvisor - interface org.eclipse.ui.activities.ITriggerPointAdvisor .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 org.eclipse.ui.activities.ITriggerPointManager .Contains a collection of known trigger points. ITypedElement - interface org.eclipse.compare.ITypedElement .Interface for getting the name, image, and type for an object.
ITypedRegion - interface org.eclipse.jface.text.ITypedRegion .Describes a region of an indexed text store such as a document or a string.
IURLEntry - interface org.eclipse.update.core.IURLEntry .URL entry is an annotated URL object. IUnconfigFeatureOperation - interface org.eclipse.update.operations.IUnconfigFeatureOperation .An operation that disables (unconfigure) a feature in a site.
IUndoContext - interface org.eclipse.core.commands.operations.IUndoContext .
An undo context is used to "tag" operations as being applicable to a certain
context. IUndoManager - interface org.eclipse.jface.text.IUndoManager .An undo manager is connected to at most one
ITextViewer
.
IUndoManager - interface org.eclipse.ltk.core.refactoring.IUndoManager .An undo manager keeps track of performed changes. IUndoManagerExtension - interface org.eclipse.jface.text.IUndoManagerExtension .Extension interface for IUndoManager
.
IUndoManagerListener - interface org.eclipse.ltk.core.refactoring.IUndoManagerListener .Listener to monitor state changes of an IUndoManager
.
IUndoableOperation - interface org.eclipse.core.commands.operations.IUndoableOperation .
IUndoableOperation defines an operation that can be executed, undone, and
redone. IUninstallFeatureOperation - interface org.eclipse.update.operations.IUninstallFeatureOperation .A feature uninstall operation. IUpdate - interface org.eclipse.ui.texteditor.IUpdate .Indicates the support of an update method. IUpdateConstants - interface org.eclipse.update.core.IUpdateConstants .Manages a list of static constants.
IUpdateModelChangedListener - interface org.eclipse.update.operations.IUpdateModelChangedListener .Listener for update model changes.
IUpdateSearchCategory - interface org.eclipse.update.search.IUpdateSearchCategory .This interface is used to encapsulate a particular Update
search pattern. IUpdateSearchFilter - interface org.eclipse.update.search.IUpdateSearchFilter .Classes that implement this interface can be used to filter the
results of the update search.
IUpdateSearchQuery - interface org.eclipse.update.search.IUpdateSearchQuery .A search query.
IUpdateSearchResultCollector - interface org.eclipse.update.search.IUpdateSearchResultCollector .Search results are collected by implementing this interface
and passing it to the search request. IUpdateSearchResultCollectorFromMirror - interface org.eclipse.update.search.IUpdateSearchResultCollectorFromMirror .Search results are collected by implementing this interface
and passing it to the search request. IUpdateSearchSite - interface org.eclipse.update.search.IUpdateSearchSite .This interface is used to represent sites that need to be
searched within the search scope. IUpdateSiteAdapter - interface org.eclipse.update.search.IUpdateSiteAdapter .This interface wraps an update site URL and adds
a presentation label. IValidationCheckResultQuery - interface org.eclipse.ltk.core.refactoring.IValidationCheckResultQuery .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 org.eclipse.ltk.core.refactoring.IValidationCheckResultQueryFactory .A factory to create IValidationCheckResultQuery
objects.
IValue - interface org.eclipse.debug.core.model.IValue .A value represents the value of a variable.
IValueDetailListener - interface org.eclipse.debug.ui.IValueDetailListener .Notified of detailed value descriptions.
IValueModification - interface org.eclipse.debug.core.model.IValueModification .Provides the ability to modify the value of a variable in
a target.
IValueVariable - interface org.eclipse.core.variables.IValueVariable .A variable with a value that can be set and retrieved. IValueVariableInitializer - interface org.eclipse.core.variables.IValueVariableInitializer .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 org.eclipse.core.variables.IValueVariableListener .A string variable listener is notified of variables as they are added
and removed from the string variable manager. IVariable - interface org.eclipse.debug.core.model.IVariable .A variable represents a visible data structure in a stack frame
or value.
IVariableResolver - interface org.eclipse.core.expressions.IVariableResolver .A variable resolver can be used to add additional variable resolving
strategies to an EvaluationContext
. IVariableValueEditor - interface org.eclipse.debug.ui.actions.IVariableValueEditor .A variable value editor allows the user to edit a variable's value.
IVerificationListener - interface org.eclipse.update.core.IVerificationListener .Verification listener. IVerificationResult - interface org.eclipse.update.core.IVerificationResult .Verification result. IVerifier - interface org.eclipse.update.core.IVerifier .Verifier. IVerticalRuler - interface org.eclipse.jface.text.source.IVerticalRuler .This interface defines a visual component which may serve text viewers as an
annotation presentation area. IVerticalRulerColumn - interface org.eclipse.jface.text.source.IVerticalRulerColumn .A vertical ruler column is an element that can be added to a composite
vertical ruler (CompositeRuler
). IVerticalRulerExtension - interface org.eclipse.jface.text.source.IVerticalRulerExtension .Extension interface for IVerticalRuler
.
IVerticalRulerInfo - interface org.eclipse.jface.text.source.IVerticalRulerInfo .A vertical ruler is a visual component which may serve text viewers as an
annotation presentation area. IVerticalRulerInfoExtension - interface org.eclipse.jface.text.source.IVerticalRulerInfoExtension .Extension interface for
IVerticalRulerInfo
.
IVerticalRulerListener - interface org.eclipse.jface.text.source.IVerticalRulerListener .Interface for listening to annotation related events happening on a vertical ruler.
IViewActionDelegate - interface org.eclipse.ui.IViewActionDelegate .Interface for an action that is contributed into a view's local tool bar,
pulldown menu, or popup menu. IViewCategory - interface org.eclipse.ui.views.IViewCategory .Represents a categorization of views.
IViewDescriptor - interface org.eclipse.ui.views.IViewDescriptor .This is a view descriptor. IViewLayout - interface org.eclipse.ui.IViewLayout .Represents the layout info for a view or placeholder in an IPageLayout
.
IViewPart - interface org.eclipse.ui.IViewPart .A view is a visual component within a workbench page. IViewReference - interface org.eclipse.ui.IViewReference .Defines a reference to an IViewPart.
IViewRegistry - interface org.eclipse.ui.views.IViewRegistry .The view registry maintains a list of views explicitly registered
against the view extension point..
IViewSite - interface org.eclipse.ui.IViewSite .The primary interface between a view part and the workbench.
IViewerCreator - interface org.eclipse.compare.IViewerCreator .A factory object for Viewer
.
IViewerLabelProvider - interface org.eclipse.jface.viewers.IViewerLabelProvider .Extends IBaseLabelProvider
with the methods
to update the label for a given element. IViewportListener - interface org.eclipse.jface.text.IViewportListener .Registered with a text viewer, view port listeners are informed about changes
of a text viewer's view port. IVolume - interface org.eclipse.update.configuration.IVolume .Local Volume Info.
IWatchExpression - interface org.eclipse.debug.core.model.IWatchExpression .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 org.eclipse.debug.core.model.IWatchExpressionDelegate .A delegate which computes the value of a watch expression
when provided a context. IWatchExpressionListener - interface org.eclipse.debug.core.model.IWatchExpressionListener .A watch expression listener is notified when an
org.eclipse.debug.core.model.IWatchExpressionDelegate
completes an evaluation. IWatchExpressionResult - interface org.eclipse.debug.core.model.IWatchExpressionResult .The result of an evaluation performed by an
org.eclipse.debug.core.model.IWatchExpressionDelegate
.
IWatchpoint - interface org.eclipse.debug.core.model.IWatchpoint .A breakpoint that suspends when an associated variable is
read or written.
IWebBrowser - interface org.eclipse.ui.browser.IWebBrowser .An opened Web browser instance (either internal or external).
IWhitespaceDetector - interface org.eclipse.jface.text.rules.IWhitespaceDetector .Defines the interface by which WhitespaceRule
determines whether a given character is to be considered
whitespace in the current context. IWidgetTokenKeeper - interface org.eclipse.jface.text.IWidgetTokenKeeper .A widget token keeper may require a widget token from an
IWidgetTokenOwner
and release the token to the
owner after usage. IWidgetTokenKeeperExtension - interface org.eclipse.jface.text.IWidgetTokenKeeperExtension .Extension interface for IWidgetTokenKeeper
.
IWidgetTokenOwner - interface org.eclipse.jface.text.IWidgetTokenOwner .In order to display information in a temporary window, a widget token must be
acquired. IWidgetTokenOwnerExtension - interface org.eclipse.jface.text.IWidgetTokenOwnerExtension .Extension interface for IWidgetTokenOwner
.
IWindowListener - interface org.eclipse.ui.IWindowListener .Interface for listening to window lifecycle events.
IWizard - interface org.eclipse.jface.wizard.IWizard .Interface for a wizard. IWizardCategory - interface org.eclipse.ui.wizards.IWizardCategory .A wizard category may contain other categories or wizard elements.
IWizardContainer - interface org.eclipse.jface.wizard.IWizardContainer .Interface for containers that can host a wizard. IWizardContainer2 - interface org.eclipse.jface.wizard.IWizardContainer2 .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 org.eclipse.ui.wizards.IWizardDescriptor .Base interface for all wizards defined via workbench extension points.
IWizardNode - interface org.eclipse.jface.wizard.IWizardNode .A wizard node acts a placeholder for a real wizard in a wizard
selection page. IWizardPage - interface org.eclipse.jface.wizard.IWizardPage .Interface for a wizard page.
IWizardRegistry - interface org.eclipse.ui.wizards.IWizardRegistry .A registry describing all wizard extensions known to the workbench.
IWordDetector - interface org.eclipse.jface.text.rules.IWordDetector .Defines the interface by which WordRule
determines whether a given character is valid as part
of a word in the current context. IWorkbench - interface org.eclipse.ui.IWorkbench .A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchActionConstants - interface org.eclipse.ui.IWorkbenchActionConstants .Action ids for standard actions, groups in the workbench menu bar, and
global actions.
IWorkbenchActionDefinitionIds - interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds .Defines the definitions ids for workbench actions. IWorkbenchActivitySupport - interface org.eclipse.ui.activities.IWorkbenchActivitySupport .An instance of this interface provides support for managing
IWorkbench
activities. IWorkbenchAdapter - interface org.eclipse.ui.model.IWorkbenchAdapter .This adapter interface provides visual presentation and hierarchical structure
for workbench elements, allowing them to be displayed in the UI
without having to know the concrete type of the element.
IWorkbenchAdapter2 - interface org.eclipse.ui.model.IWorkbenchAdapter2 .Extension interface for IWorkbenchAdapter
that allows for color
and font support.
IWorkbenchBrowserSupport - interface org.eclipse.ui.browser.IWorkbenchBrowserSupport .Web browser support. IWorkbenchCommandSupport - interface org.eclipse.ui.commands.IWorkbenchCommandSupport .Deprecated. Please use ICommandService
and
IHandlerService
instead. IWorkbenchConfigurer - interface org.eclipse.ui.application.IWorkbenchConfigurer .Interface providing special access for configuring the workbench.
IWorkbenchContextSupport - interface org.eclipse.ui.contexts.IWorkbenchContextSupport .Deprecated. Please use IBindingService
and
IContextService
instead. IWorkbenchHelpSystem - interface org.eclipse.ui.help.IWorkbenchHelpSystem .
The interface that is used to access the workbench help system. IWorkbenchOperationSupport - interface org.eclipse.ui.operations.IWorkbenchOperationSupport .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 org.eclipse.ui.IWorkbenchPage .A workbench page consists of an arrangement of views and editors intended to
be presented together to the user in a single workbench window.
IWorkbenchPart - interface org.eclipse.ui.IWorkbenchPart .A workbench part is a visual component within a workbench page. IWorkbenchPart2 - interface org.eclipse.ui.IWorkbenchPart2 .Extends IWorkbenchPart
, adding the name and status text properties.
IWorkbenchPartConstants - interface org.eclipse.ui.IWorkbenchPartConstants .This interface describes the constants used for IWorkbenchPart properties. IWorkbenchPartDescriptor - interface org.eclipse.ui.IWorkbenchPartDescriptor .Description of a workbench part. IWorkbenchPartOrientation - interface org.eclipse.ui.part.IWorkbenchPartOrientation .The IWorkbenchPartOrientation is the interface that defines the orientation
of the part. IWorkbenchPartReference - interface org.eclipse.ui.IWorkbenchPartReference .Implements a reference to a IWorkbenchPart.
IWorkbenchPartSite - interface org.eclipse.ui.IWorkbenchPartSite .The primary interface between a workbench part and the workbench.
IWorkbenchPreferenceConstants - interface org.eclipse.ui.IWorkbenchPreferenceConstants .Preference ids exposed by the Eclipse Platform User Interface.
IWorkbenchPreferenceContainer - interface org.eclipse.ui.preferences.IWorkbenchPreferenceContainer .IWorkbenchPreferenceContainer is the class that specifies
the workbench specific preferences support. IWorkbenchPreferencePage - interface org.eclipse.ui.IWorkbenchPreferencePage .Interface for workbench preference pages.
IWorkbenchPropertyPage - interface org.eclipse.ui.IWorkbenchPropertyPage .Interface for workbench property pages. IWorkbenchSite - interface org.eclipse.ui.IWorkbenchSite .The common interface between the workbench and its parts, including pages within parts.
IWorkbenchSiteProgressService - interface org.eclipse.ui.progress.IWorkbenchSiteProgressService .IWorkbenchPartProgressService is an IProgressService that adds API for
jobs that change the state in a IWorkbenchPartSite while they are being
run.
IWorkbenchWindow - interface org.eclipse.ui.IWorkbenchWindow .A workbench window is a top level window in a workbench. IWorkbenchWindowActionDelegate - interface org.eclipse.ui.IWorkbenchWindowActionDelegate .Interface for an action that is contributed into the workbench window menu
or tool bar. IWorkbenchWindowConfigurer - interface org.eclipse.ui.application.IWorkbenchWindowConfigurer .Interface providing special access for configuring workbench windows.
IWorkbenchWindowPulldownDelegate - interface org.eclipse.ui.IWorkbenchWindowPulldownDelegate .Interface for a pulldown action that is contributed into the workbench window
tool bar. IWorkbenchWindowPulldownDelegate2 - interface org.eclipse.ui.IWorkbenchWindowPulldownDelegate2 .Extension of IWorkbenchWindowPulldownDelegate that allows the delegate dropdown
menu to be a child of a Menu item. IWorkbenchWizard - interface org.eclipse.ui.IWorkbenchWizard .Implementors represent creation wizards that are to be
contributed to the workbench's creation wizard extension point. IWorkingCopyManager - interface org.eclipse.ui.preferences.IWorkingCopyManager .IWorkingCopyManager is the interface for the working copy
support for references to shared preference nodes. IWorkingSet - interface org.eclipse.ui.IWorkingSet .A working set holds a number of IAdaptable elements.
IWorkingSetEditWizard - interface org.eclipse.ui.dialogs.IWorkingSetEditWizard .A working set edit wizard allows editing a working set using
the IWorkingSetPage associated with the working set.
IWorkingSetManager - interface org.eclipse.ui.IWorkingSetManager .A working set manager stores working sets and provides property
change notification when a working set is added or removed.
IWorkingSetNewWizard - interface org.eclipse.ui.dialogs.IWorkingSetNewWizard .A working set new wizard allows creating new working sets using
a plug-in specific working set page.
IWorkingSetPage - interface org.eclipse.ui.dialogs.IWorkingSetPage .A working set page allows the user to edit an existing
working set and create a new working set.
IWorkingSetSelectionDialog - interface org.eclipse.ui.dialogs.IWorkingSetSelectionDialog .A working set selection dialog displays the list of working
sets available in the workbench.
IWorkingSetUpdater - interface org.eclipse.ui.IWorkingSetUpdater .An IWorkingSetUpdater
can be used to dynamically update
the content of a working set.
IWorkspace - interface org.eclipse.core.resources.IWorkspace .Workspaces are the basis for Eclipse Platform resource management. IWorkspace.ProjectOrder - class org.eclipse.core.resources.IWorkspace.ProjectOrder .Data structure for holding the multi-part outcome of
IWorkspace.computeProjectOrder
.
IWorkspace.ProjectOrder(IProject[], boolean, IProject[][]) -
Constructor for class org.eclipse.core.resources.IWorkspace.ProjectOrder
Creates an instance with the given values.
IWorkspaceDescription - interface org.eclipse.core.resources.IWorkspaceDescription .A workspace description represents the workspace preferences. IWorkspaceRoot - interface org.eclipse.core.resources.IWorkspaceRoot .A root resource represents the top of the resource hierarchy in a workspace.
IWorkspaceRunnable - interface org.eclipse.core.resources.IWorkspaceRunnable .A runnable which executes as a batch operation within the workspace.
IconAndMessageDialog - class org.eclipse.jface.dialogs.IconAndMessageDialog .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.
Iconify -
Static variable in class org.eclipse.swt.SWT
The iconify event type (value is 19).
IdentifierEvent - class org.eclipse.ui.activities.IdentifierEvent .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.
Image - class org.eclipse.swt.graphics.Image .Instances of this class are graphics which have been prepared
for display on a specific device. Image(Device, int, int) -
Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the
specified width and height.
Image(Device, Image, int) -
Constructor for class org.eclipse.swt.graphics.Image
Constructs a new instance of this class based on the
provided image, with an appearance that varies depending
on the value of the flag.
Image(Device, Rectangle) -
Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the
width and height of the specified rectangle.
Image(Device, ImageData) -
Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class from the given
ImageData
.
Image(Device, ImageData, ImageData) -
Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class, whose type is
SWT.ICON
, from the two given ImageData
objects.
Image(Device, InputStream) -
Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation
from the specified input stream.
Image(Device, String) -
Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation
from the file with the specified name.
ImageData - class org.eclipse.swt.graphics.ImageData .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.
ImageDescriptor - class org.eclipse.jface.resource.ImageDescriptor .An image descriptor is an object that knows how to create
an SWT image. ImageDescriptor() -
Constructor for class org.eclipse.jface.resource.ImageDescriptor
Constructs an image descriptor.
ImageHyperlink - class org.eclipse.ui.forms.widgets.ImageHyperlink .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.
ImageLoader - class org.eclipse.swt.graphics.ImageLoader .Instances of this class are used to load images from,
and save images to, a file or stream.
ImageLoader() -
Constructor for class org.eclipse.swt.graphics.ImageLoader
Construct a new empty ImageLoader.
ImageLoaderEvent - class org.eclipse.swt.graphics.ImageLoaderEvent .Instances of this class are sent as a result of the incremental
loading of image data.
ImageLoaderEvent(ImageLoader, ImageData, int, boolean) -
Constructor for class org.eclipse.swt.graphics.ImageLoaderEvent
Constructs a new instance of this class given the event source and
the values to store in its fields.
ImageLoaderListener - interface org.eclipse.swt.graphics.ImageLoaderListener .Classes which implement this interface provide methods
that deal with the incremental loading of image data.
ImageRegistry - class org.eclipse.jface.resource.ImageRegistry .An image registry maintains a mapping between symbolic image names
and SWT image objects or special image descriptor objects which
defer the creation of SWT image objects until they are needed.
ImageRegistry() -
Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry.
ImageRegistry(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.
ImageUtilities - class org.eclipse.jface.text.source.ImageUtilities .Provides methods for drawing images onto a canvas.
ImageUtilities() -
Constructor for class org.eclipse.jface.text.source.ImageUtilities
ImageUtilities - class org.eclipse.ui.texteditor.ImageUtilities .Deprecated. As of 3.0, replaced by ImageUtilities
ImageUtilities() -
Constructor for class org.eclipse.ui.texteditor.ImageUtilities
Deprecated.
Import - class org.eclipse.update.core.Import .Convenience implementation of a plug-in dependency.
Import() -
Constructor for class org.eclipse.update.core.Import
ImportModel - class org.eclipse.update.core.model.ImportModel .Plug-in dependency model object.
ImportModel() -
Constructor for class org.eclipse.update.core.model.ImportModel
Creates a uninitialized plug-in dependency model object.
ImportOperation - class org.eclipse.ui.wizards.datatransfer.ImportOperation .An operation which does the actual work of copying objects from the local file
system into the workspace.
ImportOperation(IPath, 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.
ImportResourcesAction - class org.eclipse.ui.actions.ImportResourcesAction .Action representing a generic import operation.
ImportResourcesAction(IWorkbenchWindow) -
Constructor for class org.eclipse.ui.actions.ImportResourcesAction
Create a new instance of this class.
ImportResourcesAction(IWorkbench) -
Constructor for class org.eclipse.ui.actions.ImportResourcesAction
Deprecated. use the constructor ImportResourcesAction(IWorkbenchWindow)
IncludedFeatureReference - class org.eclipse.update.core.IncludedFeatureReference .This is a utility class representing the options of a nested feature.
IncludedFeatureReference() -
Constructor for class org.eclipse.update.core.IncludedFeatureReference
Construct a included feature reference
IncludedFeatureReference(IIncludedFeatureReference) -
Constructor for class org.eclipse.update.core.IncludedFeatureReference
Construct a feature options
IncludedFeatureReference(IFeatureReference) -
Constructor for class org.eclipse.update.core.IncludedFeatureReference
Constructor IncludedFeatureReference.
IncludedFeatureReferenceModel - class org.eclipse.update.core.model.IncludedFeatureReferenceModel .Included Feature reference model object.
IncludedFeatureReferenceModel() -
Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Construct a included feature reference
IncludedFeatureReferenceModel(IncludedFeatureReferenceModel) -
Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Construct a included feature reference model
IncludedFeatureReferenceModel(IFeatureReference) -
Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Constructor IncludedFeatureReferenceModel.
InclusivePositionUpdater - class org.eclipse.jface.text.link.InclusivePositionUpdater .Position updater that takes any change in
[position.offset, position.offset + position.length]
as
belonging to the position.
InclusivePositionUpdater(String) -
Constructor for class org.eclipse.jface.text.link.InclusivePositionUpdater
Creates a new updater for the given category
.
IncrementalFindAction - class org.eclipse.ui.texteditor.IncrementalFindAction .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 org.eclipse.core.resources.IncrementalProjectBuilder .The abstract base class for all incremental project builders. IncrementalProjectBuilder() -
Constructor for class org.eclipse.core.resources.IncrementalProjectBuilder
InfoForm - class org.eclipse.ui.texteditor.InfoForm .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.
InformationPresenter - class org.eclipse.jface.text.information.InformationPresenter .Standard implementation of IInformationPresenter
.
InformationPresenter(IInformationControlCreator) -
Constructor for class org.eclipse.jface.text.information.InformationPresenter
Creates a new information presenter that uses the given information control creator.
InputDialog - class org.eclipse.jface.dialogs.InputDialog .A simple input dialog for soliciting an input string from the user.
InputDialog(Shell, String, String, String, IInputValidator) -
Constructor for class org.eclipse.jface.dialogs.InputDialog
Creates an input dialog with OK and Cancel buttons.
InsertEdit - class org.eclipse.text.edits.InsertEdit .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 org.eclipse.ui.texteditor.InsertLineAction .This action implements smart return.
InsertLineAction(ResourceBundle, String, ITextEditor, boolean) -
Constructor for class org.eclipse.ui.texteditor.InsertLineAction
Creates a new smart enter action.
InstallAbortedException - exception org.eclipse.update.core.model.InstallAbortedException .Exception thrown when the user cancelled an installation.
InstallAbortedException(String, Exception) -
Constructor for class org.eclipse.update.core.model.InstallAbortedException
Construct the exception indicating enclosing CoreException
InstallCommand - class org.eclipse.update.standalone.InstallCommand .Command to install a feature.
InstallCommand(String, String, String, String, String) -
Constructor for class org.eclipse.update.standalone.InstallCommand
InstallHandlerEntry - class org.eclipse.update.core.InstallHandlerEntry .Convenience implementation of an install handler entry.
InstallHandlerEntry() -
Constructor for class org.eclipse.update.core.InstallHandlerEntry
Constructor for InstallHandlerEntry.
InstallHandlerEntryModel - class org.eclipse.update.core.model.InstallHandlerEntryModel .Install handler entry model object.
InstallHandlerEntryModel() -
Constructor for class org.eclipse.update.core.model.InstallHandlerEntryModel
Creates a uninitialized install handler entry model object.
InstallMonitor - class org.eclipse.update.core.InstallMonitor .Install progress monitor
Delegating wrapper for IProgressMonitor used for installation handling.
InstallMonitor() -
Constructor for class org.eclipse.update.core.InstallMonitor
InstallMonitor(IProgressMonitor) -
Constructor for class org.eclipse.update.core.InstallMonitor
Install monitor constructor
InstallMonitor.MonitorState - class org.eclipse.update.core.InstallMonitor.MonitorState . InstanceScope - class org.eclipse.core.runtime.preferences.InstanceScope .Object representing the instance scope in the Eclipse preferences
hierarchy. InstanceScope() -
Constructor for class org.eclipse.core.runtime.preferences.InstanceScope
Create and return a new instance scope instance.
IntegerFieldEditor - class org.eclipse.jface.preference.IntegerFieldEditor .A field editor for an integer type preference. IntegerFieldEditor() -
Constructor for class org.eclipse.jface.preference.IntegerFieldEditor
Creates a new integer field editor
IntegerFieldEditor(String, String, Composite) -
Constructor for class org.eclipse.jface.preference.IntegerFieldEditor
Creates an integer field editor.
IntegerFieldEditor(String, String, Composite, int) -
Constructor for class org.eclipse.jface.preference.IntegerFieldEditor
Creates an integer field editor.
IntroPart - class org.eclipse.ui.part.IntroPart .Abstract base implementation of an intro part.
IntroPart() -
Constructor for class org.eclipse.ui.part.IntroPart
Creates a new intro part.
IntroURLFactory - class org.eclipse.ui.intro.config.IntroURLFactory .Factory class used to create instances of an Intro URL. InvalidRegistryObjectException - exception org.eclipse.core.runtime.InvalidRegistryObjectException .An unchecked exception indicating that an attempt to access
an extension registry object that is no longer valid.
InvalidRegistryObjectException() -
Constructor for class org.eclipse.core.runtime.InvalidRegistryObjectException
Creates a new exception instance with null as its detail message.
InvalidSiteTypeException - exception org.eclipse.update.core.model.InvalidSiteTypeException .Exception thrown when the type of the site discovered in the site manifest
does not correspond to the type expected by the concrete site factory.
InvalidSiteTypeException(String) -
Constructor for class org.eclipse.update.core.model.InvalidSiteTypeException
Construct the exception indicating the detected site type
Item - class org.eclipse.swt.widgets.Item .This class is the abstract superclass of all non-windowed
user interface objects that occur within specific controls.
Item(Widget, int) -
Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
Item(Widget, int, int) -
Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance,
and the index at which to place it in the items maintained
by its parent.
id -
Variable in class org.eclipse.core.commands.common.HandleObject
The identifier for this object.
id -
Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
id -
Variable in class org.eclipse.swt.ole.win32.OlePropertyDescription
identifierChanged(IdentifierEvent) -
Method in interface org.eclipse.ui.activities.IIdentifierListener
Notifies that one or more properties of an instance of IIdentifier
have changed.
ignorableWhitespace(char[], int, int) -
Method in class org.eclipse.update.core.model.DefaultFeatureParser
ignoreAutoEditStrategies(boolean) -
Method in class org.eclipse.jface.text.TextViewer
Tells this viewer whether the registered auto edit strategies should be ignored.
ignorePostNotificationReplaces() -
Method in class org.eclipse.jface.text.AbstractDocument
ignorePostNotificationReplaces() -
Method in interface org.eclipse.jface.text.IDocumentExtension2
Tells the receiver to ignore calls to
registerPostNotificationReplace
until
acceptPostNotificationReplaces
is called.
image -
Variable in class org.eclipse.swt.graphics.GCData
imageData -
Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
if the endOfImage
flag is false, then this is a
partially complete copy of the current ImageData
,
otherwise this is a completely loaded ImageData
imageDataLoaded(ImageLoaderEvent) -
Method in interface org.eclipse.swt.graphics.ImageLoaderListener
Sent when image data is either partially or completely loaded.
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.
imageLabel -
Variable in class org.eclipse.jface.dialogs.IconAndMessageDialog
Return the label for the image.
importAction -
Variable in class org.eclipse.ui.views.navigator.MainActionGroup
importPreferences(IPath) -
Static method in class org.eclipse.core.runtime.Preferences
Loads the plugin preferences from the given file, and replaces all
non-default-valued preferences for all plugins with the values from this file.
importPreferences(InputStream) -
Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Loads preferences from the given file and stores them in the preferences store.
inDebugMode() -
Static method in class org.eclipse.core.runtime.Platform
Returns true
if the platform is currently running in
debug mode.
inDevelopmentMode -
Variable in class org.eclipse.core.launcher.Main
Indicates whether this instance is running in development mode.
inDevelopmentMode() -
Static method in class org.eclipse.core.runtime.Platform
Returns true
if the platform is currently running in
development mode.
include(JarEntry) -
Method in class org.eclipse.update.core.JarContentReference.ContentSelector
Indicates whether the .jar entry should be selected.
includes(int) -
Method in class org.eclipse.jface.text.Position
Checks whether the given 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(LinkedPosition) -
Method in class org.eclipse.jface.text.link.LinkedPosition
Returns whether this position includes position
.
includes(int) -
Method in class org.eclipse.jface.text.link.LinkedPosition
Overrides Position.includes(int)
so every offset is considered
included that lies in between the first and last offset of this position,
and offsets that are right at the end of the position.
includes(IDocument, int, int) -
Method in class org.eclipse.jface.text.link.LinkedPosition
Returns whether this position includes the range given by
offset
and length
.
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.
incrementCount -
Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
the zero-based count of image data increments -- this is
equivalent to the number of events that have been generated
while loading a particular image
incrementCount(long) -
Method in class org.eclipse.update.core.InstallMonitor
Increments the number of bytes copied.
incrementNestingDepth() -
Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
Increments the nesting depth of running operations.
indent -
Variable in class org.eclipse.ui.forms.widgets.TableWrapData
Horizontal indent (default is 0).
indexForElement(Object) -
Method in class org.eclipse.jface.viewers.AbstractListViewer
indexForElement(Widget, Object) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the index where the item should be inserted.
indexForElement(Object) -
Method in class org.eclipse.jface.viewers.TableViewer
indexOf(String) -
Method in class org.eclipse.jface.action.ContributionManager
Returns the index of the item with the given id.
indexOf(IContributionItem) -
Method in class org.eclipse.jface.action.ContributionManager
Returns the index of the object in the internal structure.
indexOf(String[], String, int) -
Static method in class org.eclipse.jface.text.TextUtilities
Returns the starting position and the index of the longest matching search string
in the given text that is greater than the given offset.
indexOf(String) -
Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
indexOf(String, int) -
Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the given,
zero-relative index until an item is found that is equal
to the argument, and returns the index of that item.
indexOf(CTabItem) -
Method in class org.eclipse.swt.custom.CTabFolder
Return the index of the specified tab or -1 if the tab is not
in the receiver.
indexOf(TableTreeItem) -
Method in class org.eclipse.swt.custom.TableTree
Deprecated. Gets the index of an item.
indexOf(TableTreeItem) -
Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Gets the index of the specified item.
indexOf(String) -
Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
indexOf(String, int) -
Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the given,
zero-relative index until an item is found that is equal
to the argument, and returns the index of that item.
indexOf(CoolItem) -
Method in class org.eclipse.swt.widgets.CoolBar
Searches the receiver's items in the order they are currently
being displayed, starting at the first item (index 0), until
an item is found that is equal to the argument, and returns
the index of that item.
indexOf(String) -
Method in class org.eclipse.swt.widgets.List
Gets the index of an item.
indexOf(String, int) -
Method in class org.eclipse.swt.widgets.List
Searches the receiver's list starting at the given,
zero-relative index until an item is found that is equal
to the argument, and returns the index of that item.
indexOf(MenuItem) -
Method in class org.eclipse.swt.widgets.Menu
Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
indexOf(TabItem) -
Method in class org.eclipse.swt.widgets.TabFolder
Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
indexOf(TableColumn) -
Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first column
(index 0) until a column is found that is equal to the
argument, and returns the index of that column.
indexOf(TableItem) -
Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
indexOf(ToolItem) -
Method in class org.eclipse.swt.widgets.ToolBar
Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
indexOf(TreeColumn) -
Method in class org.eclipse.swt.widgets.Tree
Searches the receiver's list starting at the first column
(index 0) until a column is found that is equal to the
argument, and returns the index of that column.
indexOf(TreeItem) -
Method in class org.eclipse.swt.widgets.Tree
Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
indexOf(TreeItem) -
Method in class org.eclipse.swt.widgets.TreeItem
Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
init(ISourceLookupDirector) -
Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
init(ISourceLookupDirector) -
Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainer
Notifiation 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(ISourceLookupDirector) -
Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
init(ISourceLookupDirector) -
Method in class org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer
init(IViewSite, IMemento) -
Method in class org.eclipse.debug.ui.AbstractDebugView
init(IWorkbenchWindow) -
Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
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(IAction) -
Method in class org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate
init(IAction) -
Method in class org.eclipse.debug.ui.actions.RunToLineActionDelegate
init(IViewPart) -
Method in class org.eclipse.debug.ui.actions.RunToLineActionDelegate
init(IConsole) -
Method in interface org.eclipse.debug.ui.console.IConsoleLineTracker
Notification that a console document has been created for which this
listener is registered.
init(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(IWorkbenchWindow) -
Method in class org.eclipse.help.ui.browser.LaunchURL
init(String, String) -
Method in class org.eclipse.jface.preference.FieldEditor
Initialize the field editor with the given preference name and label.
init(IPageSite) -
Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
The Page
implementation of this IPageBookViewPage
method
stores a reference to the supplied site (the site which contains this
page).
Subclasses may extend.
init() -
Method in class org.eclipse.swt.graphics.Device
Initializes any internal resources needed by the
device.
init() -
Method in class org.eclipse.swt.widgets.Display
Initializes any internal resources needed by the
device.
init() -
Method in class org.eclipse.team.core.synchronize.SyncInfo
Method that is invoked after instance creation to initialize the sync kind.
init(IWorkbench, IProject) -
Method in interface org.eclipse.team.ui.IConfigurationWizard
Initializes this creation wizard using the passed workbench and
object selection.
init(String, IMemento) -
Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
Classes that are persisted must override this method and perform
the following initialization.
init(IMemento) -
Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
Method invoked from the constructor which repopulates the fields of this scope
init(ISynchronizePageSite) -
Method in interface org.eclipse.team.ui.synchronize.ISynchronizePage
Initialize this page with workbench part that contains the page.
init(String, IMemento) -
Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Initializes this participant with the given participant state.
init(IMemento) -
Method in class org.eclipse.team.ui.synchronize.ResourceScope
init(String, IMemento) -
Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
init(IMemento) -
Method in class org.eclipse.team.ui.synchronize.WorkingSetScope
init(IAction) -
Method in interface org.eclipse.ui.IActionDelegate2
Allows the action delegate to initialize itself after being created by
the proxy action.
init(IWorkbench, IStructuredSelection, IProject) -
Method in interface org.eclipse.ui.ICapabilityInstallWizard
Initializes this capability wizard using the passed workbench,
object selection, and project.
init(IWorkbench, IStructuredSelection, IProject, String[]) -
Method in interface org.eclipse.ui.ICapabilityUninstallWizard
Initializes this capability wizard using the passed workbench,
object selection, project, and nature IDs.
init(IActionBars, IWorkbenchPage) -
Method in interface org.eclipse.ui.IEditorActionBarContributor
Initializes this contributor, which is expected to add contributions as
required to the given action bars and global action handlers.
init(IEditorSite, IEditorInput) -
Method in interface org.eclipse.ui.IEditorPart
Initializes this editor with the given editor site and input.
init(IViewPart) -
Method in interface org.eclipse.ui.IViewActionDelegate
Initializes this action delegate with the view it will work in.
init(IViewSite) -
Method in interface org.eclipse.ui.IViewPart
Initializes this view with the given view site.
init(IViewSite, IMemento) -
Method in interface org.eclipse.ui.IViewPart
Initializes this view with the given view site.
init(IWorkbench) -
Method in interface org.eclipse.ui.IWorkbenchPreferencePage
Initializes this preference page for the given workbench.
init(IWorkbenchWindow) -
Method in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
Initializes this action delegate with the workbench window it will work in.
init(IWorkbench, IStructuredSelection) -
Method in interface org.eclipse.ui.IWorkbenchWizard
Initializes this creation wizard using the passed workbench and
object selection.
init(IAction) -
Method in class org.eclipse.ui.actions.ActionDelegate
The ActionDelegate
implementation of this
IActionDelegate2
method does nothing.
init(IWorkbench) -
Method in class org.eclipse.ui.activities.ActivitiesPreferencePage
init(IWorkbench) -
Method in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
init() -
Method in class org.eclipse.ui.console.AbstractConsole
Called when this console is added to the console manager.
init(IPageBookViewPage, IConsole) -
Method in interface org.eclipse.ui.console.IConsolePageParticipant
Called during page initialization.
init(IPageSite) -
Method in class org.eclipse.ui.console.TextConsolePage
init(IWorkbenchWindow) -
Method in class org.eclipse.ui.editors.text.FileBufferOperationAction
init(IActionBars) -
Method in class org.eclipse.ui.editors.text.TextEditorActionContributor
init(IWorkbench) -
Method in class org.eclipse.ui.editors.text.TextEditorPreferencePage
Deprecated.
init(IEditorSite, IEditorInput) -
Method in class org.eclipse.ui.forms.editor.FormEditor
Overrides super to plug in a different selection provider.
init(IEditorSite, IEditorInput) -
Method in class org.eclipse.ui.forms.editor.FormPage
Initializes the form page.
init(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.intro.config.CustomizableIntroPart
init(IIntroContentProviderSite) -
Method in interface org.eclipse.ui.intro.config.IIntroContentProvider
Initializes the content provider.
init(IIntroPart, IMemento) -
Method in interface org.eclipse.ui.intro.config.IStandbyContentPart
Initializes this intro standby content part with the given intro site.
init(IActionBars, IWorkbenchPage) -
Method in class org.eclipse.ui.part.EditorActionBarContributor
The EditorActionBarContributor
implementation of this
IEditorActionBarContributor
method remembers the page
then forwards the call to init(IActionBars)
for
backward compatibility
init(IActionBars) -
Method in class org.eclipse.ui.part.EditorActionBarContributor
This method calls:
contributeToMenu
with bars
' menu manager
contributeToToolBar
with bars
' tool bar
manager
contributeToCoolBar
with bars
' cool bar
manager if IActionBars
is of extended type IActionBars2
contributeToStatusLine
with bars
' status line
manager
The given action bars are also remembered and made accessible via
getActionBars
.
init(IEditorSite, IEditorInput) -
Method in class org.eclipse.ui.part.EditorPart
init(IPageSite) -
Method in interface org.eclipse.ui.part.IPageBookViewPage
Initializes this page with the given page site.
init(IIntroSite, IMemento) -
Method in class org.eclipse.ui.part.IntroPart
The base implementation of this IIntroPart
method ignores the
memento and initializes the part in a fresh state.
init(IEditorSite, IEditorInput) -
Method in class org.eclipse.ui.part.MultiEditor
init(IEditorSite, MultiEditorInput) -
Method in class org.eclipse.ui.part.MultiEditor
init(IEditorSite, IEditorInput) -
Method in class org.eclipse.ui.part.MultiPageEditorPart
The MultiPageEditorPart
implementation of this IEditorPart
method sets its site to the given site, its input to the given input, and
the site's selection provider to a MultiPageSelectionProvider
.
init(IPageSite) -
Method in class org.eclipse.ui.part.Page
The Page
implementation of this IPageBookViewPage
method
stores a reference to the supplied site (the site which contains this
page).
init(IViewSite) -
Method in class org.eclipse.ui.part.PageBookView
init(IViewSite) -
Method in class org.eclipse.ui.part.ViewPart
init(IViewSite, IMemento) -
Method in class org.eclipse.ui.part.ViewPart
init(IEditorSite, IEditorInput) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
init(IWorkbench) -
Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
init(IViewSite, IMemento) -
Method in class org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator
init(IPageSite) -
Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
init(IViewSite, IMemento) -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
init(IViewSite) -
Method in class org.eclipse.ui.views.properties.PropertySheet
init(IViewSite, IMemento) -
Method in class org.eclipse.ui.views.tasklist.TaskList
init(IWorkbench, IStructuredSelection) -
Method in class org.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizard
init(IWorkbench, IStructuredSelection) -
Method in class org.eclipse.ui.wizards.datatransfer.FileSystemExportWizard
init(IWorkbench, IStructuredSelection) -
Method in class org.eclipse.ui.wizards.datatransfer.FileSystemImportWizard
init(IWorkbench, IStructuredSelection) -
Method in class org.eclipse.ui.wizards.datatransfer.ZipFileExportWizard
init(IWorkbench, IStructuredSelection) -
Method in class org.eclipse.ui.wizards.datatransfer.ZipFileImportWizard
init(IWorkbench, IStructuredSelection) -
Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
init(IWorkbench, IStructuredSelection) -
Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
init(IWorkbench, IStructuredSelection) -
Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
init(IWorkbench, IStructuredSelection) -
Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
The BasicNewResourceWizard
implementation of this
IWorkbenchWizard
method records the given workbench and
selection, and initializes the default banner image for the pages
by calling initializeDefaultPageImageDescriptor
.
init(ISessionDelta[]) -
Method in interface org.eclipse.update.configuration.IInstallDeltaHandler
Deprecated. Sets the list of session delta to present to the user
init(FeatureModelFactory) -
Method in class org.eclipse.update.core.model.DefaultFeatureParser
init(FeatureModelFactory, String) -
Method in class org.eclipse.update.core.model.DefaultFeatureParser
init(SiteModelFactory) -
Method in class org.eclipse.update.core.model.DefaultSiteParser
initAccessible() -
Method in class org.eclipse.ui.forms.widgets.Hyperlink
initActionState(IAction) -
Method in class org.eclipse.debug.ui.AbstractDebugView
Restores the persisted checked state of the specified action that was
stored in preferences.
initContentProvider(TreeViewer) -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Sets the content provider for the viewer.
initContextMenu() -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Initializes and registers the context menu.
initDefaults(IPreferenceStore) -
Static method in class org.eclipse.ui.editors.text.TextEditorPreferencePage
Deprecated. Initializes the defaults for the given store.
initDragAndDrop() -
Method in class org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator
Adds drag and drop support to the bookmark navigator.
initDragAndDrop() -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Adds drag and drop support to the navigator.
initDragAndDrop() -
Method in class org.eclipse.ui.views.properties.PropertySheetPage
Adds drag and drop support.
initFilters(TreeViewer) -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Adds the filters to the viewer.
initLabelProvider(TreeViewer) -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Sets the label provider for the viewer.
initListeners(TreeViewer) -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Adds the listeners to the viewer.
initPage(IPageBookViewPage) -
Method in class org.eclipse.ui.part.PageBookView
Initializes the given page with a page site.
initResourceSorter() -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Initializes the sorter.
initialPopulateContainerField() -
Method in class org.eclipse.ui.dialogs.WizardImportPage
Deprecated. Sets the initial contents of the container name field.
initialPopulateContainerField() -
Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Sets the initial contents of the container name field.
initialPopulateContainerNameField() -
Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
Sets the initial contents of the container name entry field, based upon
either a previously-specified initial value or the ability to determine
such a value.
initialProcess() -
Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
This method is called on startup of the background activity.
initialProcess() -
Method in class org.eclipse.jface.text.reconciler.MonoReconciler
initialProcess() -
Method in class org.eclipse.jface.text.reconciler.Reconciler
initialReconcile() -
Method in interface org.eclipse.jface.text.reconciler.IReconcilingStrategyExtension
Called only once in the life time of this reconciling strategy.
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
initialize(IValueVariable) -
Method in interface org.eclipse.core.variables.IValueVariableInitializer
Initializes the specified variable.
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(Layout, int) -
Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Creates the progress monitor's UI parts and layouts them
according to the given layout.
initialize(RefactoringArguments) -
Method in class org.eclipse.ltk.core.refactoring.participants.CopyParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) -
Method in class org.eclipse.ltk.core.refactoring.participants.CreateParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) -
Method in class org.eclipse.ltk.core.refactoring.participants.DeleteParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) -
Method in class org.eclipse.ltk.core.refactoring.participants.MoveParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringProcessor, Object, RefactoringArguments) -
Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant.
initialize(Object) -
Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant with the element to be refactored.
initialize(RefactoringArguments) -
Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) -
Method in class org.eclipse.ltk.core.refactoring.participants.RenameParticipant
Initializes the participant with the refactoring arguments
initialize(ISynchronizePageConfiguration, ISelectionProvider) -
Method in class org.eclipse.team.ui.synchronize.SynchronizeModelAction
Method invoked from the constructor.
initialize(ISynchronizePageConfiguration) -
Method in class org.eclipse.team.ui.synchronize.SynchronizePageActionGroup
Initialize the actions of this contribution.
initialize(IWorkbenchConfigurer) -
Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary initialization before the workbench starts running.
initialize() -
Method in class org.eclipse.ui.console.AbstractConsole
Initializes this console.
initialize(StatusTextEditor) -
Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
Associates this encoding support to the given text editor and initializes this encoding.
initialize(IResource[], IPath) -
Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
Initializes this file buffer operation handler with the given resources and the given location.
initialize(IManagedForm) -
Method in class org.eclipse.ui.forms.AbstractFormPart
initialize(IManagedForm) -
Method in class org.eclipse.ui.forms.DetailsPart
initialize() -
Method in class org.eclipse.ui.forms.FormColors
Initializes the colors.
initialize(IManagedForm) -
Method in interface org.eclipse.ui.forms.IFormPart
Initializes the part.
initialize() -
Method in interface org.eclipse.ui.forms.IManagedForm
Initializes the form by looping through the managed parts and
initializing them.
initialize() -
Method in class org.eclipse.ui.forms.ManagedForm
Initializes the form by looping through the managed
parts and initializing them.
initialize(FormEditor) -
Method in class org.eclipse.ui.forms.editor.FormPage
Primes the form page with the parent editor instance.
initialize(FormEditor) -
Method in interface org.eclipse.ui.forms.editor.IFormPage
initialize() -
Method in class org.eclipse.ui.texteditor.MarkerAnnotation
Deprecated. As of 3.0, visual presentation is no longer supported,
annotation with a visible presentation should implement
IAnnotationPresentation
initialize(ResourceBundle, String) -
Method in class org.eclipse.ui.texteditor.ResourceAction
Initializes this action using the given bundle and prefix.
initialize(IPreferenceStatusMonitor) -
Method in interface org.eclipse.ui.texteditor.spelling.ISpellingPreferenceBlock
Called after creating the control.
initialize() -
Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
Initializes this object's children table based on the contents of
the specified source file.
initialize(int, IFeature, IInstallHandlerEntry, InstallMonitor) -
Method in class org.eclipse.update.core.BaseInstallHandler
Initialize the install handler.
initialize(int, IFeature, IInstallHandlerEntry, InstallMonitor) -
Method in interface org.eclipse.update.core.IInstallHandler
Initialize the install handler.
initializeBounds() -
Method in class org.eclipse.jface.dialogs.Dialog
initializeBounds() -
Method in class org.eclipse.jface.window.Window
Initializes the location and size of this window's SWT shell after it has
been created.
initializeColorTable() -
Method in class org.eclipse.ui.forms.FormColors
Allocates colors for the following keys: BORDER, COMPOSITE_SEPARATOR and
DEFAULT_HEADER.
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.SubscriberParticipant
initializeDefaultForegrounds(Display) -
Method in class org.eclipse.ui.forms.HyperlinkSettings
Initializes the hyperlink foregrounds from the JFace defaults set for the
entire workbench.
initializeDefaultPageImageDescriptor() -
Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
initializeDefaultPageImageDescriptor() -
Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
initializeDefaultPageImageDescriptor() -
Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
initializeDefaultPageImageDescriptor() -
Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
Initializes the default page image descriptor to an appropriate banner.
initializeDefaultPluginPreferences() -
Method in class org.eclipse.core.runtime.Plugin
Deprecated. This method has been refactored in the new preference mechanism
to handle the case where the runtime compatibility layer does not exist. The
contents of this method should be moved to the method named
initializeDefaultPreferences
in a separate subclass of
AbstractPreferenceInitializer
.
This class should be contributed via the
org.eclipse.core.runtime.preferences
extension point.
<extension point=&quo;org.eclipse.core.runtime.preferences&quo;>
<initializer class=&quo;com.example.MyPreferenceInitializer&quo;/>
</extension>
...
package com.example;
public class MyPreferenceInitializer extends AbstractPreferenceInitializer {
public MyPreferenceInitializer() {
super();
}
public void initializeDefaultPreferences() {
Preferences node = new DefaultScope().getNode("my.plugin.id");
node.put(key, value);
}
}
initializeDefaultPluginPreferences() -
Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated. this is only called if the runtime compatibility layer is
present. See the deprecated comment in
Plugin.initializeDefaultPluginPreferences()
.
initializeDefaultPreferences() -
Method in class org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
This method is called by the preference initializer to initialize default
preference values.
initializeDefaultPreferences(IPreferenceStore) -
Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated. this is only called if the runtime compatibility layer is
present. See AbstractUIPlugin.initializeDefaultPluginPreferences()
.
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.
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
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. Subclasses may re-implement. If sub-classes do
not change the contract, this method should not be extended, i.e. do not
call super.initializeEditor()
in order to avoid the
temporary creation of objects that are immediately overwritten by
subclasses.
This method configures the editor but does not define a
SourceViewerConfiguration
.
initializeEditor() -
Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Initializes this editor.
initializeFrom(ILaunchConfiguration) -
Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
By default, delegate to all of the tabs in this group.
initializeFrom(ILaunchConfiguration) -
Method in class org.eclipse.debug.ui.CommonTab
initializeFrom(ILaunchConfiguration) -
Method in class org.eclipse.debug.ui.EnvironmentTab
initializeFrom(ILaunchConfiguration) -
Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Initializes this tab's controls with values from the given
launch configuration.
initializeFrom(ILaunchConfiguration) -
Method in interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup
Initializes this group's tab controls with values from the given
launch configuration.
initializeFrom(ILaunchConfiguration) -
Method in class org.eclipse.debug.ui.RefreshTab
initializeFrom(ILaunchConfiguration) -
Method in class org.eclipse.debug.ui.sourcelookup.SourceLookupTab
initializeFromMemento(String) -
Method in interface org.eclipse.debug.core.model.IPersistableSourceLocator
Initializes this source locator based on the given
memento.
initializeFromMemento(String) -
Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
initializeFromMemento(String, ILaunchConfiguration) -
Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
initializeFromMemento(String, ILaunchConfiguration) -
Method in interface org.eclipse.debug.core.sourcelookup.IPersistableSourceLocator2
Initializes this source locator based on the given
memento, for the given launch configuration.
initializeImageRegistry(ImageRegistry) -
Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Initializes an image registry with images which are frequently used by the
plugin.
initializeKeyBindingScopes() -
Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Initializes the key binding scopes of this editor.
initializeLineNumberRulerColumn(LineNumberRulerColumn) -
Method in class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
Initializes the given line number ruler column from the preference store.
initializeMessages(String, Class) -
Static method in class org.eclipse.osgi.util.NLS
Initialize the given class with the values from the specified message bundle.
initializePage() -
Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
Initializes this page's controls.
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.
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. This method gets called after a change
or a whole change tree has been created.
Typically this method is implemented in one of the following ways:
the change hooks up a listener on some delta notification mechanism
and marks itself as invalid if it receives a certain delta. Is this
the case the implementor must take care of unhooking the listener
in dispose
.
the change remembers some information allowing to decide if a change
object is still valid when isValid
is called.
For example, a change object that manipulates the content of an IFile
could either listen to resource changes and detect that the file got changed or
it could remember some content stamp and compare it with the actual content stamp
when isValid
is called.
The composite change sends initializeValidationData
to all its
children.
initializeValidationData(IProgressMonitor) -
Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Hook method to initialize some internal state to provide an adequate answer
for the isValid
method. This method gets called after a change
or a whole change tree has been created.
Typically this method is implemented in one of the following ways:
the change hooks up a listener on some delta notification mechanism
and marks itself as invalid if it receives a certain delta. Is this
the case the implementor must take care of unhooking the listener
in dispose
.
the change remembers some information allowing to decide if a change
object is still valid when isValid
is called.
For example, a change object that manipulates the content of an IFile
could either listen to resource changes and detect that the file got changed or
it could remember some content stamp and compare it with the actual content stamp
when isValid
is called.
initializeValidationData(IProgressMonitor) -
Method in class org.eclipse.ltk.core.refactoring.NullChange
Hook method to initialize some internal state to provide an adequate answer
for the isValid
method. This method gets called after a change
or a whole change tree has been created.
Typically this method is implemented in one of the following ways:
the change hooks up a listener on some delta notification mechanism
and marks itself as invalid if it receives a certain delta. Is this
the case the implementor must take care of unhooking the listener
in dispose
.
the change remembers some information allowing to decide if a change
object is still valid when isValid
is called.
For example, a change object that manipulates the content of an IFile
could either listen to resource changes and detect that the file got changed or
it could remember some content stamp and compare it with the actual content stamp
when isValid
is called.
initializeValidationData(IProgressMonitor) -
Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Hook method to initialize some internal state to provide an adequate answer
for the isValid
method. This method gets called after a change
or a whole change tree has been created.
Typically this method is implemented in one of the following ways:
the change hooks up a listener on some delta notification mechanism
and marks itself as invalid if it receives a certain delta. Is this
the case the implementor must take care of unhooking the listener
in dispose
.
the change remembers some information allowing to decide if a change
object is still valid when isValid
is called.
For example, a change object that manipulates the content of an IFile
could either listen to resource changes and detect that the file got changed or
it could remember some content stamp and compare it with the actual content stamp
when isValid
is called.
initializeValidationData(IProgressMonitor) -
Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
Hook method to initialize some internal state to provide an adequate answer
for the isValid
method. This method gets called after a change
or a whole change tree has been created.
Typically this method is implemented in one of the following ways:
the change hooks up a listener on some delta notification mechanism
and marks itself as invalid if it receives a certain delta. Is this
the case the implementor must take care of unhooking the listener
in dispose
.
the change remembers some information allowing to decide if a change
object is still valid when isValid
is called.
For example, a change object that manipulates the content of an IFile
could either listen to resource changes and detect that the file got changed or
it could remember some content stamp and compare it with the actual content stamp
when isValid
is called.
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.
initialized -
Variable in class org.eclipse.update.core.BaseInstallHandler
Indicates if handler has been initialized
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
inputChanged(Object, Object) -
Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Internal hook method called when the input to this viewer is
initially set or subsequently changed.
inputChanged(Object, Object) -
Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
inputChanged(Object, Object) -
Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
inputChanged(Viewer, Object, Object) -
Method in class org.eclipse.debug.ui.EnvironmentTab.EnvironmentVariableContentProvider
inputChanged(Viewer, Object, Object) -
Method in class org.eclipse.jface.preference.PreferenceContentProvider
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.AbstractTreeViewer
inputChanged(Viewer, Object, Object) -
Method in class org.eclipse.jface.viewers.ArrayContentProvider
This implementation does nothing.
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(Object, Object) -
Method in class org.eclipse.jface.viewers.TableViewer
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.ui.dialogs.FileEditorMappingContentProvider
inputChanged(Viewer, Object, Object) -
Method in class org.eclipse.ui.model.BaseWorkbenchContentProvider
inputChanged(Viewer, Object, Object) -
Method in class org.eclipse.ui.model.WorkbenchContentProvider
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
inputDocumentAboutToBeChanged(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
inputDocumentChanged(IDocument, IDocument) -
Method in class org.eclipse.jface.text.hyperlink.DefaultHyperlinkPresenter
inputHandlerClassName -
Variable in class org.eclipse.ant.core.AntRunner
insert(int, IContributionItem) -
Method in class org.eclipse.jface.action.ContributionManager
Insert the item at the given index.
insert(KeyStroke) -
Method in class org.eclipse.jface.bindings.keys.KeySequenceText
Inserts the key stroke at the current insertion point.
insert(Object, int) -
Method in class org.eclipse.jface.viewers.TableViewer
Inserts the given element into this table viewer at the given position.
insert(String) -
Method in class org.eclipse.swt.custom.StyledText
Inserts a string.
insert(String) -
Method in class org.eclipse.swt.widgets.Text
Inserts a string.
insertAfter(String, IAction) -
Method in class org.eclipse.jface.action.ContributionManager
insertAfter(String, IContributionItem) -
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, IContributionItem) -
Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item after the item with the given id.
insertAfter(String, IAction) -
Method in class org.eclipse.jface.action.SubContributionManager
insertAfter(String, IContributionItem) -
Method in class org.eclipse.jface.action.SubContributionManager
insertBefore(String, IAction) -
Method in class org.eclipse.jface.action.ContributionManager
insertBefore(String, IContributionItem) -
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, IContributionItem) -
Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item before the item with the given id.
insertBefore(String, IAction) -
Method in class org.eclipse.jface.action.SubContributionManager
insertBefore(String, IContributionItem) -
Method in class org.eclipse.jface.action.SubContributionManager
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.
install(IContentAssistSubjectControl) -
Method in interface org.eclipse.jface.contentassist.ISubjectControlContentAssistant
Installs content assist support on the given subject.
install(IContextInformation, IContentAssistSubjectControl, int) -
Method in interface org.eclipse.jface.contentassist.ISubjectControlContextInformationPresenter
Installs this presenter for the given context information.
install(IContextInformation, IContentAssistSubjectControl, int) -
Method in interface org.eclipse.jface.contentassist.ISubjectControlContextInformationValidator
Installs this validator for the given context information.
install(IContentAssistSubjectControl) -
Method in class org.eclipse.jface.contentassist.SubjectControlContentAssistant
install(IContextInformation, ITextViewer, int) -
Method in class org.eclipse.jface.contentassist.SubjectControlContextInformationValidator
install(IContextInformation, IContentAssistSubjectControl, int) -
Method in class org.eclipse.jface.contentassist.SubjectControlContextInformationValidator
install(Control) -
Method in class org.eclipse.jface.text.AbstractInformationControlManager
Installs this manager on the given control.
install(IContentAssistSubjectControl) -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
install(ITextViewer) -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
install() -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
install(IContextInformation, ITextViewer, int) -
Method in class org.eclipse.jface.text.contentassist.ContextInformationValidator
install(ITextViewer) -
Method in interface org.eclipse.jface.text.contentassist.IContentAssistant
Installs content assist support on the given text viewer.
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.hyperlink.DefaultHyperlinkPresenter
install(ITextViewer, IHyperlinkPresenter, IHyperlinkDetector[], int) -
Method in class org.eclipse.jface.text.hyperlink.HyperlinkManager
Installs this hyperlink manager with the given arguments.
install(ITextViewer) -
Method in interface org.eclipse.jface.text.hyperlink.IHyperlinkPresenter
Installs this hyperlink presenter on the given text viewer.
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.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() -
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(ISelectionProvider) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor.AbstractSelectionChangedListener
Installs this selection changed listener with the given selection provider.
install(IPreferenceStore) -
Method in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport
Installs this decoration support on the given preference store.
install(IFeature, IVerificationListener, IProgressMonitor) -
Method in interface org.eclipse.update.configuration.IConfiguredSite
Install the specified feature on this site.
install(IFeature, IFeatureReference[], IVerificationListener, IProgressMonitor) -
Method in interface org.eclipse.update.configuration.IConfiguredSite
Install the specified feature on this site.
install(IFeature, IVerificationListener, IProgressMonitor) -
Method in class org.eclipse.update.core.Feature
Install the contents of this feature into the specified target feature.
install(IFeature, IFeatureReference[], IVerificationListener, IProgressMonitor) -
Method in class org.eclipse.update.core.Feature
Install the contents of this feature into the specified target feature.
install(IFeature, IVerificationListener, IProgressMonitor) -
Method in interface org.eclipse.update.core.IFeature
Install the contents of this feature into the specified target feature.
install(IFeature, IFeatureReference[], IVerificationListener, IProgressMonitor) -
Method in interface org.eclipse.update.core.IFeature
Install the contents of this feature into the specified target feature.
install(IFeature, IVerificationListener, IProgressMonitor) -
Method in interface org.eclipse.update.core.ISite
Installs the specified feature on this site.
install(IFeature, IFeatureReference[], IVerificationListener, IProgressMonitor) -
Method in interface org.eclipse.update.core.ISite
Installs the specified feature on this site.
install(IFeature, IVerificationListener, IProgressMonitor) -
Method in class org.eclipse.update.core.Site
Install the specified feature and all optional features on this site.
install(IFeature, IFeatureReference[], IVerificationListener, IProgressMonitor) -
Method in class org.eclipse.update.core.Site
Install the specified feature and listed optional features on this site.
install(IFeature, IFeatureReference[], IFeatureContentConsumer, IVerifier, IVerificationListener, IProgressMonitor) -
Method in class org.eclipse.update.core.Site
Install the specified feature on this site using the content consumer as
a context to install the feature in.
installCompleted(boolean) -
Method in class org.eclipse.update.core.BaseInstallHandler
Called at the end of the install action.
installCompleted(boolean) -
Method in interface org.eclipse.update.core.IInstallHandler
Called at the end of the install action.
installConfigurationRemoved(IInstallConfiguration) -
Method in interface org.eclipse.update.configuration.ILocalSiteChangedListener
Indicates the specified configuration was removed.
installEncodingSupport() -
Method in class org.eclipse.ui.editors.text.TextEditor
Installs the encoding support on the given text editor.
installInitiated() -
Method in class org.eclipse.update.core.BaseInstallHandler
Called at the start of the install action.
installInitiated() -
Method in interface org.eclipse.update.core.IInstallHandler
Called at the start of the install action.
installLocation -
Variable in class org.eclipse.core.launcher.Main
The location of the install root
installMonitor(IResource, IRefreshResult) -
Method in class org.eclipse.core.resources.refresh.RefreshProvider
Returns an IRefreshMonitor
that will monitor a resource.
installSiteAdded(IConfiguredSite) -
Method in interface org.eclipse.update.configuration.IInstallConfigurationChangedListener
Indicates the specified site was added to the configuration
installSiteRemoved(IConfiguredSite) -
Method in interface org.eclipse.update.configuration.IInstallConfigurationChangedListener
Indicates the specified site was removed from the configuration
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
Loads the implementation class for this property tester and returns an
instance of this class.
internalAdd(TemplatePersistenceData) -
Method in class org.eclipse.jface.text.templates.persistence.TemplateStore
Adds a template to the internal store.
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(SyncInfo) -
Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Add the SyncInfo
to the set, replacing any previously existing one.
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.
internalExpand(Object, boolean) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Tries to create a path of tree items for the given element.
internalExpandToLevel(Widget, int) -
Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
Overridden to avoid expanding DiffNode
s 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.
internalGetExpandFirstNode(InternalAPI) -
Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
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.
internalGetWidgetToSelect(Object) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the widget to be selected for the given element.
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.
internalHasPreviewPage(InternalAPI) -
Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
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
Internal method.
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.
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.AbstractTreeViewer
internalRefresh(Object, boolean) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
internalRefresh(Widget, Object, boolean, boolean) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Refreshes the tree starting at the given widget.
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.StructuredViewer
Refreshes this viewer starting at the given element.
internalRefresh(Object) -
Method in class org.eclipse.jface.viewers.TableViewer
internalRefresh(Object, boolean) -
Method in class org.eclipse.jface.viewers.TableViewer
internalRemove(Object[]) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes the given elements from this viewer.
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.
internalRevealRange(int, int) -
Method in class org.eclipse.jface.text.TextViewer
Reveals the given range of the visible document.
internalSaveWidgetValues() -
Method in class org.eclipse.ui.dialogs.WizardExportPage
Deprecated. Persists additional setting that are to be restored in the next instance of
this page.
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.
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.SubProgressMonitor
internalWorked(double) -
Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Implements IProgressMonitor.internalWorked
.
internalWorked(double) -
Method in class org.eclipse.update.core.InstallMonitor
Indicate monitor progress.
internal_WM_GETOBJECT(int, int) -
Method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to handle a window message.
internal_dispose_Accessible() -
Method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to dispose an accessible object.
internal_dispose_GC(int, GCData) -
Method in class org.eclipse.swt.graphics.Device
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) -
Method in interface org.eclipse.swt.graphics.Drawable
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) -
Method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) -
Method in class org.eclipse.swt.printing.Printer
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) -
Method in class org.eclipse.swt.widgets.Control
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) -
Method in class org.eclipse.swt.widgets.Display
Invokes platform specific functionality to dispose a GC handle.
internal_new(int, int, int, PaletteData, int, byte[], int, byte[], byte[], int, int, int, int, int, int, int) -
Static method in class org.eclipse.swt.graphics.ImageData
Invokes internal SWT functionality to create a new instance of
this class.
internal_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.
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(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(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(Rectangle) -
Method in class org.eclipse.swt.graphics.Rectangle
Returns true
if the given rectangle 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.Region
Returns true
if the given rectangle intersects
with any of the polygons the receiver maintains to describe
its area and false
otherwise.
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(int, int) -
Method in interface org.eclipse.jface.text.ITextViewerExtension2
Invalidates the viewer's text presentation for the given range.
invalidateTextPresentation() -
Method in class org.eclipse.jface.text.TextViewer
invalidateTextPresentation(int, int) -
Method in class org.eclipse.jface.text.TextViewer
Invalidates the given range of the text presentation.
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.
invert() -
Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver such that the matrix it represents becomes the
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.
invokeAction(int) -
Method in class org.eclipse.swt.custom.StyledText
Executes the action.
invokeKind -
Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
invokeNoReply(int) -
Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has no parameters.
invokeNoReply(int, Variant[]) -
Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has no optional parameters.
invokeNoReply(int, Variant[], int[]) -
Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has optional parameters.
invokeOperation(IResource, IProgressMonitor) -
Method in class org.eclipse.ui.actions.BuildAction
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.RefreshAction
invokeOperation(IResource, IProgressMonitor) -
Method in class org.eclipse.ui.actions.RenameResourceAction
invokeOperation(IResource, IProgressMonitor) -
Method in class org.eclipse.ui.actions.ScrubLocalAction
invokeOperation(IResource, IProgressMonitor) -
Method in class org.eclipse.ui.actions.WorkspaceAction
Performs this action's operation on each of the selected resources, reporting
progress to, and fielding cancel requests from, the given progress monitor.
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
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
isAcceptableLocation(IPath) -
Method in class org.eclipse.ui.editors.text.FileBufferOperationHandler
Tells whether the given location is accepted by this handler.
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.
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.
isActivated() -
Method in class org.eclipse.jface.viewers.CellEditor
Returns whether this cell editor is activated.
isActive(String) -
Method in class org.eclipse.jface.action.ExternalActionManager.CommandCallback
Calling this method with an undefined command id will generate a log
message.
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() -
Method in interface org.eclipse.ui.commands.IKeyConfiguration
Deprecated.
Returns whether or not this command is active.
isActive(IEvaluationContext) -
Method in interface org.eclipse.ui.contexts.IContextActivation
Returns whether this context activation is currently active -- given the
current state of the workbench.
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(IEvaluationContext) -
Method in interface org.eclipse.ui.handlers.IHandlerActivation
Returns whether this handler activation is currently active -- given the
current state of the workbench.
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.
isActiveContextsChanged() -
Method in class org.eclipse.core.commands.contexts.ContextManagerEvent
Returns whether the active context identifiers have changed.
isActiveSchemeChanged() -
Method in class org.eclipse.jface.bindings.BindingManagerEvent
Returns whether or not the active scheme changed.
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.
isAllocated() -
Method in interface org.eclipse.debug.core.model.IValue
Returns whether this value is currently allocated.
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.
isApplicableForSelection() -
Method in class org.eclipse.ui.dialogs.PropertyDialogAction
Returns whether this action is actually applicable to the current
selection.
isApplicableForSelection(IStructuredSelection) -
Method in class org.eclipse.ui.dialogs.PropertyDialogAction
Returns whether this action is applicable to the current selection.
isApplicationMenu(String) -
Method in interface org.eclipse.ui.IWorkbenchWindow
Returns whether the specified menu is an application menu as opposed to
a part menu.
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(IWorkbenchWindowConfigurer, String) -
Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override ActionBarAdvisor.isApplicationMenu(String)
instead
isArchive() -
Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked archive.
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.
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.
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.
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.
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
isBackgroundImageTiled() -
Method in class org.eclipse.ui.forms.widgets.Form
isBigEndian() -
Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether this byte of memory is big endian.
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.
isBlocking() -
Method in class org.eclipse.core.runtime.jobs.Job
Returns whether this job is blocking another non-system job from
starting due to a conflicting scheduling rule.
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.
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.
isBuilding(int) -
Method in interface org.eclipse.core.resources.ICommand
Returns whether this build command responds to the given kind of build.
isBusy() -
Method in interface org.eclipse.ui.presentations.IPresentablePart
Return true if the the receiver is currently in a busy state.
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
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.jface.text.reconciler.AbstractReconcileStep
isCanceled() -
Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Implements IProgressMonitor.isCanceled
.
isCanceled() -
Method in class org.eclipse.ltk.core.refactoring.participants.ReorgExecutionLog
Returns true
if the reorg refactoring got
canceled; otherwise false
isCanceled() -
Method in class org.eclipse.update.core.InstallMonitor
Check is use indicated that the operation be cancelled.
isCaseIgnored() -
Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Returns if sorting, filtering and folding is case sensitive.
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.TableTreeViewer
Returns whether there is an active cell editor.
isCellEditorActive() -
Method in class org.eclipse.jface.viewers.TableViewer
Returns whether there is an active cell editor.
isCellEditorActive() -
Method in class org.eclipse.jface.viewers.TreeViewer
Returns whether there is an active cell editor.
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.
isChanged() -
Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether this memory byte has changed.
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
isClipped() -
Method in class org.eclipse.swt.graphics.GC
Returns true
if the receiver has a clipping
region set into it, and false
otherwise.
isCloseSupported() -
Method in interface org.eclipse.help.browser.IBrowser
Queries the browser if close method is supported.
isCloseable() -
Method in interface org.eclipse.ui.IViewLayout
Returns whether the view is closeable.
isCloseable() -
Method in interface org.eclipse.ui.presentations.IPresentablePart
Returns true iff this part can be closed
isCloseable(IPresentablePart) -
Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Returns true iff this site will allow the given part to be closed
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
isClosing() -
Method in interface org.eclipse.ui.IWorkbench
Returns a boolean indicating whether the workbench is in the process of
closing.
isCollapsed() -
Method in class org.eclipse.jface.text.source.projection.ProjectionAnnotation
Returns the state of this annotation.
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.
isCompatibleWith(PluginVersionIdentifier) -
Method in class org.eclipse.core.runtime.PluginVersionIdentifier
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.
isComposite() -
Method in interface org.eclipse.debug.core.sourcelookup.ISourceContainer
Returns whether this container is a composite container.
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.DirectorySourceContainer
isComposite() -
Method in class org.eclipse.debug.core.sourcelookup.containers.ProjectSourceContainer
isConfigurable() -
Method in interface org.eclipse.core.resources.ICommand
Returns whether this command allows configuring of what kinds of builds
it responds to.
isConfigured(IFeature) -
Method in interface org.eclipse.update.configuration.IConfiguredSite
Indicates if the specified feature is configured on this site.
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
isContainer() -
Method in class org.eclipse.debug.ui.DeferredDebugElementWorkbenchAdapter
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.
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.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.
isContextHelpDisplayed() -
Static method in class org.eclipse.ui.help.WorkbenchHelp
Deprecated. Returns whether the context-sensitive help window is currently being
displayed.
isContextInformationValid(int) -
Method in class org.eclipse.jface.contentassist.SubjectControlContextInformationValidator
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.
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.
isCurrent() -
Method in interface org.eclipse.update.configuration.IInstallConfiguration
Indicates if this is the current configuration
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
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.
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
Returns true
if the implementation class of this property
tester can be loaded. This is the case if the plug-in providing
the implementation class is active. Returns false
otherwise.
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(String) -
Method in class org.eclipse.core.runtime.Preferences
Returns whether the property with the given name has the default value in
virtue of having no explicitly set value.
isDefault(String) -
Method in 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
isDefault() -
Method in class org.eclipse.ui.texteditor.spelling.SpellingEngineDescriptor
Reads (if needed) and returns the default attribute value of this extension.
isDefaultEnabled() -
Method in interface org.eclipse.ui.activities.IActivity
Returns whether or not this instance should be enabled by default.
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(String) -
Method in interface org.eclipse.core.resources.IPathVariableManager
Returns true
if the given variable is defined and
false
otherwise.
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.commands.ICategory
Deprecated.
Returns whether or not the category represented by this handle is
defined.
isDefined() -
Method in interface org.eclipse.ui.commands.ICommand
Deprecated.
Returns whether or not the command represented by this handle is defined.
isDefined() -
Method in interface org.eclipse.ui.commands.IKeyConfiguration
Deprecated.
Returns whether or not the key configuration represented by this handle
is defined.
isDefined() -
Method in interface org.eclipse.ui.contexts.IContext
Deprecated. Returns whether or not this instance is defined.
isDefinedChanged() -
Method in class org.eclipse.core.commands.common.AbstractNamedHandleEvent
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.
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.
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
Returns the deletion state of the stored template.
isDeleted() -
Method in class org.eclipse.text.edits.TextEdit
Returns whether this edit has been deleted or not.
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.NullProvider
isDeleted(Object) -
Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
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.
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.
isDescriptionChanged() -
Method in class org.eclipse.core.commands.common.AbstractNamedHandleEvent
Returns whether or not the description property changed.
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.
isDirect -
Variable in class org.eclipse.swt.graphics.PaletteData
true if the receiver is a direct palette,
and false otherwise
isDirectory() -
Method in class org.eclipse.ui.dialogs.FileSystemElement
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 whether this tab is dirty.
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
isDirty() -
Method in class org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart
isDirty() -
Method in interface org.eclipse.ui.IEditorReference
Returns true if the editor is dirty otherwise returns false.
isDirty() -
Method in interface org.eclipse.ui.ISaveablePart
Returns whether the contents of this part have changed since the last save
operation.
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 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.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.part.EditorPart
isDirty() -
Method in class org.eclipse.ui.part.MultiEditor
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 interface org.eclipse.ui.presentations.IPresentablePart
Returns true iff the contents of this part have changed recently.
isDirty() -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
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.
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.
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?
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
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
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.
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
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 interface org.eclipse.ui.IWorkingSet
Returns whether this working set can be edited or not.
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.
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.
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.
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 interface org.eclipse.ui.IWorkbenchPage
Returns true
if the editor is pinned and should not be
reused.
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 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.Path
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.MarkSelection
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
Returns true if the offset and length are smaller than 0.
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.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.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.util.ListenerList
Returns whether this listener list 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.swt.graphics.Rectangle
Returns true
if the receiver does not cover any
area in the (x, y) coordinate plane, and false
if
the receiver does cover some area in the plane.
isEmpty() -
Method in class org.eclipse.swt.graphics.Region
Returns true
if the receiver does not cover any
area in the (x, y) coordinate plane, and false
if
the receiver does cover some area in the plane.
isEmpty() -
Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Return whether the set is empty.
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
TextEdit
s is empty; otherwise false
is returned.
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.keys.KeySequence
Deprecated. Returns whether or not this key sequence is empty.
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() -
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.
isEnabled() -
Method in interface org.eclipse.core.commands.IHandler
Returns whether this handler is capable of executing at this moment in
time.
isEnabled(String) -
Static method in class org.eclipse.core.runtime.PerformanceStats
Returns whether monitoring of a given performance event is enabled.
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.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.text.AbstractInformationControlManager
Returns whether this manager is enabled or not.
isEnabled() -
Method in class org.eclipse.jface.text.templates.persistence.TemplatePersistenceData
Returns the enablement state of the contained template.
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() -
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.TextEditChangeGroup
Returns whether the group is enabled or not.
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 class org.eclipse.ui.actions.BuildAction
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(IActivityManager, String) -
Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Returns whether the given category is enabled.
isEnabled() -
Method in class org.eclipse.ui.commands.AbstractHandler
Deprecated.
isEnabled() -
Method in class org.eclipse.ui.contentassist.ContentAssistHandler
isEnabled() -
Method in interface org.eclipse.ui.contexts.IContext
Deprecated. Returns whether or not this instance is enabled.
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() -
Method in class org.eclipse.ui.texteditor.TextNavigationAction
isEnabled() -
Method in interface org.eclipse.ui.texteditor.quickdiff.IQuickDiffReferenceProvider
Gives the implementation a hook to publish its enablement.
isEnabled() -
Method in interface org.eclipse.update.configuration.IConfiguredSite
Indicates if the site is enabled.
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.HandlerEvent
Returns whether or not the enabled property changed.
isEnabledForSelection(ISelection) -
Method in class org.eclipse.ui.SelectionEnabler
Check if the receiver is enabled for the given selection.
isEncodingError(IStatus) -
Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
Returns true
if the given status is an
encoding error.
isEndianessKnown() -
Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether the endianess of this byte of memory is known.
isEquivalentTo(PluginVersionIdentifier) -
Method in class org.eclipse.core.runtime.PluginVersionIdentifier
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.
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.
isEvaluation() -
Method in class org.eclipse.debug.core.DebugEvent
Returns whether this event's detail indicates an
evaluation.
isExclusive() -
Method in interface org.eclipse.update.core.IFeature
Indicates whether the feature must be processed alone during installation
and configuration.
isExclusive() -
Method in class org.eclipse.update.core.model.FeatureModel
Indicates whether the feature must be processed alone
during installation and configuration.
isExecutable() -
Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked executable.
isExistingLaunchConfigurationName(String) -
Method in interface org.eclipse.debug.core.ILaunchManager
Return true
if there is a launch configuration with the specified name,
false
otherwise.
isExpandable(Object) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Return whether the tree node representing the given element can be
expanded.
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.
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.
isExported() -
Method in interface org.eclipse.core.runtime.ILibrary
Deprecated. As of Eclipse 3.0 exporting an individual library is obsolete.
There is no replacement.
isExported() -
Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Deprecated. Given a manifest element equivalent of a plug-in
prerequisite (see the class comment), this method is replaced by:
element.getAttribute(Constants.REPROVIDE_ATTRIBUTE);
isExported() -
Method in class org.eclipse.core.runtime.model.LibraryModel
Deprecated. Returns whether or not any of the code in this library is exported.
isExtensionSite() -
Method in interface org.eclipse.update.configuration.IConfiguredSite
Indicates if the site is an extension site.
isFailure() -
Method in class org.eclipse.core.runtime.PerformanceStats
Returns whether this performance event represents a performance failure.
isFastView() -
Method in interface org.eclipse.ui.IViewReference
Returns true if the view is a fast view otherwise returns false.
isFatalError() -
Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns whether the entry represents a fatal error or not.
isFeatureImport() -
Method in class org.eclipse.update.core.model.ImportModel
Returns the isFeatureImport.
isFeatureProvidedSitesEnabled() -
Method in class org.eclipse.update.search.UpdateSearchScope
In addition to the sites added by addSearchSite(), features contribute their own update url's.
isFeatureVerification() -
Method in interface org.eclipse.update.core.IVerificationResult
Indicates whether the referenced file is part of the overall feature
definition, or one of its component plug-in or non-plug-in entries.
isFilterProperty(Object, String) -
Method in class org.eclipse.jface.viewers.ViewerFilter
Returns whether this viewer filter would be affected
by a change to the given property of the given element.
isFiltered() -
Method in class org.eclipse.search.ui.text.Match
Returns whether this match is filtered or not.
isFiltering() -
Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
Returns whether the UI is set up to filter contributions.
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 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.
isFindDuplicates() -
Method in class org.eclipse.debug.core.sourcelookup.containers.AbstractSourceContainer
Returns whether this container's source lookup director is configured
to search for duplicate source elements.
isFindEnabled() -
Method in class org.eclipse.jface.viewers.CellEditor
Returns true
if this cell editor is
able to perform the find action.
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.
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.jface.text.DefaultInformationControl
isFocusControl() -
Method in interface org.eclipse.jface.text.IInformationControl
Returns whether this information control has the focus.
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.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
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(Bundle) -
Static method in class org.eclipse.core.runtime.Platform
Checks if the specified bundle is a fragment bundle.
isFragment() -
Method in interface org.eclipse.update.core.IPluginEntry
Returns an indication whethyer this entry represents a fragment.
isFragment() -
Method in class org.eclipse.update.core.model.PluginEntryModel
Indicates whether the entry describes a full plug-in, or
a plug-in fragment.
isFragment(boolean) -
Method in class org.eclipse.update.core.model.PluginEntryModel
Indicates whether this entry represents a fragment or plug-in.
isFullyExported() -
Method in interface org.eclipse.core.runtime.ILibrary
Deprecated. As of Eclipse 3.0 exporting an individual library is obsolete.
There is no replacement.
isFullyExported() -
Method in class org.eclipse.core.runtime.model.LibraryModel
Deprecated. Returns whether or not all of the code in this library is exported.
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.
isGreaterOrEqualTo(PluginVersionIdentifier) -
Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers to see if this one is
greater than or equal to the argument.
isGreaterThan(PluginVersionIdentifier) -
Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers for order using multi-decimal
comparison.
isGroupMarker() -
Method in class org.eclipse.jface.action.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
isHandleCached() -
Method in class org.eclipse.team.core.variants.CachedResourceVariant
Return true
if the cache contains an entry for this resource
variant.
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 enabled.
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.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
isHandled() -
Method in class org.eclipse.ui.commands.AbstractHandler
Deprecated.
isHandled() -
Method in interface org.eclipse.ui.commands.ICommand
Deprecated.
Returns whether or not this command is handled.
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.
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
isHistoryKnown() -
Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether the history of this byte is known.
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.
isHttpProxyEnable() -
Static method in class org.eclipse.update.core.SiteManager
Returns true
if the connection should use the
http proxy server, false
otherwise
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(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(IResource) -
Static method in class org.eclipse.team.core.Team
Returns whether the given file should be ignored.
isIgnoredHint(IFile) -
Static method in class org.eclipse.team.core.Team
Deprecated. use isIgnoredHint(IResource) instead
isIgnoringAutoEditStrategies() -
Method in class org.eclipse.jface.text.TextViewer
Returns whether this viewer ignores the registered auto edit strategies.
isImportant(IWorkbenchPart) -
Method in class org.eclipse.debug.ui.AbstractDebugView
isImportant(IWorkbenchPart) -
Method in class org.eclipse.ui.part.PageBookView
Returns whether the given part should be added to this view.
isImportant(IWorkbenchPart) -
Method in class org.eclipse.ui.views.contentoutline.ContentOutline
isImportant(IWorkbenchPart) -
Method in class org.eclipse.ui.views.properties.PropertySheet
isInInsertMode() -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Returns whether this editor is in overwrite or insert mode.
isInProgress() -
Static method in class org.eclipse.update.operations.OperationsManager
Returns true when some operation is being executed, false otherwise.
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.
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.
isIncrementalReconciler() -
Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Returns whether any of the reconciling strategies is interested in
detailed dirty region information.
isInfo() -
Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns whether the entry represents an information or not.
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
Returns whether the implementation class for this property tester is
loaded or not.
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 interface org.eclipse.ui.intro.IIntroManager
Return the standby state of the given intro part.
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.
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.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 interface org.eclipse.jface.viewers.IBaseLabelProvider
Returns whether the label would be affected
by a change to the given property of the given element.
isLabelProperty(Object, String) -
Method in class org.eclipse.jface.viewers.LabelProvider
The LabelProvider
implementation of this
IBaseLabelProvider
method returns true
.
isLabelProviderSet() -
Method in class org.eclipse.ui.views.properties.PropertyDescriptor
Returns whether a label provider has been set on the receiver.
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.
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.
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.
isLayoutDeferred() -
Method in class org.eclipse.swt.widgets.Shell
isLayoutSupported(int) -
Method in class org.eclipse.search.ui.text.AbstractTextSearchViewPage
Determines whether a certain layout is supported by this search result
page.
isLeftEditable() -
Method in class org.eclipse.compare.CompareConfiguration
Returns whether the left hand side of a merge viewer is editable.
isLeftEditable(Object) -
Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns whether the left side is editable.
isLegal(boolean) -
Static method in class org.eclipse.jface.text.Assert
Asserts that an argument is legal.
isLegal(boolean, String) -
Static method in class org.eclipse.jface.text.Assert
Asserts that an argument is legal.
isLegal(boolean) -
Static method in class org.eclipse.jface.util.Assert
Asserts that an argument is legal.
isLegal(boolean, String) -
Static method in class org.eclipse.jface.util.Assert
Asserts that an argument is legal.
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 true
if 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.
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 interface org.eclipse.ui.views.navigator.IResourceNavigator
Returns whether this navigator's selection automatically tracks the active editor.
isLinkingEnabled() -
Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Returns whether the navigator selection automatically tracks the active
editor.
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.
isLoading() -
Method in class org.eclipse.ui.forms.widgets.FormText
Deprecated. not used any more - returns false
isLocal(int) -
Method in interface org.eclipse.core.resources.IResource
Returns whether this resource and its members (to the
specified depth) are expected to have their contents (and properties)
available locally.
isLocal() -
Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns whether this launch configuration is stored
locally with the workspace.
isLocalReference() -
Method in class org.eclipse.update.core.ContentReference
Indicates whether the reference is a local file reference.
isLocalReference() -
Method in class org.eclipse.update.core.JarEntryContentReference
Indicates whether the reference is to a an entry within a local jar.
isLocaleChanged() -
Method in class org.eclipse.jface.bindings.BindingManagerEvent
Returns whether the locale has changed
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.
isLockOwnerThread() -
Method in class org.eclipse.core.runtime.jobs.LockListener
Returns whether this thread currently owns any locks
isLocked(ICategory) -
Method in class org.eclipse.ui.activities.ActivityCategoryPreferencePage
Return whether the category is locked.
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?
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).
isMatchedAsCompatible() -
Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Deprecated. Callers of this method should interrogate the current State
of the platform. For example,
State state = Platform.getPlatformAdmin().getState();
BundleDescription bundle = state.getBundle("my plug-in id", my plug-in version);
BundleSpecification spec = bundle.getRequiredBundle("required plug-in id");
VersionRange versionRange = spec.getVersionRange();
if (versionRange == null || versionRange.getMinimum() == null)
return false;
Version minimum = versionRange.getMinimum();
Version maximum = versionRange.getMaximum() == null ? Version.maxVersion : versionRange.getMaximum();
if (!minimum.isInclusive() || maximum.isInclusive())
return false;
else if (minimum.getMajorComponent() == maximum.getMajorComponent() - 1)
return true;
return false;
isMatchedAsEquivalent() -
Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Deprecated. Callers of this method should interrogate the current State
of the platform. For example,
State state = Platform.getPlatformAdmin().getState();
BundleDescription bundle = state.getBundle("my plug-in id", my plug-in version);
BundleSpecification spec = bundle.getRequiredBundle("required plug-in id");
VersionRange versionRange = spec.getVersionRange();
if (versionRange == null || versionRange.getMinimum() == null)
return false;
Version minimum = versionRange.getMinimum();
Version maximum = versionRange.getMaximum() == null ? Version.maxVersion : versionRange.getMaximum();
if (!minimum.isInclusive() || maximum.isInclusive())
return false;
else if (minimum.getMajorComponent() == maximum.getMajorComponent() - 1)
return false;
else if (minimum.getMajorComponent() != maximum.getMajorComponent())
return false;
else if (minimum.getMinorComponent() == maximum.getMinorComponent() - 1)
return true;
return false;
isMatchedAsExact() -
Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Deprecated. Callers of this method should interrogate the current State
of the platform. For example,
State state = Platform.getPlatformAdmin().getState();
BundleDescription bundle = state.getBundle("my plug-in id", my plug-in version);
BundleSpecification spec = bundle.getRequiredBundle("required plug-in id");
VersionRange versionRange = spec.getVersionRange();
if (versionRange == null || versionRange.getMinimum() == null)
return false;
Version minimum = versionRange.getMinimum();
Version maximum = versionRange.getMaximum() == null ? Version.maxVersion : versionRange.getMaximum();
if (!minimum.isInclusive() || maximum.isInclusive())
return false;
else if (minimum.getMajorComponent() == maximum.getMajorComponent() - 1)
return false;
else if (minimum.getMajorComponent() != maximum.getMajorComponent())
return false;
else if (minimum.getMinorComponent() == maximum.getMinorComponent() - 1)
return true;
return false;
isMatchedAsGreaterOrEqual() -
Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Deprecated. Callers of this method should interrogate the current State
of the platform. For example,
State state = Platform.getPlatformAdmin().getState();
BundleDescription bundle = state.getBundle("my plug-in id", my plug-in version);
BundleSpecification spec = bundle.getRequiredBundle("required plug-in id");
VersionRange versionRange = spec.getVersionRange();
if (versionRange == null || versionRange.getMinimum() == null)
return false;
Version minimum = versionRange.getMinimum();
Version maximum = versionRange.getMaximum() == null ? Version.maxVersion : versionRange.getMaximum();
if (maximum.equals(Version.maxVersion))
return true;
return false;
isMatchedAsPerfect() -
Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Deprecated. Callers of this method should interrogate the current State
of the platform. For example,
State state = Platform.getPlatformAdmin().getState();
BundleDescription bundle = state.getBundle("my plug-in id", my plug-in version);
BundleSpecification spec = bundle.getRequiredBundle("required plug-in id");
VersionRange versionRange = spec.getVersionRange();
if (versionRange == null || versionRange.getMinimum() == null)
return false;
Version minimum = versionRange.getMinimum();
Version maximum = versionRange.getMaximum() == null ? Version.maxVersion : versionRange.getMaximum();
if (minimum.equals(maximum))
return true;
return false;
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(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.NullProvider
isModifiable(Object) -
Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
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
Returns whether the receiver represents a modified template, i.e. a
contributed template that has been changed.
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
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.
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
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.
isNativelyLinked() -
Method in interface org.eclipse.update.configuration.IConfiguredSite
Indicates if the site has been linked by a native
installer.
isNativelyLinked() -
Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Returns an indication whether the site represents an install site
that has been linked via a native installer (using the links/
mechanism)
isNatureEnabled(String) -
Method in interface org.eclipse.core.resources.IProject
Returns true if the project nature specified by the given
nature extension id is enabled for this project, and false otherwise.
isNested() -
Method in class org.eclipse.jface.text.link.LinkedModeModel
Returns whether this model is nested.
isNotNull(Object) -
Static method in class org.eclipse.jface.text.Assert
Asserts that the given object is not null
.
isNotNull(Object, String) -
Static method in class org.eclipse.jface.text.Assert
Asserts that the given object is not null
.
isNotNull(Object) -
Static method in class org.eclipse.jface.util.Assert
Asserts that the given object is not null
.
isNotNull(Object, String) -
Static method in class org.eclipse.jface.util.Assert
Asserts that the given object is not null
.
isNullStamp() -
Method in class org.eclipse.ltk.core.refactoring.ContentStamp
Checks whether the stamp is the null stamp or not.
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.
isOleFile(File) -
Static method in class org.eclipse.swt.ole.win32.OLE
Returns true if the specified file has an OLE Storage format.
isOpen() -
Method in interface org.eclipse.core.resources.IProject
Returns whether this project is open.
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.
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 interface org.eclipse.core.runtime.IPluginPrerequisite
Deprecated. Given a manifest element equivalent of a plug-in
prerequisite (see the class comment), this method is replaced by:
"true".equals(element.getAttribute(Constants.OPTIONAL_ATTRIBUTE);
isOptional() -
Method in interface org.eclipse.update.core.IIncludedFeatureReference
Returns true
if the feature is optional, false
otherwise.
isOptional() -
Method in class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Returns the isOptional
isOptional(boolean) -
Method in class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Sets the isOptional.
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
.
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
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.
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
.
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.
isParametersChanged() -
Method in class org.eclipse.core.commands.CommandEvent
Returns whether or not the parameters have changed.
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.
isPartMoveable(IPresentablePart) -
Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Returns true iff the given part can be dragged.
isPartVisible(IWorkbenchPart) -
Method in interface org.eclipse.ui.IWorkbenchPage
Returns whether the specified part is visible.
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(KeySequence) -
Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated. Checks to see whether there are any commands which have key bindings that
start with the given key 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.
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() -
Method in class org.eclipse.update.core.FeatureReference
Returns true
if this feature is patching another feature,
false
otherwise
isPatch() -
Method in interface org.eclipse.update.core.IFeature
Returns true
if this feature is patching another feature,
false
otherwise
isPatch() -
Method in interface org.eclipse.update.core.IFeatureReference
Returns true
if this feature is patching another feature,
false
otherwise
isPatch() -
Method in interface org.eclipse.update.core.IImport
Returns the patch mode.
isPatch() -
Method in class org.eclipse.update.core.model.FeatureModel
Returns true
if this feature is patching another feature,
false
otherwise
isPatch() -
Method in class org.eclipse.update.core.model.ImportModel
Returns the patch mode.
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
Compares two version identifiers for perfect equality.
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(KeySequence) -
Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated. Checks to see if there is a command with the given key sequence as one of
its key bindings.
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.
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.
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.IEditorReference
Returns true if the editor is pinned otherwise returns false.
isPinned() -
Method in interface org.eclipse.ui.console.IConsoleView
Returns whether this console view is currently pinned to a
specific console.
isPlatformChanged() -
Method in class org.eclipse.jface.bindings.BindingManagerEvent
Returns whether the platform has changed
isPluginActivated() -
Method in interface org.eclipse.core.runtime.IPluginDescriptor
Deprecated. Use
bundle.getState == org.osgi.framework.Bundle.ACTIVE
where bundle
is the bundle associated with
the relevant plug-in.
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.
isPostponeAutobuild() -
Method in class org.eclipse.team.ui.TeamOperation
Return whether the auto-build should be postponed until after
the operation is complete.
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.
isPreferenceKey(String) -
Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns whether the given string is a preference key.
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
isPrimary() -
Method in interface org.eclipse.update.core.IFeature
Indicates whether the feature can be used as a primary feature.
isPrimary() -
Method in class org.eclipse.update.core.model.FeatureModel
Indicates whether the feature can be used as a primary feature.
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 configuraiton is private.
isPrivateSite() -
Method in interface org.eclipse.update.configuration.IConfiguredSite
Deprecated. private site are considered the same as extension site (3.0)
isProcessed() -
Method in interface org.eclipse.update.operations.IOperation
Returns true when the operation has been processed.
isProductSite() -
Method in interface org.eclipse.update.configuration.IConfiguredSite
Indicates if the site is a product site.
isProjectionMode() -
Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
Returns whether this viewer is in projection mode.
isPropagatingMouseListener() -
Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
Tells whether this ruler column propagates mouse listener
events to its parent.
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
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.
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
Deprecated. use IResource#getResourceAttributes()
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 class org.eclipse.core.runtime.model.PluginModelObject
Deprecated. Returns whether or not this model object is read-only.
isReadOnly() -
Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Deprecated. Returns whether or not this model object 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(int) -
Method in interface org.eclipse.ui.console.IConsoleDocumentPartitioner
Returns whether this partitioner's document is read-only at the specified
offset.
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.NullProvider
isReadOnly(Object) -
Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
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() -
Method in class org.eclipse.update.core.model.ModelObject
Returns whether or not this model object is read-only.
isReadable() -
Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether this memory byte is readable.
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.ui.RefreshTab
Returns whether the refresh scope specified by the given launch
configuration is recursive.
isRegistered(IBreakpoint) -
Method in interface org.eclipse.debug.core.IBreakpointManager
Returns whether the given breakpoint is currently
registered with this breakpoint manager.
isRegistered(ILaunch) -
Method in interface org.eclipse.debug.core.ILaunchManager
Returns whether the given launch is currently registered.
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.
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
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.
isResolved() -
Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Deprecated. Returns whether or not this model object has been resolved.
isRightEditable() -
Method in class org.eclipse.compare.CompareConfiguration
Returns whether the right hand side of a merge viewer is editable.
isRightEditable(Object) -
Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns whether the right side is editable.
isRoot() -
Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is a root path.
isRoot() -
Method in class org.eclipse.core.runtime.Path
isRunning() -
Static method in class org.eclipse.core.runtime.Platform
Returns whether the platform is running.
isRunning() -
Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
Returns true if the platform is already running, false otherwise.
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
.
isSameSelection(List, Item[]) -
Method in class org.eclipse.jface.viewers.TreeViewer
Returns true
if the given list and array of items refer to
the same model elements.
isSaveAllEnabled() -
Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor
implementation of this
CellEditor
method always returns true
.
isSaveAllSet() -
Static method in class org.eclipse.ui.actions.BuildAction
Returns whether the user's preference is set to automatically save modified
resources before a manual build is done.
isSaveAsAllowed() -
Method in class org.eclipse.team.ui.SaveablePartAdapter
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.editors.text.TextEditor
isSaveAsAllowed() -
Method in class org.eclipse.ui.forms.editor.FormPage
isSaveAsAllowed() -
Method in class org.eclipse.ui.part.EditorPart
isSaveAsAllowed() -
Method in class org.eclipse.ui.part.MultiEditor
isSaveAsAllowed() -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
The AbstractTextEditor
implementation of this
IEditorPart
method returns false
.
isSaveNeeded() -
Method in class org.eclipse.compare.CompareEditorInput
Returns true
if there are unsaved changes.
isSaveOnCloseNeeded() -
Method in class org.eclipse.team.ui.SaveablePartAdapter
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.part.EditorPart
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
isSearchInProgress() -
Method in class org.eclipse.update.search.UpdateSearchRequest
Tests whether this search request is current running.
isSearchReferencedProjects() -
Method in class org.eclipse.debug.core.sourcelookup.containers.ProjectSourceContainer
Returns whether referenced projects are considered.
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(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.
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
isSet() -
Method in interface org.eclipse.osgi.service.datalocation.Location
Returns true
if this location has a value and false
otherwise.
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.
isShared() -
Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns whether this file buffer is shared by more than one client.
isShared(IProject) -
Static method in class org.eclipse.team.core.RepositoryProvider
Returns whether the given project is shared or not.
isShared() -
Method in class org.eclipse.ui.forms.FormColors
Tests if the colors are shared.
isShowFormatterSetting() -
Method in class org.eclipse.ui.texteditor.templates.TemplatePreferencePage
Returns whether the formatter preference checkbox should be shown.
isShowInNextPrevDropdownToolbarAction() -
Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default value for the visibility in the next/previous drop down toolbar action.
isShowing() -
Method in class org.eclipse.swt.custom.CTabItem
Returns true
if the item will be rendered in the visible area of the CTabFolder.
isShownInEditor(Match, IEditorPart) -
Method in interface org.eclipse.search.ui.text.IEditorMatchAdapter
Determines whether a match should be displayed in the given editor.
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
isSorterProperty(Object, String) -
Method in class org.eclipse.jface.viewers.ViewerSorter
Returns whether this viewer sorter would be affected
by a change to the given property of the given element.
isSorterProperty(Object, String) -
Method in class org.eclipse.ui.model.WorkbenchViewerSorter
isStackMoveable() -
Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Returns true iff this entire stack can be dragged
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.
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.NullProvider
isStateValidated(Object) -
Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
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.
isStepFiltersEnabled() -
Method in interface org.eclipse.debug.core.model.IStepFilters
Returns whether step filters are currently enabled in this
debug target.
isStepStart() -
Method in class org.eclipse.debug.core.DebugEvent
Returns whether this event's detail indicates the
beginning of a step event.
isStepping() -
Method in interface org.eclipse.debug.core.model.IStep
Returns whether this element is currently stepping.
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?
isSubMenuManagerCreated() -
Method in class org.eclipse.ui.SubActionBars
Return whether the sub menu manager has been created yet.
isSubStatusLineManagerCreated() -
Method in class org.eclipse.ui.SubActionBars
Return whether the sub status line manager has been created yet.
isSubToolBarManagerCreated() -
Method in class org.eclipse.ui.SubActionBars
Return whether the sub toolbar manager has been created yet.
isSubstituteFor(IContributionItem) -
Method in class org.eclipse.jface.action.MenuManager
Deprecated. this method is no longer a part of the
IContributionItem
API.
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.
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)
.
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.Transfer
Returns true if the TransferData
data type can be converted
using this transfer agent, or false otherwise (including if transferData is
null
).
isSuspended() -
Method in interface org.eclipse.debug.core.model.ISuspendResume
Returns whether this element is currently suspended.
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(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.
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.NullProvider
isSynchronized(Object) -
Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
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.
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.
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.
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.
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
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
Returns whether a file at the given location is or can be considered a
text file.
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
isTransient() -
Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Returns an indication whether the configuration is transient.
isTransient(boolean) -
Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Indicates whether the configuration is transient or not.
isTreeLocked() -
Method in interface org.eclipse.core.resources.IWorkspace
Returns whether the workspace tree is currently locked.
isTreeLocked() -
Method in class org.eclipse.core.resources.WorkspaceLock
Deprecated. Returns whether the workspace tree is locked
for resource changes.
isTrue(boolean) -
Static method in class org.eclipse.jface.text.Assert
Asserts that the given boolean is true
.
isTrue(boolean, String) -
Static method in class org.eclipse.jface.text.Assert
Asserts that the given boolean is true
.
isTrue(boolean) -
Static method in class org.eclipse.jface.util.Assert
Asserts that the given boolean is true
.
isTrue(boolean, String) -
Static method in class org.eclipse.jface.util.Assert
Asserts that the given boolean is true
.
isUNC() -
Method in 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
isUnambiguous(TemplateContext) -
Method in class org.eclipse.jface.text.templates.SimpleTemplateVariableResolver
Returns always true
, since simple variables are normally
unambiguous.
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.TemplateVariableResolver
Returns whether this resolver is able to resolve unambiguously.
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.
isUnpack() -
Method in class org.eclipse.update.core.model.PluginEntryModel
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).
isUpdatable() -
Method in interface org.eclipse.update.configuration.IConfiguredSite
Indicates whether updates can be applied to the site.
isUpdateable() -
Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Returns an indication whether the site can be updated.
isUpdateable() -
Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Returns an indication whether the configuration can be updated.
isUpdating() -
Method in class org.eclipse.jface.text.projection.ProjectionDocument
Returns whether this project is being updated.
isUseStepFilters() -
Static method in class org.eclipse.debug.ui.DebugUITools
Returns whether step filters are applied to step commands.
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
Returns true
if the contained template was added by a
user, i.e. does not reference a contributed template.
isUserInitiated() -
Method in class org.eclipse.team.ui.TeamOperation
Indicates whether the operation was user initiated.
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(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.RefreshTab
isValid(String) -
Method in interface org.eclipse.jface.dialogs.IInputValidator
Validates the given string.
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(ISelection) -
Method in interface org.eclipse.jface.text.ISelectionValidator
Tests whether the given post selection is still valid.
isValid() -
Method in class org.eclipse.jface.text.source.AnnotationModelEvent
Returns whether this annotation model event is still valid.
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(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
. If a refactoring status with a severity of RefactoringStatus.FATAL
is returned then the change has to be treated as invalid
and can no longer be executed. Performing such a change produces an unspecified
result and will very likely throw an exception.
This method is also called by the UndoManager
to decide if
an undo or redo change is still valid and therefore can be executed.
The composite change sends isValid
to all its children
until the first one returns a status with a severity of FATAL
.
isValid(IProgressMonitor) -
Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Verifies that this change object is still valid and can be executed by calling
perform
. If a refactoring status with a severity of RefactoringStatus.FATAL
is returned then the change has to be treated as invalid
and can no longer be executed. Performing such a change produces an unspecified
result and will very likely throw an exception.
This method is also called by the UndoManager
to decide if
an undo or redo change is still valid and therefore can be executed.
isValid(IProgressMonitor) -
Method in class org.eclipse.ltk.core.refactoring.NullChange
Verifies that this change object is still valid and can be executed by calling
perform
. If a refactoring status with a severity of RefactoringStatus.FATAL
is returned then the change has to be treated as invalid
and can no longer be executed. Performing such a change produces an unspecified
result and will very likely throw an exception.
This method is also called by the UndoManager
to decide if
an undo or redo change is still valid and therefore can be executed.
isValid(IProgressMonitor) -
Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Verifies that this change object is still valid and can be executed by calling
perform
. If a refactoring status with a severity of RefactoringStatus.FATAL
is returned then the change has to be treated as invalid
and can no longer be executed. Performing such a change produces an unspecified
result and will very likely throw an exception.
This method is also called by the UndoManager
to decide if
an undo or redo change is still valid and therefore can be executed.
isValid(IProgressMonitor) -
Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
Verifies that this change object is still valid and can be executed by calling
perform
. If a refactoring status with a severity of RefactoringStatus.FATAL
is returned then the change has to be treated as invalid
and can no longer be executed. Performing such a change produces an unspecified
result and will very likely throw an exception.
This method is also called by the UndoManager
to decide if
an undo or redo change is still valid and therefore can be executed.
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() -
Method in class org.eclipse.ui.ide.dialogs.AbstractEncodingFieldEditor
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
isValidPath(String) -
Method in interface org.eclipse.core.runtime.IPath
Returns whether the given string is syntactically correct as
a path.
isValidPath(String) -
Method in class org.eclipse.core.runtime.Path
isValidSegment(String) -
Method in interface org.eclipse.core.runtime.IPath
Returns whether the given string is valid as a segment in
a path.
isValidSegment(String) -
Method in class org.eclipse.core.runtime.Path
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.
isVerifyOnly() -
Method in class org.eclipse.update.standalone.ScriptedCommand
isViewerContributionsSupported() -
Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
Return whether this particpant supports the contribution of actions to
the context menu by contributing a viewerContribution
to the org.eclipse.ui.popupMenus
extension point.
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.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.SubMenuManager
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.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(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(ITextViewer, int) -
Static method in class org.eclipse.ui.texteditor.MarkRegionTarget
Tells whether the given offset is visible in the given text viewer.
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(char) -
Method in interface org.eclipse.jface.text.rules.IWhitespaceDetector
Returns whether the specified character is whitespace.
isWhitespace() -
Method in class org.eclipse.jface.text.rules.Token
isWhitespaceNormalized() -
Method in class org.eclipse.ui.forms.widgets.FormText
Tests whether whitespace inside paragraph and list item is normalized.
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.
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.
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.
isWritable() -
Method in class org.eclipse.debug.core.model.MemoryByte
Returns whether this memory byte is writable.
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)
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.
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.
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.team.core.synchronize.SyncInfoSet
Return an iterator over all SyncInfo
contained in this set.