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

I

IAdaptableSelection - interface org.eclipse.gmf.runtime.common.core.util.IAdaptableSelection.
A common tag interface that is supported by viewers that want to enable access to their selection.
IAnchorableFigure - interface org.eclipse.gmf.runtime.draw2d.ui.figures.IAnchorableFigure.
Interface class for figures that are anchorable to other figures.
ICON_SIZE - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ColorPalettePopup
default color icon width
IClientContext - interface org.eclipse.gmf.runtime.emf.type.core.IClientContext.
Interface of an object that defines a context to which clients of the element type registry may bind element types and advice.
IClipboardSupport - interface org.eclipse.gmf.runtime.emf.clipboard.core.IClipboardSupport.
An interface to be implemented by EMF metamodel providers to inject metamodel-specific semantics into copy/paste operations.
IClipboardSupportFactory - interface org.eclipse.gmf.runtime.emf.clipboard.core.IClipboardSupportFactory.
Interface for objects that can create IClipboardSupports for supporting clipboard copy/paste operations on EMF models.
ICommand - interface org.eclipse.gmf.runtime.common.core.command.ICommand.
A self-composing undoable operation that has a CommandResult and a list of affected IFiles.
ICompositeCommand - interface org.eclipse.gmf.runtime.common.core.command.ICompositeCommand.
A self-composing undoable operation that is has a CommandResult, a list of affected IFiles, and is composed of child operations.
ICompositePropertySource - interface org.eclipse.gmf.runtime.common.ui.services.properties.ICompositePropertySource.
The composite property source is a linked list of composite property sources.
ICompositeSourcePropertyDescriptor - interface org.eclipse.gmf.runtime.common.ui.services.properties.descriptors.ICompositeSourcePropertyDescriptor.
A descriptor object to work together with the CompositePropertySource object.
IContainerDescriptor - interface org.eclipse.gmf.runtime.emf.type.core.IContainerDescriptor.
Describes a model element container using an element matcher and containing references.
ID - Static variable in class org.eclipse.gmf.runtime.common.core.service.AbstractProviderConfiguration
The name of the 'id' XML attribute.
ID - Static variable in class org.eclipse.gmf.runtime.diagram.ui.printing.actions.PrintPreviewAction
ID of the print preview action.
ID - Static variable in class org.eclipse.gmf.runtime.emf.type.core.NullElementType
The ID.
IDEDiagramDocumentEditor - class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.editor.IDEDiagramDocumentEditor.
 
IDEDiagramDocumentEditor(boolean) - Constructor for class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.editor.IDEDiagramDocumentEditor
 
IDEEditorFileCreator - class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.util.IDEEditorFileCreator.
A file creator that creates a file in an IDE dependent WorkspaceModifyOperation.
IDEEditorFileCreator() - Constructor for class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.util.IDEEditorFileCreator
 
IDEEditorUtil - class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.util.IDEEditorUtil.
Diagram utilities for IDE editors
IDEEditorUtil() - Constructor for class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.util.IDEEditorUtil
 
IDEGlobalActionId - class org.eclipse.gmf.runtime.common.ui.action.ide.global.IDEGlobalActionId.
Action IDs for global actions with IDE dependencies.
IDEGlobalActionManager - class org.eclipse.gmf.runtime.common.ui.action.ide.actions.global.IDEGlobalActionManager.
This class subclasses GlobalActionManager and includes support for IDE global actions, which include the bookmark action, the open project action, and the close project action.
IDENTITY_ANCHOR - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The meta object id for the 'Identity Anchor' class
IDENTITY_ANCHOR - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage.Literals
The meta object literal for the 'Identity Anchor' class
IDENTITY_ANCHOR_FEATURE_COUNT - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The number of structural features of the 'Identity Anchor' class
IDENTITY_ANCHOR__ID - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The feature id for the 'Id' attribute
IDENTITY_ANCHOR__ID - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage.Literals
The meta object literal for the 'Id' attribute feature
IDENTITY_MM - Static variable in class org.eclipse.gmf.runtime.draw2d.ui.mapmode.MapModeTypes
Constant IMapMode class for Identity coordinate mapping
IDETransferId - interface org.eclipse.gmf.runtime.common.ui.services.dnd.ide.core.IDETransferId.
Interface containing constants for transfer ids used within drag and drop operations
ID_EDEFAULT - Static variable in class org.eclipse.gmf.runtime.notation.impl.IdentityAnchorImpl
The default value of the 'Id' attribute
IDiagramDocument - interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDiagramDocument.
An interface defining a IDocument with content of org.eclipse.gmf.runtime.notation.Diagram
IDiagramDocumentProvider - interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDiagramDocumentProvider.
An interface to be implemented by all document providers, that create IDiagramDocument
IDocument - interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocument.
An IDocument represents extensible content providing support A document allows to set its content and to manipulate it.
IDocumentEditor - interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentEditor.
An interface to be implemented by all the editors displaying a diagram
IDocumentListener - interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentListener.
Interface for objects which are interested in getting informed about document changes.
IDocumentProvider - interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentProvider.
A document provider maps between domain elements and documents.
IDragDropListenerProvider - interface org.eclipse.gmf.runtime.common.ui.services.dnd.core.IDragDropListenerProvider.
Interface that needs to be implemented by the client who provides IDragSourceListener and IDropTargetListener
IDragListenerContext - interface org.eclipse.gmf.runtime.common.ui.services.dnd.core.IDragListenerContext.
Interface for accessing the attributes used to determine the IDragSourceListener
IDragSourceContext - interface org.eclipse.gmf.runtime.common.ui.services.dnd.drag.IDragSourceContext.
Interface that contains the context information relevant to the drag source.
IDragSourceListener - interface org.eclipse.gmf.runtime.common.ui.services.dnd.drag.IDragSourceListener.
Interface to be implemented by providers to handle drag source events
IDropListenerContext - interface org.eclipse.gmf.runtime.common.ui.services.dnd.core.IDropListenerContext.
Interface for accessing the attributes used to determine the IDropTargetListener.
IDropTargetContext - interface org.eclipse.gmf.runtime.common.ui.services.dnd.drop.IDropTargetContext.
Interface that contains the context information relevant to the drop target.
IDropTargetEvent - interface org.eclipse.gmf.runtime.common.ui.services.dnd.drop.IDropTargetEvent.
Interface that contains the information relevant to the drop target event.
IDropTargetListener - interface org.eclipse.gmf.runtime.common.ui.services.dnd.drop.IDropTargetListener.
Interface to be implemented by providers to handle drop target events
IEditCommandRequest - interface org.eclipse.gmf.runtime.emf.type.core.requests.IEditCommandRequest.
Request for a command to edit a model element.
IEditHelper - interface org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelper.
A factory for commands that will modify elements of a specific type.
IEditHelperAdvice - interface org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice.
Provides 'before' and 'after' editing behaviour for modifying model elements.
IEditHelperContext - interface org.eclipse.gmf.runtime.emf.type.core.IEditHelperContext.
The context of an editing gesture.
IEditorProvider - interface org.eclipse.gmf.runtime.common.ui.services.editor.IEditorProvider.
An interface for manipulating editors
IElementMatcher - interface org.eclipse.gmf.runtime.emf.type.core.IElementMatcher.
Determines whether or not a model element matches a fixed set of criteria.
IElementSelectionInput - interface org.eclipse.gmf.runtime.common.ui.services.elementselection.IElementSelectionInput.
Interface describing the input for the element selection service.
IElementSelectionListener - interface org.eclipse.gmf.runtime.common.ui.services.elementselection.IElementSelectionListener.
Interface describing a listener for the element selection service.
IElementSelectionProvider - interface org.eclipse.gmf.runtime.common.ui.services.elementselection.IElementSelectionProvider.
Interface describing a element selection provider for the element selection service.
IElementStateListener - interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IElementStateListener.
Interface for parties interested in standardized element changes.
IElementType - interface org.eclipse.gmf.runtime.emf.type.core.IElementType.
Interface used to define application-layer types that describe the kinds of elements that can be displayed, created, modified and destroyed.
IElementTypeDescriptor - interface org.eclipse.gmf.runtime.emf.type.core.IElementTypeDescriptor.
Descriptor for an element type that has been defined in XML using the elementTypes extension point.
IElementTypeFactory - interface org.eclipse.gmf.runtime.emf.type.core.IElementTypeFactory.
Factory for custom element types, which must implement one of the IMetamodelType or ISpecializationType interfaces.
IElementTypeRegistryListener - interface org.eclipse.gmf.runtime.emf.type.core.IElementTypeRegistryListener.
Interface implemented by clients wishing to know when element types are added to the element type registry.
IExtendedPropertyDescriptor - interface org.eclipse.gmf.runtime.common.ui.services.properties.extended.IExtendedPropertyDescriptor.
 
