IAction - Interface in org.eclipse.jface.action An action represents the non-UI side of a command which can be triggered
by the end user. IActivity - Interface in org.eclipse.update.configuration Install activity. IAdaptable - Interface in org.eclipse.core.runtime An interface for an adaptable object. IAdapterFactory - Interface in org.eclipse.core.runtime An adapter factory defines behavioral extensions for
one or more classes that implements the IAdaptable
interface. IAdapterManager - Interface in org.eclipse.core.runtime An adapter manager maintains a registry of adapter factories. IAdvancedUndoableOperation - Interface in org.eclipse.core.commands.operations
IAdvancedUndoableOperation defines an interface for undoable operations that
modify one or more elements in a model and attempt to keep model listeners up
to date with changes that occur in the undo and redo history involving particular
model elements. IAdvancedUndoableOperation2 - Interface in org.eclipse.core.commands.operations
IAdvancedUndoableOperation2 defines a method for computing the validity of
executing an operation before attempting to execute it. IanaJavaMap - Class in org.eclipse.ercp.xml.io EncodingMap handles conversions between
IANA encoding names and Java encoding names. IanaJavaMap() -
Constructor for class org.eclipse.ercp.xml.io.IanaJavaMap
IApplication - Interface in org.eclipse.equinox.app Bootstrap type for an application. IApplicationContext - Interface in org.eclipse.equinox.app The context used to start an application. IApplicationDescriptor - Interface in org.eclipse.ercp.eworkbench IApplicationRegistry - Interface in org.eclipse.ercp.eworkbench The workbench's global registry of applications. IArchiveReference - Interface in org.eclipse.update.core Site archive interface. IBaseLabelProvider - Interface in org.eclipse.jface.viewers A label provider maps an element of the viewer's model to
an optional image and optional text string used to display
the element in the viewer's control. IBasicPropertyConstants - Interface in org.eclipse.jface.viewers Predefined property names used for elements displayed in viewers. IBatchOperation - Interface in org.eclipse.update.operations A batch operation is needed to execute a group of feature operations, such as installing a set of features. IBundleGroup - Interface in org.eclipse.core.runtime Bundle groups represent a logical collection of plug-ins (aka bundles). IBundleGroupProvider - Interface in org.eclipse.core.runtime Bundle group providers define groups of plug-ins which have been installed in
the current system. ICategory - Interface in org.eclipse.update.core Feature category definition. ICategoryListener - Interface in org.eclipse.core.commands An instance of this interface can be used by clients to receive notification
of changes to one or more instances of Category
. ICellEditorListener - Interface in org.eclipse.jface.viewers A listener which is notified of significant events in the
life of a cell editor. ICellEditorValidator - Interface in org.eclipse.jface.viewers An interface for validating a cell editor's input. ICellModifier - Interface in org.eclipse.jface.viewers A cell modifier is used to access the data model from a cell
editor in an abstract way. ICheckable - Interface in org.eclipse.jface.viewers Interface for objects that support elements with a checked state. ICheckStateListener - Interface in org.eclipse.jface.viewers A listener which is notified of changes to the checked
state of items in checkbox viewers. IColorDecorator - Interface in org.eclipse.jface.viewers The IColorDecorator is an interface for objects that return a color to
decorate either the foreground and background colors for displaying an
an object. IColorProvider - Interface in org.eclipse.jface.viewers Interface to provide color representation for a given element. ICommandListener - Interface in org.eclipse.core.commands An instance of this interface can be used by clients to receive notification
of changes to one or more instances of Command
. ICommandManagerListener - Interface in org.eclipse.core.commands An instance of this interface can be used by clients to receive notification
of changes to one or more instances of ICommandManager
. ICommandService - Interface in org.eclipse.ui.commands
Provides services related to the command architecture within the workbench. ICompositeOperation - Interface in org.eclipse.core.commands.operations
ICompositeOperation defines an undoable operation that is composed of child
operations. ICON -
Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type icon (value is 1).
ICON_BROKEN_FEATURE -
Static variable in class org.eclipse.ercp.update.UIImage
ICON_CATEGORY -
Static variable in class org.eclipse.ercp.update.UIImage
ICON_ERROR -
Static variable in class org.eclipse.swt.SWT
The MessageBox
style constant for error icon
behavior (value is 1).
ICON_EWORKBENCH -
Static variable in class org.eclipse.ercp.update.UIImage
ICON_FEATURE -
Static variable in class org.eclipse.ercp.update.UIImage
ICON_INCOMPATIBLE_FEATURE -
Static variable in class org.eclipse.ercp.update.UIImage
ICON_INFORMATION -
Static variable in class org.eclipse.swt.SWT
The MessageBox
style constant for information icon
behavior (value is 1<<1).
ICON_QUESTION -
Static variable in class org.eclipse.swt.SWT
The MessageBox
style constant for question icon
behavior (value is 1<<2).
ICON_SITE -
Static variable in class org.eclipse.ercp.update.UIImage
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).
IConfigFeatureOperation - Interface in org.eclipse.update.operations Operation that enables a feature in a configuration. IConfigurationElement - Interface in org.eclipse.core.runtime A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (plugin.xml
) file. IConfiguredSite - Interface in org.eclipse.update.configuration Configured Site. IConfiguredSiteChangedListener - Interface in org.eclipse.update.configuration Configuration change listener. *
Note: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability. Iconify -
Static variable in class org.eclipse.swt.SWT
The iconify event type (value is 19).
IContainmentAdapter - Interface in org.eclipse.ui This adapter interface provides a way to test element containment
in a model-independent way. IContentConsumer - Interface in org.eclipse.update.core Generic content consumer. IContentDescriber - Interface in org.eclipse.core.runtime.content Content describers know how to retrieve metadata from
contents. IContentDescription - Interface in org.eclipse.core.runtime.content A content description object contains information about the nature of
arbitrary data. IContentProvider - Interface in org.eclipse.jface.viewers A content provider mediates between the viewer's model
and the viewer itself. IContentType - Interface in org.eclipse.core.runtime.content Content types represent and provide information on file types, such as
associated file names/extensions, default charset, etc. IContentTypeManager - Interface in org.eclipse.core.runtime.content The content type manager provides facilities for file name and content-based
type lookup and content description. IContentTypeManager.ContentTypeChangeEvent - Class in org.eclipse.core.runtime.content An event object which describes the details of a change to a
content type. IContentTypeManager.ContentTypeChangeEvent(IContentType) -
Constructor for class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent
Constructor for a new content type change event.
IContentTypeManager.ContentTypeChangeEvent(IContentType, IScopeContext) -
Constructor for class org.eclipse.core.runtime.content.IContentTypeManager.ContentTypeChangeEvent
Constructor for a new content type change event.
IContentTypeManager.IContentTypeChangeListener - Interface in org.eclipse.core.runtime.content A listener to be used to receive content type change events. IContentTypeManager.ISelectionPolicy - Interface in org.eclipse.core.runtime.content A policy for refining the set of content types that
should be accepted during content type matching operations. IContentTypeMatcher - Interface in org.eclipse.core.runtime.content An object that performs content type matching queries. IContentTypeSettings - Interface in org.eclipse.core.runtime.content Gives access to the user settings for a content type. IContextListener - Interface in org.eclipse.core.commands.contexts An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IContext
. IContextManagerListener - Interface in org.eclipse.core.commands.contexts An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IContextManager
. IContextReplacingOperation - Interface in org.eclipse.core.commands.operations IContextReplacingOperation defines an interface for undoable operations that
can replace one undo context with another undo context. IContributedContentsView - Interface in org.eclipse.ui.part This interface is used to identify workbench views which
allow other parts (typically the active part) to supply
their contents. IContributionItem - Interface in org.eclipse.jface.action A contribution item represents a contribution to a shared UI resource such as a
menu or tool bar. IContributionManager - Interface in org.eclipse.jface.action A contribution manager organizes contributions to such UI components
as menus, toolbars and status lines. IContributionManagerOverrides - Interface in org.eclipse.jface.action This interface is used by instances of IContributionItem
to determine if the values for certain properties have been overriden
by their manager. IContributor - Interface in org.eclipse.core.runtime This interface describes a registry contributor - an entity that supplies information
to the extension registry. ICountable - Interface in org.eclipse.core.expressions Objects that are adaptable to ICountable
can be used
as the default variable in a count expression. id -
Variable in class org.eclipse.core.commands.common.HandleObject
The identifier for this object.
ID_BOOKMARKS -
Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Bookmark Navigator standard component.
ID_EDITOR_AREA -
Static variable in interface org.eclipse.ui.IPageLayout
The part id for the workbench's editor area.
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_PERSPECTIVE -
Static variable in class org.eclipse.ercp.eworkbench.DefaultPerspective
ID_PROBLEM_VIEW -
Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Problems View standard component.
ID_PROP_SHEET -
Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Property Sheet standard component.
ID_RES_NAV -
Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Resource Navigator standard component.
ID_TASK_LIST -
Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Task List standard component.
ID_VIEW -
Static variable in class org.eclipse.ercp.eworkbench.DefaultView
ID_VIEW_2 -
Static variable in class org.eclipse.ercp.eworkbench.DefaultView
IDecoration - Interface in org.eclipse.jface.viewers Defines the result of decorating an element. IDelayedLabelDecorator - Interface in org.eclipse.jface.viewers A delayed label decorator is a label decorator that may not have a
decoration available immidiately. Identifier -
Static variable in class org.eclipse.ercp.update.UIMessages
IDENTITY -
Static variable in class org.eclipse.core.runtime.ListenerList
Mode constant (value 1) indicating that listeners should be considered
the same if they are identical.
IDoubleClickListener - Interface in org.eclipse.jface.viewers A listener which is notified of double-click events on viewers. IDynamicExtensionRegistry - Interface in org.eclipse.core.runtime.spi This interface provides an extra degree of access to an extension registry that
might be useful to registry implementers. IEclipsePreferences - Interface in org.eclipse.core.runtime.preferences This interface describes Eclipse extensions to the preference
story. IEclipsePreferences.INodeChangeListener - Interface in org.eclipse.core.runtime.preferences A listener to be used to receive preference node change events. IEclipsePreferences.IPreferenceChangeListener - Interface in org.eclipse.core.runtime.preferences A listener used to receive changes to preference values in the preference store. IEclipsePreferences.NodeChangeEvent - Class in org.eclipse.core.runtime.preferences An event object which describes the details of a change in the
preference node hierarchy. IEclipsePreferences.NodeChangeEvent(Preferences, Preferences) -
Constructor for class org.eclipse.core.runtime.preferences.IEclipsePreferences.NodeChangeEvent
Constructor for a new node change event object.
IEclipsePreferences.PreferenceChangeEvent - Class in org.eclipse.core.runtime.preferences An event object describing the details of a change to a preference
in the preference store. IEclipsePreferences.PreferenceChangeEvent(Object, String, Object, Object) -
Constructor for class org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent
Constructor for a new preference change event.
IElementComparer - Interface in org.eclipse.jface.viewers This interface is used to compare elements in a viewer for equality,
and to provide the hash code for an element. IElementFactory - Interface in org.eclipse.ui A factory for re-creating objects from a previously saved memento. IEvaluationContext - Interface in org.eclipse.core.expressions An evaluation context is used to manage a set of objects needed during
XML expression evaluation. IExecutableExtension - Interface in org.eclipse.core.runtime Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter. IExecutableExtensionFactory - Interface in org.eclipse.core.runtime This interface allows extension providers to control how the instances provided to extension-points are being created
by referring to the factory instead of referring to a class. IExecutionListener - Interface in org.eclipse.core.commands
A listener to the execution of commands. IExecutionListenerWithChecks - Interface in org.eclipse.core.commands
A listener to the execution of commands. IExportedPreferences - Interface in org.eclipse.core.runtime.preferences Represents a node in the preference hierarchy which is used in
the import/export mechanism. IExtension - Interface in org.eclipse.core.runtime An extension declared in a plug-in. IExtensionChangeHandler - Interface in org.eclipse.core.runtime.dynamichelpers Extension change handlers are notified of changes for a given extension
point in the context of an extension tracker. IExtensionDelta - Interface in org.eclipse.core.runtime An extension delta represents changes to the extension registry. IExtensionPoint - Interface in org.eclipse.core.runtime An extension point declared in a plug-in. IExtensionRegistry - Interface in org.eclipse.core.runtime The extension registry holds the master list of all
discovered namespaces, extension points and extensions. IExtensionTracker - Interface in org.eclipse.core.runtime.dynamichelpers An extension tracker keeps associations between extensions and their derived objects on an extension basis. IFeature - Interface in org.eclipse.update.core Feature defines the packaging "container" for a group of related plug-ins,
plug-in fragments, and optionally non-plug-in files. IFeatureContentConsumer - Interface in org.eclipse.update.core Feature content consumer. IFeatureContentProvider - Interface in org.eclipse.update.core Feature content provider. IFeatureFactory - Interface in org.eclipse.update.core Feature factory interface. IFeatureOperation - Interface in org.eclipse.update.operations An operation that applies to a feature, such as install, uninstall, etc. IFeatureReference - Interface in org.eclipse.update.core Feature reference. IFilter - Interface in org.eclipse.core.runtime.dynamichelpers A filter compares the given object to some pattern and returns
true
if the two match and false
otherwise. IFilter - Interface in org.eclipse.jface.viewers Interface for filters. IFolderLayout - Interface in org.eclipse.ui An IFolderLayout
is used to define the initial pages within a folder. IFontDecorator - Interface in org.eclipse.jface.viewers The IFontDecorator is an interface for objects that return a font to
decorate an object. IFontProvider - Interface in org.eclipse.jface.viewers Interface to provide font representation for a given element. ignorableWhitespace(char[], int, int) -
Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
ignorableWhitespace(char[], int, int) -
Method in class org.eclipse.update.core.model.DefaultFeatureParser
ignorableWhitespace(char[], int, int) -
Method in interface org.xml.sax.ContentHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) -
Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an ignorable whitespace event.
ignorableWhitespace(char[], int, int) -
Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 ignorable whitespace event.
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.
IHandler - Interface in org.eclipse.core.commands A handler is the pluggable piece of a command that handles execution. IHandler2 - Interface in org.eclipse.core.commands Extend the IHandler interface to provide some context for isEnabled()
requests. IHandlerActivation - Interface in org.eclipse.ui.handlers
A token representing the activation of a handler. IHandlerAttributes - Interface in org.eclipse.core.commands
Attribute constants that have special meanings within this package. IHandlerListener - Interface in org.eclipse.core.commands An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IHandler
. IHandlerService - Interface in org.eclipse.ui.handlers
Provides services related to activating and deactivating handlers within the
workbench. IIdentifiable - Interface in org.eclipse.core.commands.common
An object that is unique identifiable based on the combination of its class
and its identifier. IImport - Interface in org.eclipse.update.core Plug-in dependency entry. IIncludedFeatureReference - Interface in org.eclipse.update.core Included Feature reference. IInputProvider - Interface in org.eclipse.jface.viewers Interface common to all objects that provide an input. IInputSelectionProvider - Interface in org.eclipse.jface.viewers Interface common to all objects that provide both an input and
a selection. IInstallConfiguration - Interface in org.eclipse.update.configuration Installation configuration. IInstallConfigurationChangedListener - Interface in org.eclipse.update.configuration Configuration change listener. IInstallDeltaHandler - Interface in org.eclipse.update.configuration Deprecated. Do not use this interface. The extension point deltaHandler has been deprecated. IInstallFeatureOperation - Interface in org.eclipse.update.operations An installation operation. IInstallHandler - Interface in org.eclipse.update.core Custom install handler. IInstallHandlerEntry - Interface in org.eclipse.update.core Install handler entry. IInstallHandlerWithFilter - Interface in org.eclipse.update.core Custom install handler. IIterable - Interface in org.eclipse.core.expressions Objects that are adaptable to IIterable
can be used
as the default variable in an iterate expression. IJobChangeEvent - Interface in org.eclipse.core.runtime.jobs An event describing a change to the state of a job. IJobChangeListener - Interface in org.eclipse.core.runtime.jobs Callback interface for clients interested in being notified when jobs change state. IJobManager - Interface in org.eclipse.core.runtime.jobs The job manager provides facilities for scheduling, querying, and maintaining jobs
and locks. IJobStatus - Interface in org.eclipse.core.runtime.jobs Represents status relating to the execution of jobs. ILabelDecorator - Interface in org.eclipse.jface.viewers A label decorator decorates the label text and image for some element. ILabelProvider - Interface in org.eclipse.jface.viewers Extends IBaseLabelProvider
with the methods
to provide the text and/or image for the label of a given element. ILabelProviderListener - Interface in org.eclipse.jface.viewers A listener which is notified when a label provider's state changes. ILazyContentProvider - Interface in org.eclipse.jface.viewers The ILazyContentProvider is the content provider
for table viewers created using the SWT.VIRTUAL flag that
only wish to return thier contents as they are queried. ILibrary - Interface in org.eclipse.core.runtime Deprecated. In Eclipse 3.0 the plug-in classpath representation was changed. Clients of
ILibrary
are directed to the headers associated with the relevant bundle.
In particular, the Bundle-Classpath
header contains all available information
about the classpath of a plug-in. Having retrieved the header, the ManifestElement
helper class can be used to parse the value and discover the individual
class path entries. The various header attributes are defined in Constants
.
For example,
String header = bundle.getHeaders().get(Constants.BUNDLE_CLASSPATH);
ManifestElement[] elements = ManifestElement.parseHeader(
Constants.BUNDLE_CLASSPATH, header);
if (elements == null)
return;
elements[0].getValue(); // the jar/dir containing the code
...
Note that this new structure does not include information on
which packages are exported or present in the listed classpath entries. This
information is no longer relevant.
See IPluginDescriptor
for information on the relationship between plug-in
descriptors and bundles.
This interface must only be used by plug-ins
which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
ILightweightLabelDecorator - Interface in org.eclipse.jface.viewers The ILightweightLabelDecorator
is a decorator that decorates
using a prefix, suffix and overlay image rather than doing all
of the image and text management itself like an ILabelDecorator
. ILocalSite - Interface in org.eclipse.update.configuration Local Site. ILocalSiteChangedListener - Interface in org.eclipse.update.configuration Local site change listener. ILocalSystemInfoListener - Interface in org.eclipse.update.configuration Local system change listener interface. ILock - Interface in org.eclipse.core.runtime.jobs A lock is used to control access to an exclusive resource. ILog - Interface in org.eclipse.core.runtime A log to which status events can be written. ILogger - Interface in org.eclipse.jface.util A mechanism to log errors throughout JFace. ILogListener - Interface in org.eclipse.core.runtime A log listener is notified of entries added to a plug-in's log. IMAGE -
Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's image (value "image"
).
Image - Class in org.eclipse.swt.graphics Instances of this class are graphics which have been prepared
for display on a specific device. Image(Device, int, int) -
Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the
specified width and height.
Image(Device, 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, InputStream) -
Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation
from the specified input stream.
Image(Device, String) -
Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation
from the file with the specified name.
IMAGE_GIF -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating a GIF format image (value is 2).
IMAGE_JPEG -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating a JPEG format image (value is 4).
IMAGE_PNG -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating a PNG format image (value is 5).
IMAGE_UNDEFINED -
Static variable in class org.eclipse.swt.SWT
Image format constant indicating an unknown image type (value is -1).
ImageData - Class in org.eclipse.swt.graphics Instances of this class are device-independent descriptions
of images. ImageData(int, int, int, PaletteData) -
Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height,
depth and palette.
ImageData(int, int, int, PaletteData, int, byte[]) -
Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height,
depth, palette, scanlinePad and data.
ImageData(InputStream) -
Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData
loaded from the specified
input stream.
ImageData(String) -
Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData
loaded from a file with the
specified name.
ImageDescriptor - Class in org.eclipse.jface.resource An image descriptor is an object that knows how to create
an SWT image. ImageDescriptor() -
Constructor for class org.eclipse.jface.resource.ImageDescriptor
Constructs an image descriptor.
imageDescriptorFromPlugin(String, String) -
Static method in class org.eclipse.ui.plugin.AbstractUIPlugin
Creates and returns a new image descriptor for an image file located
within the specified plug-in.
ImageLoader - Class in org.eclipse.swt.graphics Instances of this class are used to load images from,
and save images to, a file or stream. ImageLoader() -
Constructor for class org.eclipse.swt.graphics.ImageLoader
Construct a new empty ImageLoader.
ImageRegistry - Class in org.eclipse.jface.resource An image registry maintains a mapping between symbolic image names
and SWT image objects or special image descriptor objects which
defer the creation of SWT image objects until they are needed. ImageRegistry() -
Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry.
ImageRegistry(ResourceManager) -
Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry using the given resource manager to allocate images.
ImageRegistry(Display) -
Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry.
IMemento - Interface in org.eclipse.ui Interface to a memento used for saving the important state of an object
in a form that can be persisted in the file system. IMG_DEF_VIEW -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used for views.
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_CLOSED -
Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is IDE-specific, and is therefore found
only in IDE configurations. IDE-specific tools should use
org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJ_PROJECT_CLOSED
instead.
IMG_OBJS_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_ERROR_TSK -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate errors.
IMG_OBJS_INFO_TSK -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate information only.
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_WARN_TSK -
Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate warnings.
IMG_OPEN_MARKER -
Static variable in interface org.eclipse.ui.ISharedImages
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_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.
implies(Permission) -
Method in class org.osgi.framework.AdminPermission
Determines if the specified permission is implied by this object.
implies(Permission) -
Method in class org.osgi.framework.BundlePermission
Determines if the specified permission is implied by this object.
implies(Permission) -
Method in class org.osgi.framework.PackagePermission
Determines if the specified permission is implied by this object.
implies(Permission) -
Method in class org.osgi.framework.ServicePermission
Determines if a ServicePermission
object "implies" the
specified permission.
implies(Permission) -
Method in class org.osgi.service.application.ApplicationAdminPermission
Checks if the specified permission
is implied by this permission.
Import - Class in org.eclipse.update.core Convenience implementation of a plug-in dependency. Import() -
Constructor for class org.eclipse.update.core.Import
IMPORT -
Static variable in class org.osgi.framework.PackagePermission
The action string import
.
IMPORT_PACKAGE -
Static variable in interface org.osgi.framework.Constants
Manifest header (named "Import-Package") identifying the
packages on which the bundle depends.
IMPORT_PACKAGE_PERMISSION -
Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that an Import-Package could
not be resolved because the importing bundle does not have the correct
permissions to import the package.
IMPORT_PACKAGE_USES_CONFLICT -
Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that an Import-Package could
not be resolved because of a uses directive conflict.
IMPORT_SERVICE -
Static variable in interface org.osgi.framework.Constants
Deprecated. As of 1.2.
ImportModel - Class in org.eclipse.update.core.model Plug-in dependency model object. ImportModel() -
Constructor for class org.eclipse.update.core.model.ImportModel
Creates a uninitialized plug-in dependency model object.
importNode(Node, boolean) -
Method in class org.eclipse.ercp.xml.dom.DocumentImpl
importNode(Node, boolean) -
Method in interface org.w3c.dom.Document
Imports a node from another document to this document.
ImportPackageSpecification - Interface in org.eclipse.osgi.service.resolver A representation of one package import constraint as seen in a
bundle manifest and managed by a state and resolver. importPreferences(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.
INamedHandleStateIds - Interface in org.eclipse.core.commands
State identifiers that are understood by named handle objects that implement
IObjectWithState
. include(JarEntry) -
Method in class org.eclipse.update.core.JarContentReference.ContentSelector
Indicates whether the .jar entry should be selected.
INCLUDE_DIRECTIVE -
Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "include").
IncludedFeatureReference - Class in org.eclipse.update.core This is a utility class representing the options of a nested feature. IncludedFeatureReference() -
Constructor for class org.eclipse.update.core.IncludedFeatureReference
Construct a included feature reference
IncludedFeatureReference(IIncludedFeatureReference) -
Constructor for class org.eclipse.update.core.IncludedFeatureReference
Construct a feature options
IncludedFeatureReference(IFeatureReference) -
Constructor for class org.eclipse.update.core.IncludedFeatureReference
Constructor IncludedFeatureReference.
IncludedFeatureReferenceModel - Class in org.eclipse.update.core.model Included Feature reference model object. IncludedFeatureReferenceModel() -
Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Construct a included feature reference
IncludedFeatureReferenceModel(IncludedFeatureReferenceModel) -
Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Construct a included feature reference model
IncludedFeatureReferenceModel(IFeatureReference) -
Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Constructor IncludedFeatureReferenceModel.
IncludedPlugins -
Static variable in class org.eclipse.ercp.update.UIMessages
incrementCount(long) -
Method in class org.eclipse.update.core.InstallMonitor
Increments the number of bytes copied.
inDebugMode() -
Static method in class org.eclipse.core.runtime.Platform
Returns true
if the platform is currently running in
debug mode.
inDebugMode() -
Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns true
if the framework is in debug mode and
false
otherwise.
INDENT -
Static variable in class org.eclipse.ercp.update.UIMessages
INDETERMINATE -
Static variable in interface org.eclipse.core.runtime.content.IContentDescriber
Description result constant, indicating that it was not possible
to determine whether the contents were valid for
the intended content type.
INDETERMINATE -
Static variable in class org.eclipse.swt.SWT
Style constant for progress bar behavior (value is 1<<1).
inDevelopmentMode() -
Static method in class org.eclipse.core.runtime.Platform
Returns true
if the platform is currently running in
development mode.
inDevelopmentMode() -
Method in interface org.eclipse.osgi.service.environment.EnvironmentInfo
Returns true
if the framework is in development mode
and false
otherwise.
index -
Variable in class org.eclipse.swt.widgets.Event
the index of the item where the event occurred
INDEX_PARAMETER_ID -
Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated. no longer used
INDEX_PARAMETER_NAME -
Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated. no longer used
INDEX_PARAMETER_VALUE_NAME -
Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated. no longer used
INDEX_PARAMETER_VALUE_VALUE -
Static variable in class org.eclipse.core.commands.ParameterizedCommand
Deprecated. no longer used
INDEX_SIZE_ERR -
Static variable in exception org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value
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.ercp.swt.mobile.ListView
Gets the index of an item.
indexOf(String, int) -
Method in class org.eclipse.ercp.swt.mobile.ListView
Searches the receiver's list starting at the given, zero-relative index
until an item is found that is equal to the argument, and returns the
index of that item.
indexOf(String) -
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) -
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(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(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.
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.osgi.framework.log.FrameworkLogEntry
Severity constant (bit mask, value 1) indicating this log entry is informational only.
INFO -
Static variable in class org.osgi.framework.FrameworkEvent
An informational event has occurred.
init(String) -
Method in class org.eclipse.ercp.update.views.AbsScreen
init(String, boolean) -
Method in class org.eclipse.ercp.update.views.AbsScreen
init() -
Method in class org.eclipse.swt.graphics.Device
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(IViewSite) -
Method in class org.eclipse.ui.part.ViewPart
init(IViewSite, IMemento) -
Method in class org.eclipse.ui.part.ViewPart
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
initCause(Throwable) -
Method in exception org.eclipse.osgi.signedcontent.InvalidContentException
The cause of this exception can only be set when constructed.
initCause(Throwable) -
Method in exception org.osgi.framework.BundleException
The cause of this exception can only be set when constructed.
initCause(Throwable) -
Method in exception org.osgi.framework.InvalidSyntaxException
The cause of this exception can only be set when constructed.
initCause(Throwable) -
Method in exception org.osgi.service.prefs.BackingStoreException
The cause of this exception can only be set when constructed.
INITIAL_FAST_VIEW_BAR_LOCATION -
Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named org.eclipse.jface.preference indicating where the fast view bar should be docked in a
fresh workspace.
initialize(EventPublisher) -
Method in class org.eclipse.osgi.baseadaptor.BaseAdaptor
This method will call all configured adaptor hooks AdaptorHook.initialize(BaseAdaptor)
method.
initialize() -
Method in class org.eclipse.osgi.baseadaptor.HookRegistry
Initializes the hook configurators.
initialize(BaseAdaptor) -
Method in interface org.eclipse.osgi.baseadaptor.hooks.AdaptorHook
Gets called by the adaptor during FrameworkAdaptor.initialize(EventPublisher)
.
initialize(Dictionary) -
Method in interface org.eclipse.osgi.baseadaptor.hooks.StorageHook
Initializes this storage hook with the content of the specified bundle manifest.
initialize() -
Method in class org.eclipse.osgi.baseadaptor.loader.ClasspathManager
initializes this classpath manager.
initialize() -
Method in interface org.eclipse.osgi.framework.adaptor.BundleClassLoader
Initializes the ClassLoader.
initialize(EventPublisher) -
Method in interface org.eclipse.osgi.framework.adaptor.FrameworkAdaptor
Initialize the FrameworkAdaptor object so that it is ready to be
called by the framework.
initialize(IWorkbenchConfigurer) -
Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary initialization before the workbench starts running.
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.
initialized -
Variable in class org.eclipse.update.core.BaseInstallHandler
Indicates if handler has been initialized
initializedClassLoader(BaseClassLoader, BaseData) -
Method in interface org.eclipse.osgi.baseadaptor.hooks.ClassLoadingHook
Gets called by a classpath manager at the end of
ClasspathManager.initialize()
.
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()
.
initializeImageRegistry(ImageRegistry) -
Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Initializes an image registry with images which are frequently used by the
plugin.
initializeLocations() -
Static method in class org.eclipse.core.runtime.adaptor.LocationManager
Initializes the Location objects for the LocationManager.
initializeMessages(String, Class) -
Static method in class org.eclipse.osgi.util.NLS
Initialize the given class with the values from the specified message bundle.
initializeStorage() -
Method in class org.eclipse.osgi.baseadaptor.BaseAdaptor
initializeStorage() -
Method in interface org.eclipse.osgi.framework.adaptor.FrameworkAdaptor
Initialize the persistent storage for the adaptor.
INode - Interface in org.eclipse.update.util INonPluginEntry - Interface in org.eclipse.update.core Non-plug-in entry defines an arbitrary non-plug-in data file packaged
as part of a feature. Input - Class in org.eclipse.ercp.swt.mobile Instances of this class represent key based input features. inputChanged(MobileDeviceEvent) -
Method in interface org.eclipse.ercp.swt.mobile.MobileDeviceListener
Called when the input configuration has been changed.
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.
InputSource - Class in org.xml.sax A single input source for an XML entity. InputSource() -
Constructor for class org.xml.sax.InputSource
Zero-argument default constructor.
InputSource(String) -
Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
InputSource(InputStream) -
Constructor for class org.xml.sax.InputSource
Create a new input source with a byte stream.
InputSource(Reader) -
Constructor for class org.xml.sax.InputSource
Create a new input source with a character stream.
insert(String) -
Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Inserts a string after the caret position.
insert(int, IContributionItem) -
Method in class org.eclipse.jface.action.ContributionManager
Insert the item at the given index.
insert(Object, int) -
Method in class org.eclipse.jface.viewers.TableViewer
Inserts the given element into this table viewer at the given position.
INSERT -
Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the INSERT key
(value is (1<<24)+9).
insert(String) -
Method in class org.eclipse.swt.widgets.Text
Inserts a string.
insertAfter(String, IContributionItem) -
Method in class org.eclipse.jface.action.ContributionManager
insertAfter(String, IContributionItem) -
Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item after the item with the given id.
insertAfter(String, IContributionItem) -
Method in class org.eclipse.jface.action.SubContributionManager
insertBefore(Node, Node) -
Method in class org.eclipse.ercp.xml.dom.NodeImpl
Inserts the node newChild
before the existing child node
refChild
.
insertBefore(Node, Node) -
Method in class org.eclipse.ercp.xml.dom.TreeNode
Inserts the node newChild
before the existing child node
refChild
.
insertBefore(String, IContributionItem) -
Method in class org.eclipse.jface.action.ContributionManager
insertBefore(String, IContributionItem) -
Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item before the item with the given id.
insertBefore(String, IContributionItem) -
Method in class org.eclipse.jface.action.SubContributionManager
insertBefore(Node, Node) -
Method in interface org.w3c.dom.Node
Inserts the node newChild
before the existing child node
refChild
.
insertData(int, String) -
Method in class org.eclipse.ercp.xml.dom.CharacterDataImpl
Remove a range of 16-bit units from the node.
insertData(int, String) -
Method in interface org.w3c.dom.CharacterData
Insert a string at the specified 16-bit unit offset.
INSERTING_NODE -
Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
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.
INSTALL_FILTER -
Static variable in interface org.eclipse.osgi.service.datalocation.Location
Constant which defines the filter string for acquiring the service which
specifies the install location.
InstallAbortedException - Exception in org.eclipse.update.core.model Exception thrown when the user cancelled an installation. InstallAbortedException(String, Exception) -
Constructor for exception org.eclipse.update.core.model.InstallAbortedException
Construct the exception indicating enclosing CoreException
installBundle(String, URLConnection) -
Method in class org.eclipse.osgi.baseadaptor.BaseAdaptor
installBundle(String, URLConnection) -
Method in interface org.eclipse.osgi.framework.adaptor.FrameworkAdaptor
Prepare to install a bundle from a URLConnection.
installBundle(String) -
Method in interface org.osgi.framework.BundleContext
Installs a bundle from the specified location string.
installBundle(String, InputStream) -
Method in interface org.osgi.framework.BundleContext
Installs a bundle from the specified InputStream
object.
InstallCommand - Class in org.eclipse.update.standalone Command to install a feature. InstallCommand(String, String, String, String, String) -
Constructor for class org.eclipse.update.standalone.InstallCommand
InstallCompleted -
Static variable in class org.eclipse.ercp.update.UIMessages
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.
INSTALLED -
Static variable in interface org.osgi.framework.Bundle
The bundle is installed but not yet resolved.
INSTALLED -
Static variable in class org.osgi.framework.BundleEvent
The bundle has been installed.
installedFeatures -
Variable in class org.eclipse.ercp.update.views.NormalView
InstallFeatures -
Static variable in class org.eclipse.ercp.update.UIMessages
InstallHandlerEntry - Class in org.eclipse.update.core Convenience implementation of an install handler entry. InstallHandlerEntry() -
Constructor for class org.eclipse.update.core.InstallHandlerEntry
Constructor for InstallHandlerEntry.
InstallHandlerEntryModel - Class in org.eclipse.update.core.model Install handler entry model object. InstallHandlerEntryModel() -
Constructor for class org.eclipse.update.core.model.InstallHandlerEntryModel
Creates a uninitialized install handler entry model object.
Installing -
Static variable in class org.eclipse.ercp.update.UIMessages
INSTALLING_SCREEN -
Variable in class org.eclipse.ercp.update.views.NormalView
InstallingScreen - Class in org.eclipse.ercp.update.views 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.
InstallLocalOrRemote -
Static variable in class org.eclipse.ercp.update.UIMessages
InstallMonitor - Class in org.eclipse.update.core 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 in org.eclipse.update.core installNativeCode(String[]) -
Method in class org.eclipse.osgi.baseadaptor.BaseData
installNativeCode(String[]) -
Method in interface org.eclipse.osgi.framework.adaptor.BundleData
Installs the native code paths for this BundleData.
InstallNotCompleted -
Static variable in class org.eclipse.ercp.update.UIMessages
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
InstallStatus -
Static variable in class org.eclipse.ercp.update.UIMessages
InstallToLocation -
Static variable in class org.eclipse.ercp.update.UIMessages
INSTANCE_FILTER -
Static variable in interface org.eclipse.osgi.service.datalocation.Location
Constant which defines the filter string for acquiring the service which
specifies the instance location.
INSTANCEOF -
Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the instanceof expression (value: instanceof
)
InstanceScope - Class in org.eclipse.core.runtime.preferences Object representing the instance scope in the Eclipse preferences
hierarchy. InstanceScope() -
Constructor for class org.eclipse.core.runtime.preferences.InstanceScope
Create and return a new instance scope instance.
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.
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
).
INTERACTIVE -
Static variable in class org.eclipse.core.runtime.jobs.Job
Job priority constant (value 10) for interactive jobs.
INTERNAL -
Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
local feature which is only available when mobile device is opened
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.
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.
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.
internalCreateDescriptor() -
Method in class org.eclipse.core.expressions.PropertyTester
Note: this method is for internal use only.
internalEntityDecl(String, String) -
Method in interface org.xml.sax.ext.DeclHandler
Report an internal entity declaration.
internalEntityDecl(String, String) -
Method in class org.xml.sax.ext.DefaultHandler2
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.jface.viewers.AbstractTreeViewer
Recursively expands the subtree rooted at the given widget to the given
level.
internalGetWidgetToSelect(Object) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the widget to be selected for the given element.
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.
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.
internalSetItems(IContributionItem[]) -
Method in class org.eclipse.jface.action.ContributionManager
An internal method for setting the order of the contribution items.
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.SubMonitor
internalWorked(double) -
Method in class org.eclipse.core.runtime.SubProgressMonitor
internalWorked(double) -
Method in class org.eclipse.ercp.update.views.UpdateMonitor
internalWorked(double) -
Method in class org.eclipse.update.core.InstallMonitor
Indicate monitor progress.
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.
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.
INullSelectionListener - Interface in org.eclipse.ui Interface for listening to null
selection changes. INUSE_ATTRIBUTE_ERR -
Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
INUSE_ATTRIBUTE_ERR -
Static variable in exception org.w3c.dom.DOMException
If an attempt is made to add an attribute that is already in use
elsewhere
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_ACCESS_ERR -
Static variable in exception org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying
object.
INVALID_CHARACTER_ERR -
Static variable in exception org.w3c.dom.DOMException
If an invalid or illegal character is specified, such as in a name.
INVALID_MODIFICATION_ERR -
Static variable in exception org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_NATIVECODE_PATHS -
Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that a bundle could not be
resolved because the matching native code paths are invalid.
INVALID_RATIO -
Static variable in interface org.eclipse.ui.IPageLayout
A variable used to represent invalid ratios.
INVALID_STATE_ERR -
Static variable in exception org.w3c.dom.DOMException
If an attempt is made to use an object that is not, or is no longer,
usable.
InvalidContentException - Exception in org.eclipse.osgi.signedcontent Indicates that signed content is invalid according to one of the signers. InvalidContentException(String, Throwable) -
Constructor for exception org.eclipse.osgi.signedcontent.InvalidContentException
Constructs an InvalidContentException
with the specified detail
message and cause.
InvalidRegistryObjectException - Exception in org.eclipse.core.runtime An unchecked exception indicating that an attempt to access
an extension registry object that is no longer valid. InvalidRegistryObjectException() -
Constructor for exception org.eclipse.core.runtime.InvalidRegistryObjectException
Creates a new exception instance with null as its detail message.
InvalidSiteTypeException - Exception in org.eclipse.update.core.model 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 exception org.eclipse.update.core.model.InvalidSiteTypeException
Construct the exception indicating the detected site type
InvalidSyntaxException - Exception in org.osgi.framework A Framework exception used to indicate that a filter string has an invalid
syntax. InvalidSyntaxException(String, String) -
Constructor for exception org.osgi.framework.InvalidSyntaxException
Creates an exception of type InvalidSyntaxException
.
InvalidSyntaxException(String, String, Throwable) -
Constructor for exception org.osgi.framework.InvalidSyntaxException
Creates an exception of type InvalidSyntaxException
.
IObjectWithState - Interface in org.eclipse.core.commands
An object that holds zero or more state objects. IOpenEventListener - Interface in org.eclipse.jface.util Listener for open events which are generated on selection
of default selection depending on the user preferences. IOpenListener - Interface in org.eclipse.jface.viewers A listener which is notified of open events on viewers. IOperation - Interface in org.eclipse.update.operations Base update manager operation. IOperationApprover - Interface in org.eclipse.core.commands.operations
IOperationApprover defines an interface for approving the undo or redo of a
particular operation within an operation history. IOperationApprover2 - Interface in org.eclipse.core.commands.operations Extends IOperationApprover
to approve the execution of a particular
operation within an operation history. IOperationFactory - Interface in org.eclipse.update.operations A factory interface for creating operations. IOperationHistory - Interface in org.eclipse.core.commands.operations
IOperationHistory tracks a history of operations that can be undone or
redone. IOperationHistoryListener - Interface in org.eclipse.core.commands.operations
This interface is used to listen to notifications from an IOperationHistory. IOperationListener - Interface in org.eclipse.update.operations Listener for the operation lifecycle. IOperationValidator - Interface in org.eclipse.update.operations This class contains various validation methods to be invoked before or during executing update manager
operations. IOSpecificCall - Class in org.eclipse.ercp.xml.io Implementation of AbstractIOSpecificCall against Core and Higher IPageLayout - Interface in org.eclipse.ui A page layout defines the initial layout for a page in a workbench org.eclipse.jface.window. IPageListener - Interface in org.eclipse.ui Interface for listening to page lifecycle events. IPageService - Interface in org.eclipse.ui A page service tracks the page and perspective lifecycle events
within a workbench org.eclipse.jface.window. IParameter - Interface in org.eclipse.core.commands
A parameter for a command. IParameterTypeListener - Interface in org.eclipse.core.commands An instance of this interface can be used by clients to receive notification
of changes to one or more instances of ParameterType
. IParameterValues - Interface in org.eclipse.core.commands
The parameters for a command. IPartListener - Interface in org.eclipse.ui Interface for listening to part lifecycle events. IPartListener2 - Interface in org.eclipse.ui Interface for listening to part lifecycle events. IPartService - Interface in org.eclipse.ui A part service tracks the creation and activation of parts within a
workbench page. IPath - Interface in org.eclipse.core.runtime A path is an ordered collection of string segments,
separated by a standard separator character, "/". IPersistable - Interface in org.eclipse.ui Objects implementing this interface are capable of saving their
state in an IMemento. IPersistableElement - Interface in org.eclipse.ui Interface for asking an object to store its state in a memento. IPersistentPreferenceStore - Interface in org.eclipse.jface.preference IPersistentPreferenceStore is a preference store that can
be saved. IPerspectiveDescriptor - Interface in org.eclipse.ui A perspective descriptor describes a perspective in an
IPerspectiveRegistry
. IPerspectiveFactory - Interface in org.eclipse.ui A perspective factory generates the initial page layout and visible
action set for a page. IPerspectiveListener - Interface in org.eclipse.ui Interface for listening to perspective lifecycle events. IPerspectiveListener2 - Interface in org.eclipse.ui Extension interface to IPerspectiveListener
which
adds support for listening to part-specific perspective lifecycle events. IPerspectiveListener3 - Interface in org.eclipse.ui Extension interface to IPerspectiveListener
which
adds support for listening to perspective open and close events. IPerspectiveRegistry - Interface in org.eclipse.ui The workbench's global registry of perspectives. IPlaceholderFolderLayout - Interface in org.eclipse.ui An IPlaceholderFolderLayout
is used to define the initial
places for page placeholders within a folder placeholder. IPlatformConfiguration - Interface in org.eclipse.update.configurator Platform configuration interface. IPlatformConfiguration.IFeatureEntry - Interface in org.eclipse.update.configurator Feature entry. IPlatformConfiguration.ISiteEntry - Interface in org.eclipse.update.configurator Configuration entry representing an install site. IPlatformConfiguration.ISitePolicy - Interface in org.eclipse.update.configurator Site policy. IPlatformConfigurationFactory - Interface in org.eclipse.update.configurator Factory for creating platform configurations. IPlatformEnvironment - Interface in org.eclipse.update.core Plug-in entry defines a packaging reference from a feature to a plug-in. IPlatformRunnable - Interface in org.eclipse.core.runtime Deprecated. use IApplication
IPluginContribution - Interface in org.eclipse.ui An interface that descriptor classes may implement in addition to their
descriptor interface. IPluginDescriptor - Interface in org.eclipse.core.runtime 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 in org.eclipse.update.core Plug-in entry defines a packaging reference from a feature to a plug-in. IPluginPrerequisite - Interface in org.eclipse.core.runtime 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 in org.eclipse.core.runtime 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.
IPostSelectionProvider - Interface in org.eclipse.jface.viewers Selection provider extension interface to allow providers
to notify about post selection changed events. IPreferenceFilter - Interface in org.eclipse.core.runtime.preferences Preference filters are used to describe the relationship between the
preference tree and a data set when importing/exporting preferences. IPreferenceNode - Interface in org.eclipse.jface.preference Interface to a node in a preference dialog. IPreferenceNodeVisitor - Interface in org.eclipse.core.runtime.preferences This interface is implemented by objects that visit preference nodes. IPreferencePage - Interface in org.eclipse.jface.preference An interface for a preference page. IPreferencePageContainer - Interface in org.eclipse.jface.preference An interface used by a preference page to talk to
its dialog. IPreferencesService - Interface in org.eclipse.core.runtime.preferences The preference service provides facilities for dealing with the default scope
precedence lookup order, querying the preference store for values using this order,
accessing the root of the preference store node hierarchy, and importing/exporting
preferences. IPreferenceStore - Interface in org.eclipse.jface.preference The IPreferenceStore
interface represents a table mapping
named preferences to values. IPresentablePart - Interface in org.eclipse.ui.presentations This is a skin's interface to the contents of a view or editor. IProblemHandler - Interface in org.eclipse.update.configuration Generic problem handler. IProduct - Interface in org.eclipse.core.runtime Products are the Eclipse unit of branding. IProductProvider - Interface in org.eclipse.core.runtime Product providers define products (units of branding) which have been installed in
the current system. IProgressMonitor - Interface in org.eclipse.core.runtime The IProgressMonitor
interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. IProgressMonitorWithBlocking - Interface in org.eclipse.core.runtime 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. IPropertyChangeListener - Interface in org.eclipse.jface.util Listener for property changes. IPropertyListener - Interface in org.eclipse.ui Interface for listening for property changes on an object. IPropertyTester - Interface in org.eclipse.core.expressions A property tester can be used to add additional properties to test to an
existing type. IQueryUpdateSiteAdapter - Interface in org.eclipse.update.search This interface is used for update site adapter used
for specific query serches. IRegistryChangeEvent - Interface in org.eclipse.core.runtime Registry change events describe changes to the extension registry. IRegistryChangeListener - Interface in org.eclipse.core.runtime Note: for new implementations consider using IRegistryEventListener
.IRegistryEventListener - Interface in org.eclipse.core.runtime A registry event listener is notified of changes to extension points. IRegistryProvider - Interface in org.eclipse.core.runtime.spi Implement this interface to specify a contributed extension registry. IReplaceFeatureVersionOperation - Interface in org.eclipse.update.operations Operation that replaces a current feature by another version. IRevertConfigurationOperation - Interface in org.eclipse.update.operations An operation in which the current configuration is replaced by a previous one. IRunnableContext - Interface in org.eclipse.jface.operation Interface for UI components which can execute a long-running operation
in the form of an IRunnableWithProgress
. IRunnableWithProgress - Interface in org.eclipse.jface.operation The IRunnableWithProgress
interface should be implemented by any
class whose instances are intended to be executed as a long-running operation. isAbsolute() -
Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is an absolute path (ignoring
any device id).
isAbsolute() -
Method in class org.eclipse.core.runtime.Path
isAbsolute() -
Method in class org.eclipse.osgi.framework.adaptor.FilePath
Returns whether this path is absolute (begins with a slash).
isActivated() -
Method in class org.eclipse.jface.viewers.CellEditor
Returns whether this cell editor is activated.
isActive() -
Method in class org.eclipse.ercp.swt.mobile.Screen
Returns whether the screen is currently active.
isActive -
Variable in class org.eclipse.ercp.swt.mobile.ScreenEvent
whether screen is active or 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.
isActiveContextsChanged() -
Method in class org.eclipse.core.commands.contexts.ContextManagerEvent
Returns whether the active context identifiers have changed.
ISafeRunnable - Interface in org.eclipse.core.runtime Safe runnables represent blocks of code and associated exception
handlers. ISafeRunnableRunner - Interface in org.eclipse.jface.util Runs a safe runnables. isApplicationMenu(IWorkbenchWindowConfigurer, String) -
Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override ActionBarAdvisor#isApplicationMenu(String)
instead
isApplicationMenu(String) -
Method in interface org.eclipse.ui.IWorkbenchWindow
Returns whether the specified menu is an application menu as opposed to
a part menu.
isAssignableTo(Bundle, String) -
Method in interface org.osgi.framework.ServiceReference
Tests if the bundle that registered the service referenced by this
ServiceReference
and the specified bundle use the same
source for the package of the specified class name.
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.
ISaveablePart - Interface in org.eclipse.ui Workbench parts implement or adapt to this interface to participate
in the enablement and execution of the Save
and
Save As
actions. ISaveablePart2 - Interface in org.eclipse.ui Workbench parts implement or adapt to this interface to participate
in actions that require a prompt for the user to provide input on
what to do with unsaved data when the part is closed or the Workbench
is shut down. 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.
isBlocking() -
Method in class org.eclipse.core.runtime.jobs.Job
Returns whether this job is blocking a higher priority non-system job from
starting due to a conflicting scheduling rule.
isBundleActivationPolicyUsed(Bundle) -
Method in interface org.osgi.service.startlevel.StartLevel
Returns whether the specified bundle's autostart setting indicates that
the activation policy declared in the bundle's manifest must be used.
isBundlePersistentlyStarted(Bundle) -
Method in interface org.osgi.service.startlevel.StartLevel
Returns whether the specified bundle's autostart setting indicates the
bundle must be started.
isBusy() -
Method in interface org.eclipse.ui.presentations.IPresentablePart
Return true if the the receiver is currently in a busy state.
isCacheReadOnly(int) -
Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Returns the read-only status of the registry cache location.
isCanceled() -
Method in interface org.eclipse.core.runtime.IProgressMonitor
Returns whether cancelation of current operation has been requested.
isCanceled() -
Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation returns the value of the internal
state variable set by setCanceled
.
isCanceled() -
Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor
method forwards to the wrapped progress monitor.
isCanceled() -
Method in class org.eclipse.core.runtime.SubMonitor
isCanceled() -
Method in class org.eclipse.ercp.update.views.UpdateMonitor
isCanceled() -
Method in class org.eclipse.update.core.InstallMonitor
Check is use indicated that the operation be cancelled.
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
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.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.
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.
ISchedulingRule - Interface in org.eclipse.core.runtime.jobs Scheduling rules are used by jobs to indicate when they need exclusive access
to a resource. isClipped() -
Method in class org.eclipse.swt.graphics.GC
Returns true
if the receiver has a clipping
region set into it, and false
otherwise.
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
isClosing(BundleFile) -
Method in class org.eclipse.osgi.baseadaptor.bundlefile.MRUBundleFileList
Returns true if this MRUBundleFileList is currently closing the specified bundle file on the current thread.
isClosing() -
Method in interface org.eclipse.ui.IWorkbench
Returns a boolean indicating whether the workbench is in the process
of closing.
isCoalescing() -
Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce
parsers which converts CDATA nodes to Text nodes and appends it to
the adjacent (if any) Text node.
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.
isCompatible(Object) -
Method in class org.eclipse.core.commands.ParameterType
Returns whether the provided value is compatible with this parameter
type.
isCompatibleWith(PluginVersionIdentifier) -
Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated. Compares two version identifiers for compatibility.
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
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.
IScope - Interface in org.eclipse.core.runtime.preferences Clients contributing a scope to the Eclipse preference system must
implement this interface to aid Eclipse in creating a new node for the
hierarchy. IScopeContext - Interface in org.eclipse.core.runtime.preferences Clients implement this interface to provide context to a
particular scope. 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
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.
isDeclared(int) -
Method in interface org.xml.sax.ext.Attributes2
Returns false unless the attribute was declared in the DTD.
isDeclared(String) -
Method in interface org.xml.sax.ext.Attributes2
Returns false unless the attribute was declared in the DTD.
isDeclared(String, String) -
Method in interface org.xml.sax.ext.Attributes2
Returns false unless the attribute was declared in the DTD.
isDeclared(int) -
Method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of the attribute's "declared" flag.
isDeclared(String, String) -
Method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of the attribute's "declared" flag.
isDeclared(String) -
Method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of the attribute's "declared" flag.
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.
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
isDefaultCommand() -
Method in class org.eclipse.ercp.swt.mobile.Command
Returns true
if the command is a Default Command, and
false
otherwise.
isDefined() -
Method in class org.eclipse.core.commands.common.HandleObject
Whether this instance is defined.
isDefinedChanged() -
Method in class org.eclipse.core.commands.common.AbstractHandleObjectEvent
Returns whether or not the defined property changed.
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.
isDescriptionChanged() -
Method in class org.eclipse.core.commands.common.AbstractNamedHandleEvent
Returns whether or not the description property changed.
isDirect -
Variable in class org.eclipse.swt.graphics.PaletteData
true if the receiver is a direct palette,
and false otherwise
isDirectory(File) -
Method in class org.eclipse.osgi.framework.util.SecureAction
Returns true if a file is a directory, otherwise false is returned.
isDirty() -
Method in class org.eclipse.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.osgi.baseadaptor.BaseData
Returns true if this bundledata is dirty
isDirty() -
Method in interface org.eclipse.ui.ISaveablePart
Returns whether the contents of this part have changed since the last save
operation.
isDirty() -
Method in interface org.eclipse.ui.presentations.IPresentablePart
Returns true iff the contents of this part have changed recently.
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.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.widgets.Widget
Returns true
if the widget has been disposed,
and false
otherwise.
isDone() -
Method in class org.eclipse.ercp.update.views.UpdateMonitor
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.SubContributionItem
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.
ISelection - Interface in org.eclipse.jface.viewers Interface for a selection. ISelectionChangedListener - Interface in org.eclipse.jface.viewers A listener which is notified when a viewer's selection changes. ISelectionListener - Interface in org.eclipse.ui Interface for listening to selection changes. ISelectionProvider - Interface in org.eclipse.jface.viewers Interface common to all objects that provide a selection. ISelectionService - Interface in org.eclipse.ui A selection service tracks the selection within an object. isEmpty() -
Method in interface org.eclipse.core.runtime.IPath
Returns whether this path has no segments and is not
a root path.
isEmpty() -
Method in class org.eclipse.core.runtime.ListenerList
Returns whether this listener list is empty.
isEmpty() -
Method in class org.eclipse.core.runtime.Path
isEmpty() -
Method in class org.eclipse.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.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.osgi.framework.util.Headers
Tests if this dictionary maps no keys to value.
isEmpty() -
Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Returns true if this set is empty
isEmpty() -
Method in interface org.eclipse.osgi.service.resolver.State
Returns whether this state is empty.
isEmpty() -
Method in class org.eclipse.swt.graphics.Rectangle
Returns true
if the receiver does not cover any
area in the (x, y) coordinate plane, and false
if
the receiver does cover some area in the plane.
isEnabled() -
Method in class org.eclipse.core.commands.AbstractHandler
Whether this handler is capable of executing at this time.
isEnabled() -
Method in class org.eclipse.core.commands.Command
Returns whether this command has a handler, and whether this handler is
also handled and enabled.
isEnabled() -
Method in interface org.eclipse.core.commands.IHandler
Returns whether this handler is capable of executing at this moment in
time.
isEnabled(String) -
Static method in class org.eclipse.core.runtime.PerformanceStats
Returns whether monitoring of a given performance event is enabled.
isEnabled() -
Method in class org.eclipse.ercp.swt.mobile.Command
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.jface.action.Action
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 class org.eclipse.jface.action.SubContributionItem
isEnabled() -
Method in class org.eclipse.osgi.baseadaptor.bundlefile.MRUBundleFileList
isEnabled() -
Method in class org.eclipse.swt.widgets.Control
Returns true
if the receiver is enabled and all
ancestors up to and including the receiver's nearest ancestor
shell are enabled.
isEnabled() -
Method in class org.eclipse.swt.widgets.Menu
Returns true
if the receiver is enabled and all
of the receiver's ancestors are enabled, and false
otherwise.
isEnabled() -
Method in class org.eclipse.swt.widgets.MenuItem
Returns true
if the receiver is enabled and all
of the receiver's ancestors are enabled, and false
otherwise.
isEnabled() -
Method in class org.eclipse.swt.widgets.ScrollBar
Returns true
if the receiver is enabled and all
of the receiver's ancestors are enabled, and false
otherwise.
isEnabled() -
Method in interface org.eclipse.update.configuration.IConfiguredSite
Indicates if the site is enabled.
isEnabledChanged() -
Method in class org.eclipse.core.commands.CommandEvent
Return whether the enable property changed.
isEnabledChanged() -
Method in class org.eclipse.core.commands.HandlerEvent
Returns whether or not the enabled property changed.
isEquivalentTo(PluginVersionIdentifier) -
Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated. Compares two version identifiers for equivalency.
isEssentialFeature(VersionedIdentifier) -
Method in class org.eclipse.ercp.update.views.ManageScreen
ISessionDelta - Interface in org.eclipse.update.configuration Deprecated. Do not use this interface 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.
isExpandable(Object) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Return whether the tree node representing the given element can be
expanded.
isExpandEntityReferences() -
Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce
parsers which expand entity reference nodes.
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 interface org.eclipse.osgi.service.resolver.BundleSpecification
Returns whether or not this bundle specificiation is exported from the
declaring bundle.
isExportRoot() -
Method in interface org.eclipse.core.runtime.preferences.IExportedPreferences
Return true
if this node was an export root
when the preferences were exported, and false
otherwise.
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.
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.
isFeatureReady() -
Method in class org.eclipse.update.util.FeatureWrap
isFeatureVerification() -
Method in interface org.eclipse.update.core.IVerificationResult
Indicates whether the referenced file is part of the overall feature
definition, or one of its component plug-in or non-plug-in entries.
isFilterProperty(Object, String) -
Method in class org.eclipse.jface.viewers.ViewerFilter
Returns whether this viewer filter would be affected
by a change to the given property of the given element.
isFindEnabled() -
Method in class org.eclipse.jface.viewers.CellEditor
Returns true
if this cell editor is
able to perform the find action.
isFixed() -
Method in interface org.eclipse.ui.IPageLayout
Returns true
if this layout is fixed, false
if not.
isFocusControl() -
Method in class org.eclipse.swt.widgets.Control
Returns true
if the receiver has the user-interface
focus, and false
otherwise.
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.
isGreaterOrEqualTo(PluginVersionIdentifier) -
Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated. Compares two version identifiers to see if this one is
greater than or equal to the argument.
isGreaterThan(PluginVersionIdentifier) -
Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated. Compares two version identifiers for order using multi-decimal
comparison.
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.SubContributionItem
isHandled() -
Method in class org.eclipse.core.commands.AbstractHandler
Whether this handler is capable of handling delegated responsibilities at
this time.
isHandled() -
Method in class org.eclipse.core.commands.Command
Returns whether this command has a handler, and whether this handler is
also handled.
isHandled() -
Method in interface org.eclipse.core.commands.IHandler
Returns whether this handler is really capable of handling delegation.
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.
ISharedImages - Interface in org.eclipse.ui A registry for common images used by the workbench which may be useful
to other plug-ins. isHelpContextIdChanged() -
Method in class org.eclipse.core.commands.CommandEvent
Returns whether or not the help context identifier changed.
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
isIdle() -
Method in interface org.eclipse.core.runtime.jobs.IJobManager
Returns whether the job manager is currently idle.
isIgnoringComments() -
Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce
parsers which ignores comments.
isIgnoringElementContentWhitespace() -
Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce
parsers which ignore ignorable whitespace in element content.
isIncluded(Version) -
Method in class org.eclipse.osgi.service.resolver.VersionRange
Returns whether the given version is included in this VersionRange.
isInProgress() -
Static method in class org.eclipse.update.operations.OperationsManager
Returns true when some operation is being executed, false otherwise.
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.
ISite - Interface in org.eclipse.update.core Site represents a location containing some number of features (packaged
or installed). ISiteContentProvider - Interface in org.eclipse.update.core Site content provider. ISiteFactory - Interface in org.eclipse.update.core Site factory interface. ISiteFactoryExtension - Interface in org.eclipse.update.core
This is an extension to the standard ISiteFactory interface. ISiteFeatureReference - Interface in org.eclipse.update.core Site Feature reference. ISiteWithMirrors - Interface in org.eclipse.update.core An extension of ISite that supports mirrors. ISizeProvider - Interface in org.eclipse.ui WARNING: EXPERIMENTAL! isKindOf(IContentType) -
Method in interface org.eclipse.core.runtime.content.IContentType
Returns whether this content type is a kind of the given content
type.
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
.
isLaunchableSpecific() -
Method in class org.osgi.service.application.ApplicationDescriptor
This method is called by launch() to verify that according to the
container, the application is launchable.
isLegal(boolean) -
Static method in class org.eclipse.core.runtime.Assert
Asserts that an argument is legal.
isLegal(boolean, String) -
Static method in class org.eclipse.core.runtime.Assert
Asserts that an argument is legal.
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.
isListenerAttached() -
Method in class org.eclipse.core.commands.common.EventManager
Whether one or more listeners are attached to the manager.
isListening(int) -
Method in class org.eclipse.swt.widgets.Widget
Returns true
if there are any listeners
for the specified event type associated with the receiver,
and false
otherwise.
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.
isLocked() -
Method in interface org.eclipse.osgi.service.datalocation.Location
Returns true
if this location is locked and false
otherwise.
isLockOwnerThread() -
Method in class org.eclipse.core.runtime.jobs.LockListener
Returns whether this thread currently owns any locks
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;
isModalContextThread(Thread) -
Static method in class org.eclipse.jface.operation.ModalContext
Returns whether the given thread is running a modal context.
isMoveable() -
Method in interface org.eclipse.ui.IViewLayout
Returns whether the view is moveable.
isMultiHost() -
Method in interface org.eclipse.osgi.service.resolver.HostSpecification
Returns if this HostSpecification is allowed to have multiple hosts
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
isMutable() -
Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the Condition is mutable.
isNameChanged() -
Method in class org.eclipse.core.commands.common.AbstractNamedHandleEvent
Returns whether or not the name property changed.
isNamed(String, String) -
Method in class org.eclipse.ercp.xml.parser.NSDeclaration
isNamespaceAware() -
Method in class javax.xml.parsers.DocumentBuilder
Indicates whether or not this parser is configured to
understand namespaces.
isNamespaceAware() -
Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
isNamespaceAware() -
Method in class javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() -
Method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
isNamespaceAware() -
Method in class org.eclipse.ercp.jaxp.implForCore.DocumentBuilderImpl
isNamespaceAware() -
Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceDeclUris() -
Method in class org.xml.sax.helpers.NamespaceSupport
Returns true if namespace declaration attributes are placed into
a namespace.
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)
isNotNull(Object) -
Static method in class org.eclipse.core.runtime.Assert
Asserts that the given object is not null
.
isNotNull(Object, String) -
Static method in class org.eclipse.core.runtime.Assert
Asserts that the given object is not null
.
isNotNull(Object) -
Static method in class org.eclipse.jface.util.Assert
Asserts that the given object is not null
.
isNotNull(Object, String) -
Static method in class org.eclipse.jface.util.Assert
Asserts that the given object is not null
.
ISO_8859_1 -
Static variable in class org.eclipse.ui.WorkbenchEncoding
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1
M2.
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
isOpen() -
Method in class org.eclipse.ercp.swt.mobile.MobileDevice
Returns whether device is opened.
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.osgi.service.resolver.BundleSpecification
Returns whether or not this bundle specificiation is optional.
isOptional() -
Method in interface org.eclipse.osgi.service.resolver.NativeCodeSpecification
Returns whether or not this native code specification is optional.
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.
isParametersChanged() -
Method in class org.eclipse.core.commands.CommandEvent
Returns whether or not the parameters have changed.
isParameterTypeChanged() -
Method in class org.eclipse.core.commands.CommandManagerEvent
Returns whether the list of defined command parameter type identifiers
has changed.
isParameterTypeDefined() -
Method in class org.eclipse.core.commands.CommandManagerEvent
Returns whether the command parameter type identifier became defined.
isParentIdChanged() -
Method in class org.eclipse.core.commands.contexts.ContextEvent
Returns whether or not the parentId property changed.
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.
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.
isPerfect(PluginVersionIdentifier) -
Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated. Compares two version identifiers for perfect equality.
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.
isPostponed() -
Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the evaluation must be postponed until the end of the
permission check.
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
isPreviousSelected() -
Method in class org.eclipse.update.util.CategoryWrap
isPreviousSelected() -
Method in class org.eclipse.update.util.FeatureWrap
isPreviousSelected() -
Method in interface org.eclipse.update.util.INode
isPreviousSelected() -
Method in class org.eclipse.update.util.SiteWrap
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.
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.
isReadOnly() -
Method in class org.eclipse.osgi.baseadaptor.BaseAdaptor
Returns true if the persistent storage is read-only
isReadOnly() -
Method in interface org.eclipse.osgi.service.datalocation.Location
Returns true
if this location represents a read only location and
false
otherwise.
isReadOnly() -
Method in class org.eclipse.osgi.service.security.TrustEngine
Return a value indicate whether this trust engine is read-only.
isReadOnly() -
Method in class org.eclipse.osgi.storagemanager.StorageManager
Returns if readOnly state this storage manager is using.
isReadOnly() -
Method in class org.eclipse.update.core.model.ModelObject
Returns whether or not this model object is read-only.
isRecurring() -
Method in interface org.osgi.service.application.ScheduledApplication
Queries if the schedule is recurring.
isRedoEnabled() -
Method in class org.eclipse.jface.viewers.CellEditor
Returns true
if this cell editor is
able to perform the redo action.
isRemovalPending() -
Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns whether this bundle is pending a removal.
isRemovalPending() -
Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns true
if the package associated with this
ExportedPackage
object has been exported by a bundle that
has been updated or uninstalled.
isRemovalPending() -
Method in interface org.osgi.service.packageadmin.RequiredBundle
Returns true
if the bundle associated with this
RequiredBundle
object has been updated or uninstalled.
isReparentable() -
Method in class org.eclipse.swt.widgets.Control
Returns true
if the underlying operating
system supports this reparenting, otherwise false
isRequested(QualifiedName) -
Method in interface org.eclipse.core.runtime.content.IContentDescription
Returns whether the given property is requested to be described.
isResolvable(ImportPackageSpecification) -
Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns whether the given package specification constraint is resolvable.
isResolvable(BundleSpecification) -
Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns whether the given bundle specification constraint is resolvable.
isResolvable(HostSpecification) -
Method in interface org.eclipse.osgi.service.resolver.StateHelper
Returns whether the given host specification constraint is resolvable.
isResolved() -
Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns true if this bundle is resolved in its host state.
isResolved() -
Method in interface org.eclipse.osgi.service.resolver.State
Returns true if there have been no modifications to this state since the
last time resolve() was called.
isResolved() -
Method in interface org.eclipse.osgi.service.resolver.VersionConstraint
Returns whether this constraint is resolved.
isReturnTypeChanged() -
Method in class org.eclipse.core.commands.CommandEvent
Returns whether or not the return type property changed.
isRoot() -
Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is a root path.
isRoot() -
Method in class org.eclipse.core.runtime.Path
isRoot() -
Method in interface org.eclipse.osgi.service.resolver.ExportPackageDescription
Deprecated. all export package descriptions are roots. The Reexport-Package header
never became API.
isRunning() -
Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
Returns true if the platform is already running, false otherwise.
isRunning() -
Static method in class org.eclipse.core.runtime.Platform
Returns whether the platform is running.
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.
isSatisfied() -
Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the Condition is satisfied.
isSatisfied(Condition[], Dictionary) -
Method in interface org.osgi.service.condpermadmin.Condition
Returns whether a the set of Conditions are satisfied.
isSatisfiedBy(BaseDescription) -
Method in interface org.eclipse.osgi.service.resolver.VersionConstraint
Returns whether this constraint could be satisfied by the given supplier.
isSaveAllEnabled() -
Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor
implementation of this
CellEditor
method always returns true
.
isSaveAsAllowed() -
Method in interface org.eclipse.ui.ISaveablePart
Returns whether the "Save As" operation is supported by this part.
isSaveOnCloseNeeded() -
Method in interface org.eclipse.ui.ISaveablePart
Returns whether the contents of this part should be saved when the part
is closed.
isSearchInProgress() -
Method in class org.eclipse.update.search.UpdateSearchRequest
Tests whether this search request is current running.
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.ercp.swt.mobile.ListView
Returns true
if the item is selected, and
false
otherwise.
isSelected(int) -
Method in class org.eclipse.swt.widgets.List
Returns true
if the item is selected,
and false
otherwise.
isSelected(int) -
Method in class org.eclipse.swt.widgets.Table
Returns true
if the item is selected,
and false
otherwise.
isSelected() -
Method in class org.eclipse.update.util.CategoryWrap
isSelected() -
Method in class org.eclipse.update.util.FeatureWrap
isSelected() -
Method in interface org.eclipse.update.util.INode
isSelected() -
Method in class org.eclipse.update.util.SiteWrap
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.SubContributionItem
isSet() -
Method in interface org.eclipse.osgi.service.datalocation.Location
Returns true
if this location has a value and false
otherwise.
isSigned() -
Method in interface org.eclipse.osgi.signedcontent.SignedContent
Returns true if the content is signed; false otherwise.
isSigned() -
Method in interface org.eclipse.osgi.signedcontent.SignedContentEntry
Returns true if the entry is signed; false otherwise.
isSingleton() -
Method in class org.eclipse.ercp.eworkbench.ApplicationDescriptor
Returns true
if this perspective is a singleton.
isSingleton() -
Method in interface org.eclipse.ercp.eworkbench.IApplicationDescriptor
isSingleton() -
Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns whether this bundle is a singleton.
isSmartPhone -
Variable in class org.eclipse.ercp.update.views.NormalView
isSoftKeySupported -
Variable in class org.eclipse.ercp.update.views.NormalView
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.
isSpecified(int) -
Method in interface org.xml.sax.ext.Attributes2
Returns true unless the attribute value was provided
by DTD defaulting.
isSpecified(String, String) -
Method in interface org.xml.sax.ext.Attributes2
Returns true unless the attribute value was provided
by DTD defaulting.
isSpecified(String) -
Method in interface org.xml.sax.ext.Attributes2
Returns true unless the attribute value was provided
by DTD defaulting.
isSpecified(int) -
Method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of an attribute's "specified" flag.
isSpecified(String, String) -
Method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of an attribute's "specified" flag.
isSpecified(String) -
Method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of an attribute's "specified" flag.
isStackMoveable() -
Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Returns true iff this entire stack can be dragged
isStandalone() -
Method in interface org.eclipse.ui.IViewLayout
Returns whether the view is a standalone view.
isStopping() -
Method in class org.eclipse.osgi.baseadaptor.BaseAdaptor
Returns true if the BaseAdaptor.frameworkStopping(BundleContext)
method has been called
isSupported(String, String) -
Method in class org.eclipse.ercp.xml.dom.NodeImpl
Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
isSupported(String, String) -
Method in interface org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
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.core.runtime.jobs.IJobManager
Returns whether the job manager is currently suspended.
isSystem() -
Method in class org.eclipse.core.runtime.jobs.Job
Returns whether this job is a system job.
IStackPresentationSite - Interface in org.eclipse.ui.presentations Represents the main interface between a StackPresentation and the workbench. IStartup - Interface in org.eclipse.ui Plug-ins that register a startup extension will be activated after
the Workbench initializes and have an opportunity to run
code that can't be implemented using the normal contribution
mechanisms. IStateListener - Interface in org.eclipse.core.commands
A listener to changes in some state. IStatus - Interface in org.eclipse.core.runtime A status object represents the outcome of an operation. IStatusLineManager - Interface in org.eclipse.jface.action The IStatusLineManager
interface provides protocol
for displaying messages on a status line, for monitoring progress,
and for managing contributions to the status line. isTouchScreen() -
Method in class org.eclipse.ercp.swt.mobile.Screen
Returns whether the screen has touch screen capability.
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.
IStructuredContentProvider - Interface in org.eclipse.jface.viewers An interface to content providers for structured viewers. IStructuredSelection - Interface in org.eclipse.jface.viewers A selection containing elements. isTrue(boolean) -
Static method in class org.eclipse.core.runtime.Assert
Asserts that the given boolean is true
.
isTrue(boolean, String) -
Static method in class org.eclipse.core.runtime.Assert
Asserts that the given boolean is true
.
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
.
isTrusted() -
Method in interface org.eclipse.osgi.signedcontent.SignerInfo
Returns true if the trust anchor has been authenticated.
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
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
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.
isUser() -
Method in class org.eclipse.core.runtime.jobs.Job
Returns whether this job has been directly initiated by a UI end user.
isValid() -
Method in interface org.eclipse.core.runtime.IConfigurationElement
Returns whether this configuration element object is valid.
isValid() -
Method in interface org.eclipse.core.runtime.IExtension
Returns whether this extension object is valid.
isValid() -
Method in interface org.eclipse.core.runtime.IExtensionPoint
Returns whether this extension point object is valid.
isValid() -
Method in interface org.eclipse.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(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.
isValidating() -
Method in class javax.xml.parsers.DocumentBuilder
Indicates whether or not this parser is configured to
validate XML documents.
isValidating() -
Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce
parsers which validate the XML content during parse.
isValidating() -
Method in class javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to validate XML documents.
isValidating() -
Method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce
parsers which validate the XML content during parse.
isValidating() -
Method in class org.eclipse.ercp.jaxp.implForCore.DocumentBuilderImpl
isValidating() -
Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
Indicates whether or not this parser is configured to validate XML documents.
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.
isVerifyOnly() -
Method in class org.eclipse.update.standalone.ScriptedCommand
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 interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is visibile within its manager.
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.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.
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.
ITableColorProvider - Interface in org.eclipse.jface.viewers Interface to provide color representation for a given cell within
the row for an element in a table. ITableFontProvider - Interface in org.eclipse.jface.viewers The ITableFontProvider is a font provider that provides fonts to
individual cells within tables. ITableLabelProvider - Interface in org.eclipse.jface.viewers Extends IBaseLabelProvider
with the methods
to provide the text and/or image for each column of a given element. ITALIC -
Static variable in class org.eclipse.swt.SWT
The font style constant indicating an italic font
(value is 1<<1).
item(int) -
Method in class org.eclipse.ercp.xml.dom.AttributeMap
Returns the index
th item in the map.
item(int) -
Method in class org.eclipse.ercp.xml.dom.NodeImpl
Returns the index
th item in the collection.
item(int) -
Method in class org.eclipse.ercp.xml.dom.NodeListImpl
Returns the index
th item in the collection.
item(int) -
Method in class org.eclipse.ercp.xml.dom.TreeNode
Returns the index
th item in the collection.
item -
Variable in class org.eclipse.swt.events.SelectionEvent
The item that was selected.
item -
Variable in class org.eclipse.swt.widgets.Event
the item that the event occurred in (can be null)
Item - Class in org.eclipse.swt.widgets This class is the abstract superclass of all non-windowed
user interface objects that occur within specific controls. Item(Widget, int) -
Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
Item(Widget, int, int) -
Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance,
and the index at which to place it in the items maintained
by its parent.
item(int) -
Method in interface org.w3c.dom.NamedNodeMap
Returns the index
th item in the map.
item(int) -
Method in interface org.w3c.dom.NodeList
Returns the index
th item in the collection.
itemAdded(IContributionItem) -
Method in class org.eclipse.jface.action.ContributionManager
The given item was added to the list of contributions.
itemAdded(IContributionItem, SubContributionItem) -
Method in class org.eclipse.jface.action.SubContributionManager
Notifies that an item has been added.
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.SubContributionManager
Notifies that an item has been removed.
items() -
Method in class org.eclipse.jface.action.SubContributionManager
Deprecated. Use getItems(String value) instead.
ITERATE -
Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the adapt expression (value: iterate
)
iterator() -
Method in interface org.eclipse.core.expressions.IIterable
Returns an iterator to iterate over the elements.
iterator() -
Method in interface org.eclipse.jface.viewers.IStructuredSelection
Returns an iterator over the elements of this selection.
iterator() -
Method in class org.eclipse.jface.viewers.StructuredSelection
iterator() -
Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Returns an iterator of elements in this set
ITextContentDescriber - Interface in org.eclipse.core.runtime.content Text content describers extend basic content describers to provide
the ability of scanning character streams (readers). IThreadListener - Interface in org.eclipse.jface.operation A thread listener is an object that is interested in receiving notifications
of thread changes. IToggleSiteOperation - Interface in org.eclipse.update.operations An operation in which the unconfigured/configured state of a site is toggled. ITreeContentProvider - Interface in org.eclipse.jface.viewers An interface to content providers for tree-structure-oriented
viewers. ITreeViewerListener - Interface in org.eclipse.jface.viewers A listener which is notified when a tree viewer expands or collapses
a node. ITypedParameter - Interface in org.eclipse.core.commands A command parameter that has a declared type. IUnconfigFeatureOperation - Interface in org.eclipse.update.operations An operation that disables (unconfigure) a feature in a site. IUndoableOperation - Interface in org.eclipse.core.commands.operations
IUndoableOperation defines an operation that can be executed, undone, and
redone. IUndoContext - Interface in org.eclipse.core.commands.operations
An undo context is used to "tag" operations as being applicable to a certain
context. IUninstallFeatureOperation - Interface in org.eclipse.update.operations A feature uninstall operation. IUpdateConstants - Interface in org.eclipse.update.core Manages a list of static constants. IUpdateModelChangedListener - Interface in org.eclipse.update.operations Listener for update model changes. IUpdateSearchCategory - Interface in org.eclipse.update.search This interface is used to encapsulate a particular Update
search pattern. IUpdateSearchFilter - Interface in org.eclipse.update.search Classes that implement this interface can be used to filter the
results of the update search. IUpdateSearchQuery - Interface in org.eclipse.update.search A search query. IUpdateSearchResultCollector - Interface in org.eclipse.update.search Search results are collected by implementing this interface
and passing it to the search request. IUpdateSearchResultCollectorFromMirror - Interface in org.eclipse.update.search Search results are collected by implementing this interface
and passing it to the search request. IUpdateSearchSite - Interface in org.eclipse.update.search This interface is used to represent sites that need to be
searched within the search scope. IUpdateSiteAdapter - Interface in org.eclipse.update.search This interface wraps an update site URL and adds
a presentation label. IURLEntry - Interface in org.eclipse.update.core URL entry is an annotated URL object. IVariableResolver - Interface in org.eclipse.core.expressions A variable resolver can be used to add additional variable resolving
strategies to an EvaluationContext
. IVerificationListener - Interface in org.eclipse.update.core Verification listener. IVerificationResult - Interface in org.eclipse.update.core Verification result. IVerifier - Interface in org.eclipse.update.core Verifier. IViewCategory - Interface in org.eclipse.ui.views Represents a categorization of views. IViewDescriptor - Interface in org.eclipse.ui.views This is a view descriptor. IViewerLabelProvider - Interface in org.eclipse.jface.viewers Extends IBaseLabelProvider
with the methods
to update the label for a given element. IViewLayout - Interface in org.eclipse.ui Represents the layout info for a view or placeholder in an IPageLayout
. IViewPart - Interface in org.eclipse.ui A view is a visual component within a workbench page. IViewReference - Interface in org.eclipse.ui Defines a reference to an IViewPart. IViewRegistry - Interface in org.eclipse.ui.views The view registry maintains a list of views explicitly registered
against the view extension point.. IViewSite - Interface in org.eclipse.ui The primary interface between a view part and the workbench. IVolume - Interface in org.eclipse.update.configuration Local Volume Info. IWindowListener - Interface in org.eclipse.ui Interface for listening to org.eclipse.jface.window lifecycle events. IWorkbench - Interface in org.eclipse.ui A workbench is the root object for the Eclipse Platform user interface. IWorkbenchCommandSupport - Interface in org.eclipse.ui.commands Deprecated. Please use ICommandService
and
IHandlerService
instead. IWorkbenchConfigurer - Interface in org.eclipse.ui.application Interface providing special access for configuring the workbench. IWorkbenchPage - Interface in org.eclipse.ui A workbench page consists of an arrangement of views and editors intended to
be presented together to the user in a single workbench org.eclipse.jface.window. IWorkbenchPart - Interface in org.eclipse.ui A workbench part is a visual component within a workbench page. IWorkbenchPart2 - Interface in org.eclipse.ui Extends IWorkbenchPart
, adding the name and status text properties. IWorkbenchPartConstants - Interface in org.eclipse.ui This interface describes the constants used for IWorkbenchPart properties. IWorkbenchPartDescriptor - Interface in org.eclipse.ui Description of a workbench part. IWorkbenchPartOrientation - Interface in org.eclipse.ui.part The IWorkbenchPartOrientation is the interface that defines the orientation
of the part. IWorkbenchPartReference - Interface in org.eclipse.ui Implements a reference to a IWorkbenchPart. IWorkbenchPartSite - Interface in org.eclipse.ui The primary interface between a workbench part and the workbench. IWorkbenchPreferenceConstants - Interface in org.eclipse.ui Preference ids exposed by the Eclipse Platform User Interface. IWorkbenchPreferenceContainer - Interface in org.eclipse.ui.preferences IWorkbenchPreferenceContainer is the class that specifies
the workbench specific preferences support. IWorkbenchPreferencePage - Interface in org.eclipse.ui Interface for workbench preference pages. IWorkbenchSite - Interface in org.eclipse.ui The common interface between the workbench and its parts, including pages within parts. IWorkbenchWindow - Interface in org.eclipse.ui A workbench org.eclipse.jface.window is a top level org.eclipse.jface.window in a workbench. IWorkbenchWindowConfigurer - Interface in org.eclipse.ui.application Interface providing special access for configuring workbench windows. IWorkingCopyManager - Interface in org.eclipse.ui.preferences IWorkingCopyManager is the interface for the working copy
support for references to shared org.eclipse.jface.preference nodes.