IExtendedPropertySource - interface org.eclipse.gmf.runtime.common.ui.services.properties.extended.IExtendedPropertySource.
 
IExtendedResourceFactory - interface org.eclipse.gmf.runtime.emf.core.resources.IExtendedResourceFactory.
Mix-in interface to be implemented by Resource.Factory implementations that provide extended object name/type/ID information in proxy URIs and/or custom proxy resolution strategies.
IGNORE - Static variable in class org.eclipse.gmf.runtime.emf.clipboard.core.PasteAction
Indicates that the collision should be resolved by just not doing anything.
IGNORE_PLACEHOLDERS - Static variable in class org.eclipse.gmf.runtime.common.ui.services.parser.ParserOptions
Indicates that placeholders should be ignored - if there are no data, no placeholder will be generated.
IGNORE_RECYCLE_HINT_ID - Static variable in class org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardUtil
Hint to ignore the recycle hint when pasting objects that were copied with the recycle hint.
IGlobalActionContext - interface org.eclipse.gmf.runtime.common.ui.services.action.global.IGlobalActionContext.
Interface that is passed to the IGlobalActionHandler.
IGlobalActionHandler - interface org.eclipse.gmf.runtime.common.ui.services.action.global.IGlobalActionHandler.
Interface that needs to implemented by the IGlobalActionHandlerProvider
IGlobalActionHandlerContext - interface org.eclipse.gmf.runtime.common.ui.services.action.global.IGlobalActionHandlerContext.
Interface for accessing the attributes used to determine the IGlobalActionHandler.
IGlobalActionHandlerProvider - interface org.eclipse.gmf.runtime.common.ui.services.action.global.IGlobalActionHandlerProvider.
Interface that needs to be implemented by the client who provides a IGlobalActionHandler
IGlobalActionHandlerProvider.NullElementType - class org.eclipse.gmf.runtime.common.ui.services.action.global.IGlobalActionHandlerProvider.NullElementType.
Describes the element type when no element type is associated with a global action handler provider.
IGlobalActionHandlerProvider.NullElementType() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.action.global.IGlobalActionHandlerProvider.NullElementType
 
IHintedType - interface org.eclipse.gmf.runtime.emf.type.core.IHintedType.
A type that requires a semantic hint for view creation.
IIconOperation - interface org.eclipse.gmf.runtime.common.ui.services.icon.IIconOperation.
The operation used by the IconService.
IIconProvider - interface org.eclipse.gmf.runtime.common.ui.services.icon.IIconProvider.
The interface for providers of the "iconProvider" extension point.
IListenerContext - interface org.eclipse.gmf.runtime.common.ui.services.dnd.core.IListenerContext.
Interface for accessing the attributes used to determine the drag and drop transfer adapters and listeners
IMAGE - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The meta object id for the 'Image' class
IMAGE - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage.Literals
The meta object literal for the 'Image' class
IMAGE_BUFFER_STYLE - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The meta object id for the 'Image Buffer Style' class
IMAGE_BUFFER_STYLE - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage.Literals
The meta object literal for the 'Image Buffer Style' class
IMAGE_BUFFER_STYLE_FEATURE_COUNT - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The number of structural features of the 'Image Buffer Style' class
IMAGE_BUFFER_STYLE__ANTI_ALIAS - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The feature id for the 'Anti Alias' attribute
IMAGE_BUFFER_STYLE__CROP_BOUND - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The feature id for the 'Crop Bound' containment reference
IMAGE_BUFFER_STYLE__IMAGE_BUFFER - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The feature id for the 'Image Buffer' containment reference
IMAGE_BUFFER_STYLE__IMAGE_BUFFER - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage.Literals
The meta object literal for the 'Image Buffer' containment reference feature
IMAGE_BUFFER_STYLE__MAINTAIN_ASPECT_RATIO - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The feature id for the 'Maintain Aspect Ratio' attribute
IMAGE_FEATURE_COUNT - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The number of structural features of the 'Image' class
IMAGE_STYLE - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The meta object id for the 'Image Style' class
IMAGE_STYLE - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage.Literals
The meta object literal for the 'Image Style' class
IMAGE_STYLE_FEATURE_COUNT - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The number of structural features of the 'Image Style' class
IMAGE_STYLE__ANTI_ALIAS - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The feature id for the 'Anti Alias' attribute
IMAGE_STYLE__ANTI_ALIAS - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage.Literals
The meta object literal for the 'Anti Alias' attribute feature
IMAGE_STYLE__CROP_BOUND - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The feature id for the 'Crop Bound' containment reference
IMAGE_STYLE__CROP_BOUND - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage.Literals
The meta object literal for the 'Crop Bound' containment reference feature
IMAGE_STYLE__MAINTAIN_ASPECT_RATIO - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The feature id for the 'Maintain Aspect Ratio' attribute
IMAGE_STYLE__MAINTAIN_ASPECT_RATIO - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage.Literals
The meta object literal for the 'Maintain Aspect Ratio' attribute feature
IMAGE__DATA - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage
The feature id for the 'Data' attribute
IMAGE__DATA - Static variable in interface org.eclipse.gmf.runtime.notation.NotationPackage.Literals
The meta object literal for the 'Data' attribute feature
IMPORT_GROUP - Static variable in class org.eclipse.gmf.runtime.common.ui.action.actions.CommonActionConstants
The edit context menu import group name.
IMatchingObject - interface org.eclipse.gmf.runtime.common.ui.services.elementselection.IMatchingObject.
Interface describing a matching object returned by the element selection service.
IMatchingObjectEvent - interface org.eclipse.gmf.runtime.common.ui.services.elementselection.IMatchingObjectEvent.
Interface describing a matching object event for the element selection service.
IMatchingObjectsOperation - interface org.eclipse.gmf.runtime.common.ui.services.elementselection.IMatchingObjectsOperation.
The matching objects operation used by the element selection service.
IMetamodelType - interface org.eclipse.gmf.runtime.emf.type.core.IMetamodelType.
Interface used to define application-layer types that map directly to an EClass.
IMetamodelTypeDescriptor - interface org.eclipse.gmf.runtime.emf.type.core.IMetamodelTypeDescriptor.
Descriptor for a metamodel element type that has been defined in XML using the elementTypes extension point.
IModelingAssistantOperation - interface org.eclipse.gmf.runtime.emf.ui.services.modelingassistant.IModelingAssistantOperation.
Interface for all Modeling Assistant operations.
IModelingAssistantProvider - interface org.eclipse.gmf.runtime.emf.ui.services.modelingassistant.IModelingAssistantProvider.
The interface for providers of the modeling assistant service.
IModificationValidator - interface org.eclipse.gmf.runtime.common.core.command.IModificationValidator.
A validator responsible for doing the actual validation on files.
INITIAL_ELEMENT_TO_DESTROY_PARAMETER - Static variable in class org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest
Request parameter specifying the initial element that was requested to be destroyed.
INSTANCE - Static variable in class org.eclipse.gmf.runtime.common.core.command.IdentityCommand
The singleton instance.
INSTANCE - Static variable in class org.eclipse.gmf.runtime.common.core.command.UnexecutableCommand
The singleton instance.
INSTANCE - Static variable in class org.eclipse.gmf.runtime.notation.NotationPlugin
Keep track of the singleton. INVALID_ELEMENT_MESSAGE_PATTERN - Static variable in class org.eclipse.gmf.runtime.common.core.service.Service
A pattern for error messages indicating an invalid XML element.
INullObject - interface org.eclipse.gmf.runtime.common.core.util.INullObject.
A specification of classes that implement the Null Object pattern.
IOperation - interface org.eclipse.gmf.runtime.common.core.service.IOperation.
The interface for all service provider operations.
IOvalAnchorableFigure - interface org.eclipse.gmf.runtime.draw2d.ui.figures.IOvalAnchorableFigure.
 
IParser - interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser.
The interface for all parsers
IParserEditStatus - interface org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus.
Status object for indicating the validity of an edit.
IParserProvider - interface org.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider.
The interface for all parser providers Must implement a method to return a parser from an IAdaptable hint
IPathmapManager - interface org.eclipse.gmf.runtime.emf.core.resources.IPathmapManager.
Specification of an object that manages URI mappings (path variables) for the pathmap URI scheme on an editing domain's resource set.
IPolygonAnchorableFigure - interface org.eclipse.gmf.runtime.draw2d.ui.figures.IPolygonAnchorableFigure.
 
IPrintActionHelper - interface org.eclipse.gmf.runtime.common.ui.action.actions.IPrintActionHelper.
An interface to implement for bringing up the print dialog.
IPrintHelper - interface org.eclipse.gmf.runtime.common.ui.printing.IPrintHelper.
The IPrintHelper is an interface for the platform specfic print fragments.
IPropertiesModifier - interface org.eclipse.gmf.runtime.common.ui.services.properties.IPropertiesModifier.
An interface to be implemented by the property modifier classes.
IPropertiesProvider - interface org.eclipse.gmf.runtime.common.ui.services.properties.IPropertiesProvider.
A IPropertiesProvider object.
IPropertyAction - interface org.eclipse.gmf.runtime.common.ui.services.properties.extended.IPropertyAction.
Property related action
IProvider - interface org.eclipse.gmf.runtime.common.core.service.IProvider.
The interface for all service providers.
IProviderChangeListener - interface org.eclipse.gmf.runtime.common.core.service.IProviderChangeListener.
An interface for types that listen to service provider changes.
IProviderPolicy - interface org.eclipse.gmf.runtime.common.core.service.IProviderPolicy.
The interface for all service providers lightweight's implementation.
IProxyEObject - interface org.eclipse.gmf.runtime.emf.core.util.IProxyEObject.
Utility interface that provides proxy information; it is typically provided by an adapter for some instance of an EMF metaclass (EClass).
IReadOnlyDiagramPropertySheetPageContributor - interface org.eclipse.gmf.runtime.diagram.ui.properties.views.IReadOnlyDiagramPropertySheetPageContributor.
A interface to indicate that the property sheet pages should be read only independant of the selected object and its related file status.
IResourceHelper - interface org.eclipse.gmf.runtime.emf.core.resources.IResourceHelper.
Interface of an adapter for Resources that provides services such as creation of objects in that resource.
ISchedulingRuleProvider - interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.ISchedulingRuleProvider.
A scheduling rule provider provides a scheduling rule which can be used when running operations.
ISemanticParser - interface org.eclipse.gmf.runtime.emf.ui.services.parser.ISemanticParser.
Parser that permit the clients to register themselves with the semantic element changes with the event handler.
ISpecializationType - interface org.eclipse.gmf.runtime.emf.type.core.ISpecializationType.
Interface used to define application-layer types that describe a specialization of a metamodel type.
ISpecializationTypeDescriptor - interface org.eclipse.gmf.runtime.emf.type.core.ISpecializationTypeDescriptor.
Descriptor for a specialization element type that has been defined in XML using the elementTypes extension point.
ITALIC_EDEFAULT - Static variable in class org.eclipse.gmf.runtime.notation.impl.FontStyleImpl
The default value of the 'Italic' attribute
ITALIC_EDEFAULT - Static variable in class org.eclipse.gmf.runtime.notation.impl.ShapeStyleImpl
The default value of the 'Italic' attribute
ITALIC_EFLAG - Static variable in class org.eclipse.gmf.runtime.notation.impl.FontStyleImpl
The flag representing the value of the 'Italic' attribute
ITALIC_EFLAG - Static variable in class org.eclipse.gmf.runtime.notation.impl.ShapeStyleImpl
The flag representing the value of the 'Italic' attribute
ITransferAgent - interface org.eclipse.gmf.runtime.common.ui.services.dnd.core.ITransferAgent.
Interface to be implemented by providers of new transfer agents for drag and drop operations
ITransferDragSourceListener - interface org.eclipse.gmf.runtime.common.ui.services.dnd.drag.ITransferDragSourceListener.
Interface to be implemented by providers of transfer agents that are used by the drag source within drag/drop operations.
ITransferDropTargetListener - interface org.eclipse.gmf.runtime.common.ui.services.dnd.drop.ITransferDropTargetListener.
Interface to be implemented by providers of transfer agents that are used by the drop target within drag/drop operations.
IUpdateable - interface org.eclipse.gmf.runtime.common.core.util.IUpdateable.
Tests if an element is updatable
IViewProvider - interface org.eclipse.gmf.runtime.diagram.core.providers.IViewProvider.
 
IconOperation - class org.eclipse.gmf.runtime.common.ui.services.icon.IconOperation.
The parent of all icon operations.
IconOperation(IAdaptable) - Constructor for class org.eclipse.gmf.runtime.common.ui.services.icon.IconOperation
Constructor for IconOperation.
IconOptions - class org.eclipse.gmf.runtime.common.ui.services.icon.IconOptions.
Class for setting and testing flags used by the icon service
IconOptions() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.icon.IconOptions
Constructor for IconOptions
IconService - class org.eclipse.gmf.runtime.common.ui.services.icon.IconService.
Service which handles icon operations.
IconService.ProviderDescriptor - class org.eclipse.gmf.runtime.common.ui.services.icon.IconService.ProviderDescriptor.
A descriptor for IIconProvider defined by a configuration element.
IconService.ProviderDescriptor(IConfigurationElement) - Constructor for class org.eclipse.gmf.runtime.common.ui.services.icon.IconService.ProviderDescriptor
Constructs a IIconProvider descriptor for the specified configuration element.
IdentityAnchor - interface org.eclipse.gmf.runtime.notation.IdentityAnchor.
A representation of the model object 'Identity Anchor'.
IdentityAnchorImpl - class org.eclipse.gmf.runtime.notation.impl.IdentityAnchorImpl.
An implementation of the model object 'Identity Anchor'
IdentityAnchorImpl() - Constructor for class org.eclipse.gmf.runtime.notation.impl.IdentityAnchorImpl
 
IdentityCommand - class org.eclipse.gmf.runtime.common.core.command.IdentityCommand.
A command that is always executable, undoable and redoable, but does nothing.
Image - interface org.eclipse.gmf.runtime.notation.Image.
A representation of the model object 'Image'.
ImageBufferStyle - interface org.eclipse.gmf.runtime.notation.ImageBufferStyle.
A representation of the model object 'Image Buffer Style'
ImageBufferStyleImpl - class org.eclipse.gmf.runtime.notation.impl.ImageBufferStyleImpl.
An implementation of the model object 'Image Buffer Style'
ImageBufferStyleImpl() - Constructor for class org.eclipse.gmf.runtime.notation.impl.ImageBufferStyleImpl
 
ImageImpl - class org.eclipse.gmf.runtime.notation.impl.ImageImpl.
An implementation of the model object 'Image'
ImageImpl() - Constructor for class org.eclipse.gmf.runtime.notation.impl.ImageImpl
 
ImageStyle - interface org.eclipse.gmf.runtime.notation.ImageStyle.
A representation of the model object 'Image Style'
ImageStyleImpl - class org.eclipse.gmf.runtime.notation.impl.ImageStyleImpl.
An implementation of the model object 'Image Style'
ImageStyleImpl() - Constructor for class org.eclipse.gmf.runtime.notation.impl.ImageStyleImpl
 
id - Variable in class org.eclipse.gmf.runtime.notation.impl.IdentityAnchorImpl
The cached value of the 'Id' attribute
imageBuffer - Variable in class org.eclipse.gmf.runtime.notation.impl.ImageBufferStyleImpl
The cached value of the 'Image Buffer' containment reference
importAdded(Resource, Resource) - Method in class org.eclipse.gmf.runtime.emf.core.util.CrossReferenceAdapter
Hook to be implemented by subclasses upon the establishment of a new import of the referenced resource by the referencer.
importRemoved(Resource, Resource) - Method in class org.eclipse.gmf.runtime.emf.core.util.CrossReferenceAdapter
Hook to be implemented by subclasses upon the elimination of an import of the referenced resource by the referencer.
includes(IEditHelperAdviceDescriptor) - Method in class org.eclipse.gmf.runtime.emf.type.core.ClientContext
 
includes(IElementTypeDescriptor) - Method in class org.eclipse.gmf.runtime.emf.type.core.ClientContext
 
includes(IElementType) - Method in class org.eclipse.gmf.runtime.emf.type.core.ClientContext
 
includes(IElementTypeDescriptor) - Method in interface org.eclipse.gmf.runtime.emf.type.core.IClientContext
Queries whether I am bound to the specified elementTypeDescriptor.
includes(IElementType) - Method in interface org.eclipse.gmf.runtime.emf.type.core.IClientContext
Queries whether I am bound to the specified elementType.
includes(IEditHelperAdviceDescriptor) - Method in interface org.eclipse.gmf.runtime.emf.type.core.IClientContext
Queries whether I am bound to the specified adviceDescriptor.
includes(IElementTypeDescriptor) - Method in class org.eclipse.gmf.runtime.emf.type.core.MultiClientContext
Includes the elementTypeDescriptor if all of my child contexts include the elementTypeDescriptor.
includes(IElementType) - Method in class org.eclipse.gmf.runtime.emf.type.core.MultiClientContext
Includes the elementType if all of my child contexts include the elementType.
includes(IEditHelperAdviceDescriptor) - Method in class org.eclipse.gmf.runtime.emf.type.core.MultiClientContext
Includes the advice if all of my child contexts include the advice.
indexToValue(Integer) - Static method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.ExtendedBooleanPropertyDescriptor
Convert value to index.
info(Plugin, int, String) - Static method in class org.eclipse.gmf.runtime.common.core.util.Log
Generates an information log for the specified plug-in, with the specified status code and message.
info(Plugin, int, String, Throwable) - Static method in class org.eclipse.gmf.runtime.common.core.util.Log
Generates an information log for the specified plug-in, with the specified status code, message, and throwable.
init() - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global.GlobalPrintAction
 
init() - Method in class org.eclipse.gmf.runtime.common.ui.action.global.GlobalAction
 
init() - Method in class org.eclipse.gmf.runtime.common.ui.action.ide.actions.global.GlobalBookmarkAction
 
init() - Method in class org.eclipse.gmf.runtime.common.ui.action.ide.actions.global.GlobalCloseProjectAction
 
init() - Method in class org.eclipse.gmf.runtime.common.ui.action.ide.actions.global.GlobalOpenProjectAction
 
init() - Method in class org.eclipse.gmf.runtime.common.ui.services.action.contributionitem.ActionRegistry
Calls init on all actions which implement the IDisposableAction interface so they can do their initialization.
init(IDragSourceListener[], IDragSourceContext) - Method in interface org.eclipse.gmf.runtime.common.ui.services.dnd.drag.ITransferDragSourceListener
Initializes this transfer drag source listener with the drag source listeners, registered against this transfer agent, and the drag source context
init(IDragSourceListener[], IDragSourceContext) - Method in class org.eclipse.gmf.runtime.common.ui.services.dnd.drag.TransferDragSourceAdapter
 
init(IDropTargetContext) - Method in interface org.eclipse.gmf.runtime.common.ui.services.dnd.drop.ITransferDropTargetListener
Initializes this transfer drop target listener with the drop target context that provides the target and location information during the drag/drop operation.
init(IDropTargetContext) - Method in class org.eclipse.gmf.runtime.common.ui.services.dnd.drop.TransferDropTargetAdapter
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.DiagramDocumentEditor
 
init(IWorkbench) - Method in class org.eclipse.gmf.runtime.emf.ui.preferences.PathmapsPreferencePage
 
init() - Static method in class org.eclipse.gmf.runtime.notation.impl.NotationFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.gmf.runtime.notation.impl.NotationPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
initButtons() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.MultiButtonCellEditor
The subclasses have to override this method.
initButtons() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.PropertyPageCellEditor
 
initHelp() - Method in class org.eclipse.gmf.runtime.emf.ui.preferences.PathmapsPreferencePage
 
initScaleFitTo(int, int) - Static method in class org.eclipse.gmf.runtime.common.ui.printing.PrintHelper
Init print dialog box's scale fit to.
initScalePercent(int) - Static method in class org.eclipse.gmf.runtime.common.ui.printing.PrintHelper
Init print dialog box's scale percent.
initialPopulateContainerNameField() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.wizards.EditorWizardPage
 
initialize(Control) - Method in class org.eclipse.gmf.runtime.diagram.ui.dnd.parts.DiagramViewerDropAdapter
Initializes the delegating drop adapter
initialize() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.ListScrollBar
 
initializeContainmentFeature(EReference) - Method in class org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest
Sets the containment feature in which to create the new element.
initializeControls(Composite) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.AbstractNotationPropertiesSection
Provides a level of indirection for subclasses which want 'jump' over some control creation/initilialization steps and/or chnage thier order
initializeControls(Composite) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ColorsAndFontsPropertySection
 
initializeControls(Composite) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ConnectionAppearancePropertySection
 
initializeDefaultFeature(CreateElementRequest) - Method in class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
Sets the default feature in req, if there is no containment feature already in the request.
initializePackageContents() - Method in class org.eclipse.gmf.runtime.notation.impl.NotationPackageImpl
Complete the initialization of the package and its meta-model.
initializeWithContext(IUndoContext) - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global.GlobalRedoAction
Initializes me with a new undo context.
initializeWithContext(IUndoContext) - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global.GlobalUndoAction
Initializes me with a new undo context.
input - Variable in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.AbstractModelerPropertySection
object currently selected on either a diagram or a ME - a view
insertChild(View) - Method in interface org.eclipse.gmf.runtime.notation.View
A utililty method to insert a persisted child
insertChild(View, boolean) - Method in interface org.eclipse.gmf.runtime.notation.View
A utililty method to insert a persisted or transient child
insertChild(View) - Method in class org.eclipse.gmf.runtime.notation.impl.ViewImpl
 
insertChild(View, boolean) - Method in class org.eclipse.gmf.runtime.notation.impl.ViewImpl
 
insertChildAt(View, int) - Method in interface org.eclipse.gmf.runtime.notation.View
A utililty method to insert a persisted child at a specific index
insertChildAt(View, int) - Method in class org.eclipse.gmf.runtime.notation.impl.ViewImpl
 
insertChildView(View, View, int, boolean) - Static method in class org.eclipse.gmf.runtime.diagram.core.util.ViewUtil
inserts a child View in a container. the view will be inserted in the persisted collection if the persisted flag is true; otherwise it will be added to the transied collection.
insertEdge(Edge) - Method in interface org.eclipse.gmf.runtime.notation.Diagram
A utililty method to insert a persisted edge
insertEdge(Edge, boolean) - Method in interface org.eclipse.gmf.runtime.notation.Diagram
A utililty method to insert a persisted or transient edge
insertEdge(Edge) - Method in class org.eclipse.gmf.runtime.notation.impl.DiagramImpl
 
insertEdge(Edge, boolean) - Method in class org.eclipse.gmf.runtime.notation.impl.DiagramImpl
 
insertEdgeAt(Edge, int) - Method in interface org.eclipse.gmf.runtime.notation.Diagram
A utililty method to insert a persisted edge at a specific index
insertEdgeAt(Edge, int) - Method in class org.eclipse.gmf.runtime.notation.impl.DiagramImpl
 
insertPoint(Point, int) - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx
Insert a point at the given index into the polyline connection.
install() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document.FileDocumentProvider.FileSynchronizer
Installs the synchronizer on the input's file.
intValue() - Method in class org.eclipse.gmf.runtime.common.ui.services.elementselection.ElementSelectionScope
Returns the scope as an integer bit flag
intValue() - Method in class org.eclipse.gmf.runtime.common.ui.services.icon.IconOptions
Returns the flags as an integer bit flag
intValue() - Method in class org.eclipse.gmf.runtime.common.ui.services.parser.ParserOptions
Returns the options as an int so they can be passed to operations.
integerToColor(Integer) - Static method in class org.eclipse.gmf.runtime.draw2d.ui.figures.FigureUtilities
Method integerToColor.
integerToRGB(Integer) - Static method in class org.eclipse.gmf.runtime.draw2d.ui.figures.FigureUtilities
Method integerToRGB converts from an Integer to an RGB representation
internalGetDependentElementsToDestroy() - Method in class org.eclipse.gmf.runtime.emf.type.core.requests.DestroyDependentsRequest
Obtains the mutable set of dependent elements to destroy.
intersect(LineSeg, int) - Method in class org.eclipse.gmf.runtime.draw2d.ui.geometry.LineSeg
Determines the intersect point between this line and the line passed in as a parameter.
invalidate() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel
 
invalidateContainmentFeature() - Method in class org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest
Invalidates the cached containment feature.
invalidateEditHelperContext() - Method in class org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest
Invalidates the cached edit context request and command.
invalidatesState(Object, boolean) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.AbstractDocumentProvider
Returns whether the state of the element must be invalidated given its previous read-only state.
invokeMethod(AbstractProviderConfiguration.MethodDescriptor, Object) - Static method in class org.eclipse.gmf.runtime.common.core.service.AbstractProviderConfiguration
A utility method to invoke a cascading list of methods.
invokeStaticMethod(AbstractProviderConfiguration.StaticMethodDescriptor, Object) - Static method in class org.eclipse.gmf.runtime.common.core.service.AbstractProviderConfiguration
A utility method to invoke a cascading list of methods.
isAdapterForType(Object) - Method in class org.eclipse.gmf.runtime.emf.core.resources.ResourceHelperImpl
 
isAffectingEvent(Object, int) - Method in interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser
Determines if the event requires action from the parser point of view.
isAggregatePrecommitListener() - Method in class org.eclipse.gmf.runtime.diagram.core.listener.DiagramEventBroker
 
isAntiAlias() - Method in class org.eclipse.gmf.runtime.draw2d.ui.render.figures.ScalableImageFigure
Accessor to determine if the rendered image will be anti-aliased (if possible).
isAssignableTo(Class, String) - Static method in class org.eclipse.gmf.runtime.common.core.service.AbstractProviderConfiguration
Tests if the given class is assignable to the given class name.
isAuxiliaryOperation() - Method in class org.eclipse.gmf.runtime.emf.clipboard.core.PasteChildOperation
Queries whether I am an auxiliary operation.
isAvoidObstacleRouting() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx
Determines if this polyline connection is using avoid obstruction routing or not.
isAvoidObstructions() - Method in interface org.eclipse.gmf.runtime.notation.RoutingStyle
Returns the value of the 'Avoid Obstructions' attribute.
isAvoidObstructions() - Method in class org.eclipse.gmf.runtime.notation.impl.ConnectorStyleImpl
 
isAvoidObstructions() - Method in class org.eclipse.gmf.runtime.notation.impl.RoutingStyleImpl
 
isBold() - Method in interface org.eclipse.gmf.runtime.notation.FontStyle
Returns the value of the 'Bold' attribute.
isBold() - Method in class org.eclipse.gmf.runtime.notation.impl.FontStyleImpl
 
isBold() - Method in class org.eclipse.gmf.runtime.notation.impl.ShapeStyleImpl
 
isCancelled() - Method in class org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardOperation
Queries whether I have been cancelled, by cancellation of my progress monitor.
isCanonical() - Method in interface org.eclipse.gmf.runtime.notation.CanonicalStyle
Returns the value of the 'Canonical' attribute.
isCanonical() - Method in class org.eclipse.gmf.runtime.notation.impl.CanonicalStyleImpl
 
isChild(EObject, EObject) - Static method in class org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardSupportUtil
Queries whether the specified eObject is contained within another.
isChildrenAffecting() - Method in class org.eclipse.gmf.runtime.common.ui.services.icon.LabelChangedEvent
 
isClosestDistance() - Method in interface org.eclipse.gmf.runtime.notation.RoutingStyle
Returns the value of the 'Closest Distance' attribute.
isClosestDistance() - Method in class org.eclipse.gmf.runtime.notation.impl.ConnectorStyleImpl
 
isClosestDistance() - Method in class org.eclipse.gmf.runtime.notation.impl.RoutingStyleImpl
 
isClosestDistanceRouting() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx
Determines if this polyline connection is using closest distance routing or not.
isCollapsed() - Method in interface org.eclipse.gmf.runtime.notation.DrawerStyle
Returns the value of the 'Collapsed' attribute.
isCollapsed() - Method in class org.eclipse.gmf.runtime.notation.impl.DrawerStyleImpl
 
isCompatible() - Method in class org.eclipse.gmf.runtime.common.ui.services.action.global.GlobalActionHandlerContext
 
isCompatible() - Method in interface org.eclipse.gmf.runtime.common.ui.services.action.global.IGlobalActionHandlerContext
Returns a boolean to indicate whether a direct match is required for the element type or not.
isCompatible() - Method in interface org.eclipse.gmf.runtime.common.ui.services.dnd.core.IDragListenerContext
Returns a boolean to indicate whether a direct match is required for the element type or not.
isCompatible() - Method in interface org.eclipse.gmf.runtime.common.ui.services.dnd.core.IDropListenerContext
Returns a boolean to indicate whether a direct match is required for the element type or not.
isCompatible(Object) - Method in class org.eclipse.gmf.runtime.emf.ui.properties.util.BooleanPropertyHelper
Checks if the provided object is compatible with the boolean based property.
isCompatibleWith(IPropertyDescriptor) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.descriptors.CompositeSourcePropertyDescriptor
 
isCompatibleWith(IPropertyDescriptor) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.ExtendedPropertyDescriptor
 
isCompatibleWith(IPropertyDescriptor) - Method in class org.eclipse.gmf.runtime.emf.ui.properties.descriptors.EMFCompositeSourcePropertyDescriptor
 
isConfirmationRequired() - Method in class org.eclipse.gmf.runtime.emf.type.core.requests.DestroyRequest
Answers whether or not the user should be prompted to confirm the element deletion.
isCopyAlways(EObject, EReference, Object) - Method in class org.eclipse.gmf.runtime.emf.clipboard.core.AbstractClipboardSupport
By default, transient and derived references are never copied, and containment references always are copied.
isCopyAlways(EObject, EReference, Object) - Method in interface org.eclipse.gmf.runtime.emf.clipboard.core.IClipboardSupport
Queries whether a reference needs to be copied even though the referenced element was not specifically included in the copy request.
isCopyAlways() - Method in class org.eclipse.gmf.runtime.emf.clipboard.core.PasteChildOperation
Queries whether the object that I am pasting was copied because it is always copied along with an element that was originally selected for copying.
isCopyEnabled() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.PropertyPageCellEditor
Determines if there is text to copy.
isCopyParentDirectParent() - Method in class org.eclipse.gmf.runtime.emf.clipboard.core.PasteChildOperation
Queries whether my copy object's parent object that was copied along with it was a direct container or not.
isCurrentSelection(Notification, EObject) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.AbstractModelerPropertySection
Determines if the page is displaying properties for this element
isCurrentSelection(Notification, EObject) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.AbstractNotationPropertiesSection
Determines if the page is displaying properties for this element The element being passed to us is the style ie UMLConnectorStyle or UMLShapeStype.
isCurrentSelection(Notification, EObject) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.DiagramGeneralSection
 
isCustomNotification(Notification) - Static method in class org.eclipse.gmf.runtime.diagram.core.listener.NotificationUtil
checks if the Notification is a custom notification or not
isCutEnabled() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.PropertyPageCellEditor
Determines if there is text to cut
isDefaultAnchor() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.BaseSlidableAnchor
Returns true if the SlidableAnchor is default one with a reference at the center
isDefaultAnchorArea(PrecisionPoint) - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx
Checks whether the p which is a candidate for a relative reference for the SlidableAnchor belongs to the area where the default anchor must be created
isDefaultAnchorArea(PrecisionPoint) - Method in class org.eclipse.gmf.runtime.gef.ui.figures.NodeFigure
Checks whether the p which is a candidate for a relative reference for the SlidableAnchor belongs to the area where the default anchor must be created
isDeleteEnabled() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.PropertyPageCellEditor
Determines if there is text to delete
isDeleted(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.AbstractDocumentProvider
 
isDeleted(Object) - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentProvider
Returns whether the given element has been deleted.
isDeleted(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document.FileDocumentProvider
 
isDiagramSelected(int) - Static method in class org.eclipse.gmf.runtime.common.ui.printing.PrintHelper
Returns true if the diagram at the index was selected
isDirty() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.ExtendedPropertyDescriptor
 
isDirty() - Method in interface org.eclipse.gmf.runtime.common.ui.services.properties.extended.IExtendedPropertyDescriptor
Retrieve the boolean isDirty flag.
isDirty() - Method in interface org.eclipse.gmf.runtime.common.ui.services.properties.extended.IExtendedPropertySource
Return if the dirty flag.
isDirty() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.PropertySource
 
isDirty() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.DiagramDocumentEditor
 
isDirty() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx.JumpLinkSet
Determines if the jump links need to be regenerated.
isDisposed() - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.AbstractModelerPropertySection
 
isDlgDiagramSelected(int) - Method in interface org.eclipse.gmf.runtime.common.ui.printing.IPrintHelper
Returns true if the diagram at the index was selected
isDlgDiagramSelected(int) - Method in class org.eclipse.gmf.runtime.common.ui.printing.PrintHelper
Returns true if the diagram at the index was selected
isDraggable(IDragSourceContext) - Method in class org.eclipse.gmf.runtime.common.ui.services.dnd.drag.AbstractDragSourceListener
 
isDraggable() - Method in class org.eclipse.gmf.runtime.common.ui.services.dnd.drag.AbstractDragSourceListener
Checks if the selection contained in the context is draggable.
isDraggable(IDragSourceContext) - Method in interface org.eclipse.gmf.runtime.common.ui.services.dnd.drag.IDragSourceListener
Determines if the selection in the context is draggable.
isDraggable(IDragSourceContext) - Method in class org.eclipse.gmf.runtime.common.ui.services.dnd.ide.drag.ResourceDragSourceListener
 
isEditable() - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentEditor
Returns whether the text in this text editor can be changed by the user.
isEditable() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.DiagramDocumentEditor
 
isEditorInputModifiable() - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentEditor
Returns whether the editor's input can be persistently be modified.
isEditorInputModifiable() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.DiagramDocumentEditor
 
isEditorInputReadOnly() - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentEditor
Returns whether the editor's input is read-only.
isEditorInputReadOnly() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.DiagramDocumentEditor
 
isElementAddedToSlot(Notification) - Static method in class org.eclipse.gmf.runtime.diagram.core.listener.NotificationUtil
checks if the event resulted in adding an element
isElementRemovedFromSlot(Notification) - Static method in class org.eclipse.gmf.runtime.diagram.core.listener.NotificationUtil
checks if the event resulted in removing an element
isElementToBeDestroyed(EObject) - Method in class org.eclipse.gmf.runtime.emf.type.core.requests.DestroyDependentsRequest
Queries whether the specified element will be destroyed as a result of the fulfillment of this request.
isEmpty() - Method in class org.eclipse.gmf.runtime.common.core.command.CompositeCommand
Answers whether or not this composite operation has children.
isEmpty() - Method in interface org.eclipse.gmf.runtime.common.core.command.ICompositeCommand
Answers whether or not this composite operation has children.
isEmpty() - Method in class org.eclipse.gmf.runtime.diagram.ui.dnd.parts.DiagramViewerDropAdapter
 
isEmpty() - Method in class org.eclipse.gmf.runtime.emf.commands.core.command.CompositeTransactionalCommand
Answers whether or not this composite operation has children.
isEmpty() - Method in class org.eclipse.gmf.runtime.emf.ui.properties.util.PropertyPageSelection
Returns whether this selection is empty.
isEnabled() - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global.GlobalRedoAction
Delegates to the operation framework action handler.
isEnabled() - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global.GlobalUndoAction
Delegates to the operation framework action handler.
isExecuted() - Method in class org.eclipse.gmf.runtime.common.core.command.CompositeCommand
Answers whether or not I have been executed.
isFeatureSupported(View, EStructuralFeature) - Static method in class org.eclipse.gmf.runtime.diagram.core.util.ViewUtil
checks if the passed feature is supported by the passed view
isHandled() - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global.GlobalRedoAction
Delegates to the operation framework action handler.
isHandled() - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global.GlobalUndoAction
Delegates to the operation framework action handler.
isHorizontal() - Method in class org.eclipse.gmf.runtime.draw2d.ui.geometry.LineSeg
Determines if this a horizontal segment
isInitialized() - Method in class org.eclipse.gmf.runtime.diagram.ui.dnd.parts.DiagramViewerDropAdapter
Returns the isInitialized.
isItalic() - Method in interface org.eclipse.gmf.runtime.notation.FontStyle
Returns the value of the 'Italic' attribute.
isItalic() - Method in class org.eclipse.gmf.runtime.notation.impl.FontStyleImpl
 
isItalic() - Method in class org.eclipse.gmf.runtime.notation.impl.ShapeStyleImpl
 
isJumpLinksAngledIn() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx
Determines if the jump links are angled in or not.
isJumpLinksOnBottom() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx
Determines if the jump links are on the bottom of the polyline connection or not.
isJumpLinksReverse() - Method in interface org.eclipse.gmf.runtime.notation.RoutingStyle
Returns the value of the 'Jump Links Reverse' attribute.
isJumpLinksReverse() - Method in class org.eclipse.gmf.runtime.notation.impl.ConnectorStyleImpl
 
isJumpLinksReverse() - Method in class org.eclipse.gmf.runtime.notation.impl.RoutingStyleImpl
 
isJumpLinksSmooth() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx
Determines if the jump links are smooth or not.
isMaintainAspectRatio() - Method in class org.eclipse.gmf.runtime.draw2d.ui.render.figures.ScalableImageFigure
Accessor to determine if the rendered image will respect the original aspect ratio of the default image when resized.
isModifiable(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.AbstractDocumentProvider
 
isModifiable(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.DiagramInputDocumentProvider
 
isModifiable(Object) - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentProvider
Returns whether the document provider thinks that the given element can persistently be modified.
isModifiable(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document.FileDocumentProvider
 
isModifiable(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document.StorageDocumentProvider
 
isMove(Notification) - Static method in class org.eclipse.gmf.runtime.diagram.core.listener.NotificationUtil
checks if the event is an Notification.MOVE event.
isMultiClientContext() - Method in class org.eclipse.gmf.runtime.emf.type.core.ClientContext
Not a multi-context.
isMultiClientContext() - Method in interface org.eclipse.gmf.runtime.emf.type.core.IClientContext
Returns whether this context is a multi-context, which is a compound context representing a group of client contexts.
isMultiClientContext() - Method in class org.eclipse.gmf.runtime.emf.type.core.MultiClientContext
I am a multi-clientContext.
isMultiSelectable() - Method in class org.eclipse.gmf.runtime.emf.ui.dialogs.AbstractSelectElementDialog
Is this dialog in single or multi-select mode?
isMutable() - Method in interface org.eclipse.gmf.runtime.notation.View
Returns the value of the 'Mutable' attribute.
isMutable() - Method in class org.eclipse.gmf.runtime.notation.impl.ViewImpl
 
isNameable(EObject) - Method in class org.eclipse.gmf.runtime.emf.clipboard.core.AbstractClipboardSupport
By default, elements are nameable if they have an EAttribute named "name".
isNameable(EObject) - Method in interface org.eclipse.gmf.runtime.emf.clipboard.core.IClipboardSupport
Queries whether an eObject's metamodel supports the concept of "naming" the eObject.
isNameable(EObject) - Method in class org.eclipse.gmf.runtime.emf.core.clipboard.AbstractClipboardSupport
MSL has extensions for metamodels to indicate which objects can have names.
isNonUserChange() - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.views.TextChangeHelper
Returns true if a programmatic change is in progress.
isNotifierDeleted(Notification) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.AbstractModelerPropertySection
Returns whether or not the notifier for a particular notification has been deleted from its parent.
isNull() - Method in interface org.eclipse.gmf.runtime.common.core.util.INullObject
Queries whether this is the null instance of a given implementation class.
isOK(CommandResult) - Method in class org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
Convenience method to check the status of commandRequest.
isOkToAppendEObjectAt(EObject, EReference, EObject) - Static method in class org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardSupportUtil
Queries whether a many reference may be appended with an new EObject.
isOkToDestroyEObject(EObject, EReference) - Static method in class org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardSupportUtil
Queries whether a scalar reference may be cleared.
isOkToDestroyEObjectInCollection(EObject, EReference) - Static method in class org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardSupportUtil
Queries whether a many reference may have a reference removed from it.
isOkToSetEAttribute(EObject, EAttribute, Object) - Static method in class org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardSupportUtil
Queries whether an attribute may be set to the specified new value.
isOkToSetEList(EObject, EReference) - Static method in class org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardSupportUtil
Queries whether a many reference may be replaced with an entirely new list of EObjects.
isOkToSetEObject(EObject, EReference, EObject) - Static method in class org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardSupportUtil
Queries whether a scalar reference may be set to an new EObject.
isOpaque() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.RectangularDropShadowLineBorder
Is this border Opaque or not.
isOpenNewlyCreatedDiagramEditor() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.wizards.EditorWizardPage
Answers whether or not this Wizard will open the editor of the newly created diagram
isOperationHistoryListener() - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global.GlobalRedoAction
Listens to the operation history events.
isOperationHistoryListener() - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global.GlobalUndoAction
Listens to the operation history events.
isOptimistic() - Method in class org.eclipse.gmf.runtime.common.core.service.Service
Answers whether or not this service uses optimistic caching.
isOptimized() - Method in class org.eclipse.gmf.runtime.common.core.service.Service
Answers whether or not this service is optimized by caching its service providers.
isPasteEnabled() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.PropertyPageCellEditor
Determines if there is a text widget on which text can be pasted
isPrompt() - Method in class org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest
Gets the value of the prompt flag.
isPropertySet(Object) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.descriptors.CompositePropertySource
 
isPropertySet(Object) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.PropertySource
 
isPropertySet(Object) - Method in class org.eclipse.gmf.runtime.emf.ui.properties.descriptors.EMFCompositePropertySource
This delegates to IItemPropertyDescriptor.isPropertySet.
isPropertySet(Object) - Method in class org.eclipse.gmf.runtime.emf.ui.properties.descriptors.EObjectContainmentListPropertyValue
 
isPropertySupported(View, Object) - Static method in class org.eclipse.gmf.runtime.diagram.core.util.ViewUtil
checks if the passed property is supported bythe passed view
isPropertySupported(View, EStructuralFeature, EClass) - Static method in class org.eclipse.gmf.runtime.diagram.core.util.ViewUtil
checks if the passed feature is supported by the passed view
isReadOnly() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.descriptors.CompositeSourcePropertyDescriptor
Returns the readOnly property
isReadOnly() - Method in interface org.eclipse.gmf.runtime.common.ui.services.properties.descriptors.ICompositeSourcePropertyDescriptor
Return read-only status - true if editing of the property is not allowed, false otherwise
isReadOnly() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.ExtendedPropertyDescriptor
 
isReadOnly() - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.AbstractModelerPropertySection
Determine if the property sheet page contributor is read only.
isReadOnly(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.AbstractDocumentProvider
 
isReadOnly(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.DiagramInputDocumentProvider
 
isReadOnly(Object) - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentProvider
Returns whether the document provider thinks that the given element is read-only.
isReadOnly(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document.StorageDocumentProvider
 
isReadOnly() - Method in class org.eclipse.gmf.runtime.emf.ui.action.AbstractModelActionDelegate
Answers whether or not I am a read-only action.
isReadOnly() - Method in class org.eclipse.gmf.runtime.emf.ui.action.AbstractModelActionHandler
Answers whether or not I am a read-only action.
isReadOnly() - Method in class org.eclipse.gmf.runtime.emf.ui.properties.descriptors.EMFCompositeSourcePropertyDescriptor
Returns boolean - an indicator either or not this property can be set or re-set.
isRendered() - Method in interface org.eclipse.gmf.runtime.draw2d.ui.render.RenderedImage
 
isResource() - Method in class org.eclipse.gmf.runtime.emf.clipboard.core.PasteTarget
Return true if the target object is of type Resource.
isReversed() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.ConstrainedToolbarLayout
 
isSameValue(Object) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.PropertyPagePropertyDescriptor
Determines if value is the same value as is already on the property source.
isSaveAllEnabled() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.PropertyPageCellEditor
Determines if there is a text widget in which text can be saved
isSaveAsAllowed() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.editor.FileDiagramEditor
 
isSaveAsAllowed() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.DiagramDocumentEditor
The AbstractDiagramEditor implementation of this IEditorPart method returns false.
isSelectAllEnabled() - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.PropertyPageCellEditor
Determines if there is text to be selected.
isSelected() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel
 
isSelectionListener() - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global.GlobalPrintAction
 
isSelectionListener() - Method in class org.eclipse.gmf.runtime.common.ui.action.ide.actions.global.GlobalBookmarkAction
 
isSelectionListener() - Method in class org.eclipse.gmf.runtime.common.ui.action.ide.actions.global.GlobalCloseProjectAction
 
isSelectionListener() - Method in class org.eclipse.gmf.runtime.common.ui.action.ide.actions.global.GlobalOpenProjectAction
 
isSelectionListener() - Method in class org.eclipse.gmf.runtime.emf.ui.action.AbstractModelActionHandler
 
isSelectionType() - Method in interface org.eclipse.gmf.runtime.common.ui.services.dnd.core.ITransferAgent
Returns a boolean indicating whether the transfer agent is selection transfer
isSelectionType() - Method in class org.eclipse.gmf.runtime.common.ui.services.dnd.core.TransferAgent
 
isSet(int, ElementSelectionScope) - Static method in class org.eclipse.gmf.runtime.common.ui.services.elementselection.ElementSelectionScope
Tests if the specified option is set
isSet(int, IconOptions) - Static method in class org.eclipse.gmf.runtime.common.ui.services.icon.IconOptions
Tests if the specified option is set
isSet(int, ParserOptions) - Static method in class org.eclipse.gmf.runtime.common.ui.services.parser.ParserOptions
Checks if the specified option is set in the flags supplied.
isSetElement() - Method in interface org.eclipse.gmf.runtime.notation.View
Returns whether the value of the 'Element' reference is set
isSetElement() - Method in class org.eclipse.gmf.runtime.notation.impl.ViewImpl
 
isSetMeasurementUnit() - Method in interface org.eclipse.gmf.runtime.notation.Diagram
Returns whether the value of the 'Measurement Unit' attribute is set
isSetMeasurementUnit() - Method in class org.eclipse.gmf.runtime.notation.impl.DiagramImpl
 
isShowTitle() - Method in interface org.eclipse.gmf.runtime.notation.TitleStyle
Returns the value of the 'Show Title' attribute.
isShowTitle() - Method in class org.eclipse.gmf.runtime.notation.impl.TitleStyleImpl
 
isSlotModified(Notification) - Static method in class org.eclipse.gmf.runtime.diagram.core.listener.NotificationUtil
checks if the event resulted in a slot modification (set/unset event)
isSpecializationOf(IElementType) - Method in interface org.eclipse.gmf.runtime.emf.type.core.ISpecializationType
Answers whether or not I am a specialization of type.
isSpecializationOf(IElementType) - Method in class org.eclipse.gmf.runtime.emf.type.core.SpecializationType
Answers whether or not I am a specialization of type.
isStateValidated(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.AbstractDocumentProvider
Returns whether validateState has been called for the given element since the element's state has potentially been invalidated.
isStateValidated(Object) - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentProvider
Returns whether the state of the given element has been validated.
isStrikeThrough() - Method in interface org.eclipse.gmf.runtime.notation.FontStyle
Returns the value of the 'Strike Through' attribute.
isStrikeThrough() - Method in class org.eclipse.gmf.runtime.notation.impl.FontStyleImpl
 
isStrikeThrough() - Method in class org.eclipse.gmf.runtime.notation.impl.ShapeStyleImpl
 
isSupportingListenerAvailable() - Method in class org.eclipse.gmf.runtime.common.ui.services.dnd.drop.TransferDropTargetAdapter
Check if a supporting listener is available.It also updates the current listener cache.
isSynchronized(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.AbstractDocumentProvider
 
isSynchronized(Object) - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentProvider
Returns whether the information provided for the given element is in sync with the element.
isSynchronized(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document.FileDocumentProvider
 
isTextStrikedThrough() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel
 
isTextTruncated() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel
Returns true if the label's text is currently truncated and is displaying an ellipsis, false otherwise.
isTextUnderlined() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel
 
isTextWrapped() - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel
 
isTrackingModification() - Method in class org.eclipse.gmf.runtime.emf.core.clipboard.CopyingResource
 
isTransient(EObject) - Static method in class org.eclipse.gmf.runtime.diagram.core.util.ViewUtil
checks if the passed view is transient or exists in a transient branch
isUnderline() - Method in interface org.eclipse.gmf.runtime.notation.FontStyle
Returns the value of the 'Underline' attribute.
isUnderline() - Method in class org.eclipse.gmf.runtime.notation.impl.FontStyleImpl
 
isUnderline() - Method in class org.eclipse.gmf.runtime.notation.impl.ShapeStyleImpl
 
isUpdateable(IAdaptable) - Method in interface org.eclipse.gmf.runtime.common.core.util.IUpdateable
Tests if an element is updatable
isValidEditString(IAdaptable, String) - Method in interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser
Tests if the user-entered string is in a valid form that can be parsed
isValidPositiveInteger(String) - Static method in class org.eclipse.gmf.runtime.common.core.util.StringUtil
Do not use Integer.parseInt().
isValidSelection(List) - Method in class org.eclipse.gmf.runtime.common.ui.services.elementselection.ElementSelectionComposite
Determines if the selected elements are a valid selection.
isValueOkay(Object, Object) - Method in interface org.eclipse.gmf.runtime.common.ui.services.properties.extended.IExtendedPropertySource
Returns true if the property value is not equal to BLANK as displayed in multiple select unequal values.
isValueOkay(Object, Object) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended.PropertySource
checks to see if the value entered is the same as the BLANK value displayed in multiple select.
isValueResetOnUndo() - Method in class org.eclipse.gmf.runtime.emf.ui.properties.commands.RestoreDefaultPropertyValueCommand
Gets the flag that indicates that the property value was reset by this command.
isValueResetOnUndo() - Method in class org.eclipse.gmf.runtime.emf.ui.properties.commands.SetModelPropertyValueCommand
Gets the flag to indicate that the property value had never before been set, so a reset is appropriate when the command is undone.
isVertical() - Method in class org.eclipse.gmf.runtime.draw2d.ui.geometry.LineSeg
Determines if this a vertical segment
isVisible() - Method in interface org.eclipse.gmf.runtime.notation.View
Returns the value of the 'Visible' attribute.
isVisible() - Method in class org.eclipse.gmf.runtime.notation.impl.ViewImpl
 
iterator() - Method in class org.eclipse.gmf.runtime.common.core.command.CompositeCommand
Obtains an iterator to traverse my child operations.
iterator() - Method in interface org.eclipse.gmf.runtime.common.core.command.ICompositeCommand
Obtains an iterator to traverse my child operations.
iterator() - Method in class org.eclipse.gmf.runtime.emf.ui.properties.util.PropertyPageSelection
Returns an iterator over the elements of this selection.

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

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.